From 6f46fe41134465d8ee7159ed4370ceade801b3f6 Mon Sep 17 00:00:00 2001 From: Anton Blanchard Date: Tue, 14 Sep 2021 14:13:36 +1000 Subject: orangecrab_r0_1: Fix program pin The program pin is incorrect on the OrangeCrab r0.1. --- nmigen_boards/orangecrab_r0_1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nmigen_boards/orangecrab_r0_1.py b/nmigen_boards/orangecrab_r0_1.py index 34a5c02..2a5cb3a 100644 --- a/nmigen_boards/orangecrab_r0_1.py +++ b/nmigen_boards/orangecrab_r0_1.py @@ -21,7 +21,7 @@ class OrangeCrabR0_1Platform(LatticeECP5Platform): # Used to reload FPGA configuration. # Can enter USB bootloader by assigning button 0 to program. - Resource("program", 0, PinsN("V17", dir="o"), Attrs(IO_TYPE="LVCMOS33")), + Resource("program", 0, PinsN("R16", dir="o"), Attrs(IO_TYPE="LVCMOS33")), RGBLEDResource(0, r="V17", g="T17", b="J3", invert=True, -- cgit v1.2.3