targets/sqrl_acorn/ddr3: Disable write_latency_calibration.
Introduce some memtest failures on some boards.
This commit is contained in:
parent
16b9e100ba
commit
1717af68ac
|
@ -90,7 +90,8 @@ class BaseSoC(SoCCore):
|
|||
memtype = "DDR3",
|
||||
nphases = 4,
|
||||
sys_clk_freq = sys_clk_freq,
|
||||
iodelay_clk_freq = 200e6)
|
||||
iodelay_clk_freq = 200e6,
|
||||
write_latency_calibration = False)
|
||||
self.add_sdram("sdram",
|
||||
phy = self.ddrphy,
|
||||
module = MT41K512M16(sys_clk_freq, "1:4"),
|
||||
|
|
Loading…
Reference in New Issue