platforms/mixxeo: add LED
This commit is contained in:
parent
9569152309
commit
d57344b8ae
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue