From 55c66dc92a4fec49bb232388806df4b237f710ae Mon Sep 17 00:00:00 2001 From: Jean THOMAS Date: Mon, 13 Jul 2020 11:58:47 +0200 Subject: [PATCH] Fix gearing --- gram/test/test_soc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gram/test/test_soc.py b/gram/test/test_soc.py index 0841ea2..dda05f2 100644 --- a/gram/test/test_soc.py +++ b/gram/test/test_soc.py @@ -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) -- 2.30.2