From 353a21b28b96efe7694b29fd975c2f9244b2edc2 Mon Sep 17 00:00:00 2001 From: Ezekiel Bethel Date: Thu, 28 Nov 2019 16:32:36 +0000 Subject: [PATCH] tinyfpga_bx: fix definition of io pin 17 --- nmigen_boards/tinyfpga_bx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nmigen_boards/tinyfpga_bx.py b/nmigen_boards/tinyfpga_bx.py index 75de676..ede0858 100644 --- a/nmigen_boards/tinyfpga_bx.py +++ b/nmigen_boards/tinyfpga_bx.py @@ -38,7 +38,7 @@ class TinyFPGABXPlatform(LatticeICE40Platform): " A2 A1 B1 C2 C1 D2 D1 E2 E1 G2 H1 J1 H2 " # Right side of the board # 14 15 16 17 18 19 20 21 22 23 24 - " H9 D9 D8 B8 A9 B8 A8 B7 A7 B6 A6 " + " H9 D9 D8 C9 A9 B8 A8 B7 A7 B6 A6 " # Bottom of the board # 25 26 27 28 29 30 31 "G1 J3 J4 G9 J9 E8 J2" -- 2.30.2