targets/kcu105: use cmd_latency=1.

This commit is contained in:
Florent Kermarrec 2020-04-25 12:12:27 +02:00
parent 85a059bf77
commit 43e1a5d67d
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ class BaseSoC(SoCCore):
memtype = "DDR4",
sys_clk_freq = sys_clk_freq,
iodelay_clk_freq = 200e6,
cmd_latency = 0)
cmd_latency = 1)
self.add_csr("ddrphy")
self.add_constant("USDDRPHY_DEBUG")
self.add_sdram("sdram",