projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47ea451
)
pipistrello: switch is a button
author
Robert Jordens
<jordens@gmail.com>
Thu, 19 Mar 2015 17:27:05 +0000
(11:27 -0600)
committer
Sebastien Bourdeauducq
<sb@m-labs.hk>
Thu, 19 Mar 2015 17:56:49 +0000
(18:56 +0100)
mibuild/platforms/pipistrello.py
patch
|
blob
|
history
diff --git
a/mibuild/platforms/pipistrello.py
b/mibuild/platforms/pipistrello.py
index 9c2aed2434efc2a09a8bd1e5d704ab216fafc38f..1776bc84e4e1f6793bc27a5637cd6fe5f50e1c7c 100644
(file)
--- 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")),