modules: add MT41J256M16

This commit is contained in:
Florent Kermarrec 2017-03-14 20:59:02 +01:00
parent ddb05b92b6
commit 767b0144eb
1 changed files with 15 additions and 0 deletions

View File

@ -203,3 +203,18 @@ class MT41K256M16(SDRAMModule):
tWTR = 8
tREFI = 64*1000*1000/8192
tRFC = 260
class MT41J256M16(SDRAMModule):
memtype = "DDR3"
# geometry
nbanks = 8
nrows = 32768
ncols = 1024
# timings (-125 speedgrade)
tRP = 13.75
tRCD = 13.75
tWR = 15
tWTR = 8
tREFI = 64*1000*1000/8192
tRFC = 260