diff options
| -rw-r--r-- | amaranth_boards/versa_ecp5.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amaranth_boards/versa_ecp5.py b/amaranth_boards/versa_ecp5.py index 9001a8e..195548e 100644 --- a/amaranth_boards/versa_ecp5.py +++ b/amaranth_boards/versa_ecp5.py @@ -22,7 +22,7 @@ class VersaECP5Platform(LatticeECP5Platform): Resource("pclk", 0, DiffPairs("A4", "A5", dir="i"), Attrs(IO_TYPE="LVDS")), - *LEDResources(pins="E16 D17 D18 E18 F17 F18 E17 F16", + *LEDResources(pins="E16 D17 D18 E18 F17 F18 E17 F16", invert=True, attrs=Attrs(IO_TYPE="LVCMOS25")), Resource("alnum_led", 0, |
