mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
antmicro_datacenter: add 1 cycle of latency for RCD IC
This commit is contained in:
parent
d6fddc746f
commit
0b80890119
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ class BaseSoC(SoCCore):
|
|||
memtype = "DDR4",
|
||||
iodelay_clk_freq = iodelay_clk_freq,
|
||||
sys_clk_freq = sys_clk_freq,
|
||||
cmd_latency = 1,
|
||||
is_rdimm = True,
|
||||
)
|
||||
self.add_sdram("sdram",
|
||||
|
|
Loading…
Reference in a new issue