Skip to content

Commit

Permalink
Merge pull request #359 from VOGL-electronic/add_insignis_NDS36PT5
Browse files Browse the repository at this point in the history
modules: add Insignis NDS36PT5
  • Loading branch information
enjoy-digital committed Jun 19, 2024
2 parents 6bce3a2 + 2d5a66f commit 6195986
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions litedram/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,15 @@ class M12L16161A(SDRModule):
technology_timings = _TechnologyTimings(tREFI=64e6/4096, tWTR=(2, None), tCCD=(1, None), tRRD=(None, 10))
speedgrade_timings = {"default": _SpeedgradeTimings(tRP=15, tRCD=15, tWR=15, tRFC=(None, 55), tFAW=None, tRAS=40)}

class NDS36PT5(SDRModule):
# geometry
nbanks = 4
nrows = 8192
ncols = 512
# timings
technology_timings = _TechnologyTimings(tREFI=64e6/8192, tWTR=(2, None), tCCD=(1, None), tRRD=(2, 10))
speedgrade_timings = {"default": _SpeedgradeTimings(tRP=15, tRCD=15, tWR=10, tRFC=(None, 55), tFAW=None, tRAS=40)}

class W9825G6KH6(SDRModule):
# geometry
nbanks = 4
Expand Down

0 comments on commit 6195986

Please sign in to comment.