Remove unused signal
authorJean THOMAS <git0@pub.jeanthomas.me>
Fri, 17 Jul 2020 16:10:44 +0000 (18:10 +0200)
committerJean THOMAS <git0@pub.jeanthomas.me>
Fri, 17 Jul 2020 16:10:44 +0000 (18:10 +0200)
gram/phy/ecp5ddrphy.py

index 676fdb857a3115c5809b9f4f7a7b1cfeeccc8399..ea1829393a156a8b1f5b73405cfcb78c4ef657ff 100644 (file)
@@ -170,7 +170,6 @@ class ECP5DDRPHY(Peripheral, Elaboratable):
 
         # Clock --------------------------------------------------------------------------------
         for i in range(len(self.pads.clk.o)):
-            sd_clk_se = Signal()
             m.submodules += Instance("ODDRX2F",
                                      i_RST=ResetSignal("dramsync"),
                                      i_ECLK=ClockSignal("sync2x"),