aboutsummaryrefslogtreecommitdiff
path: root/nmigen_boards
diff options
context:
space:
mode:
authorwhitequark <whitequark@whitequark.org>2020-02-06 21:59:42 +0000
committerwhitequark <whitequark@whitequark.org>2020-02-06 21:59:45 +0000
commitf37fe0295035db5f1bf82ed086b2eb349ab3a530 (patch)
treedd1ecd0331305032c81156777cdead36d84dbcb4 /nmigen_boards
parent9117a6ae0d074b82142c93ef3891db6f0241166f (diff)
versa_ecp5: fix switch{4..7} IO_TYPE.
Diffstat (limited to 'nmigen_boards')
-rw-r--r--nmigen_boards/versa_ecp5.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nmigen_boards/versa_ecp5.py b/nmigen_boards/versa_ecp5.py
index 4847d9a..9384bb9 100644
--- a/nmigen_boards/versa_ecp5.py
+++ b/nmigen_boards/versa_ecp5.py
@@ -47,7 +47,7 @@ class VersaECP5Platform(LatticeECP5Platform):
*SwitchResources(pins={0: "H2", 1: "K3", 2: "G3", 3: "F2" },
attrs=Attrs(IO_TYPE="LVCMOS15")),
*SwitchResources(pins={4: "J18", 5: "K18", 6: "K19", 7: "K20"},
- attrs=Attrs(IO_TYPE="LVCMOS15")),
+ attrs=Attrs(IO_TYPE="LVCMOS25")),
UARTResource(0,
rx="C11", tx="A11",