mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
Merge pull request #109 from geertu/orangecrab-Fix-r0.1-user_led-mapping
orangecrab: Fix r0.1 user_led mapping
This commit is contained in:
commit
2ee32f2a15
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ _io_r0_1 = [
|
|||
),
|
||||
|
||||
("user_led", 0, Pins("V17"), IOStandard("LVCMOS33")), # rgb_led.r
|
||||
("user_led", 1, Pins("V17"), IOStandard("LVCMOS33")), # rgb_led.g
|
||||
("user_led", 2, Pins("V17"), IOStandard("LVCMOS33")), # rgb_led.b
|
||||
("user_led", 1, Pins("T17"), IOStandard("LVCMOS33")), # rgb_led.g
|
||||
("user_led", 2, Pins("J3"), IOStandard("LVCMOS33")), # rgb_led.b
|
||||
|
||||
("ddram", 0,
|
||||
Subsignal("a", Pins(
|
||||
|
|
Loading…
Reference in a new issue