mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 09:59:03 +02:00
gowin: force flush when it's mandatory
This commit is contained in:
@@ -265,6 +265,7 @@ bool Gowin::wr_rd(uint8_t cmd,
|
||||
if (rx || tx) {
|
||||
_jtag->shiftDR(xfer_tx, (rx) ? xfer_rx : NULL, 8 * xfer_len);
|
||||
_jtag->toggleClk(6);
|
||||
_jtag->flush();
|
||||
}
|
||||
if (rx) {
|
||||
if (verbose) {
|
||||
|
||||
Reference in New Issue
Block a user