Merge pull request #495 from vietthanh85/master

Fix Memory initialization of Alveo U200 failed #1606
This commit is contained in:
enjoy-digital 2023-04-24 08:09:25 +02:00 committed by GitHub
commit 9322869196
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,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",