targets/sqrl_acorn: write_latency_calibration now disabled by default, no longer required.

This commit is contained in:
Florent Kermarrec 2022-03-03 15:50:53 +01:00
parent 26a7f13a7f
commit b80c7a7843
1 changed files with 4 additions and 5 deletions

View File

@ -90,8 +90,7 @@ class BaseSoC(SoCCore):
memtype = "DDR3", memtype = "DDR3",
nphases = 4, nphases = 4,
sys_clk_freq = sys_clk_freq, sys_clk_freq = sys_clk_freq,
iodelay_clk_freq = 200e6, iodelay_clk_freq = 200e6)
write_latency_calibration = False)
self.add_sdram("sdram", self.add_sdram("sdram",
phy = self.ddrphy, phy = self.ddrphy,
module = MT41K512M16(sys_clk_freq, "1:4"), module = MT41K512M16(sys_clk_freq, "1:4"),