modules: fix nrows in MT8KTF51264
This commit is contained in:
parent
3980e062d5
commit
c744204e1d
|
@ -575,7 +575,7 @@ class MT8KTF51264(SDRAMModule):
|
||||||
memtype = "DDR3"
|
memtype = "DDR3"
|
||||||
# geometry
|
# geometry
|
||||||
nbanks = 8
|
nbanks = 8
|
||||||
nrows = 16384
|
nrows = 65536
|
||||||
ncols = 1024
|
ncols = 1024
|
||||||
# timings
|
# timings
|
||||||
technology_timings = _TechnologyTimings(tREFI=64e6/8192, tWTR=(4, 7.5), tCCD=(4, None), tRRD=(4, 10), tZQCS=(64, 80))
|
technology_timings = _TechnologyTimings(tREFI=64e6/8192, tWTR=(4, 7.5), tCCD=(4, None), tRRD=(4, 10), tZQCS=(64, 80))
|
||||||
|
|
Loading…
Reference in New Issue