From: Jean THOMAS Date: Fri, 3 Jul 2020 15:52:38 +0000 (+0200) Subject: Remove remainings from TRELLIS_IO X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a6982b59e31f1c20313cb6eb9b9d0f4c31c0aded;p=gram.git Remove remainings from TRELLIS_IO --- diff --git a/gram/phy/ecp5ddrphy.py b/gram/phy/ecp5ddrphy.py index c261f4a..4a96992 100644 --- a/gram/phy/ecp5ddrphy.py +++ b/gram/phy/ecp5ddrphy.py @@ -379,7 +379,6 @@ class ECP5DDRPHY(Peripheral, Elaboratable): o_Q=dqs_oe_n ), Instance("BB", - #p_DIR="BIDIR", i_I=dqs, i_T=dqs_oe_n, o_O=dqs_i, @@ -478,7 +477,6 @@ class ECP5DDRPHY(Peripheral, Elaboratable): o_Q=dq_oe_n, ), Instance("BB", - #p_DIR="BIDIR", i_I=dq_o, i_T=dq_oe_n, o_O=dq_i,