phy/model: add burst_length value for ddr4 memories
This commit is contained in:
parent
6b91c1fa86
commit
cd25106fc1
|
@ -117,6 +117,7 @@ class SDRAMPHYModel(Module):
|
||||||
"LPDDR": 2,
|
"LPDDR": 2,
|
||||||
"DDR2": 2,
|
"DDR2": 2,
|
||||||
"DDR3": 2,
|
"DDR3": 2,
|
||||||
|
"DDR4": 2,
|
||||||
}[settings.memtype]
|
}[settings.memtype]
|
||||||
|
|
||||||
addressbits = module.geom_settings.addressbits
|
addressbits = module.geom_settings.addressbits
|
||||||
|
|
Loading…
Reference in New Issue