Skip to content

Commit 9d97c48

Browse files
cr1901whitequark
authored andcommitted
Correct UART pinout for cmod_s7.
1 parent 23c66d6 commit 9d97c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amaranth_boards/cmod_s7.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class CmodS7_Platform(XilinxPlatform):
3434
*ButtonResources(pins="D2 D1", attrs=Attrs(IOSTANDARD="LVCMOS33")),
3535

3636
UARTResource(0,
37-
rx="L12", tx="K15",
37+
rx="K15", tx="L12",
3838
attrs=Attrs(IOSTANDARD="LVCMOS33")
3939
),
4040

0 commit comments

Comments
 (0)