From 209f84e253bfff63f21c07a921b060dc67361629 Mon Sep 17 00:00:00 2001 From: whitequark Date: Sun, 4 Aug 2019 10:53:20 +0000 Subject: Add missing trailing spaces to multiline connector definitions. Or the last and the first on line pin get glued together. --- nmigen_boards/icebreaker.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nmigen_boards/icebreaker.py') 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: -- cgit v1.2.3