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:
25e247c
)
[breaking-change] mercury: update leftover user_btn resources.
author
whitequark
<whitequark@whitequark.org>
Fri, 11 Oct 2019 14:44:19 +0000
(14:44 +0000)
committer
whitequark
<whitequark@whitequark.org>
Fri, 11 Oct 2019 14:53:54 +0000
(14:53 +0000)
nmigen_boards/mercury.py
patch
|
blob
|
history
diff --git
a/nmigen_boards/mercury.py
b/nmigen_boards/mercury.py
index 85bfb1db81f9a0cbafceb0193dc7a19846d0f6c1..5daf8020b06c896e3581ebecf0c834f8b9b37c81 100644
(file)
--- a/
nmigen_boards/mercury.py
+++ b/
nmigen_boards/mercury.py
@@
-34,7
+34,7
@@
class MercuryPlatform(XilinxSpartan3APlatform):
Resource("clk50", 0, Pins("P43", dir="i"),
Attrs(IOSTANDARD="LVCMOS33"), Clock(50e6)),
- Resource("
user_bt
n", 0, Pins("P41", dir="i"),
+ Resource("
butto
n", 0, Pins("P41", dir="i"),
Attrs(IOSTANDARD="LVTTL")),
# The serial interface and flash memory have a shared SPI bus.