Merge pull request #271 from antonblanchard/fix-sim
litedram_gen: Fix error with --sim option
This commit is contained in:
commit
203cc73ceb
|
@ -501,7 +501,7 @@ class LiteDRAMCore(SoCCore):
|
|||
memtype = sdram_module.memtype,
|
||||
data_width = core_config["sdram_module_nb"]*8,
|
||||
clk_freq = sdram_clk_freq)
|
||||
self.submodules.ddrphy = SDRAMPHYModel(
|
||||
self.submodules.ddrphy = sdram_phy = SDRAMPHYModel(
|
||||
module = sdram_module,
|
||||
settings = phy_settings,
|
||||
clk_freq = sdram_clk_freq)
|
||||
|
|
Loading…
Reference in New Issue