Skip to content

Commit

Permalink
Correct UART pinout for cmod_s7.
Browse files Browse the repository at this point in the history
  • Loading branch information
cr1901 authored and whitequark committed Dec 21, 2024
1 parent 23c66d6 commit 9d97c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amaranth_boards/cmod_s7.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class CmodS7_Platform(XilinxPlatform):
*ButtonResources(pins="D2 D1", attrs=Attrs(IOSTANDARD="LVCMOS33")),

UARTResource(0,
rx="L12", tx="K15",
rx="K15", tx="L12",
attrs=Attrs(IOSTANDARD="LVCMOS33")
),

Expand Down

0 comments on commit 9d97c48

Please sign in to comment.