From: Jean THOMAS Date: Thu, 6 Aug 2020 09:59:26 +0000 (+0200) Subject: gram.phy.ecp5ddrphy: Code cleaning X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8e39b4a4d98bfe3ff97f04c26e9a0ca7334f94f4;p=gram.git gram.phy.ecp5ddrphy: Code cleaning --- diff --git a/gram/phy/ecp5ddrphy.py b/gram/phy/ecp5ddrphy.py index de4cbdd..9bbccbd 100644 --- a/gram/phy/ecp5ddrphy.py +++ b/gram/phy/ecp5ddrphy.py @@ -19,7 +19,7 @@ from gram.common import * from gram.phy.dfi import Interface from gram.compat import Timeline -# Lattice ECP5 DDR PHY Initialization -------------------------------------------------------------- +__all__ = ["ECP5DDRPHY"] class ECP5DDRPHYInit(Elaboratable): @@ -74,7 +74,6 @@ class ECP5DDRPHYInit(Elaboratable): return m -# Lattice ECP5 DDR PHY ----------------------------------------------------------------------------- class ECP5DDRPHY(Peripheral, Elaboratable): @@ -412,8 +411,6 @@ class ECP5DDRPHY(Peripheral, Elaboratable): o_Q1=dq_i_data[1], o_Q2=dq_i_data[2], o_Q3=dq_i_data[3]), - ] - m.submodules += [ Instance("TSHX2DQA", i_RST=ResetSignal("dramsync"), i_ECLK=ClockSignal("sync2x"),