Skip to content

Commit

Permalink
platforms/lattice_certuspro_nx_evn.py: fix led pinout
Browse files Browse the repository at this point in the history
  • Loading branch information
trabucayre committed Aug 28, 2024
1 parent c5d1a25 commit 5bfde29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litex_boards/platforms/lattice_certuspro_nx_evn.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
("user_led", 15, Pins("N4"), IOStandard("LVCMOS33")), # Bank 1 Yellow
("user_led", 16, Pins("T4"), IOStandard("LVCMOS33")), # Bank 1 Red
("user_led", 17, Pins("T5"), IOStandard("LVCMOS33")), # Bank 1 Red
("user_led", 18, Pins("R6"), IOStandard("LVCMOS33")), # Bank 1 Red
("user_led", 18, Pins("T6"), IOStandard("LVCMOS33")), # Bank 1 Red
("user_led", 19, Pins("T7"), IOStandard("LVCMOS33")), # Bank 1 Red
("user_led", 20, Pins("U8"), IOStandard("LVCMOS33")), # Bank 1 Red
("user_led", 21, Pins("T8"), IOStandard("LVCMOS33")), # Bank 1 Red
Expand Down

0 comments on commit 5bfde29

Please sign in to comment.