Skip to content

Commit 3079b3d

Browse files
committed
Fix multi-line string literal.
1 parent f99c4cc commit 3079b3d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

nmigen_boards/cmod_a7.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,12 @@ class _CmodA7Platform(Xilinx7SeriesPlatform):
5959
# Pin 24/25 are VCC and GND
6060
# Pin 15/16 are analog (XADC)
6161
Connector("gpio", 0,
62-
" M3 L3 A16 K3 C15 H1 A15 B15 A14 J3 J1 K2
63-
L1 L2 - - M1 M3 P3 M2 N1 N2 P1 -
64-
- R3 T3 R2 T1 T2 U1 W2 V2 W3 V3 W5
65-
V4 U4 V5 W4 U5 U2 W6 U3 U7 W7 U8 V8"),
62+
"""
63+
M3 L3 A16 K3 C15 H1 A15 B15 A14 J3 J1 K2
64+
L1 L2 - - M1 M3 P3 M2 N1 N2 P1 -
65+
- R3 T3 R2 T1 T2 U1 W2 V2 W3 V3 W5
66+
V4 U4 V5 W4 U5 U2 W6 U3 U7 W7 U8 V8
67+
"""),
6668

6769
Connector("xadc", 0, {
6870
"vaux4_n": "G2",

0 commit comments

Comments
 (0)