Skip to content

Commit d3b875b

Browse files
esdensbourdeauducq
authored andcommitted
Fixed on board green led pin number. Added "multi" led.
1 parent 56f359d commit d3b875b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

migen/build/platforms/icebreaker.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44

55

66
_io = [
7+
("user_led_n", 0, Pins("11"), IOStandard("LVCMOS33")),
8+
("user_led_n", 1, Pins("37"), IOStandard("LVCMOS33")),
79
("user_ledr_n", 0, Pins("11"), IOStandard("LVCMOS33")),
8-
("user_ledg_n", 0, Pins("34"), IOStandard("LVCMOS33")),
10+
("user_ledg_n", 0, Pins("37"), IOStandard("LVCMOS33")),
911
("user_button_n", 0, Pins("10"), IOStandard("LVCMOS33")),
1012

1113
("serial", 0,

0 commit comments

Comments
 (0)