From 8e39b4a4d98bfe3ff97f04c26e9a0ca7334f94f4 Mon Sep 17 00:00:00 2001 From: Jean THOMAS Date: Thu, 6 Aug 2020 11:59:26 +0200 Subject: [PATCH] gram.phy.ecp5ddrphy: Code cleaning --- gram/phy/ecp5ddrphy.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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"), -- 2.30.2