mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
litex_sim: add phytype to PhySettings.
This commit is contained in:
parent
c0c5ae558a
commit
3915ed9760
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ def get_sdram_phy_settings(memtype, data_width, clk_freq):
|
||||||
}
|
}
|
||||||
|
|
||||||
return PhySettings(
|
return PhySettings(
|
||||||
|
phytype = "SDRAMPHYModel",
|
||||||
memtype = memtype,
|
memtype = memtype,
|
||||||
databits = data_width,
|
databits = data_width,
|
||||||
dfi_databits = data_width if memtype == "SDR" else 2*data_width,
|
dfi_databits = data_width if memtype == "SDR" else 2*data_width,
|
||||||
|
|
Loading…
Reference in a new issue