aboutsummaryrefslogtreecommitdiff
path: root/nmigen_boards
diff options
context:
space:
mode:
Diffstat (limited to 'nmigen_boards')
-rw-r--r--nmigen_boards/ice40_hx8k_b_evn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nmigen_boards/ice40_hx8k_b_evn.py b/nmigen_boards/ice40_hx8k_b_evn.py
index 46b0180..16eb504 100644
--- a/nmigen_boards/ice40_hx8k_b_evn.py
+++ b/nmigen_boards/ice40_hx8k_b_evn.py
@@ -23,7 +23,7 @@ class ICE40HX8KBEVNPlatform(LatticeICE40Platform):
), # D2..D9
UARTResource(0,
- rx="B10", tx="B12", rts="B13", cts="A15", dtr="A16", dsr="B14", dcd="B15",
+ rx="B10", tx="B12", rts="A15", cts="B13", dtr="A16", dsr="B14", dcd="B15",
attrs=Attrs(IO_STANDARD="SB_LVCMOS", PULLUP=1)
),