From 2bd7707e678b12d9c980e9480ee98ec6cd7dc11d Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Tue, 12 Jun 2018 09:54:38 +0200 Subject: [PATCH] modules: add MT18KSF1G72HZ_1G6 --- litedram/modules.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/litedram/modules.py b/litedram/modules.py index ebebc73..aee2e1f 100644 --- a/litedram/modules.py +++ b/litedram/modules.py @@ -247,3 +247,18 @@ class MT41J256M16(SDRAMModule): tWTR = 8 tREFI = 64*1000*1000/8192 tRFC = 260 + + +class MT18KSF1G72HZ_1G6(SDRAMModule): + memtype = "DDR3" + # geometry + nbanks = 8 + nrows = 65536 + ncols = 1024 + # timings (-125 speedgrade) + tRP = 13.75 + tRCD = 13.75 + tWR = 15 + tWTR = 8 + tREFI = 64*1000*1000/8192 + tRFC = 260