From 5bc35759f6104089f2c54a536dac3c7f511d8dca Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Thu, 12 Jul 2018 10:54:50 +0200 Subject: [PATCH] modules: add retro-compat on MT41J256M16 --- litedram/modules.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/litedram/modules.py b/litedram/modules.py index a940ec0..e51b5b2 100644 --- a/litedram/modules.py +++ b/litedram/modules.py @@ -266,6 +266,8 @@ class MT41J256M16(MT41J128M16): tRFC_1066 = 139 tRFC_1333 = 174 tRFC_1600 = 208 + # API retro-compatibility + tRFC = tRFC_1600 class MT41K256M16(MT41J256M16):