diff options
| author | William D. Jones <thor0505@comcast.net> | 2024-12-20 20:27:48 -0500 |
|---|---|---|
| committer | Catherine <whitequark@whitequark.org> | 2024-12-21 16:30:36 +0000 |
| commit | 9d97c4816288c9c2cc304d9280c2c63178d50d2f (patch) | |
| tree | 8c5df826d4bb6ef6fc43a051964842918ff70a94 /amaranth_boards/cmod_s7.py | |
| parent | 23c66d68045831de0a372c8c237274d74c71ef4e (diff) | |
Correct UART pinout for cmod_s7.
Diffstat (limited to 'amaranth_boards/cmod_s7.py')
| -rw-r--r-- | amaranth_boards/cmod_s7.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amaranth_boards/cmod_s7.py b/amaranth_boards/cmod_s7.py index ba916c4..1ba2bdd 100644 --- a/amaranth_boards/cmod_s7.py +++ b/amaranth_boards/cmod_s7.py @@ -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") ), |
