aboutsummaryrefslogtreecommitdiff
path: root/nmigen_boards/mercury.py
diff options
context:
space:
mode:
authorwhitequark <whitequark@whitequark.org>2019-10-11 14:44:19 +0000
committerwhitequark <whitequark@whitequark.org>2019-10-11 14:53:54 +0000
commit44fdd4f6c779a2aa8249a945047f5da5e577e3dc (patch)
treec3227949004cfb5b4390366183ef72fc8d5f5212 /nmigen_boards/mercury.py
parent25e247c5dec7f0bbec97a50a549e2fd97961a9bb (diff)
[breaking-change] mercury: update leftover user_btn resources.
Diffstat (limited to 'nmigen_boards/mercury.py')
-rw-r--r--nmigen_boards/mercury.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nmigen_boards/mercury.py b/nmigen_boards/mercury.py
index 85bfb1d..5daf802 100644
--- 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_btn", 0, Pins("P41", dir="i"),
+ Resource("button", 0, Pins("P41", dir="i"),
Attrs(IOSTANDARD="LVTTL")),
# The serial interface and flash memory have a shared SPI bus.