decklink_quad_hdmi_recorder: Enable second DDR3 module.

This commit is contained in:
Florent Kermarrec 2021-07-02 15:52:12 +02:00
parent a02855d105
commit 2dff854b7a
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ class BaseSoC(SoCCore):
# DDR3 SDRAM -------------------------------------------------------------------------------
if not self.integrated_main_ram_size:
self.submodules.ddrphy = usddrphy.USDDRPHY(
pads = PHYPadsReducer(platform.request("ddram"), [0, 1]),
pads = PHYPadsReducer(platform.request("ddram"), [0, 1, 2, 3]),
memtype = "DDR3",
sys_clk_freq = sys_clk_freq,
iodelay_clk_freq = 200e6)