modules: add MT41J256M16
This commit is contained in:
parent
ddb05b92b6
commit
767b0144eb
|
@ -203,3 +203,18 @@ class MT41K256M16(SDRAMModule):
|
||||||
tWTR = 8
|
tWTR = 8
|
||||||
tREFI = 64*1000*1000/8192
|
tREFI = 64*1000*1000/8192
|
||||||
tRFC = 260
|
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
|
||||||
|
|
Loading…
Reference in New Issue