s6ddrphy: drive ODT (if it exists)
This commit is contained in:
parent
516a1d3464
commit
7b21102849
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue