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.
1 parent ab140b3 commit 3ba90d2Copy full SHA for 3ba90d2
amaranth_orchard/io/uart.py
@@ -16,7 +16,7 @@ class Signature(wiring.Signature):
16
def __init__(self):
17
super().__init__({
18
"tx": Out(OutputPinSignature(1)),
19
- "rx": In(InputPinSignature(1)),
+ "rx": Out(InputPinSignature(1)),
20
})
21
22
def create(self, *, path=(), src_loc_at=0):
0 commit comments