Merge pull request #185 from gsomlo/gls-sim-sdram
tools/litex_sim: restore functionality of '--with-sdram' option
This commit is contained in:
commit
3de49118d9
|
@ -116,6 +116,7 @@ class SimSoC(SoCSDRAM):
|
||||||
sdram_module = MT48LC16M16(100e6, "1:1") # use 100MHz timings
|
sdram_module = MT48LC16M16(100e6, "1:1") # use 100MHz timings
|
||||||
phy_settings = PhySettings(
|
phy_settings = PhySettings(
|
||||||
memtype="SDR",
|
memtype="SDR",
|
||||||
|
databits=32,
|
||||||
dfi_databits=16,
|
dfi_databits=16,
|
||||||
nphases=1,
|
nphases=1,
|
||||||
rdphase=0,
|
rdphase=0,
|
||||||
|
|
Loading…
Reference in New Issue