lattice.cpp: restore bypass instruction in clearSRAM()

This commit is contained in:
Giovanni Bruni 2023-11-08 09:49:14 +01:00
parent d58a1c3fc7
commit fa5ff873e4
1 changed files with 2 additions and 0 deletions

View File

@ -719,6 +719,8 @@ bool Lattice::clearSRAM()
}
wr_rd(PRELOAD_SAMPLE, tx_buf, tx_len, NULL, 0);
wr_rd(0xFF, NULL, 0, NULL, 0);
/* ISC Enable 0xC6 */
printInfo("Enable configuration: ", false);
if (!EnableISC(0x00)) {