From: Jean THOMAS Date: Mon, 27 Jul 2020 14:41:29 +0000 (+0200) Subject: Fix wrong T1 signal X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aea3ffab675729917e0851182071a751d4e3439c;p=gram.git Fix wrong T1 signal --- diff --git a/gram/phy/ecp5ddrphy.py b/gram/phy/ecp5ddrphy.py index 73cd997..6d579c6 100644 --- a/gram/phy/ecp5ddrphy.py +++ b/gram/phy/ecp5ddrphy.py @@ -341,7 +341,7 @@ class ECP5DDRPHY(Peripheral, Elaboratable): i_SCLK=ClockSignal(), i_DQSW=dqsw, i_T0=~(dqs_oe | dqs_postamble), - i_T1=~(dqs_oe | dqs_postamble), + i_T1=~(dqs_oe | dqs_preamble), o_Q=dqs_oe_n), Instance("BB", i_I=dqs,