mirror of
https://github.com/saymrwulf/litex-boards.git
synced 2026-06-03 23:29:43 +00:00
Fix Memory test failure of Alveo U250
This commit is contained in:
parent
9322869196
commit
68bfb325a5
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ class BaseSoC(SoCCore):
|
|||
self.ddrphy = usddrphy.USPDDRPHY(platform.request("ddram"),
|
||||
memtype = "DDR4",
|
||||
sys_clk_freq = sys_clk_freq,
|
||||
cmd_latency = 1,
|
||||
iodelay_clk_freq = 500e6,
|
||||
is_rdimm = True)
|
||||
self.add_sdram("sdram",
|
||||
|
|
|
|||
Loading…
Reference in a new issue