diff options
Diffstat (limited to 'nmigen_boards')
| -rw-r--r-- | nmigen_boards/mercury.py | 2 |
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. |
