We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Pin.oe
Flow.Out
1 parent 392ead8 commit bc316b4Copy full SHA for bc316b4
amaranth/lib/io.py
@@ -43,7 +43,7 @@ def _pin_signature(width, dir, xdr=0):
43
for n in range(xdr):
44
members["o{}".format(n)] = Out(width)
45
if dir in ("oe", "io"):
46
- members["oe"] = In(1)
+ members["oe"] = Out(1)
47
return Signature(members)
48
49
0 commit comments