s6ddrphy: drive ODT (if it exists)

This commit is contained in:
Florent Kermarrec 2013-08-22 22:55:36 +02:00 committed by Sebastien Bourdeauducq
parent 516a1d3464
commit 7b21102849
1 changed files with 7 additions and 0 deletions

View File

@ -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
#