aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 16eb504..07c5348 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="A15", cts="B13", dtr="A16", dsr="B14", dcd="B15",
+ rx="B10", tx="B12", rts="A15", cts="B13", dtr="B14", dsr="A16", dcd="B15",
attrs=Attrs(IO_STANDARD="SB_LVCMOS", PULLUP=1)
),