altera,efinix,gowin,xilinx: Fix 'Flash SRAM' -> 'Load SRAM'

This commit is contained in:
Gwenhael Goavec-Merou
2023-10-09 14:53:57 +02:00
parent 3e37a915bc
commit ec35f15a51
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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) {