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 b95dfdd commit 5df6987Copy full SHA for 5df6987
my_design/design.py
@@ -24,10 +24,10 @@
24
__all__ = ["JTAGSignature", "MySoC"]
25
26
JTAGSignature = wiring.Signature({
27
- "trst": In(InputPinSignature(1)),
28
- "tck": In(InputPinSignature(1)),
29
- "tms": In(InputPinSignature(1)),
30
- "tdi": In(InputPinSignature(1)),
+ "trst": Out(InputPinSignature(1)),
+ "tck": Out(InputPinSignature(1)),
+ "tms": Out(InputPinSignature(1)),
+ "tdi": Out(InputPinSignature(1)),
31
"tdo": Out(OutputPinSignature(1)),
32
})
33
0 commit comments