mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 09:59:03 +02:00
Use JTAG state
This commit is contained in:
+2
-1
@@ -632,7 +632,8 @@ bool Gowin::connectJtagToMCU()
|
||||
/* TN653 p. 9 */
|
||||
bool Gowin::flashSRAM(const uint8_t *data, int length)
|
||||
{
|
||||
int tx_len, tx_end;
|
||||
int tx_len;
|
||||
Jtag::tapState_t tx_end;
|
||||
int byte_length = length / 8;
|
||||
|
||||
ProgressBar progress("Flash SRAM", byte_length, 50, _quiet);
|
||||
|
||||
Reference in New Issue
Block a user