We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc71d56 commit 2d0a23bCopy full SHA for 2d0a23b
amaranth_boards/versa_ecp5.py
@@ -22,7 +22,7 @@ class VersaECP5Platform(LatticeECP5Platform):
22
Resource("pclk", 0, DiffPairs("A4", "A5", dir="i"),
23
Attrs(IO_TYPE="LVDS")),
24
25
- *LEDResources(pins="E16 D17 D18 E18 F17 F18 E17 F16",
+ *LEDResources(pins="E16 D17 D18 E18 F17 F18 E17 F16", invert=True,
26
attrs=Attrs(IO_TYPE="LVCMOS25")),
27
28
Resource("alnum_led", 0,
0 commit comments