modules: fix nrows in MT8KTF51264

This commit is contained in:
Jędrzej Boczar 2020-04-15 16:19:39 +02:00
parent 3980e062d5
commit c744204e1d
1 changed files with 1 additions and 1 deletions

View File

@ -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))