6909 - MachXO3LF: What commands can we used on our SVF file to verify that we have written correct configuration into the SRAM?

6909 - MachXO3LF: What commands can we used on our SVF file to verify that we have written correct configuration into the SRAM?

There are 2 ways to check if user have written correctly into the SRAM of the MachXO3LF:
1. LSC_BITSTREAM_BURST (0x7A): Using this command to program, the device will automatically check the CRC. User can then monitor the Status register or the DONE signal. The DONE signal will only go high if there is no CRC error.
2. LSC_VERIFY_INCR_RTI (0x6A): User can use the LSC_VERIFY_INCR_RTI (0x6A) to read back the SRAM and compare with the original data bit-by-bit. User don’t need to check the CRC with this approach.