We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f99c4cc commit 3079b3dCopy full SHA for 3079b3d
nmigen_boards/cmod_a7.py
@@ -59,10 +59,12 @@ class _CmodA7Platform(Xilinx7SeriesPlatform):
59
# Pin 24/25 are VCC and GND
60
# Pin 15/16 are analog (XADC)
61
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"),
+ """
+ M3 L3 A16 K3 C15 H1 A15 B15 A14 J3 J1 K2
+ L1 L2 - - M1 M3 P3 M2 N1 N2 P1 -
+ - 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
+ """),
68
69
Connector("xadc", 0, {
70
"vaux4_n": "G2",
0 commit comments