Remove comment
authorJean THOMAS <git0@pub.jeanthomas.me>
Fri, 17 Jul 2020 09:25:20 +0000 (11:25 +0200)
committerJean THOMAS <git0@pub.jeanthomas.me>
Fri, 17 Jul 2020 09:25:20 +0000 (11:25 +0200)
gram/phy/ecp5ddrphy.py

index 408a69eca2bee91435d536313bc67f688fbd14b2..2a9f2058caac1392f903bf4cc6ab084a5c4787fb 100644 (file)
@@ -82,7 +82,6 @@ class ECP5DDRPHY(Peripheral, Elaboratable):
     def __init__(self, pads, sys_clk_freq=100e6):
         super().__init__(name="phy")
 
-        #self.pads = PHYPadsCombiner(pads)
         self.pads = pads
         self._sys_clk_freq = sys_clk_freq