sdram/module: fix MT8JTF12864, rowbits is 14 and not 16.... (16 was used from the...
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Sat, 28 Mar 2015 15:35:15 +0000 (16:35 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Sat, 28 Mar 2015 15:35:15 +0000 (16:35 +0100)
misoclib/mem/sdram/module.py

index 75daaab2bd9f31d5a87f08683553723600f57fdc..af807b869ac55d6aabc8478b277f7eece377802f 100644 (file)
@@ -161,7 +161,7 @@ class MT47H128M8(SDRAMModule):
 class MT8JTF12864(SDRAMModule):
        geom_settings = {
                "nbanks":       8,
-               "nrows":        65536,
+               "nrows":        16384,
                "ncols":        1024
        }
        timing_settings = {