From: Florent Kermarrec Date: Thu, 22 Aug 2013 20:55:36 +0000 (+0200) Subject: s6ddrphy: drive ODT (if it exists) X-Git-Tag: 24jan2021_ls180~2849 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7b2110284914fb478276c975a0250bea83481792;p=litex.git s6ddrphy: drive ODT (if it exists) --- diff --git a/milkymist/s6ddrphy/__init__.py b/milkymist/s6ddrphy/__init__.py index 02599a9d..e079987d 100644 --- a/milkymist/s6ddrphy/__init__.py +++ b/milkymist/s6ddrphy/__init__.py @@ -346,6 +346,13 @@ class S6DDRPHY(Module): Instance.Output("SHIFTOUT4"), ) + # + # ODT + # + # ODT not yet supported + if hasattr(pads, "odt"): + self.comb += pads.odt.eq(0) + # # DQ/DQS/DM control #