Unverified Commit 3de49118 authored by enjoy-digital's avatar enjoy-digital Committed by GitHub
Browse files

Merge pull request #185 from gsomlo/gls-sim-sdram

tools/litex_sim: restore functionality of '--with-sdram' option
parents 3a72688b e90caa86
......@@ -116,6 +116,7 @@ class SimSoC(SoCSDRAM):
sdram_module = MT48LC16M16(100e6, "1:1") # use 100MHz timings
phy_settings = PhySettings(
memtype="SDR",
databits=32,
dfi_databits=16,
nphases=1,
rdphase=0,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment