mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 09:59:03 +02:00
altera,efinix,gowin,xilinx: Fix 'Flash SRAM' -> 'Load SRAM'
This commit is contained in:
+1
-1
@@ -636,7 +636,7 @@ bool Gowin::flashSRAM(const uint8_t *data, int length)
|
||||
Jtag::tapState_t tx_end;
|
||||
int byte_length = length / 8;
|
||||
|
||||
ProgressBar progress("Flash SRAM", byte_length, 50, _quiet);
|
||||
ProgressBar progress("Load SRAM", byte_length, 50, _quiet);
|
||||
|
||||
/* UG704 3.4.3 */
|
||||
if (is_gw5a) {
|
||||
|
||||
Reference in New Issue
Block a user