Fix gearing
authorJean THOMAS <git0@pub.jeanthomas.me>
Mon, 13 Jul 2020 09:58:47 +0000 (11:58 +0200)
committerJean THOMAS <git0@pub.jeanthomas.me>
Mon, 13 Jul 2020 09:58:47 +0000 (11:58 +0200)
gram/test/test_soc.py

index 0841ea25f2155708e7c1e30a38f299d9ddd68bf0..dda05f23b0a87be2a0620eb09c9265c7426a146a 100644 (file)
@@ -58,7 +58,7 @@ class DDR3SoC(SoC, Elaboratable):
             write_latency=cwl_sys_latency
         )
 
-        ddrmodule = MT41K256M16(clk_freq, "1:4")
+        ddrmodule = MT41K256M16(clk_freq, "1:2")
         self.ddrphy = FakePHY(module=ddrmodule,
             settings=physettings,
             verbosity=SDRAM_VERBOSE_DBG)