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 23c66d6 commit 9d97c48Copy full SHA for 9d97c48
amaranth_boards/cmod_s7.py
@@ -34,7 +34,7 @@ class CmodS7_Platform(XilinxPlatform):
34
*ButtonResources(pins="D2 D1", attrs=Attrs(IOSTANDARD="LVCMOS33")),
35
36
UARTResource(0,
37
- rx="L12", tx="K15",
+ rx="K15", tx="L12",
38
attrs=Attrs(IOSTANDARD="LVCMOS33")
39
),
40
0 commit comments