tools/litex_sim: restore functionality of '--with-sdram' option
authorGabriel L. Somlo <gsomlo@gmail.com>
Thu, 23 May 2019 12:53:26 +0000 (08:53 -0400)
committerGabriel L. Somlo <gsomlo@gmail.com>
Thu, 23 May 2019 12:56:50 +0000 (08:56 -0400)
commite90caa86833cbde064c868506cc565e6e26d9887
tree05f98e5e16c41da8e8f9a808efcedc0ce9267921
parent3a72688b28cea67a34b53bf4bf3133d2b16e1f2a
tools/litex_sim: restore functionality of '--with-sdram' option

After LiteDRAM commit #50e1d478, an additional positional argument
('databits') is required by the PhySettings() constructor.

The value used here (32) will generate a 64MByte simulated SDRAM.
litex/tools/litex_sim.py