lattice.cpp: restore bypass instruction in clearSRAM()
This commit is contained in:
parent
d58a1c3fc7
commit
fa5ff873e4
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue