Replace cke with clk_en
authorJean THOMAS <git0@pub.jeanthomas.me>
Tue, 7 Jul 2020 10:32:46 +0000 (12:32 +0200)
committerJean THOMAS <git0@pub.jeanthomas.me>
Tue, 7 Jul 2020 10:32:46 +0000 (12:32 +0200)
gram/phy/ecp5ddrphy.py

index 4a96992b93c9d39f77a828b8f81e91e6a463b52e..408a69eca2bee91435d536313bc67f688fbd14b2 100644 (file)
@@ -209,7 +209,7 @@ class ECP5DDRPHY(Peripheral, Elaboratable):
                                      i_D3=dfi.phases[1].bank[i],
                                      o_Q=self.pads.ba.o[i]
                                      )
-        controls = ["ras_n", "cas_n", "we_n", "cke", "odt"]
+        controls = ["ras_n", "cas_n", "we_n", "clk_en", "odt"]
         if hasattr(self.pads, "reset_n"):
             controls.append("reset_n")
         if hasattr(self.pads, "cs_n"):