From: Jean THOMAS Date: Fri, 17 Jul 2020 09:25:20 +0000 (+0200) Subject: Remove comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=76f3e61ea2ec99221333df76456aede3bc356158;p=gram.git Remove comment --- diff --git a/gram/phy/ecp5ddrphy.py b/gram/phy/ecp5ddrphy.py index 408a69e..2a9f205 100644 --- a/gram/phy/ecp5ddrphy.py +++ b/gram/phy/ecp5ddrphy.py @@ -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