Commit 49ffc94e authored by Sean Cross's avatar Sean Cross
Browse files

partner: platforms: fomu_evt: rename rgb_led_n -> rgb_led


The evt platform has a different naming scheme from the other two
versions of Fomu.

This harmonises the naming of the rgb_led pads between all of the Fomu
variants.
Signed-off-by: default avatarSean Cross <sean@xobs.io>
parent d01711fd
......@@ -7,7 +7,7 @@ from litex.build.lattice.programmer import IceStormProgrammer
_io = [
("rgb_led_n", 0,
("rgb_led", 0,
Subsignal("r", Pins("40")),
Subsignal("g", Pins("39")),
Subsignal("b", Pins("41")),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment