diff options
| author | whitequark <whitequark@whitequark.org> | 2019-08-04 10:53:20 +0000 |
|---|---|---|
| committer | whitequark <whitequark@whitequark.org> | 2019-08-04 10:53:20 +0000 |
| commit | 209f84e253bfff63f21c07a921b060dc67361629 (patch) | |
| tree | 641957140d09b3521b5ecfeb9d7a326b82b915bb /nmigen_boards/icebreaker.py | |
| parent | 6fd7735f77b9a5d7171b3517293af745c6f04801 (diff) | |
Add missing trailing spaces to multiline connector definitions.
Or the last and the first on line pin get glued together.
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: |
