mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
software/liblitedram: revert sdrsw() in sdrlevel: this is still required for sdrlevel command.
This commit is contained in:
parent
ddcf68c062
commit
55723f138b
1 changed files with 1 additions and 0 deletions
|
@ -996,6 +996,7 @@ int _write_level_cdly_scan = 1;
|
|||
int sdrlevel(void)
|
||||
{
|
||||
int module;
|
||||
sdrsw();
|
||||
|
||||
for(module=0; module<SDRAM_PHY_MODULES; module++) {
|
||||
#ifdef SDRAM_PHY_WRITE_LEVELING_CAPABLE
|
||||
|
|
Loading…
Reference in a new issue