gsd_orangecrab: Revert dm_remapping (Useful when built with VexRiscv-SMP and native LiteDRAM interface).

This commit is contained in:
Florent Kermarrec 2022-03-18 12:56:13 +01:00
parent 3ebad7f7cc
commit eb8657f515
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@ class BaseSoC(SoCCore):
self.submodules.ddrphy = ECP5DDRPHY(
pads = ddram_pads,
sys_clk_freq = sys_clk_freq,
dm_remapping = {0:1, 1:0},
cmd_delay = 0 if sys_clk_freq > 64e6 else 100)
self.ddrphy.settings.rtt_nom = "disabled"
if hasattr(ddram_pads, "vccio"):