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
@@ -97,7 +97,7 @@ void Altera::programMem(RawParser &_bit)
_jtag->set_state(Jtag::RUN_TEST_IDLE);
_jtag->toggleClk(1000000/clk_period);
/* write */
ProgressBar progress("Flash SRAM", byte_length, 50, _quiet);
ProgressBar progress("Load SRAM", byte_length, 50, _quiet);
int xfer_len = 512;
int tx_len;