gsd_orangecrab: Revert dm_remapping (Useful when built with VexRiscv-SMP and native LiteDRAM interface).
This commit is contained in:
parent
3ebad7f7cc
commit
eb8657f515
|
@ -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"):
|
||||
|
|
Loading…
Reference in New Issue