litedram/litedram/phy
Benjamin Herrenschmidt d0f0c94652 phy/model: Don't generate empty mem_*.init files
When using the SDRAM PHY model without specified init data, the
generator still generates a bunch of $readmemh for each bank
reading mem.init, mem_1.init etc... all of which are 0-sized files.

This is cumbersome especially when using a standalone model in
an external project.

This is fixed by having the default bank_init be set to a list
of "None" rather than a list of empty lists.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2020-05-22 18:09:11 +10:00
..
__init__.py phy/usddrphy: add USPDDRPHY and rename sim_device parameter to device. 2020-03-10 16:07:53 +01:00
dfi.py phy/usddrphy: move DDR4DFIMux to dfi.py 2019-09-11 08:57:58 +02:00
ecp5ddrphy.py phy: simplify/improve dqs preamble/postamble. 2020-04-17 19:50:34 +02:00
gensdrphy.py phy/init: add phytype to PhySettings and export more parameters to C header to simplify software. 2020-04-16 10:20:34 +02:00
model.py phy/model: Don't generate empty mem_*.init files 2020-05-22 18:09:11 +10:00
s6ddrphy.py phy/init: add phytype to PhySettings and export more parameters to C header to simplify software. 2020-04-16 10:20:34 +02:00
s7ddrphy.py phy: extend Bitslip capability to 2 sys_clk cycles. 2020-05-08 13:12:17 +02:00
usddrphy.py Merge pull request #189 from daveshah1/ddr4_rdimm_init 2020-05-15 21:34:43 +02:00