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: Sean Cross <sean@xobs.io>
This commit is contained in:
Sean Cross 2019-06-19 19:21:15 -07:00
parent d01711fdf9
commit 49ffc94e85
1 changed files with 1 additions and 1 deletions

View File

@ -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")),