From 54e6ac41662f81881f89efed7db085432be1071b Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Tue, 20 Jun 2023 10:35:50 +0200 Subject: cmod_a7: swap UART pins --- amaranth_boards/cmod_a7.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amaranth_boards') diff --git a/amaranth_boards/cmod_a7.py b/amaranth_boards/cmod_a7.py index 7f62c60..f4f5d7c 100644 --- a/amaranth_boards/cmod_a7.py +++ b/amaranth_boards/cmod_a7.py @@ -33,7 +33,7 @@ class _CmodA7Platform(XilinxPlatform): *ButtonResources(pins="A18 B18", attrs=Attrs(IOSTANDARD="LVCMOS33")), UARTResource(0, - rx="J18", tx="J17", + rx="J17", tx="J18", attrs=Attrs(IOSTANDARD="LVCMOS33") ), -- cgit v1.2.3