Skip to content

Commit

Permalink
s6ddrphy: drive ODT (if it exists)
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital authored and Sebastien Bourdeauducq committed Aug 22, 2013
1 parent 516a1d3 commit 7b21102
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions milkymist/s6ddrphy/__init__.py
Expand Up @@ -346,6 +346,13 @@ def __init__(self, pads, memtype, nphases, cl, bitslip):
Instance.Output("SHIFTOUT4"),
)

#
# ODT
#
# ODT not yet supported
if hasattr(pads, "odt"):
self.comb += pads.odt.eq(0)

#
# DQ/DQS/DM control
#
Expand Down

0 comments on commit 7b21102

Please sign in to comment.