From: Robert Jordens Date: Thu, 19 Mar 2015 17:27:05 +0000 (-0600) Subject: pipistrello: switch is a button X-Git-Tag: 24jan2021_ls180~2099^2~158 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4fe888702d9474320d6af203b70feb71fba80bcd;p=litex.git pipistrello: switch is a button --- diff --git a/mibuild/platforms/pipistrello.py b/mibuild/platforms/pipistrello.py index 9c2aed24..1776bc84 100644 --- a/mibuild/platforms/pipistrello.py +++ b/mibuild/platforms/pipistrello.py @@ -9,7 +9,7 @@ _io = [ ("user_led", 3, Pins("A15"), IOStandard("LVTTL"), Drive(8), Misc("SLEW=QUIETIO")), # red at msd ("user_led", 4, Pins("A12"), IOStandard("LVTTL"), Drive(8), Misc("SLEW=QUIETIO")), # red at usb - ("user_switch", 0, Pins("N14"), IOStandard("LVTTL"), Misc("PULLDOWN")), + ("user_btn", 0, Pins("N14"), IOStandard("LVTTL"), Misc("PULLDOWN")), ("clk50", 0, Pins("H17"), IOStandard("LVTTL")),