Merge pull request #91 from sd-fritze/master

modules: Add support for Micron MT47H32M16 DDR2 RAM
This commit is contained in:
enjoy-digital 2019-08-31 13:59:40 +02:00 committed by GitHub
commit 8861d8058a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -218,6 +218,17 @@ class MT47H128M8(SDRAMModule):
speedgrade_timings = {"default": _SpeedgradeTimings(tRP=15, tRCD=15, tWR=15, tRFC=(None, 127.5), tFAW=None, tRAS=None)}
class MT47H32M16(SDRAMModule):
memtype = "DDR2"
# geometry
nbanks = 4
nrows = 8192
ncols = 1024
# timings
technology_timings = _TechnologyTimings(tREFI=64e6/8192, tWTR=(None, 7.5), tCCD=(2, None), tRRD=None)
speedgrade_timings = {"default": _SpeedgradeTimings(tRP=15, tRCD=15, tWR=15, tRFC=(None, 127.5), tFAW=None, tRAS=None)}
class MT47H64M16(SDRAMModule):
memtype = "DDR2"
# geometry