orangecrab: remove dm_remapping workaround: we are now using Wihsbone/L2 path with VexRiscv-SMP on this board.
This commit is contained in:
parent
537f494cbb
commit
1e1bec10c4
|
@ -183,8 +183,7 @@ class BaseSoC(SoCCore):
|
|||
self.submodules.ddrphy = ECP5DDRPHY(
|
||||
pads = ddram_pads,
|
||||
sys_clk_freq = sys_clk_freq,
|
||||
cmd_delay = 0 if sys_clk_freq > 64e6 else 100,
|
||||
dm_remapping = {0:1, 1:0})
|
||||
cmd_delay = 0 if sys_clk_freq > 64e6 else 100)
|
||||
self.ddrphy.settings.rtt_nom = "disabled"
|
||||
self.add_csr("ddrphy")
|
||||
if hasattr(ddram_pads, "vccio"):
|
||||
|
|
Loading…
Reference in New Issue