Merge pull request #124 from antmicro/jboc/mercury-xu5

mercury_xu5: reduce cmd_latency to fix problems with DRAM leveling
This commit is contained in:
enjoy-digital 2020-11-20 19:37:41 +01:00 committed by GitHub
commit ee50c3e8ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -73,7 +73,8 @@ class BaseSoC(SoCCore):
self.submodules.ddrphy = usddrphy.USPDDRPHY(platform.request("ddram"),
memtype = "DDR4",
sys_clk_freq = sys_clk_freq,
iodelay_clk_freq = 500e6)
iodelay_clk_freq = 500e6,
cmd_latency = 0)
self.add_csr("ddrphy")
self.add_sdram("sdram",
phy = self.ddrphy,