From: Jean THOMAS Date: Tue, 7 Jul 2020 10:32:46 +0000 (+0200) Subject: Replace cke with clk_en X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ba65a232325bb6669a34c94f145335c645f48d82;p=gram.git Replace cke with clk_en --- diff --git a/gram/phy/ecp5ddrphy.py b/gram/phy/ecp5ddrphy.py index 4a96992..408a69e 100644 --- a/gram/phy/ecp5ddrphy.py +++ b/gram/phy/ecp5ddrphy.py @@ -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"):