Skip to content

Commit 6f46fe4

Browse files
antonblanchardwhitequark
authored andcommitted
orangecrab_r0_1: Fix program pin
The program pin is incorrect on the OrangeCrab r0.1.
1 parent cb18fc5 commit 6f46fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nmigen_boards/orangecrab_r0_1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class OrangeCrabR0_1Platform(LatticeECP5Platform):
2121

2222
# Used to reload FPGA configuration.
2323
# Can enter USB bootloader by assigning button 0 to program.
24-
Resource("program", 0, PinsN("V17", dir="o"), Attrs(IO_TYPE="LVCMOS33")),
24+
Resource("program", 0, PinsN("R16", dir="o"), Attrs(IO_TYPE="LVCMOS33")),
2525

2626
RGBLEDResource(0,
2727
r="V17", g="T17", b="J3", invert=True,

0 commit comments

Comments
 (0)