projects
/
nmigen-boards.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9117a6a
)
versa_ecp5: fix switch{4..7} IO_TYPE.
author
whitequark
<whitequark@whitequark.org>
Thu, 6 Feb 2020 21:59:42 +0000
(21:59 +0000)
committer
whitequark
<whitequark@whitequark.org>
Thu, 6 Feb 2020 21:59:45 +0000
(21:59 +0000)
nmigen_boards/versa_ecp5.py
patch
|
blob
|
history
diff --git
a/nmigen_boards/versa_ecp5.py
b/nmigen_boards/versa_ecp5.py
index 4847d9a58ad5b5e04783cc29a145354347402386..9384bb9369a92f1a18768816a649982645889a12 100644
(file)
--- 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="LVCMOS
1
5")),
+ attrs=Attrs(IO_TYPE="LVCMOS
2
5")),
UARTResource(0,
rx="C11", tx="A11",