diff --git a/docs/source/bitstream/commands.rst b/docs/source/bitstream/commands.rst index 72faba4..c2c66fc 100644 --- a/docs/source/bitstream/commands.rst +++ b/docs/source/bitstream/commands.rst @@ -91,7 +91,7 @@ each bit of one byte payload is used to set one of 4 columns. CMD_CFGRST ----------- -Resets all configuration latches to value of a byte from payload. +Resets all configuration latches to value of a byte from payload, except active SPI controller and configuration PLL. CMD_ACLCU ---------- diff --git a/libgm/src/Bitstream.cpp b/libgm/src/Bitstream.cpp index da3d398..5c96356 100644 --- a/libgm/src/Bitstream.cpp +++ b/libgm/src/Bitstream.cpp @@ -1100,6 +1100,7 @@ Bitstream Bitstream::serialise_chip(const Chip &chip, const std::map