platforms/mixxeo: add LED

This commit is contained in:
Sebastien Bourdeauducq 2013-09-06 23:10:01 +02:00
parent 9569152309
commit d57344b8ae
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ from mibuild.generic_platform import *
from mibuild.xilinx_ise import XilinxISEPlatform, CRG_SE from mibuild.xilinx_ise import XilinxISEPlatform, CRG_SE
_io = [ _io = [
("user_led", 0, Pins("V5"), IOStandard("LVCMOS33"), Drive(24), Misc("SLEW=QUIETIO")),
("clk50", 0, Pins("AB13"), IOStandard("LVCMOS33")), ("clk50", 0, Pins("AB13"), IOStandard("LVCMOS33")),
# When executing softcore code in-place from the flash, we want # When executing softcore code in-place from the flash, we want