Skip to content

Commit

Permalink
gsd_orangecrab: Revert dm_remapping (Useful when built with VexRiscv-…
Browse files Browse the repository at this point in the history
…SMP and native LiteDRAM interface).
  • Loading branch information
enjoy-digital committed Mar 18, 2022
1 parent 3ebad7f commit eb8657f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions litex_boards/targets/gsd_orangecrab.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ def __init__(self, revision="0.2", device="25F", sdram_device="MT41K64M16",
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"):
Expand Down

0 comments on commit eb8657f

Please sign in to comment.