-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPCIe_x16-to-x8_Debifurcator.net
799 lines (799 loc) · 47.8 KB
/
PCIe_x16-to-x8_Debifurcator.net
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
(export (version "E")
(design
(source "/home/user/Documents/Downloads2023-06-12/PCIe_x16-to-x8_Debifurcator-0.1-alpha/PCIe_x16-to-x8_Debifurcator.kicad_sch")
(date "Mon 12 Jun 2023 04:09:36 PM")
(tool "Eeschema 7.0.5-7.0.5~ubuntu20.04.1")
(sheet (number "1") (name "/") (tstamps "/")
(title_block
(title "PCI-Express x8 Debifurcator")
(company "mwrnd")
(rev "A")
(date)
(source "PCIe_x16-to-x8_Debifurcator.kicad_sch")
(comment (number "1") (value "github.com/mwrnd/PCIe_x16-to-x8_Debifurcator"))
(comment (number "2") (value "PCIe x16-to-x8 Debifurcator"))
(comment (number "3") (value ""))
(comment (number "4") (value ""))
(comment (number "5") (value ""))
(comment (number "6") (value ""))
(comment (number "7") (value ""))
(comment (number "8") (value ""))
(comment (number "9") (value "")))))
(components
(comp (ref "C1")
(value "0u1")
(footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder")
(libsource (lib "Device") (part "C_Small") (description "Unpolarized capacitor, small symbol"))
(property (name "Sheetname") (value ""))
(property (name "Sheetfile") (value "PCIe_x16-to-x8_Debifurcator.kicad_sch"))
(property (name "ki_description") (value "Unpolarized capacitor, small symbol"))
(property (name "ki_keywords") (value "capacitor cap"))
(sheetpath (names "/") (tstamps "/"))
(tstamps "10683726-c2ee-44f0-b924-58e77226ce32"))
(comp (ref "J1")
(value "PCI_Express_x8")
(footprint "Connector_PCBEdge:BUS_PCIexpress_x8")
(datasheet "ritrontek 20161026105231124.pdf Page63")
(libsource (lib "Connector") (part "Bus_PCI_Express_x8") (description "PCI Express bus connector x8"))
(property (name "Sheetname") (value ""))
(property (name "Sheetfile") (value "PCIe_x16-to-x8_Debifurcator.kicad_sch"))
(property (name "ki_description") (value "PCI Express bus connector x8"))
(property (name "ki_keywords") (value "pcie"))
(sheetpath (names "/") (tstamps "/"))
(tstamps "add1d7a7-6758-4be8-986d-7ced6599002b"))
(comp (ref "J2")
(value "PCI_Express_x16")
(footprint "Connector_PCBEdge:BUS_PCIexpress_x16")
(datasheet "http://www.ritrontek.com/uploadfile/2016/1026/20161026105231124.pdf#page=63")
(libsource (lib "Connector") (part "Bus_PCI_Express_x16") (description "PCI Express bus connector x16"))
(property (name "Sheetname") (value ""))
(property (name "Sheetfile") (value "PCIe_x16-to-x8_Debifurcator.kicad_sch"))
(property (name "ki_description") (value "PCI Express bus connector x16"))
(property (name "ki_keywords") (value "pcie"))
(sheetpath (names "/") (tstamps "/"))
(tstamps "c3d533cd-b34f-433b-ad72-734c067e171c"))
(comp (ref "R1")
(value "DNP")
(footprint "Resistor_SMD:R_0603_1608Metric")
(libsource (lib "Device") (part "R_Small") (description "Resistor, small symbol"))
(property (name "Sheetname") (value ""))
(property (name "Sheetfile") (value "PCIe_x16-to-x8_Debifurcator.kicad_sch"))
(property (name "ki_description") (value "Resistor, small symbol"))
(property (name "ki_keywords") (value "R resistor"))
(sheetpath (names "/") (tstamps "/"))
(tstamps "e4cd5f15-9316-4698-998c-7f96cc467895"))
(comp (ref "TP1")
(value "PRSNT1")
(footprint "Connector_PinHeader_1.00mm:PinHeader_1x01_P1.00mm_Vertical")
(libsource (lib "Connector") (part "TestPoint") (description "test point"))
(property (name "Sheetname") (value ""))
(property (name "Sheetfile") (value "PCIe_x16-to-x8_Debifurcator.kicad_sch"))
(property (name "ki_description") (value "test point"))
(property (name "ki_keywords") (value "test point tp"))
(sheetpath (names "/") (tstamps "/"))
(tstamps "31c5c657-c9be-4cf2-aec4-fb01eaff32a7"))
(comp (ref "TP2")
(value "PRSNT2_x1")
(footprint "Connector_PinHeader_1.00mm:PinHeader_1x01_P1.00mm_Vertical")
(libsource (lib "Connector") (part "TestPoint") (description "test point"))
(property (name "Sheetname") (value ""))
(property (name "Sheetfile") (value "PCIe_x16-to-x8_Debifurcator.kicad_sch"))
(property (name "ki_description") (value "test point"))
(property (name "ki_keywords") (value "test point tp"))
(sheetpath (names "/") (tstamps "/"))
(tstamps "21dd38dd-d184-4626-a47d-3754685d1eac"))
(comp (ref "TP3")
(value "PRSNT2_x4")
(footprint "Connector_PinHeader_1.00mm:PinHeader_1x01_P1.00mm_Vertical")
(libsource (lib "Connector") (part "TestPoint") (description "test point"))
(property (name "Sheetname") (value ""))
(property (name "Sheetfile") (value "PCIe_x16-to-x8_Debifurcator.kicad_sch"))
(property (name "ki_description") (value "test point"))
(property (name "ki_keywords") (value "test point tp"))
(sheetpath (names "/") (tstamps "/"))
(tstamps "3290b29b-a129-40b0-bcf7-b02e1567bca3"))
(comp (ref "TP4")
(value "PRSNT2_x8")
(footprint "Connector_PinHeader_1.00mm:PinHeader_1x01_P1.00mm_Vertical")
(libsource (lib "Connector") (part "TestPoint") (description "test point"))
(property (name "Sheetname") (value ""))
(property (name "Sheetfile") (value "PCIe_x16-to-x8_Debifurcator.kicad_sch"))
(property (name "ki_description") (value "test point"))
(property (name "ki_keywords") (value "test point tp"))
(sheetpath (names "/") (tstamps "/"))
(tstamps "da72a824-5e4e-4f64-832d-37fba6e583ba")))
(libparts
(libpart (lib "Connector") (part "Bus_PCI_Express_x16")
(description "PCI Express bus connector x16")
(docs "http://www.ritrontek.com/uploadfile/2016/1026/20161026105231124.pdf#page=63")
(footprints
(fp "*PCIexpress*"))
(fields
(field (name "Reference") "J")
(field (name "Value") "Bus_PCI_Express_x16")
(field (name "Footprint") "Connector_PCBEdge:BUS_PCIexpress_x16")
(field (name "Datasheet") "http://www.ritrontek.com/uploadfile/2016/1026/20161026105231124.pdf#page=63"))
(pins
(pin (num "A1") (name "~{PRSNT1}") (type "passive"))
(pin (num "A2") (name "+12V") (type "passive"))
(pin (num "A3") (name "+12V") (type "passive"))
(pin (num "A4") (name "GND") (type "passive"))
(pin (num "A5") (name "JTAG2") (type "input"))
(pin (num "A6") (name "JTAG3") (type "input"))
(pin (num "A7") (name "JTAG4") (type "output"))
(pin (num "A8") (name "JTAG5") (type "input"))
(pin (num "A9") (name "+3.3V") (type "passive"))
(pin (num "A10") (name "+3.3V") (type "passive"))
(pin (num "A11") (name "~{PERST}") (type "input"))
(pin (num "A12") (name "GND") (type "passive"))
(pin (num "A13") (name "REFCLK+") (type "input"))
(pin (num "A14") (name "REFCLK-") (type "input"))
(pin (num "A15") (name "GND") (type "passive"))
(pin (num "A16") (name "PERp0") (type "output"))
(pin (num "A17") (name "PERn0") (type "output"))
(pin (num "A18") (name "GND") (type "passive"))
(pin (num "A19") (name "RSVD") (type "passive"))
(pin (num "A20") (name "GND") (type "passive"))
(pin (num "A21") (name "PERp1") (type "output"))
(pin (num "A22") (name "PERn1") (type "output"))
(pin (num "A23") (name "GND") (type "passive"))
(pin (num "A24") (name "GND") (type "passive"))
(pin (num "A25") (name "PERp2") (type "output"))
(pin (num "A26") (name "PERn2") (type "output"))
(pin (num "A27") (name "GND") (type "passive"))
(pin (num "A28") (name "GND") (type "passive"))
(pin (num "A29") (name "PERp3") (type "output"))
(pin (num "A30") (name "PERn3") (type "output"))
(pin (num "A31") (name "GND") (type "passive"))
(pin (num "A32") (name "RSVD") (type "passive"))
(pin (num "A33") (name "RSVD") (type "passive"))
(pin (num "A34") (name "GND") (type "passive"))
(pin (num "A35") (name "PERp4") (type "output"))
(pin (num "A36") (name "PERn4") (type "output"))
(pin (num "A37") (name "GND") (type "passive"))
(pin (num "A38") (name "GND") (type "passive"))
(pin (num "A39") (name "PERp5") (type "output"))
(pin (num "A40") (name "PERn5") (type "output"))
(pin (num "A41") (name "GND") (type "passive"))
(pin (num "A42") (name "GND") (type "passive"))
(pin (num "A43") (name "PERp6") (type "output"))
(pin (num "A44") (name "PERn6") (type "output"))
(pin (num "A45") (name "GND") (type "passive"))
(pin (num "A46") (name "GND") (type "passive"))
(pin (num "A47") (name "PERp7") (type "output"))
(pin (num "A48") (name "PERn7") (type "output"))
(pin (num "A49") (name "GND") (type "passive"))
(pin (num "A50") (name "RSVD") (type "passive"))
(pin (num "A51") (name "GND") (type "passive"))
(pin (num "A52") (name "PERp8") (type "output"))
(pin (num "A53") (name "PERn8") (type "output"))
(pin (num "A54") (name "GND") (type "passive"))
(pin (num "A55") (name "GND") (type "passive"))
(pin (num "A56") (name "PERp9") (type "output"))
(pin (num "A57") (name "PERn9") (type "output"))
(pin (num "A58") (name "GND") (type "passive"))
(pin (num "A59") (name "GND") (type "passive"))
(pin (num "A60") (name "PERp10") (type "output"))
(pin (num "A61") (name "PERn10") (type "output"))
(pin (num "A62") (name "GND") (type "passive"))
(pin (num "A63") (name "GND") (type "passive"))
(pin (num "A64") (name "PERp11") (type "output"))
(pin (num "A65") (name "PERn11") (type "output"))
(pin (num "A66") (name "GND") (type "passive"))
(pin (num "A67") (name "GND") (type "passive"))
(pin (num "A68") (name "PERp12") (type "output"))
(pin (num "A69") (name "PERn12") (type "output"))
(pin (num "A70") (name "GND") (type "passive"))
(pin (num "A71") (name "GND") (type "passive"))
(pin (num "A72") (name "PERp13") (type "output"))
(pin (num "A73") (name "PERn13") (type "output"))
(pin (num "A74") (name "GND") (type "passive"))
(pin (num "A75") (name "GND") (type "passive"))
(pin (num "A76") (name "PERp14") (type "output"))
(pin (num "A77") (name "PERn14") (type "output"))
(pin (num "A78") (name "GND") (type "passive"))
(pin (num "A79") (name "GND") (type "passive"))
(pin (num "A80") (name "PERp15") (type "output"))
(pin (num "A81") (name "PERn15") (type "output"))
(pin (num "A82") (name "GND") (type "passive"))
(pin (num "B1") (name "+12V") (type "power_in"))
(pin (num "B2") (name "+12V") (type "passive"))
(pin (num "B3") (name "+12V") (type "passive"))
(pin (num "B4") (name "GND") (type "power_in"))
(pin (num "B5") (name "SMCLK") (type "input"))
(pin (num "B6") (name "SMDAT") (type "bidirectional"))
(pin (num "B7") (name "GND") (type "passive"))
(pin (num "B8") (name "+3.3V") (type "power_in"))
(pin (num "B9") (name "JTAG1") (type "input"))
(pin (num "B10") (name "3.3Vaux") (type "power_in"))
(pin (num "B11") (name "~{WAKE}") (type "open_collector"))
(pin (num "B12") (name "RSVD") (type "passive"))
(pin (num "B13") (name "GND") (type "passive"))
(pin (num "B14") (name "PETp0") (type "input"))
(pin (num "B15") (name "PETn0") (type "input"))
(pin (num "B16") (name "GND") (type "passive"))
(pin (num "B17") (name "~{PRSNT2}") (type "passive"))
(pin (num "B18") (name "GND") (type "passive"))
(pin (num "B19") (name "PETp1") (type "input"))
(pin (num "B20") (name "PETn1") (type "input"))
(pin (num "B21") (name "GND") (type "passive"))
(pin (num "B22") (name "GND") (type "passive"))
(pin (num "B23") (name "PETp2") (type "input"))
(pin (num "B24") (name "PETn2") (type "input"))
(pin (num "B25") (name "GND") (type "passive"))
(pin (num "B26") (name "GND") (type "passive"))
(pin (num "B27") (name "PETp3") (type "input"))
(pin (num "B28") (name "PETn3") (type "input"))
(pin (num "B29") (name "GND") (type "passive"))
(pin (num "B30") (name "RSVD") (type "passive"))
(pin (num "B31") (name "~{PRSNT2}") (type "passive"))
(pin (num "B32") (name "GND") (type "passive"))
(pin (num "B33") (name "PETp4") (type "input"))
(pin (num "B34") (name "PETn4") (type "input"))
(pin (num "B35") (name "GND") (type "passive"))
(pin (num "B36") (name "GND") (type "passive"))
(pin (num "B37") (name "PETp5") (type "input"))
(pin (num "B38") (name "PETn5") (type "input"))
(pin (num "B39") (name "GND") (type "passive"))
(pin (num "B40") (name "GND") (type "passive"))
(pin (num "B41") (name "PETp6") (type "input"))
(pin (num "B42") (name "PETn6") (type "input"))
(pin (num "B43") (name "GND") (type "passive"))
(pin (num "B44") (name "GND") (type "passive"))
(pin (num "B45") (name "PETp7") (type "input"))
(pin (num "B46") (name "PETn7") (type "input"))
(pin (num "B47") (name "GND") (type "passive"))
(pin (num "B48") (name "~{PRSNT2}") (type "passive"))
(pin (num "B49") (name "GND") (type "passive"))
(pin (num "B50") (name "PETp8") (type "input"))
(pin (num "B51") (name "PETn8") (type "input"))
(pin (num "B52") (name "GND") (type "passive"))
(pin (num "B53") (name "GND") (type "passive"))
(pin (num "B54") (name "PETp9") (type "input"))
(pin (num "B55") (name "PETn9") (type "input"))
(pin (num "B56") (name "GND") (type "passive"))
(pin (num "B57") (name "GND") (type "passive"))
(pin (num "B58") (name "PETp10") (type "input"))
(pin (num "B59") (name "PETn10") (type "input"))
(pin (num "B60") (name "GND") (type "passive"))
(pin (num "B61") (name "GND") (type "passive"))
(pin (num "B62") (name "PETp11") (type "input"))
(pin (num "B63") (name "PETn11") (type "input"))
(pin (num "B64") (name "GND") (type "passive"))
(pin (num "B65") (name "GND") (type "passive"))
(pin (num "B66") (name "PETp12") (type "input"))
(pin (num "B67") (name "PETn12") (type "input"))
(pin (num "B68") (name "GND") (type "passive"))
(pin (num "B69") (name "GND") (type "passive"))
(pin (num "B70") (name "PETp13") (type "input"))
(pin (num "B71") (name "PETn13") (type "input"))
(pin (num "B72") (name "GND") (type "passive"))
(pin (num "B73") (name "GND") (type "passive"))
(pin (num "B74") (name "PETp14") (type "input"))
(pin (num "B75") (name "PETn14") (type "input"))
(pin (num "B76") (name "GND") (type "passive"))
(pin (num "B77") (name "GND") (type "passive"))
(pin (num "B78") (name "PETp15") (type "input"))
(pin (num "B79") (name "PETn15") (type "input"))
(pin (num "B80") (name "GND") (type "passive"))
(pin (num "B81") (name "~{PRSNT2}") (type "passive"))
(pin (num "B82") (name "RSVD") (type "passive"))))
(libpart (lib "Connector") (part "Bus_PCI_Express_x8")
(description "PCI Express bus connector x8")
(docs "ritrontek 20161026105231124.pdf Page63")
(footprints
(fp "*PCIexpress*"))
(fields
(field (name "Reference") "J1")
(field (name "Value") "PCI_Express_x8")
(field (name "Footprint") "Connector_PCBEdge:BUS_PCIexpress_x8")
(field (name "Datasheet") "ritrontek 20161026105231124.pdf Page63"))
(pins
(pin (num "A1") (name "~{PRSNT1}") (type "passive"))
(pin (num "A2") (name "+12V") (type "passive"))
(pin (num "A3") (name "+12V") (type "passive"))
(pin (num "A4") (name "GND") (type "passive"))
(pin (num "A5") (name "JTAG2") (type "input"))
(pin (num "A6") (name "JTAG3") (type "input"))
(pin (num "A7") (name "JTAG4") (type "output"))
(pin (num "A8") (name "JTAG5") (type "input"))
(pin (num "A9") (name "+3.3V") (type "passive"))
(pin (num "A10") (name "+3.3V") (type "passive"))
(pin (num "A11") (name "~{PERST}") (type "input"))
(pin (num "A12") (name "GND") (type "passive"))
(pin (num "A13") (name "REFCLK+") (type "input"))
(pin (num "A14") (name "REFCLK-") (type "input"))
(pin (num "A15") (name "GND") (type "passive"))
(pin (num "A16") (name "PERp0") (type "output"))
(pin (num "A17") (name "PERn0") (type "output"))
(pin (num "A18") (name "GND") (type "passive"))
(pin (num "A19") (name "RSVD") (type "passive"))
(pin (num "A20") (name "GND") (type "passive"))
(pin (num "A21") (name "PERp1") (type "output"))
(pin (num "A22") (name "PERn1") (type "output"))
(pin (num "A23") (name "GND") (type "passive"))
(pin (num "A24") (name "GND") (type "passive"))
(pin (num "A25") (name "PERp2") (type "output"))
(pin (num "A26") (name "PERn2") (type "output"))
(pin (num "A27") (name "GND") (type "passive"))
(pin (num "A28") (name "GND") (type "passive"))
(pin (num "A29") (name "PERp3") (type "output"))
(pin (num "A30") (name "PERn3") (type "output"))
(pin (num "A31") (name "GND") (type "passive"))
(pin (num "A32") (name "RSVD") (type "passive"))
(pin (num "A33") (name "RSVD") (type "passive"))
(pin (num "A34") (name "GND") (type "passive"))
(pin (num "A35") (name "PERp4") (type "output"))
(pin (num "A36") (name "PERn4") (type "output"))
(pin (num "A37") (name "GND") (type "passive"))
(pin (num "A38") (name "GND") (type "passive"))
(pin (num "A39") (name "PERp5") (type "output"))
(pin (num "A40") (name "PERn5") (type "output"))
(pin (num "A41") (name "GND") (type "passive"))
(pin (num "A42") (name "GND") (type "passive"))
(pin (num "A43") (name "PERp6") (type "output"))
(pin (num "A44") (name "PERn6") (type "output"))
(pin (num "A45") (name "GND") (type "passive"))
(pin (num "A46") (name "GND") (type "passive"))
(pin (num "A47") (name "PERp7") (type "output"))
(pin (num "A48") (name "PERn7") (type "output"))
(pin (num "A49") (name "GND") (type "passive"))
(pin (num "B1") (name "+12V") (type "power_in"))
(pin (num "B2") (name "+12V") (type "passive"))
(pin (num "B3") (name "+12V") (type "passive"))
(pin (num "B4") (name "GND") (type "power_out"))
(pin (num "B5") (name "SMCLK") (type "input"))
(pin (num "B6") (name "SMDAT") (type "bidirectional"))
(pin (num "B7") (name "GND") (type "passive"))
(pin (num "B8") (name "+3.3V") (type "power_out"))
(pin (num "B9") (name "JTAG1") (type "input"))
(pin (num "B10") (name "3.3Vaux") (type "power_in"))
(pin (num "B11") (name "~{WAKE}") (type "open_collector"))
(pin (num "B12") (name "RSVD") (type "passive"))
(pin (num "B13") (name "GND") (type "passive"))
(pin (num "B14") (name "PETp0") (type "input"))
(pin (num "B15") (name "PETn0") (type "input"))
(pin (num "B16") (name "GND") (type "passive"))
(pin (num "B17") (name "~{PRSNT2}") (type "passive"))
(pin (num "B18") (name "GND") (type "passive"))
(pin (num "B19") (name "PETp1") (type "input"))
(pin (num "B20") (name "PETn1") (type "input"))
(pin (num "B21") (name "GND") (type "passive"))
(pin (num "B22") (name "GND") (type "passive"))
(pin (num "B23") (name "PETp2") (type "input"))
(pin (num "B24") (name "PETn2") (type "input"))
(pin (num "B25") (name "GND") (type "passive"))
(pin (num "B26") (name "GND") (type "passive"))
(pin (num "B27") (name "PETp3") (type "input"))
(pin (num "B28") (name "PETn3") (type "input"))
(pin (num "B29") (name "GND") (type "passive"))
(pin (num "B30") (name "RSVD") (type "passive"))
(pin (num "B31") (name "~{PRSNT2}") (type "passive"))
(pin (num "B32") (name "GND") (type "passive"))
(pin (num "B33") (name "PETp4") (type "input"))
(pin (num "B34") (name "PETn4") (type "input"))
(pin (num "B35") (name "GND") (type "passive"))
(pin (num "B36") (name "GND") (type "passive"))
(pin (num "B37") (name "PETp5") (type "input"))
(pin (num "B38") (name "PETn5") (type "input"))
(pin (num "B39") (name "GND") (type "passive"))
(pin (num "B40") (name "GND") (type "passive"))
(pin (num "B41") (name "PETp6") (type "input"))
(pin (num "B42") (name "PETn6") (type "input"))
(pin (num "B43") (name "GND") (type "passive"))
(pin (num "B44") (name "GND") (type "passive"))
(pin (num "B45") (name "PETp7") (type "input"))
(pin (num "B46") (name "PETn7") (type "input"))
(pin (num "B47") (name "GND") (type "passive"))
(pin (num "B48") (name "~{PRSNT2}") (type "passive"))
(pin (num "B49") (name "GND") (type "passive"))))
(libpart (lib "Connector") (part "TestPoint")
(description "test point")
(docs "~")
(footprints
(fp "Pin*")
(fp "Test*"))
(fields
(field (name "Reference") "TP")
(field (name "Value") "TestPoint")
(field (name "Datasheet") "~"))
(pins
(pin (num "1") (name "1") (type "passive"))))
(libpart (lib "Device") (part "C_Small")
(description "Unpolarized capacitor, small symbol")
(docs "~")
(footprints
(fp "C_*"))
(fields
(field (name "Reference") "C")
(field (name "Value") "C_Small")
(field (name "Datasheet") "~"))
(pins
(pin (num "1") (name "") (type "passive"))
(pin (num "2") (name "") (type "passive"))))
(libpart (lib "Device") (part "R_Small")
(description "Resistor, small symbol")
(docs "~")
(footprints
(fp "R_*"))
(fields
(field (name "Reference") "R")
(field (name "Value") "R_Small")
(field (name "Datasheet") "~"))
(pins
(pin (num "1") (name "") (type "passive"))
(pin (num "2") (name "") (type "passive")))))
(libraries
(library (logical "Connector")
(uri "/usr/share/kicad/symbols//Connector.kicad_sym"))
(library (logical "Device")
(uri "/usr/share/kicad/symbols//Device.kicad_sym")))
(nets
(net (code "1") (name "+3.3V")
(node (ref "J1") (pin "A10") (pinfunction "+3.3V") (pintype "passive"))
(node (ref "J1") (pin "A9") (pinfunction "+3.3V") (pintype "passive"))
(node (ref "J1") (pin "B8") (pinfunction "+3.3V") (pintype "power_out"))
(node (ref "J2") (pin "A10") (pinfunction "+3.3V") (pintype "passive"))
(node (ref "J2") (pin "A9") (pinfunction "+3.3V") (pintype "passive"))
(node (ref "J2") (pin "B8") (pinfunction "+3.3V") (pintype "power_in")))
(net (code "2") (name "+3.3VA")
(node (ref "J1") (pin "B10") (pinfunction "3.3Vaux") (pintype "power_in"))
(node (ref "J2") (pin "B10") (pinfunction "3.3Vaux") (pintype "power_in")))
(net (code "3") (name "+12V")
(node (ref "J1") (pin "A2") (pinfunction "+12V") (pintype "passive"))
(node (ref "J1") (pin "A3") (pinfunction "+12V") (pintype "passive"))
(node (ref "J1") (pin "B1") (pinfunction "+12V") (pintype "power_in"))
(node (ref "J1") (pin "B2") (pinfunction "+12V") (pintype "passive"))
(node (ref "J1") (pin "B3") (pinfunction "+12V") (pintype "passive"))
(node (ref "J2") (pin "A2") (pinfunction "+12V") (pintype "passive"))
(node (ref "J2") (pin "A3") (pinfunction "+12V") (pintype "passive"))
(node (ref "J2") (pin "B1") (pinfunction "+12V") (pintype "power_in"))
(node (ref "J2") (pin "B2") (pinfunction "+12V") (pintype "passive"))
(node (ref "J2") (pin "B3") (pinfunction "+12V") (pintype "passive")))
(net (code "4") (name "/PRSNT1")
(node (ref "C1") (pin "1") (pintype "passive"))
(node (ref "J1") (pin "A1") (pinfunction "~{PRSNT1}") (pintype "passive"))
(node (ref "J1") (pin "B48") (pinfunction "~{PRSNT2}") (pintype "passive"))
(node (ref "J2") (pin "A1") (pinfunction "~{PRSNT1}") (pintype "passive"))
(node (ref "R1") (pin "1") (pintype "passive"))
(node (ref "R1") (pin "2") (pintype "passive"))
(node (ref "TP1") (pin "1") (pinfunction "1") (pintype "passive"))
(node (ref "TP4") (pin "1") (pinfunction "1") (pintype "passive")))
(net (code "5") (name "GND")
(node (ref "C1") (pin "2") (pintype "passive"))
(node (ref "J1") (pin "A12") (pinfunction "GND") (pintype "passive"))
(node (ref "J1") (pin "A15") (pinfunction "GND") (pintype "passive"))
(node (ref "J1") (pin "A18") (pinfunction "GND") (pintype "passive"))
(node (ref "J1") (pin "A20") (pinfunction "GND") (pintype "passive"))
(node (ref "J1") (pin "A23") (pinfunction "GND") (pintype "passive"))
(node (ref "J1") (pin "A24") (pinfunction "GND") (pintype "passive"))
(node (ref "J1") (pin "A27") (pinfunction "GND") (pintype "passive"))
(node (ref "J1") (pin "A28") (pinfunction "GND") (pintype "passive"))
(node (ref "J1") (pin "A31") (pinfunction "GND") (pintype "passive"))
(node (ref "J1") (pin "A34") (pinfunction "GND") (pintype "passive"))
(node (ref "J1") (pin "A37") (pinfunction "GND") (pintype "passive"))
(node (ref "J1") (pin "A38") (pinfunction "GND") (pintype "passive"))
(node (ref "J1") (pin "A4") (pinfunction "GND") (pintype "passive"))
(node (ref "J1") (pin "A41") (pinfunction "GND") (pintype "passive"))
(node (ref "J1") (pin "A42") (pinfunction "GND") (pintype "passive"))
(node (ref "J1") (pin "A45") (pinfunction "GND") (pintype "passive"))
(node (ref "J1") (pin "A46") (pinfunction "GND") (pintype "passive"))
(node (ref "J1") (pin "A49") (pinfunction "GND") (pintype "passive"))
(node (ref "J1") (pin "B13") (pinfunction "GND") (pintype "passive"))
(node (ref "J1") (pin "B16") (pinfunction "GND") (pintype "passive"))
(node (ref "J1") (pin "B18") (pinfunction "GND") (pintype "passive"))
(node (ref "J1") (pin "B21") (pinfunction "GND") (pintype "passive"))
(node (ref "J1") (pin "B22") (pinfunction "GND") (pintype "passive"))
(node (ref "J1") (pin "B25") (pinfunction "GND") (pintype "passive"))
(node (ref "J1") (pin "B26") (pinfunction "GND") (pintype "passive"))
(node (ref "J1") (pin "B29") (pinfunction "GND") (pintype "passive"))
(node (ref "J1") (pin "B32") (pinfunction "GND") (pintype "passive"))
(node (ref "J1") (pin "B35") (pinfunction "GND") (pintype "passive"))
(node (ref "J1") (pin "B36") (pinfunction "GND") (pintype "passive"))
(node (ref "J1") (pin "B39") (pinfunction "GND") (pintype "passive"))
(node (ref "J1") (pin "B4") (pinfunction "GND") (pintype "power_out"))
(node (ref "J1") (pin "B40") (pinfunction "GND") (pintype "passive"))
(node (ref "J1") (pin "B43") (pinfunction "GND") (pintype "passive"))
(node (ref "J1") (pin "B44") (pinfunction "GND") (pintype "passive"))
(node (ref "J1") (pin "B47") (pinfunction "GND") (pintype "passive"))
(node (ref "J1") (pin "B49") (pinfunction "GND") (pintype "passive"))
(node (ref "J1") (pin "B7") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "A12") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "A15") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "A18") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "A20") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "A23") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "A24") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "A27") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "A28") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "A31") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "A34") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "A37") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "A38") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "A4") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "A41") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "A42") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "A45") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "A46") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "A49") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "A51") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "A54") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "A55") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "A58") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "A59") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "A62") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "A63") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "A66") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "A67") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "A70") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "A71") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "A74") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "A75") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "A78") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "A79") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "A82") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "B13") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "B16") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "B18") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "B21") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "B22") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "B25") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "B26") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "B29") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "B32") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "B35") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "B36") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "B39") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "B4") (pinfunction "GND") (pintype "power_in"))
(node (ref "J2") (pin "B40") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "B43") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "B44") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "B47") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "B49") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "B52") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "B53") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "B56") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "B57") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "B60") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "B61") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "B64") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "B65") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "B68") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "B69") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "B7") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "B72") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "B73") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "B76") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "B77") (pinfunction "GND") (pintype "passive"))
(node (ref "J2") (pin "B80") (pinfunction "GND") (pintype "passive")))
(net (code "6") (name "JTAG1")
(node (ref "J1") (pin "B9") (pinfunction "JTAG1") (pintype "input"))
(node (ref "J2") (pin "B9") (pinfunction "JTAG1") (pintype "input")))
(net (code "7") (name "JTAG2")
(node (ref "J1") (pin "A5") (pinfunction "JTAG2") (pintype "input"))
(node (ref "J2") (pin "A5") (pinfunction "JTAG2") (pintype "input")))
(net (code "8") (name "JTAG3")
(node (ref "J1") (pin "A6") (pinfunction "JTAG3") (pintype "input"))
(node (ref "J2") (pin "A6") (pinfunction "JTAG3") (pintype "input")))
(net (code "9") (name "JTAG4")
(node (ref "J1") (pin "A7") (pinfunction "JTAG4") (pintype "output"))
(node (ref "J2") (pin "A7") (pinfunction "JTAG4") (pintype "output")))
(net (code "10") (name "JTAG5")
(node (ref "J1") (pin "A8") (pinfunction "JTAG5") (pintype "input"))
(node (ref "J2") (pin "A8") (pinfunction "JTAG5") (pintype "input")))
(net (code "11") (name "Net-(J1-~{PRSNT2}-PadB17)")
(node (ref "J1") (pin "B17") (pinfunction "~{PRSNT2}") (pintype "passive"))
(node (ref "TP2") (pin "1") (pinfunction "1") (pintype "passive")))
(net (code "12") (name "Net-(J1-~{PRSNT2}-PadB31)")
(node (ref "J1") (pin "B31") (pinfunction "~{PRSNT2}") (pintype "passive"))
(node (ref "TP3") (pin "1") (pinfunction "1") (pintype "passive")))
(net (code "13") (name "REFCLK_N")
(node (ref "J1") (pin "A14") (pinfunction "REFCLK-") (pintype "input"))
(node (ref "J2") (pin "A14") (pinfunction "REFCLK-") (pintype "input")))
(net (code "14") (name "REFCLK_P")
(node (ref "J1") (pin "A13") (pinfunction "REFCLK+") (pintype "input"))
(node (ref "J2") (pin "A13") (pinfunction "REFCLK+") (pintype "input")))
(net (code "15") (name "Rx0_N")
(node (ref "J1") (pin "A17") (pinfunction "PERn0") (pintype "output"))
(node (ref "J2") (pin "A53") (pinfunction "PERn8") (pintype "output")))
(net (code "16") (name "Rx0_P")
(node (ref "J1") (pin "A16") (pinfunction "PERp0") (pintype "output"))
(node (ref "J2") (pin "A52") (pinfunction "PERp8") (pintype "output")))
(net (code "17") (name "Rx1_N")
(node (ref "J1") (pin "A22") (pinfunction "PERn1") (pintype "output"))
(node (ref "J2") (pin "A57") (pinfunction "PERn9") (pintype "output")))
(net (code "18") (name "Rx1_P")
(node (ref "J1") (pin "A21") (pinfunction "PERp1") (pintype "output"))
(node (ref "J2") (pin "A56") (pinfunction "PERp9") (pintype "output")))
(net (code "19") (name "Rx2_N")
(node (ref "J1") (pin "A26") (pinfunction "PERn2") (pintype "output"))
(node (ref "J2") (pin "A61") (pinfunction "PERn10") (pintype "output")))
(net (code "20") (name "Rx2_P")
(node (ref "J1") (pin "A25") (pinfunction "PERp2") (pintype "output"))
(node (ref "J2") (pin "A60") (pinfunction "PERp10") (pintype "output")))
(net (code "21") (name "Rx3_N")
(node (ref "J1") (pin "A30") (pinfunction "PERn3") (pintype "output"))
(node (ref "J2") (pin "A65") (pinfunction "PERn11") (pintype "output")))
(net (code "22") (name "Rx3_P")
(node (ref "J1") (pin "A29") (pinfunction "PERp3") (pintype "output"))
(node (ref "J2") (pin "A64") (pinfunction "PERp11") (pintype "output")))
(net (code "23") (name "Rx4_N")
(node (ref "J1") (pin "A36") (pinfunction "PERn4") (pintype "output"))
(node (ref "J2") (pin "A69") (pinfunction "PERn12") (pintype "output")))
(net (code "24") (name "Rx4_P")
(node (ref "J1") (pin "A35") (pinfunction "PERp4") (pintype "output"))
(node (ref "J2") (pin "A68") (pinfunction "PERp12") (pintype "output")))
(net (code "25") (name "Rx5_N")
(node (ref "J1") (pin "A40") (pinfunction "PERn5") (pintype "output"))
(node (ref "J2") (pin "A73") (pinfunction "PERn13") (pintype "output")))
(net (code "26") (name "Rx5_P")
(node (ref "J1") (pin "A39") (pinfunction "PERp5") (pintype "output"))
(node (ref "J2") (pin "A72") (pinfunction "PERp13") (pintype "output")))
(net (code "27") (name "Rx6_N")
(node (ref "J1") (pin "A44") (pinfunction "PERn6") (pintype "output"))
(node (ref "J2") (pin "A77") (pinfunction "PERn14") (pintype "output")))
(net (code "28") (name "Rx6_P")
(node (ref "J1") (pin "A43") (pinfunction "PERp6") (pintype "output"))
(node (ref "J2") (pin "A76") (pinfunction "PERp14") (pintype "output")))
(net (code "29") (name "Rx7_N")
(node (ref "J1") (pin "A48") (pinfunction "PERn7") (pintype "output"))
(node (ref "J2") (pin "A81") (pinfunction "PERn15") (pintype "output")))
(net (code "30") (name "Rx7_P")
(node (ref "J1") (pin "A47") (pinfunction "PERp7") (pintype "output"))
(node (ref "J2") (pin "A80") (pinfunction "PERp15") (pintype "output")))
(net (code "31") (name "SMCLK")
(node (ref "J1") (pin "B5") (pinfunction "SMCLK") (pintype "input"))
(node (ref "J2") (pin "B5") (pinfunction "SMCLK") (pintype "input")))
(net (code "32") (name "SMDAT")
(node (ref "J1") (pin "B6") (pinfunction "SMDAT") (pintype "bidirectional"))
(node (ref "J2") (pin "B6") (pinfunction "SMDAT") (pintype "bidirectional")))
(net (code "33") (name "Tx0_N")
(node (ref "J1") (pin "B15") (pinfunction "PETn0") (pintype "input"))
(node (ref "J2") (pin "B51") (pinfunction "PETn8") (pintype "input")))
(net (code "34") (name "Tx0_P")
(node (ref "J1") (pin "B14") (pinfunction "PETp0") (pintype "input"))
(node (ref "J2") (pin "B50") (pinfunction "PETp8") (pintype "input")))
(net (code "35") (name "Tx1_N")
(node (ref "J1") (pin "B20") (pinfunction "PETn1") (pintype "input"))
(node (ref "J2") (pin "B55") (pinfunction "PETn9") (pintype "input")))
(net (code "36") (name "Tx1_P")
(node (ref "J1") (pin "B19") (pinfunction "PETp1") (pintype "input"))
(node (ref "J2") (pin "B54") (pinfunction "PETp9") (pintype "input")))
(net (code "37") (name "Tx2_N")
(node (ref "J1") (pin "B24") (pinfunction "PETn2") (pintype "input"))
(node (ref "J2") (pin "B59") (pinfunction "PETn10") (pintype "input")))
(net (code "38") (name "Tx2_P")
(node (ref "J1") (pin "B23") (pinfunction "PETp2") (pintype "input"))
(node (ref "J2") (pin "B58") (pinfunction "PETp10") (pintype "input")))
(net (code "39") (name "Tx3_N")
(node (ref "J1") (pin "B28") (pinfunction "PETn3") (pintype "input"))
(node (ref "J2") (pin "B63") (pinfunction "PETn11") (pintype "input")))
(net (code "40") (name "Tx3_P")
(node (ref "J1") (pin "B27") (pinfunction "PETp3") (pintype "input"))
(node (ref "J2") (pin "B62") (pinfunction "PETp11") (pintype "input")))
(net (code "41") (name "Tx4_N")
(node (ref "J1") (pin "B34") (pinfunction "PETn4") (pintype "input"))
(node (ref "J2") (pin "B67") (pinfunction "PETn12") (pintype "input")))
(net (code "42") (name "Tx4_P")
(node (ref "J1") (pin "B33") (pinfunction "PETp4") (pintype "input"))
(node (ref "J2") (pin "B66") (pinfunction "PETp12") (pintype "input")))
(net (code "43") (name "Tx5_N")
(node (ref "J1") (pin "B38") (pinfunction "PETn5") (pintype "input"))
(node (ref "J2") (pin "B71") (pinfunction "PETn13") (pintype "input")))
(net (code "44") (name "Tx5_P")
(node (ref "J1") (pin "B37") (pinfunction "PETp5") (pintype "input"))
(node (ref "J2") (pin "B70") (pinfunction "PETp13") (pintype "input")))
(net (code "45") (name "Tx6_N")
(node (ref "J1") (pin "B42") (pinfunction "PETn6") (pintype "input"))
(node (ref "J2") (pin "B75") (pinfunction "PETn14") (pintype "input")))
(net (code "46") (name "Tx6_P")
(node (ref "J1") (pin "B41") (pinfunction "PETp6") (pintype "input"))
(node (ref "J2") (pin "B74") (pinfunction "PETp14") (pintype "input")))
(net (code "47") (name "Tx7_N")
(node (ref "J1") (pin "B46") (pinfunction "PETn7") (pintype "input"))
(node (ref "J2") (pin "B79") (pinfunction "PETn15") (pintype "input")))
(net (code "48") (name "Tx7_P")
(node (ref "J1") (pin "B45") (pinfunction "PETp7") (pintype "input"))
(node (ref "J2") (pin "B78") (pinfunction "PETp15") (pintype "input")))
(net (code "49") (name "nPERST")
(node (ref "J1") (pin "A11") (pinfunction "~{PERST}") (pintype "input"))
(node (ref "J2") (pin "A11") (pinfunction "~{PERST}") (pintype "input")))
(net (code "50") (name "nWAKE")
(node (ref "J1") (pin "B11") (pinfunction "~{WAKE}") (pintype "open_collector"))
(node (ref "J2") (pin "B11") (pinfunction "~{WAKE}") (pintype "open_collector")))
(net (code "51") (name "unconnected-(J1-RSVD-PadA19)")
(node (ref "J1") (pin "A19") (pinfunction "RSVD") (pintype "passive+no_connect")))
(net (code "52") (name "unconnected-(J1-RSVD-PadA32)")
(node (ref "J1") (pin "A32") (pinfunction "RSVD") (pintype "passive+no_connect")))
(net (code "53") (name "unconnected-(J1-RSVD-PadA33)")
(node (ref "J1") (pin "A33") (pinfunction "RSVD") (pintype "passive+no_connect")))
(net (code "54") (name "unconnected-(J1-RSVD-PadB12)")
(node (ref "J1") (pin "B12") (pinfunction "RSVD") (pintype "passive+no_connect")))
(net (code "55") (name "unconnected-(J1-RSVD-PadB30)")
(node (ref "J1") (pin "B30") (pinfunction "RSVD") (pintype "passive+no_connect")))
(net (code "56") (name "unconnected-(J2-PERn0-PadA17)")
(node (ref "J2") (pin "A17") (pinfunction "PERn0") (pintype "output+no_connect")))
(net (code "57") (name "unconnected-(J2-PERn1-PadA22)")
(node (ref "J2") (pin "A22") (pinfunction "PERn1") (pintype "output+no_connect")))
(net (code "58") (name "unconnected-(J2-PERn2-PadA26)")
(node (ref "J2") (pin "A26") (pinfunction "PERn2") (pintype "output+no_connect")))
(net (code "59") (name "unconnected-(J2-PERn3-PadA30)")
(node (ref "J2") (pin "A30") (pinfunction "PERn3") (pintype "output+no_connect")))
(net (code "60") (name "unconnected-(J2-PERn4-PadA36)")
(node (ref "J2") (pin "A36") (pinfunction "PERn4") (pintype "output+no_connect")))
(net (code "61") (name "unconnected-(J2-PERn5-PadA40)")
(node (ref "J2") (pin "A40") (pinfunction "PERn5") (pintype "output+no_connect")))
(net (code "62") (name "unconnected-(J2-PERn6-PadA44)")
(node (ref "J2") (pin "A44") (pinfunction "PERn6") (pintype "output+no_connect")))
(net (code "63") (name "unconnected-(J2-PERn7-PadA48)")
(node (ref "J2") (pin "A48") (pinfunction "PERn7") (pintype "output+no_connect")))
(net (code "64") (name "unconnected-(J2-PERp0-PadA16)")
(node (ref "J2") (pin "A16") (pinfunction "PERp0") (pintype "output+no_connect")))
(net (code "65") (name "unconnected-(J2-PERp1-PadA21)")
(node (ref "J2") (pin "A21") (pinfunction "PERp1") (pintype "output+no_connect")))
(net (code "66") (name "unconnected-(J2-PERp2-PadA25)")
(node (ref "J2") (pin "A25") (pinfunction "PERp2") (pintype "output+no_connect")))
(net (code "67") (name "unconnected-(J2-PERp3-PadA29)")
(node (ref "J2") (pin "A29") (pinfunction "PERp3") (pintype "output+no_connect")))
(net (code "68") (name "unconnected-(J2-PERp4-PadA35)")
(node (ref "J2") (pin "A35") (pinfunction "PERp4") (pintype "output+no_connect")))
(net (code "69") (name "unconnected-(J2-PERp5-PadA39)")
(node (ref "J2") (pin "A39") (pinfunction "PERp5") (pintype "output+no_connect")))
(net (code "70") (name "unconnected-(J2-PERp6-PadA43)")
(node (ref "J2") (pin "A43") (pinfunction "PERp6") (pintype "output+no_connect")))
(net (code "71") (name "unconnected-(J2-PERp7-PadA47)")
(node (ref "J2") (pin "A47") (pinfunction "PERp7") (pintype "output+no_connect")))
(net (code "72") (name "unconnected-(J2-PETn0-PadB15)")
(node (ref "J2") (pin "B15") (pinfunction "PETn0") (pintype "input+no_connect")))
(net (code "73") (name "unconnected-(J2-PETn1-PadB20)")
(node (ref "J2") (pin "B20") (pinfunction "PETn1") (pintype "input+no_connect")))
(net (code "74") (name "unconnected-(J2-PETn2-PadB24)")
(node (ref "J2") (pin "B24") (pinfunction "PETn2") (pintype "input+no_connect")))
(net (code "75") (name "unconnected-(J2-PETn3-PadB28)")
(node (ref "J2") (pin "B28") (pinfunction "PETn3") (pintype "input+no_connect")))
(net (code "76") (name "unconnected-(J2-PETn4-PadB34)")
(node (ref "J2") (pin "B34") (pinfunction "PETn4") (pintype "input+no_connect")))
(net (code "77") (name "unconnected-(J2-PETn5-PadB38)")
(node (ref "J2") (pin "B38") (pinfunction "PETn5") (pintype "input+no_connect")))
(net (code "78") (name "unconnected-(J2-PETn6-PadB42)")
(node (ref "J2") (pin "B42") (pinfunction "PETn6") (pintype "input+no_connect")))
(net (code "79") (name "unconnected-(J2-PETn7-PadB46)")
(node (ref "J2") (pin "B46") (pinfunction "PETn7") (pintype "input+no_connect")))
(net (code "80") (name "unconnected-(J2-PETp0-PadB14)")
(node (ref "J2") (pin "B14") (pinfunction "PETp0") (pintype "input+no_connect")))
(net (code "81") (name "unconnected-(J2-PETp1-PadB19)")
(node (ref "J2") (pin "B19") (pinfunction "PETp1") (pintype "input+no_connect")))
(net (code "82") (name "unconnected-(J2-PETp2-PadB23)")
(node (ref "J2") (pin "B23") (pinfunction "PETp2") (pintype "input+no_connect")))
(net (code "83") (name "unconnected-(J2-PETp3-PadB27)")
(node (ref "J2") (pin "B27") (pinfunction "PETp3") (pintype "input+no_connect")))
(net (code "84") (name "unconnected-(J2-PETp4-PadB33)")
(node (ref "J2") (pin "B33") (pinfunction "PETp4") (pintype "input+no_connect")))
(net (code "85") (name "unconnected-(J2-PETp5-PadB37)")
(node (ref "J2") (pin "B37") (pinfunction "PETp5") (pintype "input+no_connect")))
(net (code "86") (name "unconnected-(J2-PETp6-PadB41)")
(node (ref "J2") (pin "B41") (pinfunction "PETp6") (pintype "input+no_connect")))
(net (code "87") (name "unconnected-(J2-PETp7-PadB45)")
(node (ref "J2") (pin "B45") (pinfunction "PETp7") (pintype "input+no_connect")))
(net (code "88") (name "unconnected-(J2-RSVD-PadA19)")
(node (ref "J2") (pin "A19") (pinfunction "RSVD") (pintype "passive+no_connect")))
(net (code "89") (name "unconnected-(J2-RSVD-PadA32)")
(node (ref "J2") (pin "A32") (pinfunction "RSVD") (pintype "passive+no_connect")))
(net (code "90") (name "unconnected-(J2-RSVD-PadA33)")
(node (ref "J2") (pin "A33") (pinfunction "RSVD") (pintype "passive+no_connect")))
(net (code "91") (name "unconnected-(J2-RSVD-PadA50)")
(node (ref "J2") (pin "A50") (pinfunction "RSVD") (pintype "passive+no_connect")))
(net (code "92") (name "unconnected-(J2-RSVD-PadB12)")
(node (ref "J2") (pin "B12") (pinfunction "RSVD") (pintype "passive+no_connect")))
(net (code "93") (name "unconnected-(J2-RSVD-PadB30)")
(node (ref "J2") (pin "B30") (pinfunction "RSVD") (pintype "passive+no_connect")))
(net (code "94") (name "unconnected-(J2-RSVD-PadB82)")
(node (ref "J2") (pin "B82") (pinfunction "RSVD") (pintype "passive+no_connect")))
(net (code "95") (name "unconnected-(J2-~{PRSNT2}-PadB17)")
(node (ref "J2") (pin "B17") (pinfunction "~{PRSNT2}") (pintype "passive+no_connect")))
(net (code "96") (name "unconnected-(J2-~{PRSNT2}-PadB31)")
(node (ref "J2") (pin "B31") (pinfunction "~{PRSNT2}") (pintype "passive+no_connect")))
(net (code "97") (name "unconnected-(J2-~{PRSNT2}-PadB48)")
(node (ref "J2") (pin "B48") (pinfunction "~{PRSNT2}") (pintype "passive+no_connect")))
(net (code "98") (name "unconnected-(J2-~{PRSNT2}-PadB81)")
(node (ref "J2") (pin "B81") (pinfunction "~{PRSNT2}") (pintype "passive+no_connect")))))