mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-01 10:39:51 +02:00
lattice.cpp: restore bypass instruction in clearSRAM()
This commit is contained in:
@@ -719,6 +719,8 @@ bool Lattice::clearSRAM()
|
|||||||
}
|
}
|
||||||
wr_rd(PRELOAD_SAMPLE, tx_buf, tx_len, NULL, 0);
|
wr_rd(PRELOAD_SAMPLE, tx_buf, tx_len, NULL, 0);
|
||||||
|
|
||||||
|
wr_rd(0xFF, NULL, 0, NULL, 0);
|
||||||
|
|
||||||
/* ISC Enable 0xC6 */
|
/* ISC Enable 0xC6 */
|
||||||
printInfo("Enable configuration: ", false);
|
printInfo("Enable configuration: ", false);
|
||||||
if (!EnableISC(0x00)) {
|
if (!EnableISC(0x00)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user