targets/kc705: manual DDRPHY_CMD_DELAY no longer needed.
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Sat, 25 Apr 2020 09:03:04 +0000 (11:03 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Sat, 25 Apr 2020 09:03:04 +0000 (11:03 +0200)
litex/boards/targets/kc705.py

index 35a30c43e7d196b6e3a6577e6bdedcf6c733dbb0..87290e477bb5eccc6df55d0f45e47c0a3b62c07d 100755 (executable)
@@ -60,7 +60,6 @@ class BaseSoC(SoCCore):
                 sys_clk_freq = sys_clk_freq,
                 cmd_latency  = 1)
             self.add_csr("ddrphy")
-            self.add_constant("DDRPHY_CMD_DELAY", 13)
             self.add_sdram("sdram",
                 phy                     = self.ddrphy,
                 module                  = MT8JTF12864(sys_clk_freq, "1:4"),