tools/litex_sim: add support for other sdram types (DDR, LPDDR, DDR2, DDR3)
authorPiotr Binkowski <pbinkowski@antmicro.com>
Fri, 24 Jan 2020 10:39:14 +0000 (11:39 +0100)
committerPiotr Binkowski <pbinkowski@antmicro.com>
Fri, 24 Jan 2020 11:30:35 +0000 (12:30 +0100)
commit9aa97c2e0c3ac41ec4c1ced7bdceadfadde99ced
treea54eb76d467db8d5cc299a56d200b0363d298b13
parentcbc081c43d861b4177f0e45ebc64ab412c9ab256
tools/litex_sim: add support for other sdram types (DDR, LPDDR, DDR2, DDR3)

Right now litex_sim supports only SDR memories because it uses hardcoded
PhySettings. With this change PhySettings will be generated based on
selected sdram type which will allow us to use all the different types
of sdram chips in simulation.
litex/tools/litex_sim.py