Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: m-labs/nmigen-boards
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bc074915d6c6
Choose a base ref
...
head repository: m-labs/nmigen-boards
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 353a21b28b96
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 28, 2019

  1. tinyfpga_bx: fix definition of io pin 17

    Stary2001 authored and whitequark committed Nov 28, 2019
    Copy the full SHA
    353a21b View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 nmigen_boards/tinyfpga_bx.py
2 changes: 1 addition & 1 deletion nmigen_boards/tinyfpga_bx.py
Original file line number Diff line number Diff line change
@@ -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"