We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb18fc5 commit 6f46fe4Copy full SHA for 6f46fe4
nmigen_boards/orangecrab_r0_1.py
@@ -21,7 +21,7 @@ class OrangeCrabR0_1Platform(LatticeECP5Platform):
21
22
# Used to reload FPGA configuration.
23
# Can enter USB bootloader by assigning button 0 to program.
24
- Resource("program", 0, PinsN("V17", dir="o"), Attrs(IO_TYPE="LVCMOS33")),
+ Resource("program", 0, PinsN("R16", dir="o"), Attrs(IO_TYPE="LVCMOS33")),
25
26
RGBLEDResource(0,
27
r="V17", g="T17", b="J3", invert=True,
0 commit comments