From 44fdd4f6c779a2aa8249a945047f5da5e577e3dc Mon Sep 17 00:00:00 2001 From: whitequark Date: Fri, 11 Oct 2019 14:44:19 +0000 Subject: [PATCH] [breaking-change] mercury: update leftover user_btn resources. --- nmigen_boards/mercury.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2