mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
soc/software/sdram: fix compilation on ultrascale
This commit is contained in:
parent
5f29a12ee7
commit
e38dfd99e8
1 changed files with 1 additions and 1 deletions
|
@ -548,7 +548,7 @@ static void read_level(int module)
|
|||
#ifdef USDDRPHY
|
||||
for(j=0;j<16;j++) {
|
||||
delay += 1;
|
||||
read_delay_inc(module)
|
||||
read_delay_inc(module);
|
||||
}
|
||||
#else
|
||||
delay++;
|
||||
|
|
Loading…
Reference in a new issue