mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
software/liblitedram: fix typo.
This commit is contained in:
parent
f22079dc94
commit
e8cfe3b6ea
1 changed files with 1 additions and 1 deletions
|
@ -930,7 +930,7 @@ static void sdram_write_latency_calibration(void) {
|
||||||
else
|
else
|
||||||
bitslip = _sdram_write_leveling_bitslips[module];
|
bitslip = _sdram_write_leveling_bitslips[module];
|
||||||
if (bitslip == -1)
|
if (bitslip == -1)
|
||||||
printf("m%d:- ", module, bitslip);
|
printf("m%d:- ", module);
|
||||||
else
|
else
|
||||||
printf("m%d:%d ", module, bitslip);
|
printf("m%d:%d ", module, bitslip);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue