From: Jean THOMAS Date: Fri, 17 Jul 2020 15:21:19 +0000 (+0200) Subject: Use the right domain X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=535be9526b2d9997fb24a4749e1391502bac8eb8;p=gram.git Use the right domain --- diff --git a/gram/phy/ecp5ddrphy.py b/gram/phy/ecp5ddrphy.py index db692f8..e562d65 100644 --- a/gram/phy/ecp5ddrphy.py +++ b/gram/phy/ecp5ddrphy.py @@ -340,7 +340,7 @@ class ECP5DDRPHY(Peripheral, Elaboratable): m.submodules += Instance("ODDRX2DQA", i_RST=ResetSignal("dramsync"), i_ECLK=ClockSignal("sync2x"), - i_SCLK=ClockSignal("sync"), + i_SCLK=ClockSignal("dramsync"), i_DQSW270=dqsw270, i_D0=dm_o_data_muxed[0], i_D1=dm_o_data_muxed[1],