diff options
Diffstat (limited to 'nmigen_boards/icebreaker.py')
| -rw-r--r-- | nmigen_boards/icebreaker.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nmigen_boards/icebreaker.py b/nmigen_boards/icebreaker.py index a62ecdc..755a521 100644 --- a/nmigen_boards/icebreaker.py +++ b/nmigen_boards/icebreaker.py @@ -36,9 +36,9 @@ class ICEBreakerPlatform(LatticeICE40Platform): ), ] connectors = [ - Connector("pmod", 0, "4 2 47 45 - - 3 48 46 44 - -"), # PMOD1A + Connector("pmod", 0, " 4 2 47 45 - - 3 48 46 44 - -"), # PMOD1A Connector("pmod", 1, "43 38 34 31 - - 42 36 32 28 - -"), # PMOD1B - Connector("pmod", 2, "27 25 21 19 - - 26 23 20 18 - -"), # PMOD2 + Connector("pmod", 2, "27 25 21 19 - - 26 23 20 18 - -"), # PMOD2 ] # The attached LED/button section can be either used standalone or as a PMOD. # Attach to platform using: |
