From: whitequark Date: Fri, 11 Oct 2019 14:44:19 +0000 (+0000) Subject: [breaking-change] mercury: update leftover user_btn resources. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=44fdd4f6c779a2aa8249a945047f5da5e577e3dc;p=nmigen-boards.git [breaking-change] mercury: update leftover user_btn resources. --- 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.