Skip to content

Commit bc316b4

Browse files
nelgauwhitequark
authored andcommitted
lib.io: Pin.oe should have Flow.Out
1 parent 392ead8 commit bc316b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amaranth/lib/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def _pin_signature(width, dir, xdr=0):
4343
for n in range(xdr):
4444
members["o{}".format(n)] = Out(width)
4545
if dir in ("oe", "io"):
46-
members["oe"] = In(1)
46+
members["oe"] = Out(1)
4747
return Signature(members)
4848

4949

0 commit comments

Comments
 (0)