@tscircuit/autorouting-dataset-01 1.0.32 → 1.0.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/dataset/circuit007.simple-route.json +2 -2
- package/lib/dataset/circuit010.simple-route.json +264 -1414
- package/lib/dataset/circuit011.simple-route.json +2 -2
- package/lib/dataset/circuit021.simple-route.json +4 -4
- package/lib/dataset/circuit100.simple-route.json +72 -258
- package/lib/dataset/circuit101.simple-route.json +359 -2034
- package/lib/dataset/circuit104.simple-route.json +212 -278
- package/lib/dataset/circuit105.simple-route.json +298 -298
- package/lib/dataset/circuit107.simple-route.json +48 -226
- package/lib/dataset/circuit108.simple-route.json +246 -370
- package/lib/dataset/circuit109.simple-route.json +384 -570
- package/lib/dataset/circuit111.simple-route.json +183 -1085
- package/lib/dataset/circuit113.simple-route.json +48 -164
- package/lib/dataset/circuit114.simple-route.json +458 -764
- package/lib/dataset/circuit115.simple-route.json +12 -70
- package/lib/dataset/circuit116.simple-route.json +50 -252
- package/lib/dataset/circuit119.simple-route.json +24 -82
- package/lib/dataset/circuit120.simple-route.json +232 -860
- package/lib/dataset/circuit121.simple-route.json +152 -268
- package/lib/dataset/circuit123.simple-route.json +618 -861
- package/lib/dataset/circuit124.simple-route.json +164 -230
- package/lib/dataset/circuit133.simple-route.json +24 -82
- package/lib/dataset/circuit134.simple-route.json +380 -380
- package/lib/dataset/circuit135.simple-route.json +36 -164
- package/lib/dataset/circuit137.simple-route.json +1276 -1726
- package/lib/dataset/circuit138.simple-route.json +336 -710
- package/lib/dataset/circuit139.simple-route.json +96 -266
- package/lib/dataset/circuit140.simple-route.json +301 -355
- package/lib/dataset/circuit141.simple-route.json +340 -572
- package/lib/dataset/circuit142.simple-route.json +72 -184
- package/lib/dataset/circuit143.simple-route.json +371 -371
- package/lib/dataset/circuit146.simple-route.json +126 -308
- package/lib/dataset/circuit148.simple-route.json +146 -146
- package/lib/dataset/circuit149.simple-route.json +90 -272
- package/lib/dataset/circuit152.simple-route.json +114 -440
- package/lib/dataset/circuit155.simple-route.json +284 -478
- package/lib/dataset/circuit156.simple-route.json +84 -146
- package/lib/dataset/circuit157.simple-route.json +158 -278
- package/lib/dataset/circuit158.simple-route.json +138 -348
- package/lib/dataset/circuit164.simple-route.json +84 -220
- package/lib/dataset/circuit168.simple-route.json +12 -66
- package/lib/dataset/circuit174.simple-route.json +36 -156
- package/lib/dataset/circuit175.simple-route.json +176 -176
- package/lib/dataset/circuit176.simple-route.json +242 -482
- package/lib/dataset/circuit177.simple-route.json +24 -78
- package/lib/dataset/circuit178.simple-route.json +84 -246
- package/lib/dataset/circuit181.simple-route.json +192 -680
- package/package.json +1 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bounds": {
|
|
3
|
-
"minX": -
|
|
4
|
-
"maxX":
|
|
5
|
-
"minY": -
|
|
6
|
-
"maxY":
|
|
3
|
+
"minX": -48.6,
|
|
4
|
+
"maxX": 48.6,
|
|
5
|
+
"minY": -48.6,
|
|
6
|
+
"maxY": 48.6
|
|
7
7
|
},
|
|
8
8
|
"obstacles": [
|
|
9
9
|
{
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"bottom"
|
|
13
13
|
],
|
|
14
14
|
"center": {
|
|
15
|
-
"x": -
|
|
16
|
-
"y": 1
|
|
15
|
+
"x": -4.7125,
|
|
16
|
+
"y": 1.875
|
|
17
17
|
},
|
|
18
18
|
"width": 1.025,
|
|
19
19
|
"height": 1.4,
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"bottom"
|
|
46
46
|
],
|
|
47
47
|
"center": {
|
|
48
|
-
"x": -
|
|
49
|
-
"y": 1
|
|
48
|
+
"x": -6.5375,
|
|
49
|
+
"y": 1.875
|
|
50
50
|
},
|
|
51
51
|
"width": 1.025,
|
|
52
52
|
"height": 1.4,
|
|
@@ -78,8 +78,8 @@
|
|
|
78
78
|
"top"
|
|
79
79
|
],
|
|
80
80
|
"center": {
|
|
81
|
-
"x":
|
|
82
|
-
"y":
|
|
81
|
+
"x": 23.4625,
|
|
82
|
+
"y": 9.375
|
|
83
83
|
},
|
|
84
84
|
"width": 1.025,
|
|
85
85
|
"height": 1.4,
|
|
@@ -111,8 +111,8 @@
|
|
|
111
111
|
"top"
|
|
112
112
|
],
|
|
113
113
|
"center": {
|
|
114
|
-
"x":
|
|
115
|
-
"y":
|
|
114
|
+
"x": 25.2875,
|
|
115
|
+
"y": 9.375
|
|
116
116
|
},
|
|
117
117
|
"width": 1.025,
|
|
118
118
|
"height": 1.4,
|
|
@@ -144,8 +144,8 @@
|
|
|
144
144
|
"top"
|
|
145
145
|
],
|
|
146
146
|
"center": {
|
|
147
|
-
"x": -
|
|
148
|
-
"y":
|
|
147
|
+
"x": -36.135,
|
|
148
|
+
"y": 7.5
|
|
149
149
|
},
|
|
150
150
|
"width": 0.54,
|
|
151
151
|
"height": 0.64,
|
|
@@ -177,8 +177,8 @@
|
|
|
177
177
|
"top"
|
|
178
178
|
],
|
|
179
179
|
"center": {
|
|
180
|
-
"x": -
|
|
181
|
-
"y":
|
|
180
|
+
"x": -35.115,
|
|
181
|
+
"y": 7.5
|
|
182
182
|
},
|
|
183
183
|
"width": 0.54,
|
|
184
184
|
"height": 0.64,
|
|
@@ -210,8 +210,8 @@
|
|
|
210
210
|
"top"
|
|
211
211
|
],
|
|
212
212
|
"center": {
|
|
213
|
-
"x": -
|
|
214
|
-
"y":
|
|
213
|
+
"x": -29.0375,
|
|
214
|
+
"y": 18.75
|
|
215
215
|
},
|
|
216
216
|
"width": 1.025,
|
|
217
217
|
"height": 1.4,
|
|
@@ -239,8 +239,8 @@
|
|
|
239
239
|
"top"
|
|
240
240
|
],
|
|
241
241
|
"center": {
|
|
242
|
-
"x": -
|
|
243
|
-
"y":
|
|
242
|
+
"x": -27.2125,
|
|
243
|
+
"y": 18.75
|
|
244
244
|
},
|
|
245
245
|
"width": 1.025,
|
|
246
246
|
"height": 1.4,
|
|
@@ -272,8 +272,8 @@
|
|
|
272
272
|
"top"
|
|
273
273
|
],
|
|
274
274
|
"center": {
|
|
275
|
-
"x":
|
|
276
|
-
"y":
|
|
275
|
+
"x": 18.24,
|
|
276
|
+
"y": 28.125
|
|
277
277
|
},
|
|
278
278
|
"width": 0.54,
|
|
279
279
|
"height": 0.64,
|
|
@@ -301,8 +301,8 @@
|
|
|
301
301
|
"top"
|
|
302
302
|
],
|
|
303
303
|
"center": {
|
|
304
|
-
"x":
|
|
305
|
-
"y":
|
|
304
|
+
"x": 19.26,
|
|
305
|
+
"y": 28.125
|
|
306
306
|
},
|
|
307
307
|
"width": 0.54,
|
|
308
308
|
"height": 0.64,
|
|
@@ -334,40 +334,11 @@
|
|
|
334
334
|
"top"
|
|
335
335
|
],
|
|
336
336
|
"center": {
|
|
337
|
-
"x":
|
|
338
|
-
"y": -
|
|
337
|
+
"x": 4.8,
|
|
338
|
+
"y": -30
|
|
339
339
|
},
|
|
340
|
-
"width": 0.
|
|
341
|
-
"height":
|
|
342
|
-
"connectedTo": [
|
|
343
|
-
"pcb_smtpad_10",
|
|
344
|
-
"connectivity_net129",
|
|
345
|
-
"source_trace_54",
|
|
346
|
-
"source_port_66",
|
|
347
|
-
"source_trace_40",
|
|
348
|
-
"source_port_53",
|
|
349
|
-
"source_trace_11",
|
|
350
|
-
"source_port_10",
|
|
351
|
-
"source_net_9",
|
|
352
|
-
"pcb_smtpad_10",
|
|
353
|
-
"pcb_port_10",
|
|
354
|
-
"pcb_plated_hole_11",
|
|
355
|
-
"pcb_port_53",
|
|
356
|
-
"pcb_plated_hole_24",
|
|
357
|
-
"pcb_port_66"
|
|
358
|
-
]
|
|
359
|
-
},
|
|
360
|
-
{
|
|
361
|
-
"type": "rect",
|
|
362
|
-
"layers": [
|
|
363
|
-
"top"
|
|
364
|
-
],
|
|
365
|
-
"center": {
|
|
366
|
-
"x": 2.009926028053705,
|
|
367
|
-
"y": -16.265289521230084
|
|
368
|
-
},
|
|
369
|
-
"width": 0.44000000000000006,
|
|
370
|
-
"height": 1.0211571530156232,
|
|
340
|
+
"width": 0.8,
|
|
341
|
+
"height": 0.95,
|
|
371
342
|
"connectedTo": [
|
|
372
343
|
"pcb_smtpad_10",
|
|
373
344
|
"connectivity_net129",
|
|
@@ -392,44 +363,11 @@
|
|
|
392
363
|
"top"
|
|
393
364
|
],
|
|
394
365
|
"center": {
|
|
395
|
-
"x":
|
|
396
|
-
"y": -
|
|
397
|
-
},
|
|
398
|
-
"width": 0.44000000000000006,
|
|
399
|
-
"height": 1.0211571530156232,
|
|
400
|
-
"connectedTo": [
|
|
401
|
-
"pcb_smtpad_11",
|
|
402
|
-
"connectivity_net69",
|
|
403
|
-
"source_trace_27",
|
|
404
|
-
"source_port_38",
|
|
405
|
-
"source_trace_12",
|
|
406
|
-
"source_port_13",
|
|
407
|
-
"source_trace_10",
|
|
408
|
-
"source_port_11",
|
|
409
|
-
"source_trace_0",
|
|
410
|
-
"source_port_0",
|
|
411
|
-
"source_net_0",
|
|
412
|
-
"pcb_smtpad_0",
|
|
413
|
-
"pcb_port_0",
|
|
414
|
-
"pcb_smtpad_11",
|
|
415
|
-
"pcb_port_11",
|
|
416
|
-
"pcb_smtpad_13",
|
|
417
|
-
"pcb_port_13",
|
|
418
|
-
"pcb_smtpad_38",
|
|
419
|
-
"pcb_port_38"
|
|
420
|
-
]
|
|
421
|
-
},
|
|
422
|
-
{
|
|
423
|
-
"type": "rect",
|
|
424
|
-
"layers": [
|
|
425
|
-
"top"
|
|
426
|
-
],
|
|
427
|
-
"center": {
|
|
428
|
-
"x": 3.6037036414306676,
|
|
429
|
-
"y": -15.838238096810926
|
|
366
|
+
"x": 6.45,
|
|
367
|
+
"y": -30
|
|
430
368
|
},
|
|
431
|
-
"width": 0.
|
|
432
|
-
"height":
|
|
369
|
+
"width": 0.8,
|
|
370
|
+
"height": 0.95,
|
|
433
371
|
"connectedTo": [
|
|
434
372
|
"pcb_smtpad_11",
|
|
435
373
|
"connectivity_net69",
|
|
@@ -458,8 +396,8 @@
|
|
|
458
396
|
"bottom"
|
|
459
397
|
],
|
|
460
398
|
"center": {
|
|
461
|
-
"x":
|
|
462
|
-
"y":
|
|
399
|
+
"x": 6.45,
|
|
400
|
+
"y": 15
|
|
463
401
|
},
|
|
464
402
|
"width": 0.8,
|
|
465
403
|
"height": 0.95,
|
|
@@ -487,8 +425,8 @@
|
|
|
487
425
|
"bottom"
|
|
488
426
|
],
|
|
489
427
|
"center": {
|
|
490
|
-
"x":
|
|
491
|
-
"y":
|
|
428
|
+
"x": 4.8,
|
|
429
|
+
"y": 15
|
|
492
430
|
},
|
|
493
431
|
"width": 0.8,
|
|
494
432
|
"height": 0.95,
|
|
@@ -520,8 +458,8 @@
|
|
|
520
458
|
"top"
|
|
521
459
|
],
|
|
522
460
|
"center": {
|
|
523
|
-
"x":
|
|
524
|
-
"y": -
|
|
461
|
+
"x": 17.8375,
|
|
462
|
+
"y": -7.5
|
|
525
463
|
},
|
|
526
464
|
"width": 1.025,
|
|
527
465
|
"height": 1.4,
|
|
@@ -553,8 +491,8 @@
|
|
|
553
491
|
"top"
|
|
554
492
|
],
|
|
555
493
|
"center": {
|
|
556
|
-
"x":
|
|
557
|
-
"y": -
|
|
494
|
+
"x": 19.6625,
|
|
495
|
+
"y": -7.5
|
|
558
496
|
},
|
|
559
497
|
"width": 1.025,
|
|
560
498
|
"height": 1.4,
|
|
@@ -578,8 +516,8 @@
|
|
|
578
516
|
"top"
|
|
579
517
|
],
|
|
580
518
|
"center": {
|
|
581
|
-
"x": -
|
|
582
|
-
"y": -
|
|
519
|
+
"x": -17.385,
|
|
520
|
+
"y": -35.625
|
|
583
521
|
},
|
|
584
522
|
"width": 0.54,
|
|
585
523
|
"height": 0.64,
|
|
@@ -607,8 +545,8 @@
|
|
|
607
545
|
"top"
|
|
608
546
|
],
|
|
609
547
|
"center": {
|
|
610
|
-
"x": -
|
|
611
|
-
"y": -
|
|
548
|
+
"x": -16.365,
|
|
549
|
+
"y": -35.625
|
|
612
550
|
},
|
|
613
551
|
"width": 0.54,
|
|
614
552
|
"height": 0.64,
|
|
@@ -640,8 +578,8 @@
|
|
|
640
578
|
"top"
|
|
641
579
|
],
|
|
642
580
|
"center": {
|
|
643
|
-
"x": -
|
|
644
|
-
"y":
|
|
581
|
+
"x": -14.425,
|
|
582
|
+
"y": 29.075
|
|
645
583
|
},
|
|
646
584
|
"width": 1,
|
|
647
585
|
"height": 0.7,
|
|
@@ -673,8 +611,8 @@
|
|
|
673
611
|
"top"
|
|
674
612
|
],
|
|
675
613
|
"center": {
|
|
676
|
-
"x": -
|
|
677
|
-
"y":
|
|
614
|
+
"x": -14.425,
|
|
615
|
+
"y": 28.125
|
|
678
616
|
},
|
|
679
617
|
"width": 1,
|
|
680
618
|
"height": 0.7,
|
|
@@ -706,8 +644,8 @@
|
|
|
706
644
|
"top"
|
|
707
645
|
],
|
|
708
646
|
"center": {
|
|
709
|
-
"x": -
|
|
710
|
-
"y":
|
|
647
|
+
"x": -14.425,
|
|
648
|
+
"y": 27.175
|
|
711
649
|
},
|
|
712
650
|
"width": 1,
|
|
713
651
|
"height": 0.7,
|
|
@@ -735,8 +673,8 @@
|
|
|
735
673
|
"top"
|
|
736
674
|
],
|
|
737
675
|
"center": {
|
|
738
|
-
"x": -
|
|
739
|
-
"y":
|
|
676
|
+
"x": -11.825,
|
|
677
|
+
"y": 27.175
|
|
740
678
|
},
|
|
741
679
|
"width": 1,
|
|
742
680
|
"height": 0.7,
|
|
@@ -754,8 +692,8 @@
|
|
|
754
692
|
"top"
|
|
755
693
|
],
|
|
756
694
|
"center": {
|
|
757
|
-
"x": -
|
|
758
|
-
"y":
|
|
695
|
+
"x": -11.825,
|
|
696
|
+
"y": 28.125
|
|
759
697
|
},
|
|
760
698
|
"width": 1,
|
|
761
699
|
"height": 0.7,
|
|
@@ -773,8 +711,8 @@
|
|
|
773
711
|
"top"
|
|
774
712
|
],
|
|
775
713
|
"center": {
|
|
776
|
-
"x": -
|
|
777
|
-
"y":
|
|
714
|
+
"x": -11.825,
|
|
715
|
+
"y": 29.075
|
|
778
716
|
},
|
|
779
717
|
"width": 1,
|
|
780
718
|
"height": 0.7,
|
|
@@ -792,44 +730,11 @@
|
|
|
792
730
|
"top"
|
|
793
731
|
],
|
|
794
732
|
"center": {
|
|
795
|
-
"x": -
|
|
796
|
-
"y": -
|
|
733
|
+
"x": -33.175,
|
|
734
|
+
"y": -0.925
|
|
797
735
|
},
|
|
798
|
-
"width":
|
|
799
|
-
"height": 0.
|
|
800
|
-
"connectedTo": [
|
|
801
|
-
"pcb_smtpad_24",
|
|
802
|
-
"connectivity_net133",
|
|
803
|
-
"source_trace_56",
|
|
804
|
-
"source_port_65",
|
|
805
|
-
"source_trace_55",
|
|
806
|
-
"source_port_68",
|
|
807
|
-
"source_trace_23",
|
|
808
|
-
"source_port_24",
|
|
809
|
-
"source_trace_5",
|
|
810
|
-
"source_port_4",
|
|
811
|
-
"source_net_4",
|
|
812
|
-
"pcb_smtpad_4",
|
|
813
|
-
"pcb_port_4",
|
|
814
|
-
"pcb_smtpad_24",
|
|
815
|
-
"pcb_port_24",
|
|
816
|
-
"pcb_plated_hole_23",
|
|
817
|
-
"pcb_port_65",
|
|
818
|
-
"pcb_plated_hole_26",
|
|
819
|
-
"pcb_port_68"
|
|
820
|
-
]
|
|
821
|
-
},
|
|
822
|
-
{
|
|
823
|
-
"type": "rect",
|
|
824
|
-
"layers": [
|
|
825
|
-
"top"
|
|
826
|
-
],
|
|
827
|
-
"center": {
|
|
828
|
-
"x": -18.76776695296637,
|
|
829
|
-
"y": -1.4242640687119286
|
|
830
|
-
},
|
|
831
|
-
"width": 0.55,
|
|
832
|
-
"height": 0.848528137423857,
|
|
736
|
+
"width": 1,
|
|
737
|
+
"height": 0.7,
|
|
833
738
|
"connectedTo": [
|
|
834
739
|
"pcb_smtpad_24",
|
|
835
740
|
"connectivity_net133",
|
|
@@ -858,44 +763,11 @@
|
|
|
858
763
|
"top"
|
|
859
764
|
],
|
|
860
765
|
"center": {
|
|
861
|
-
"x": -
|
|
862
|
-
"y": -1.
|
|
766
|
+
"x": -33.175,
|
|
767
|
+
"y": -1.875
|
|
863
768
|
},
|
|
864
|
-
"width":
|
|
865
|
-
"height": 0.
|
|
866
|
-
"connectedTo": [
|
|
867
|
-
"pcb_smtpad_25",
|
|
868
|
-
"connectivity_net145",
|
|
869
|
-
"source_trace_62",
|
|
870
|
-
"source_port_74",
|
|
871
|
-
"source_trace_32",
|
|
872
|
-
"source_port_42",
|
|
873
|
-
"source_trace_22",
|
|
874
|
-
"source_port_25",
|
|
875
|
-
"source_trace_7",
|
|
876
|
-
"source_port_7",
|
|
877
|
-
"source_net_6",
|
|
878
|
-
"pcb_smtpad_7",
|
|
879
|
-
"pcb_port_7",
|
|
880
|
-
"pcb_smtpad_25",
|
|
881
|
-
"pcb_port_25",
|
|
882
|
-
"pcb_plated_hole_0",
|
|
883
|
-
"pcb_port_42",
|
|
884
|
-
"pcb_plated_hole_32",
|
|
885
|
-
"pcb_port_74"
|
|
886
|
-
]
|
|
887
|
-
},
|
|
888
|
-
{
|
|
889
|
-
"type": "rect",
|
|
890
|
-
"layers": [
|
|
891
|
-
"top"
|
|
892
|
-
],
|
|
893
|
-
"center": {
|
|
894
|
-
"x": -18.096015510839152,
|
|
895
|
-
"y": -2.0960155108391487
|
|
896
|
-
},
|
|
897
|
-
"width": 0.55,
|
|
898
|
-
"height": 0.848528137423857,
|
|
769
|
+
"width": 1,
|
|
770
|
+
"height": 0.7,
|
|
899
771
|
"connectedTo": [
|
|
900
772
|
"pcb_smtpad_25",
|
|
901
773
|
"connectivity_net145",
|
|
@@ -924,44 +796,11 @@
|
|
|
924
796
|
"top"
|
|
925
797
|
],
|
|
926
798
|
"center": {
|
|
927
|
-
"x": -
|
|
928
|
-
"y": -2.
|
|
799
|
+
"x": -33.175,
|
|
800
|
+
"y": -2.825
|
|
929
801
|
},
|
|
930
|
-
"width":
|
|
931
|
-
"height": 0.
|
|
932
|
-
"connectedTo": [
|
|
933
|
-
"pcb_smtpad_26",
|
|
934
|
-
"connectivity_net62",
|
|
935
|
-
"source_trace_24",
|
|
936
|
-
"source_port_32",
|
|
937
|
-
"source_trace_21",
|
|
938
|
-
"source_port_26",
|
|
939
|
-
"source_trace_19",
|
|
940
|
-
"source_port_18",
|
|
941
|
-
"source_trace_18",
|
|
942
|
-
"source_port_19",
|
|
943
|
-
"source_net_12",
|
|
944
|
-
"pcb_smtpad_18",
|
|
945
|
-
"pcb_port_18",
|
|
946
|
-
"pcb_smtpad_19",
|
|
947
|
-
"pcb_port_19",
|
|
948
|
-
"pcb_smtpad_26",
|
|
949
|
-
"pcb_port_26",
|
|
950
|
-
"pcb_smtpad_32",
|
|
951
|
-
"pcb_port_32"
|
|
952
|
-
]
|
|
953
|
-
},
|
|
954
|
-
{
|
|
955
|
-
"type": "rect",
|
|
956
|
-
"layers": [
|
|
957
|
-
"top"
|
|
958
|
-
],
|
|
959
|
-
"center": {
|
|
960
|
-
"x": -17.42426406871193,
|
|
961
|
-
"y": -2.767766952966369
|
|
962
|
-
},
|
|
963
|
-
"width": 0.55,
|
|
964
|
-
"height": 0.848528137423857,
|
|
802
|
+
"width": 1,
|
|
803
|
+
"height": 0.7,
|
|
965
804
|
"connectedTo": [
|
|
966
805
|
"pcb_smtpad_26",
|
|
967
806
|
"connectivity_net62",
|
|
@@ -990,30 +829,11 @@
|
|
|
990
829
|
"top"
|
|
991
830
|
],
|
|
992
831
|
"center": {
|
|
993
|
-
"x": -
|
|
994
|
-
"y": -
|
|
832
|
+
"x": -30.575,
|
|
833
|
+
"y": -2.825
|
|
995
834
|
},
|
|
996
|
-
"width":
|
|
997
|
-
"height": 0.
|
|
998
|
-
"connectedTo": [
|
|
999
|
-
"pcb_smtpad_27",
|
|
1000
|
-
"connectivity_net328",
|
|
1001
|
-
"source_port_27",
|
|
1002
|
-
"pcb_smtpad_27",
|
|
1003
|
-
"pcb_port_27"
|
|
1004
|
-
]
|
|
1005
|
-
},
|
|
1006
|
-
{
|
|
1007
|
-
"type": "rect",
|
|
1008
|
-
"layers": [
|
|
1009
|
-
"top"
|
|
1010
|
-
],
|
|
1011
|
-
"center": {
|
|
1012
|
-
"x": -15.585786437626904,
|
|
1013
|
-
"y": -0.9292893218813453
|
|
1014
|
-
},
|
|
1015
|
-
"width": 0.55,
|
|
1016
|
-
"height": 0.848528137423857,
|
|
835
|
+
"width": 1,
|
|
836
|
+
"height": 0.7,
|
|
1017
837
|
"connectedTo": [
|
|
1018
838
|
"pcb_smtpad_27",
|
|
1019
839
|
"connectivity_net328",
|
|
@@ -1028,30 +848,11 @@
|
|
|
1028
848
|
"top"
|
|
1029
849
|
],
|
|
1030
850
|
"center": {
|
|
1031
|
-
"x": -
|
|
1032
|
-
"y":
|
|
851
|
+
"x": -30.575,
|
|
852
|
+
"y": -1.875
|
|
1033
853
|
},
|
|
1034
|
-
"width":
|
|
1035
|
-
"height": 0.
|
|
1036
|
-
"connectedTo": [
|
|
1037
|
-
"pcb_smtpad_28",
|
|
1038
|
-
"connectivity_net329",
|
|
1039
|
-
"source_port_28",
|
|
1040
|
-
"pcb_smtpad_28",
|
|
1041
|
-
"pcb_port_28"
|
|
1042
|
-
]
|
|
1043
|
-
},
|
|
1044
|
-
{
|
|
1045
|
-
"type": "rect",
|
|
1046
|
-
"layers": [
|
|
1047
|
-
"top"
|
|
1048
|
-
],
|
|
1049
|
-
"center": {
|
|
1050
|
-
"x": -16.257537879754125,
|
|
1051
|
-
"y": -0.2575378797541251
|
|
1052
|
-
},
|
|
1053
|
-
"width": 0.55,
|
|
1054
|
-
"height": 0.848528137423857,
|
|
854
|
+
"width": 1,
|
|
855
|
+
"height": 0.7,
|
|
1055
856
|
"connectedTo": [
|
|
1056
857
|
"pcb_smtpad_28",
|
|
1057
858
|
"connectivity_net329",
|
|
@@ -1066,30 +867,11 @@
|
|
|
1066
867
|
"top"
|
|
1067
868
|
],
|
|
1068
869
|
"center": {
|
|
1069
|
-
"x": -
|
|
1070
|
-
"y": 0.
|
|
870
|
+
"x": -30.575,
|
|
871
|
+
"y": -0.925
|
|
1071
872
|
},
|
|
1072
|
-
"width":
|
|
1073
|
-
"height": 0.
|
|
1074
|
-
"connectedTo": [
|
|
1075
|
-
"pcb_smtpad_29",
|
|
1076
|
-
"connectivity_net330",
|
|
1077
|
-
"source_port_29",
|
|
1078
|
-
"pcb_smtpad_29",
|
|
1079
|
-
"pcb_port_29"
|
|
1080
|
-
]
|
|
1081
|
-
},
|
|
1082
|
-
{
|
|
1083
|
-
"type": "rect",
|
|
1084
|
-
"layers": [
|
|
1085
|
-
"top"
|
|
1086
|
-
],
|
|
1087
|
-
"center": {
|
|
1088
|
-
"x": -16.929289321881345,
|
|
1089
|
-
"y": 0.41421356237309503
|
|
1090
|
-
},
|
|
1091
|
-
"width": 0.55,
|
|
1092
|
-
"height": 0.848528137423857,
|
|
873
|
+
"width": 1,
|
|
874
|
+
"height": 0.7,
|
|
1093
875
|
"connectedTo": [
|
|
1094
876
|
"pcb_smtpad_29",
|
|
1095
877
|
"connectivity_net330",
|
|
@@ -1104,44 +886,11 @@
|
|
|
1104
886
|
"bottom"
|
|
1105
887
|
],
|
|
1106
888
|
"center": {
|
|
1107
|
-
"x": -0.
|
|
1108
|
-
"y": -
|
|
889
|
+
"x": -0.575,
|
|
890
|
+
"y": -38.425
|
|
1109
891
|
},
|
|
1110
|
-
"width": 1
|
|
1111
|
-
"height": 0.
|
|
1112
|
-
"connectedTo": [
|
|
1113
|
-
"pcb_smtpad_30",
|
|
1114
|
-
"connectivity_net155",
|
|
1115
|
-
"source_trace_67",
|
|
1116
|
-
"source_port_80",
|
|
1117
|
-
"source_trace_48",
|
|
1118
|
-
"source_port_60",
|
|
1119
|
-
"source_trace_26",
|
|
1120
|
-
"source_port_30",
|
|
1121
|
-
"source_trace_17",
|
|
1122
|
-
"source_port_17",
|
|
1123
|
-
"source_net_11",
|
|
1124
|
-
"pcb_smtpad_17",
|
|
1125
|
-
"pcb_port_17",
|
|
1126
|
-
"pcb_smtpad_30",
|
|
1127
|
-
"pcb_port_30",
|
|
1128
|
-
"pcb_plated_hole_18",
|
|
1129
|
-
"pcb_port_60",
|
|
1130
|
-
"pcb_plated_hole_38",
|
|
1131
|
-
"pcb_port_80"
|
|
1132
|
-
]
|
|
1133
|
-
},
|
|
1134
|
-
{
|
|
1135
|
-
"type": "rect",
|
|
1136
|
-
"layers": [
|
|
1137
|
-
"bottom"
|
|
1138
|
-
],
|
|
1139
|
-
"center": {
|
|
1140
|
-
"x": 0.055118814221335286,
|
|
1141
|
-
"y": -19.914942725992695
|
|
1142
|
-
},
|
|
1143
|
-
"width": 1.0565124920749505,
|
|
1144
|
-
"height": 0.385,
|
|
892
|
+
"width": 1,
|
|
893
|
+
"height": 0.7,
|
|
1145
894
|
"connectedTo": [
|
|
1146
895
|
"pcb_smtpad_30",
|
|
1147
896
|
"connectivity_net155",
|
|
@@ -1170,44 +919,11 @@
|
|
|
1170
919
|
"bottom"
|
|
1171
920
|
],
|
|
1172
921
|
"center": {
|
|
1173
|
-
"x": 0.
|
|
1174
|
-
"y": -
|
|
1175
|
-
},
|
|
1176
|
-
"width": 1.0565124920749505,
|
|
1177
|
-
"height": 0.385,
|
|
1178
|
-
"connectedTo": [
|
|
1179
|
-
"pcb_smtpad_31",
|
|
1180
|
-
"connectivity_net151",
|
|
1181
|
-
"source_trace_65",
|
|
1182
|
-
"source_port_77",
|
|
1183
|
-
"source_trace_60",
|
|
1184
|
-
"source_port_70",
|
|
1185
|
-
"source_trace_45",
|
|
1186
|
-
"source_port_56",
|
|
1187
|
-
"source_trace_25",
|
|
1188
|
-
"source_port_31",
|
|
1189
|
-
"source_net_14",
|
|
1190
|
-
"pcb_smtpad_31",
|
|
1191
|
-
"pcb_port_31",
|
|
1192
|
-
"pcb_plated_hole_14",
|
|
1193
|
-
"pcb_port_56",
|
|
1194
|
-
"pcb_plated_hole_28",
|
|
1195
|
-
"pcb_port_70",
|
|
1196
|
-
"pcb_plated_hole_35",
|
|
1197
|
-
"pcb_port_77"
|
|
1198
|
-
]
|
|
1199
|
-
},
|
|
1200
|
-
{
|
|
1201
|
-
"type": "rect",
|
|
1202
|
-
"layers": [
|
|
1203
|
-
"bottom"
|
|
1204
|
-
],
|
|
1205
|
-
"center": {
|
|
1206
|
-
"x": 0.30099690706873,
|
|
1207
|
-
"y": -20.83257226096731
|
|
922
|
+
"x": -0.575,
|
|
923
|
+
"y": -39.375
|
|
1208
924
|
},
|
|
1209
|
-
"width": 1
|
|
1210
|
-
"height": 0.
|
|
925
|
+
"width": 1,
|
|
926
|
+
"height": 0.7,
|
|
1211
927
|
"connectedTo": [
|
|
1212
928
|
"pcb_smtpad_31",
|
|
1213
929
|
"connectivity_net151",
|
|
@@ -1236,44 +952,11 @@
|
|
|
1236
952
|
"bottom"
|
|
1237
953
|
],
|
|
1238
954
|
"center": {
|
|
1239
|
-
"x": 0.
|
|
1240
|
-
"y": -
|
|
955
|
+
"x": -0.575,
|
|
956
|
+
"y": -40.325
|
|
1241
957
|
},
|
|
1242
|
-
"width": 1
|
|
1243
|
-
"height": 0.
|
|
1244
|
-
"connectedTo": [
|
|
1245
|
-
"pcb_smtpad_32",
|
|
1246
|
-
"connectivity_net62",
|
|
1247
|
-
"source_trace_24",
|
|
1248
|
-
"source_port_32",
|
|
1249
|
-
"source_trace_21",
|
|
1250
|
-
"source_port_26",
|
|
1251
|
-
"source_trace_19",
|
|
1252
|
-
"source_port_18",
|
|
1253
|
-
"source_trace_18",
|
|
1254
|
-
"source_port_19",
|
|
1255
|
-
"source_net_12",
|
|
1256
|
-
"pcb_smtpad_18",
|
|
1257
|
-
"pcb_port_18",
|
|
1258
|
-
"pcb_smtpad_19",
|
|
1259
|
-
"pcb_port_19",
|
|
1260
|
-
"pcb_smtpad_26",
|
|
1261
|
-
"pcb_port_26",
|
|
1262
|
-
"pcb_smtpad_32",
|
|
1263
|
-
"pcb_port_32"
|
|
1264
|
-
]
|
|
1265
|
-
},
|
|
1266
|
-
{
|
|
1267
|
-
"type": "rect",
|
|
1268
|
-
"layers": [
|
|
1269
|
-
"bottom"
|
|
1270
|
-
],
|
|
1271
|
-
"center": {
|
|
1272
|
-
"x": 0.5468749999161246,
|
|
1273
|
-
"y": -21.750201795941926
|
|
1274
|
-
},
|
|
1275
|
-
"width": 1.0565124920749505,
|
|
1276
|
-
"height": 0.385,
|
|
958
|
+
"width": 1,
|
|
959
|
+
"height": 0.7,
|
|
1277
960
|
"connectedTo": [
|
|
1278
961
|
"pcb_smtpad_32",
|
|
1279
962
|
"connectivity_net62",
|
|
@@ -1302,30 +985,11 @@
|
|
|
1302
985
|
"bottom"
|
|
1303
986
|
],
|
|
1304
987
|
"center": {
|
|
1305
|
-
"x": -
|
|
1306
|
-
"y": -
|
|
988
|
+
"x": -3.175,
|
|
989
|
+
"y": -40.325
|
|
1307
990
|
},
|
|
1308
|
-
"width": 1
|
|
1309
|
-
"height": 0.
|
|
1310
|
-
"connectedTo": [
|
|
1311
|
-
"pcb_smtpad_33",
|
|
1312
|
-
"connectivity_net331",
|
|
1313
|
-
"source_port_33",
|
|
1314
|
-
"pcb_smtpad_33",
|
|
1315
|
-
"pcb_port_33"
|
|
1316
|
-
]
|
|
1317
|
-
},
|
|
1318
|
-
{
|
|
1319
|
-
"type": "rect",
|
|
1320
|
-
"layers": [
|
|
1321
|
-
"bottom"
|
|
1322
|
-
],
|
|
1323
|
-
"center": {
|
|
1324
|
-
"x": -1.9645321484354532,
|
|
1325
|
-
"y": -22.42313131320848
|
|
1326
|
-
},
|
|
1327
|
-
"width": 1.0565124920749505,
|
|
1328
|
-
"height": 0.385,
|
|
991
|
+
"width": 1,
|
|
992
|
+
"height": 0.7,
|
|
1329
993
|
"connectedTo": [
|
|
1330
994
|
"pcb_smtpad_33",
|
|
1331
995
|
"connectivity_net331",
|
|
@@ -1340,30 +1004,11 @@
|
|
|
1340
1004
|
"bottom"
|
|
1341
1005
|
],
|
|
1342
1006
|
"center": {
|
|
1343
|
-
"x": -
|
|
1344
|
-
"y": -
|
|
1345
|
-
},
|
|
1346
|
-
"width": 1.0565124920749505,
|
|
1347
|
-
"height": 0.385,
|
|
1348
|
-
"connectedTo": [
|
|
1349
|
-
"pcb_smtpad_34",
|
|
1350
|
-
"connectivity_net332",
|
|
1351
|
-
"source_port_34",
|
|
1352
|
-
"pcb_smtpad_34",
|
|
1353
|
-
"pcb_port_34"
|
|
1354
|
-
]
|
|
1355
|
-
},
|
|
1356
|
-
{
|
|
1357
|
-
"type": "rect",
|
|
1358
|
-
"layers": [
|
|
1359
|
-
"bottom"
|
|
1360
|
-
],
|
|
1361
|
-
"center": {
|
|
1362
|
-
"x": -2.210410241282848,
|
|
1363
|
-
"y": -21.505501778233864
|
|
1007
|
+
"x": -3.175,
|
|
1008
|
+
"y": -39.375
|
|
1364
1009
|
},
|
|
1365
|
-
"width": 1
|
|
1366
|
-
"height": 0.
|
|
1010
|
+
"width": 1,
|
|
1011
|
+
"height": 0.7,
|
|
1367
1012
|
"connectedTo": [
|
|
1368
1013
|
"pcb_smtpad_34",
|
|
1369
1014
|
"connectivity_net332",
|
|
@@ -1378,30 +1023,11 @@
|
|
|
1378
1023
|
"bottom"
|
|
1379
1024
|
],
|
|
1380
1025
|
"center": {
|
|
1381
|
-
"x": -
|
|
1382
|
-
"y": -
|
|
1026
|
+
"x": -3.175,
|
|
1027
|
+
"y": -38.425
|
|
1383
1028
|
},
|
|
1384
|
-
"width": 1
|
|
1385
|
-
"height": 0.
|
|
1386
|
-
"connectedTo": [
|
|
1387
|
-
"pcb_smtpad_35",
|
|
1388
|
-
"connectivity_net333",
|
|
1389
|
-
"source_port_35",
|
|
1390
|
-
"pcb_smtpad_35",
|
|
1391
|
-
"pcb_port_35"
|
|
1392
|
-
]
|
|
1393
|
-
},
|
|
1394
|
-
{
|
|
1395
|
-
"type": "rect",
|
|
1396
|
-
"layers": [
|
|
1397
|
-
"bottom"
|
|
1398
|
-
],
|
|
1399
|
-
"center": {
|
|
1400
|
-
"x": -2.4562883341302424,
|
|
1401
|
-
"y": -20.58787224325925
|
|
1402
|
-
},
|
|
1403
|
-
"width": 1.0565124920749505,
|
|
1404
|
-
"height": 0.385,
|
|
1029
|
+
"width": 1,
|
|
1030
|
+
"height": 0.7,
|
|
1405
1031
|
"connectedTo": [
|
|
1406
1032
|
"pcb_smtpad_35",
|
|
1407
1033
|
"connectivity_net333",
|
|
@@ -1416,8 +1042,8 @@
|
|
|
1416
1042
|
"top"
|
|
1417
1043
|
],
|
|
1418
1044
|
"center": {
|
|
1419
|
-
"x":
|
|
1420
|
-
"y":
|
|
1045
|
+
"x": 26.825,
|
|
1046
|
+
"y": 17.825
|
|
1421
1047
|
},
|
|
1422
1048
|
"width": 1,
|
|
1423
1049
|
"height": 0.7,
|
|
@@ -1449,8 +1075,8 @@
|
|
|
1449
1075
|
"top"
|
|
1450
1076
|
],
|
|
1451
1077
|
"center": {
|
|
1452
|
-
"x":
|
|
1453
|
-
"y":
|
|
1078
|
+
"x": 26.825,
|
|
1079
|
+
"y": 16.875
|
|
1454
1080
|
},
|
|
1455
1081
|
"width": 1,
|
|
1456
1082
|
"height": 0.7,
|
|
@@ -1482,8 +1108,8 @@
|
|
|
1482
1108
|
"top"
|
|
1483
1109
|
],
|
|
1484
1110
|
"center": {
|
|
1485
|
-
"x":
|
|
1486
|
-
"y":
|
|
1111
|
+
"x": 26.825,
|
|
1112
|
+
"y": 15.925
|
|
1487
1113
|
},
|
|
1488
1114
|
"width": 1,
|
|
1489
1115
|
"height": 0.7,
|
|
@@ -1515,8 +1141,8 @@
|
|
|
1515
1141
|
"top"
|
|
1516
1142
|
],
|
|
1517
1143
|
"center": {
|
|
1518
|
-
"x":
|
|
1519
|
-
"y":
|
|
1144
|
+
"x": 29.425,
|
|
1145
|
+
"y": 15.925
|
|
1520
1146
|
},
|
|
1521
1147
|
"width": 1,
|
|
1522
1148
|
"height": 0.7,
|
|
@@ -1534,8 +1160,8 @@
|
|
|
1534
1160
|
"top"
|
|
1535
1161
|
],
|
|
1536
1162
|
"center": {
|
|
1537
|
-
"x":
|
|
1538
|
-
"y":
|
|
1163
|
+
"x": 29.425,
|
|
1164
|
+
"y": 16.875
|
|
1539
1165
|
},
|
|
1540
1166
|
"width": 1,
|
|
1541
1167
|
"height": 0.7,
|
|
@@ -1553,8 +1179,8 @@
|
|
|
1553
1179
|
"top"
|
|
1554
1180
|
],
|
|
1555
1181
|
"center": {
|
|
1556
|
-
"x":
|
|
1557
|
-
"y":
|
|
1182
|
+
"x": 29.425,
|
|
1183
|
+
"y": 17.825
|
|
1558
1184
|
},
|
|
1559
1185
|
"width": 1,
|
|
1560
1186
|
"height": 0.7,
|
|
@@ -1575,8 +1201,8 @@
|
|
|
1575
1201
|
"bottom"
|
|
1576
1202
|
],
|
|
1577
1203
|
"center": {
|
|
1578
|
-
"x":
|
|
1579
|
-
"y":
|
|
1204
|
+
"x": -0.7249999999999996,
|
|
1205
|
+
"y": 20.625
|
|
1580
1206
|
},
|
|
1581
1207
|
"width": 1.5,
|
|
1582
1208
|
"height": 1.5,
|
|
@@ -1611,8 +1237,8 @@
|
|
|
1611
1237
|
"bottom"
|
|
1612
1238
|
],
|
|
1613
1239
|
"center": {
|
|
1614
|
-
"x":
|
|
1615
|
-
"y":
|
|
1240
|
+
"x": 1.8150000000000004,
|
|
1241
|
+
"y": 20.625
|
|
1616
1242
|
},
|
|
1617
1243
|
"width": 1.5,
|
|
1618
1244
|
"height": 1.5,
|
|
@@ -1647,8 +1273,8 @@
|
|
|
1647
1273
|
"bottom"
|
|
1648
1274
|
],
|
|
1649
1275
|
"center": {
|
|
1650
|
-
"x":
|
|
1651
|
-
"y":
|
|
1276
|
+
"x": 4.355,
|
|
1277
|
+
"y": 20.625
|
|
1652
1278
|
},
|
|
1653
1279
|
"width": 1.5,
|
|
1654
1280
|
"height": 1.5,
|
|
@@ -1683,8 +1309,8 @@
|
|
|
1683
1309
|
"bottom"
|
|
1684
1310
|
],
|
|
1685
1311
|
"center": {
|
|
1686
|
-
"x":
|
|
1687
|
-
"y":
|
|
1312
|
+
"x": 6.8950000000000005,
|
|
1313
|
+
"y": 20.625
|
|
1688
1314
|
},
|
|
1689
1315
|
"width": 1.5,
|
|
1690
1316
|
"height": 1.5,
|
|
@@ -1719,8 +1345,8 @@
|
|
|
1719
1345
|
"bottom"
|
|
1720
1346
|
],
|
|
1721
1347
|
"center": {
|
|
1722
|
-
"x":
|
|
1723
|
-
"y":
|
|
1348
|
+
"x": 9.435,
|
|
1349
|
+
"y": 20.625
|
|
1724
1350
|
},
|
|
1725
1351
|
"width": 1.5,
|
|
1726
1352
|
"height": 1.5,
|
|
@@ -1755,8 +1381,8 @@
|
|
|
1755
1381
|
"bottom"
|
|
1756
1382
|
],
|
|
1757
1383
|
"center": {
|
|
1758
|
-
"x":
|
|
1759
|
-
"y":
|
|
1384
|
+
"x": 11.975,
|
|
1385
|
+
"y": 20.625
|
|
1760
1386
|
},
|
|
1761
1387
|
"width": 1.5,
|
|
1762
1388
|
"height": 1.5,
|
|
@@ -1787,8 +1413,8 @@
|
|
|
1787
1413
|
"bottom"
|
|
1788
1414
|
],
|
|
1789
1415
|
"center": {
|
|
1790
|
-
"x":
|
|
1791
|
-
"y": -
|
|
1416
|
+
"x": 13.61,
|
|
1417
|
+
"y": -37.5
|
|
1792
1418
|
},
|
|
1793
1419
|
"width": 1.5,
|
|
1794
1420
|
"height": 1.5,
|
|
@@ -1815,8 +1441,8 @@
|
|
|
1815
1441
|
"bottom"
|
|
1816
1442
|
],
|
|
1817
1443
|
"center": {
|
|
1818
|
-
"x":
|
|
1819
|
-
"y": -
|
|
1444
|
+
"x": 16.15,
|
|
1445
|
+
"y": -37.5
|
|
1820
1446
|
},
|
|
1821
1447
|
"width": 1.5,
|
|
1822
1448
|
"height": 1.5,
|
|
@@ -1847,8 +1473,8 @@
|
|
|
1847
1473
|
"bottom"
|
|
1848
1474
|
],
|
|
1849
1475
|
"center": {
|
|
1850
|
-
"x":
|
|
1851
|
-
"y": -
|
|
1476
|
+
"x": 18.689999999999998,
|
|
1477
|
+
"y": -37.5
|
|
1852
1478
|
},
|
|
1853
1479
|
"width": 1.5,
|
|
1854
1480
|
"height": 1.5,
|
|
@@ -1879,8 +1505,8 @@
|
|
|
1879
1505
|
"bottom"
|
|
1880
1506
|
],
|
|
1881
1507
|
"center": {
|
|
1882
|
-
"x":
|
|
1883
|
-
"y": -
|
|
1508
|
+
"x": 21.23,
|
|
1509
|
+
"y": -37.5
|
|
1884
1510
|
},
|
|
1885
1511
|
"width": 1.5,
|
|
1886
1512
|
"height": 1.5,
|
|
@@ -1907,8 +1533,8 @@
|
|
|
1907
1533
|
"bottom"
|
|
1908
1534
|
],
|
|
1909
1535
|
"center": {
|
|
1910
|
-
"x":
|
|
1911
|
-
"y": -
|
|
1536
|
+
"x": 23.77,
|
|
1537
|
+
"y": -37.5
|
|
1912
1538
|
},
|
|
1913
1539
|
"width": 1.5,
|
|
1914
1540
|
"height": 1.5,
|
|
@@ -1943,8 +1569,8 @@
|
|
|
1943
1569
|
"bottom"
|
|
1944
1570
|
],
|
|
1945
1571
|
"center": {
|
|
1946
|
-
"x":
|
|
1947
|
-
"y": -
|
|
1572
|
+
"x": 26.31,
|
|
1573
|
+
"y": -37.5
|
|
1948
1574
|
},
|
|
1949
1575
|
"width": 1.5,
|
|
1950
1576
|
"height": 1.5,
|
|
@@ -1975,8 +1601,8 @@
|
|
|
1975
1601
|
"bottom"
|
|
1976
1602
|
],
|
|
1977
1603
|
"center": {
|
|
1978
|
-
"x":
|
|
1979
|
-
"y": -
|
|
1604
|
+
"x": 28.85,
|
|
1605
|
+
"y": -37.5
|
|
1980
1606
|
},
|
|
1981
1607
|
"width": 1.5,
|
|
1982
1608
|
"height": 1.5,
|
|
@@ -2007,8 +1633,8 @@
|
|
|
2007
1633
|
"bottom"
|
|
2008
1634
|
],
|
|
2009
1635
|
"center": {
|
|
2010
|
-
"x":
|
|
2011
|
-
"y": -
|
|
1636
|
+
"x": 31.39,
|
|
1637
|
+
"y": -37.5
|
|
2012
1638
|
},
|
|
2013
1639
|
"width": 1.5,
|
|
2014
1640
|
"height": 1.5,
|
|
@@ -2039,8 +1665,8 @@
|
|
|
2039
1665
|
"bottom"
|
|
2040
1666
|
],
|
|
2041
1667
|
"center": {
|
|
2042
|
-
"x": -
|
|
2043
|
-
"y":
|
|
1668
|
+
"x": -18.145,
|
|
1669
|
+
"y": 20.625
|
|
2044
1670
|
},
|
|
2045
1671
|
"width": 1.5,
|
|
2046
1672
|
"height": 1.5,
|
|
@@ -2075,8 +1701,8 @@
|
|
|
2075
1701
|
"bottom"
|
|
2076
1702
|
],
|
|
2077
1703
|
"center": {
|
|
2078
|
-
"x": -
|
|
2079
|
-
"y":
|
|
1704
|
+
"x": -15.605,
|
|
1705
|
+
"y": 20.625
|
|
2080
1706
|
},
|
|
2081
1707
|
"width": 1.5,
|
|
2082
1708
|
"height": 1.5,
|
|
@@ -2103,8 +1729,8 @@
|
|
|
2103
1729
|
"bottom"
|
|
2104
1730
|
],
|
|
2105
1731
|
"center": {
|
|
2106
|
-
"x": -
|
|
2107
|
-
"y":
|
|
1732
|
+
"x": -45.725,
|
|
1733
|
+
"y": 28.125
|
|
2108
1734
|
},
|
|
2109
1735
|
"width": 1.5,
|
|
2110
1736
|
"height": 1.5,
|
|
@@ -2131,8 +1757,8 @@
|
|
|
2131
1757
|
"bottom"
|
|
2132
1758
|
],
|
|
2133
1759
|
"center": {
|
|
2134
|
-
"x": -
|
|
2135
|
-
"y":
|
|
1760
|
+
"x": -43.185,
|
|
1761
|
+
"y": 28.125
|
|
2136
1762
|
},
|
|
2137
1763
|
"width": 1.5,
|
|
2138
1764
|
"height": 1.5,
|
|
@@ -2167,8 +1793,8 @@
|
|
|
2167
1793
|
"bottom"
|
|
2168
1794
|
],
|
|
2169
1795
|
"center": {
|
|
2170
|
-
"x": -
|
|
2171
|
-
"y":
|
|
1796
|
+
"x": -40.644999999999996,
|
|
1797
|
+
"y": 28.125
|
|
2172
1798
|
},
|
|
2173
1799
|
"width": 1.5,
|
|
2174
1800
|
"height": 1.5,
|
|
@@ -2203,8 +1829,8 @@
|
|
|
2203
1829
|
"bottom"
|
|
2204
1830
|
],
|
|
2205
1831
|
"center": {
|
|
2206
|
-
"x": -
|
|
2207
|
-
"y":
|
|
1832
|
+
"x": -38.105,
|
|
1833
|
+
"y": 28.125
|
|
2208
1834
|
},
|
|
2209
1835
|
"width": 1.5,
|
|
2210
1836
|
"height": 1.5,
|
|
@@ -2239,8 +1865,8 @@
|
|
|
2239
1865
|
"bottom"
|
|
2240
1866
|
],
|
|
2241
1867
|
"center": {
|
|
2242
|
-
"x": -
|
|
2243
|
-
"y":
|
|
1868
|
+
"x": -35.565,
|
|
1869
|
+
"y": 28.125
|
|
2244
1870
|
},
|
|
2245
1871
|
"width": 1.5,
|
|
2246
1872
|
"height": 1.5,
|
|
@@ -2271,8 +1897,8 @@
|
|
|
2271
1897
|
"bottom"
|
|
2272
1898
|
],
|
|
2273
1899
|
"center": {
|
|
2274
|
-
"x": -
|
|
2275
|
-
"y":
|
|
1900
|
+
"x": -33.025,
|
|
1901
|
+
"y": 28.125
|
|
2276
1902
|
},
|
|
2277
1903
|
"width": 1.5,
|
|
2278
1904
|
"height": 1.5,
|
|
@@ -2299,8 +1925,8 @@
|
|
|
2299
1925
|
"bottom"
|
|
2300
1926
|
],
|
|
2301
1927
|
"center": {
|
|
2302
|
-
"x":
|
|
2303
|
-
"y":
|
|
1928
|
+
"x": 16.15,
|
|
1929
|
+
"y": 37.5
|
|
2304
1930
|
},
|
|
2305
1931
|
"width": 1.5,
|
|
2306
1932
|
"height": 1.5,
|
|
@@ -2327,8 +1953,8 @@
|
|
|
2327
1953
|
"bottom"
|
|
2328
1954
|
],
|
|
2329
1955
|
"center": {
|
|
2330
|
-
"x":
|
|
2331
|
-
"y":
|
|
1956
|
+
"x": 18.69,
|
|
1957
|
+
"y": 37.5
|
|
2332
1958
|
},
|
|
2333
1959
|
"width": 1.5,
|
|
2334
1960
|
"height": 1.5,
|
|
@@ -2363,8 +1989,8 @@
|
|
|
2363
1989
|
"bottom"
|
|
2364
1990
|
],
|
|
2365
1991
|
"center": {
|
|
2366
|
-
"x":
|
|
2367
|
-
"y":
|
|
1992
|
+
"x": 21.23,
|
|
1993
|
+
"y": 37.5
|
|
2368
1994
|
},
|
|
2369
1995
|
"width": 1.5,
|
|
2370
1996
|
"height": 1.5,
|
|
@@ -2395,8 +2021,8 @@
|
|
|
2395
2021
|
"bottom"
|
|
2396
2022
|
],
|
|
2397
2023
|
"center": {
|
|
2398
|
-
"x":
|
|
2399
|
-
"y":
|
|
2024
|
+
"x": 23.77,
|
|
2025
|
+
"y": 37.5
|
|
2400
2026
|
},
|
|
2401
2027
|
"width": 1.5,
|
|
2402
2028
|
"height": 1.5,
|
|
@@ -2431,8 +2057,8 @@
|
|
|
2431
2057
|
"bottom"
|
|
2432
2058
|
],
|
|
2433
2059
|
"center": {
|
|
2434
|
-
"x":
|
|
2435
|
-
"y":
|
|
2060
|
+
"x": 26.310000000000002,
|
|
2061
|
+
"y": 37.5
|
|
2436
2062
|
},
|
|
2437
2063
|
"width": 1.5,
|
|
2438
2064
|
"height": 1.5,
|
|
@@ -2467,8 +2093,8 @@
|
|
|
2467
2093
|
"bottom"
|
|
2468
2094
|
],
|
|
2469
2095
|
"center": {
|
|
2470
|
-
"x":
|
|
2471
|
-
"y":
|
|
2096
|
+
"x": 28.85,
|
|
2097
|
+
"y": 37.5
|
|
2472
2098
|
},
|
|
2473
2099
|
"width": 1.5,
|
|
2474
2100
|
"height": 1.5,
|
|
@@ -2503,8 +2129,8 @@
|
|
|
2503
2129
|
"bottom"
|
|
2504
2130
|
],
|
|
2505
2131
|
"center": {
|
|
2506
|
-
"x": -
|
|
2507
|
-
"y": -
|
|
2132
|
+
"x": -24.315,
|
|
2133
|
+
"y": -31.875
|
|
2508
2134
|
},
|
|
2509
2135
|
"width": 1.5,
|
|
2510
2136
|
"height": 1.5,
|
|
@@ -2539,8 +2165,8 @@
|
|
|
2539
2165
|
"bottom"
|
|
2540
2166
|
],
|
|
2541
2167
|
"center": {
|
|
2542
|
-
"x": -
|
|
2543
|
-
"y": -
|
|
2168
|
+
"x": -26.855,
|
|
2169
|
+
"y": -31.875
|
|
2544
2170
|
},
|
|
2545
2171
|
"width": 1.5,
|
|
2546
2172
|
"height": 1.5,
|
|
@@ -2571,8 +2197,8 @@
|
|
|
2571
2197
|
"bottom"
|
|
2572
2198
|
],
|
|
2573
2199
|
"center": {
|
|
2574
|
-
"x": -
|
|
2575
|
-
"y": -
|
|
2200
|
+
"x": -29.395,
|
|
2201
|
+
"y": -31.875
|
|
2576
2202
|
},
|
|
2577
2203
|
"width": 1.5,
|
|
2578
2204
|
"height": 1.5,
|
|
@@ -2603,8 +2229,8 @@
|
|
|
2603
2229
|
"bottom"
|
|
2604
2230
|
],
|
|
2605
2231
|
"center": {
|
|
2606
|
-
"x": -
|
|
2607
|
-
"y": -
|
|
2232
|
+
"x": -31.935,
|
|
2233
|
+
"y": -31.875
|
|
2608
2234
|
},
|
|
2609
2235
|
"width": 1.5,
|
|
2610
2236
|
"height": 1.5,
|
|
@@ -2639,8 +2265,8 @@
|
|
|
2639
2265
|
"bottom"
|
|
2640
2266
|
],
|
|
2641
2267
|
"center": {
|
|
2642
|
-
"x": -
|
|
2643
|
-
"y": -
|
|
2268
|
+
"x": -10.645,
|
|
2269
|
+
"y": -13.125
|
|
2644
2270
|
},
|
|
2645
2271
|
"width": 1.5,
|
|
2646
2272
|
"height": 1.5,
|
|
@@ -2675,8 +2301,8 @@
|
|
|
2675
2301
|
"bottom"
|
|
2676
2302
|
],
|
|
2677
2303
|
"center": {
|
|
2678
|
-
"x": -
|
|
2679
|
-
"y": -
|
|
2304
|
+
"x": -8.105,
|
|
2305
|
+
"y": -13.125
|
|
2680
2306
|
},
|
|
2681
2307
|
"width": 1.5,
|
|
2682
2308
|
"height": 1.5,
|
|
@@ -2707,8 +2333,8 @@
|
|
|
2707
2333
|
"bottom"
|
|
2708
2334
|
],
|
|
2709
2335
|
"center": {
|
|
2710
|
-
"x": -
|
|
2711
|
-
"y": -
|
|
2336
|
+
"x": -47.6,
|
|
2337
|
+
"y": -22.5
|
|
2712
2338
|
},
|
|
2713
2339
|
"width": 1.5,
|
|
2714
2340
|
"height": 1.5,
|
|
@@ -2743,8 +2369,8 @@
|
|
|
2743
2369
|
"bottom"
|
|
2744
2370
|
],
|
|
2745
2371
|
"center": {
|
|
2746
|
-
"x": -
|
|
2747
|
-
"y": -
|
|
2372
|
+
"x": -45.06,
|
|
2373
|
+
"y": -22.5
|
|
2748
2374
|
},
|
|
2749
2375
|
"width": 1.5,
|
|
2750
2376
|
"height": 1.5,
|
|
@@ -2779,8 +2405,8 @@
|
|
|
2779
2405
|
"bottom"
|
|
2780
2406
|
],
|
|
2781
2407
|
"center": {
|
|
2782
|
-
"x": -
|
|
2783
|
-
"y": -
|
|
2408
|
+
"x": -42.519999999999996,
|
|
2409
|
+
"y": -22.5
|
|
2784
2410
|
},
|
|
2785
2411
|
"width": 1.5,
|
|
2786
2412
|
"height": 1.5,
|
|
@@ -2807,8 +2433,8 @@
|
|
|
2807
2433
|
"bottom"
|
|
2808
2434
|
],
|
|
2809
2435
|
"center": {
|
|
2810
|
-
"x": -
|
|
2811
|
-
"y": -
|
|
2436
|
+
"x": -39.98,
|
|
2437
|
+
"y": -22.5
|
|
2812
2438
|
},
|
|
2813
2439
|
"width": 1.5,
|
|
2814
2440
|
"height": 1.5,
|
|
@@ -2843,8 +2469,8 @@
|
|
|
2843
2469
|
"bottom"
|
|
2844
2470
|
],
|
|
2845
2471
|
"center": {
|
|
2846
|
-
"x": -
|
|
2847
|
-
"y": -
|
|
2472
|
+
"x": -37.44,
|
|
2473
|
+
"y": -22.5
|
|
2848
2474
|
},
|
|
2849
2475
|
"width": 1.5,
|
|
2850
2476
|
"height": 1.5,
|
|
@@ -2879,8 +2505,8 @@
|
|
|
2879
2505
|
"bottom"
|
|
2880
2506
|
],
|
|
2881
2507
|
"center": {
|
|
2882
|
-
"x": -
|
|
2883
|
-
"y": -5
|
|
2508
|
+
"x": -34.9,
|
|
2509
|
+
"y": -22.5
|
|
2884
2510
|
},
|
|
2885
2511
|
"width": 1.5,
|
|
2886
2512
|
"height": 1.5,
|
|
@@ -2908,29 +2534,29 @@
|
|
|
2908
2534
|
"name": "source_net_0",
|
|
2909
2535
|
"pointsToConnect": [
|
|
2910
2536
|
{
|
|
2911
|
-
"x": -
|
|
2912
|
-
"y": 1,
|
|
2537
|
+
"x": -4.7125,
|
|
2538
|
+
"y": 1.875,
|
|
2913
2539
|
"layer": "bottom",
|
|
2914
2540
|
"pointId": "pcb_port_0",
|
|
2915
2541
|
"pcb_port_id": "pcb_port_0"
|
|
2916
2542
|
},
|
|
2917
2543
|
{
|
|
2918
|
-
"x":
|
|
2919
|
-
"y": -
|
|
2544
|
+
"x": 6.45,
|
|
2545
|
+
"y": -30,
|
|
2920
2546
|
"layer": "top",
|
|
2921
2547
|
"pointId": "pcb_port_11",
|
|
2922
2548
|
"pcb_port_id": "pcb_port_11"
|
|
2923
2549
|
},
|
|
2924
2550
|
{
|
|
2925
|
-
"x":
|
|
2926
|
-
"y":
|
|
2551
|
+
"x": 4.8,
|
|
2552
|
+
"y": 15,
|
|
2927
2553
|
"layer": "bottom",
|
|
2928
2554
|
"pointId": "pcb_port_13",
|
|
2929
2555
|
"pcb_port_id": "pcb_port_13"
|
|
2930
2556
|
},
|
|
2931
2557
|
{
|
|
2932
|
-
"x":
|
|
2933
|
-
"y":
|
|
2558
|
+
"x": 26.825,
|
|
2559
|
+
"y": 15.925,
|
|
2934
2560
|
"layer": "top",
|
|
2935
2561
|
"pointId": "pcb_port_38",
|
|
2936
2562
|
"pcb_port_id": "pcb_port_38"
|
|
@@ -2941,29 +2567,29 @@
|
|
|
2941
2567
|
"name": "source_net_1",
|
|
2942
2568
|
"pointsToConnect": [
|
|
2943
2569
|
{
|
|
2944
|
-
"x": -
|
|
2945
|
-
"y": 1,
|
|
2570
|
+
"x": -6.5375,
|
|
2571
|
+
"y": 1.875,
|
|
2946
2572
|
"layer": "bottom",
|
|
2947
2573
|
"pointId": "pcb_port_1",
|
|
2948
2574
|
"pcb_port_id": "pcb_port_1"
|
|
2949
2575
|
},
|
|
2950
2576
|
{
|
|
2951
|
-
"x":
|
|
2952
|
-
"y":
|
|
2577
|
+
"x": 26.825,
|
|
2578
|
+
"y": 16.875,
|
|
2953
2579
|
"layer": "top",
|
|
2954
2580
|
"pointId": "pcb_port_37",
|
|
2955
2581
|
"pcb_port_id": "pcb_port_37"
|
|
2956
2582
|
},
|
|
2957
2583
|
{
|
|
2958
|
-
"x":
|
|
2959
|
-
"y":
|
|
2584
|
+
"x": 26.825,
|
|
2585
|
+
"y": 17.825,
|
|
2960
2586
|
"layer": "top",
|
|
2961
2587
|
"pointId": "pcb_port_36",
|
|
2962
2588
|
"pcb_port_id": "pcb_port_36"
|
|
2963
2589
|
},
|
|
2964
2590
|
{
|
|
2965
|
-
"x":
|
|
2966
|
-
"y":
|
|
2591
|
+
"x": 23.77,
|
|
2592
|
+
"y": 37.5,
|
|
2967
2593
|
"layer": "top",
|
|
2968
2594
|
"pointId": "pcb_port_67",
|
|
2969
2595
|
"pcb_port_id": "pcb_port_67"
|
|
@@ -2974,29 +2600,29 @@
|
|
|
2974
2600
|
"name": "source_net_2",
|
|
2975
2601
|
"pointsToConnect": [
|
|
2976
2602
|
{
|
|
2977
|
-
"x":
|
|
2978
|
-
"y":
|
|
2603
|
+
"x": 25.2875,
|
|
2604
|
+
"y": 9.375,
|
|
2979
2605
|
"layer": "top",
|
|
2980
2606
|
"pointId": "pcb_port_3",
|
|
2981
2607
|
"pcb_port_id": "pcb_port_3"
|
|
2982
2608
|
},
|
|
2983
2609
|
{
|
|
2984
|
-
"x":
|
|
2985
|
-
"y":
|
|
2610
|
+
"x": 6.8950000000000005,
|
|
2611
|
+
"y": 20.625,
|
|
2986
2612
|
"layer": "top",
|
|
2987
2613
|
"pointId": "pcb_port_45",
|
|
2988
2614
|
"pcb_port_id": "pcb_port_45"
|
|
2989
2615
|
},
|
|
2990
2616
|
{
|
|
2991
|
-
"x": -
|
|
2992
|
-
"y":
|
|
2617
|
+
"x": -43.185,
|
|
2618
|
+
"y": 28.125,
|
|
2993
2619
|
"layer": "top",
|
|
2994
2620
|
"pointId": "pcb_port_59",
|
|
2995
2621
|
"pcb_port_id": "pcb_port_59"
|
|
2996
2622
|
},
|
|
2997
2623
|
{
|
|
2998
|
-
"x":
|
|
2999
|
-
"y":
|
|
2624
|
+
"x": 28.85,
|
|
2625
|
+
"y": 37.5,
|
|
3000
2626
|
"layer": "top",
|
|
3001
2627
|
"pointId": "pcb_port_69",
|
|
3002
2628
|
"pcb_port_id": "pcb_port_69"
|
|
@@ -3007,29 +2633,29 @@
|
|
|
3007
2633
|
"name": "source_net_3",
|
|
3008
2634
|
"pointsToConnect": [
|
|
3009
2635
|
{
|
|
3010
|
-
"x":
|
|
3011
|
-
"y":
|
|
2636
|
+
"x": 23.4625,
|
|
2637
|
+
"y": 9.375,
|
|
3012
2638
|
"layer": "top",
|
|
3013
2639
|
"pointId": "pcb_port_2",
|
|
3014
2640
|
"pcb_port_id": "pcb_port_2"
|
|
3015
2641
|
},
|
|
3016
2642
|
{
|
|
3017
|
-
"x": -
|
|
3018
|
-
"y":
|
|
2643
|
+
"x": -35.115,
|
|
2644
|
+
"y": 7.5,
|
|
3019
2645
|
"layer": "top",
|
|
3020
2646
|
"pointId": "pcb_port_5",
|
|
3021
2647
|
"pcb_port_id": "pcb_port_5"
|
|
3022
2648
|
},
|
|
3023
2649
|
{
|
|
3024
|
-
"x":
|
|
3025
|
-
"y": -
|
|
2650
|
+
"x": 17.8375,
|
|
2651
|
+
"y": -7.5,
|
|
3026
2652
|
"layer": "top",
|
|
3027
2653
|
"pointId": "pcb_port_14",
|
|
3028
2654
|
"pcb_port_id": "pcb_port_14"
|
|
3029
2655
|
},
|
|
3030
2656
|
{
|
|
3031
|
-
"x":
|
|
3032
|
-
"y":
|
|
2657
|
+
"x": 4.355,
|
|
2658
|
+
"y": 20.625,
|
|
3033
2659
|
"layer": "top",
|
|
3034
2660
|
"pointId": "pcb_port_44",
|
|
3035
2661
|
"pcb_port_id": "pcb_port_44"
|
|
@@ -3040,29 +2666,29 @@
|
|
|
3040
2666
|
"name": "source_net_4",
|
|
3041
2667
|
"pointsToConnect": [
|
|
3042
2668
|
{
|
|
3043
|
-
"x": -
|
|
3044
|
-
"y":
|
|
2669
|
+
"x": -36.135,
|
|
2670
|
+
"y": 7.5,
|
|
3045
2671
|
"layer": "top",
|
|
3046
2672
|
"pointId": "pcb_port_4",
|
|
3047
2673
|
"pcb_port_id": "pcb_port_4"
|
|
3048
2674
|
},
|
|
3049
2675
|
{
|
|
3050
|
-
"x": -
|
|
3051
|
-
"y": -
|
|
2676
|
+
"x": -33.175,
|
|
2677
|
+
"y": -0.925,
|
|
3052
2678
|
"layer": "top",
|
|
3053
2679
|
"pointId": "pcb_port_24",
|
|
3054
2680
|
"pcb_port_id": "pcb_port_24"
|
|
3055
2681
|
},
|
|
3056
2682
|
{
|
|
3057
|
-
"x":
|
|
3058
|
-
"y":
|
|
2683
|
+
"x": 26.310000000000002,
|
|
2684
|
+
"y": 37.5,
|
|
3059
2685
|
"layer": "top",
|
|
3060
2686
|
"pointId": "pcb_port_68",
|
|
3061
2687
|
"pcb_port_id": "pcb_port_68"
|
|
3062
2688
|
},
|
|
3063
2689
|
{
|
|
3064
|
-
"x":
|
|
3065
|
-
"y":
|
|
2690
|
+
"x": 18.69,
|
|
2691
|
+
"y": 37.5,
|
|
3066
2692
|
"layer": "top",
|
|
3067
2693
|
"pointId": "pcb_port_65",
|
|
3068
2694
|
"pcb_port_id": "pcb_port_65"
|
|
@@ -3073,22 +2699,22 @@
|
|
|
3073
2699
|
"name": "source_net_5",
|
|
3074
2700
|
"pointsToConnect": [
|
|
3075
2701
|
{
|
|
3076
|
-
"x": -
|
|
3077
|
-
"y":
|
|
2702
|
+
"x": -29.0375,
|
|
2703
|
+
"y": 18.75,
|
|
3078
2704
|
"layer": "top",
|
|
3079
2705
|
"pointId": "pcb_port_6",
|
|
3080
2706
|
"pcb_port_id": "pcb_port_6"
|
|
3081
2707
|
},
|
|
3082
2708
|
{
|
|
3083
|
-
"x": -
|
|
3084
|
-
"y": -
|
|
2709
|
+
"x": -26.855,
|
|
2710
|
+
"y": -31.875,
|
|
3085
2711
|
"layer": "top",
|
|
3086
2712
|
"pointId": "pcb_port_71",
|
|
3087
2713
|
"pcb_port_id": "pcb_port_71"
|
|
3088
2714
|
},
|
|
3089
2715
|
{
|
|
3090
|
-
"x": -
|
|
3091
|
-
"y": -
|
|
2716
|
+
"x": -29.395,
|
|
2717
|
+
"y": -31.875,
|
|
3092
2718
|
"layer": "top",
|
|
3093
2719
|
"pointId": "pcb_port_72",
|
|
3094
2720
|
"pcb_port_id": "pcb_port_72"
|
|
@@ -3099,29 +2725,29 @@
|
|
|
3099
2725
|
"name": "source_net_6",
|
|
3100
2726
|
"pointsToConnect": [
|
|
3101
2727
|
{
|
|
3102
|
-
"x": -
|
|
3103
|
-
"y":
|
|
2728
|
+
"x": -27.2125,
|
|
2729
|
+
"y": 18.75,
|
|
3104
2730
|
"layer": "top",
|
|
3105
2731
|
"pointId": "pcb_port_7",
|
|
3106
2732
|
"pcb_port_id": "pcb_port_7"
|
|
3107
2733
|
},
|
|
3108
2734
|
{
|
|
3109
|
-
"x": -
|
|
3110
|
-
"y": -1.
|
|
2735
|
+
"x": -33.175,
|
|
2736
|
+
"y": -1.875,
|
|
3111
2737
|
"layer": "top",
|
|
3112
2738
|
"pointId": "pcb_port_25",
|
|
3113
2739
|
"pcb_port_id": "pcb_port_25"
|
|
3114
2740
|
},
|
|
3115
2741
|
{
|
|
3116
|
-
"x":
|
|
3117
|
-
"y":
|
|
2742
|
+
"x": -0.7249999999999996,
|
|
2743
|
+
"y": 20.625,
|
|
3118
2744
|
"layer": "top",
|
|
3119
2745
|
"pointId": "pcb_port_42",
|
|
3120
2746
|
"pcb_port_id": "pcb_port_42"
|
|
3121
2747
|
},
|
|
3122
2748
|
{
|
|
3123
|
-
"x": -
|
|
3124
|
-
"y": -
|
|
2749
|
+
"x": -10.645,
|
|
2750
|
+
"y": -13.125,
|
|
3125
2751
|
"layer": "top",
|
|
3126
2752
|
"pointId": "pcb_port_74",
|
|
3127
2753
|
"pcb_port_id": "pcb_port_74"
|
|
@@ -3132,22 +2758,22 @@
|
|
|
3132
2758
|
"name": "source_net_7",
|
|
3133
2759
|
"pointsToConnect": [
|
|
3134
2760
|
{
|
|
3135
|
-
"x":
|
|
3136
|
-
"y":
|
|
2761
|
+
"x": 18.24,
|
|
2762
|
+
"y": 28.125,
|
|
3137
2763
|
"layer": "top",
|
|
3138
2764
|
"pointId": "pcb_port_8",
|
|
3139
2765
|
"pcb_port_id": "pcb_port_8"
|
|
3140
2766
|
},
|
|
3141
2767
|
{
|
|
3142
|
-
"x":
|
|
3143
|
-
"y":
|
|
2768
|
+
"x": 6.45,
|
|
2769
|
+
"y": 15,
|
|
3144
2770
|
"layer": "bottom",
|
|
3145
2771
|
"pointId": "pcb_port_12",
|
|
3146
2772
|
"pcb_port_id": "pcb_port_12"
|
|
3147
2773
|
},
|
|
3148
2774
|
{
|
|
3149
|
-
"x": -
|
|
3150
|
-
"y": -
|
|
2775
|
+
"x": -17.385,
|
|
2776
|
+
"y": -35.625,
|
|
3151
2777
|
"layer": "top",
|
|
3152
2778
|
"pointId": "pcb_port_16",
|
|
3153
2779
|
"pcb_port_id": "pcb_port_16"
|
|
@@ -3158,29 +2784,29 @@
|
|
|
3158
2784
|
"name": "source_net_8",
|
|
3159
2785
|
"pointsToConnect": [
|
|
3160
2786
|
{
|
|
3161
|
-
"x":
|
|
3162
|
-
"y":
|
|
2787
|
+
"x": 19.26,
|
|
2788
|
+
"y": 28.125,
|
|
3163
2789
|
"layer": "top",
|
|
3164
2790
|
"pointId": "pcb_port_9",
|
|
3165
2791
|
"pcb_port_id": "pcb_port_9"
|
|
3166
2792
|
},
|
|
3167
2793
|
{
|
|
3168
|
-
"x":
|
|
3169
|
-
"y":
|
|
2794
|
+
"x": 9.435,
|
|
2795
|
+
"y": 20.625,
|
|
3170
2796
|
"layer": "top",
|
|
3171
2797
|
"pointId": "pcb_port_46",
|
|
3172
2798
|
"pcb_port_id": "pcb_port_46"
|
|
3173
2799
|
},
|
|
3174
2800
|
{
|
|
3175
|
-
"x": -
|
|
3176
|
-
"y":
|
|
2801
|
+
"x": -38.105,
|
|
2802
|
+
"y": 28.125,
|
|
3177
2803
|
"layer": "top",
|
|
3178
2804
|
"pointId": "pcb_port_61",
|
|
3179
2805
|
"pcb_port_id": "pcb_port_61"
|
|
3180
2806
|
},
|
|
3181
2807
|
{
|
|
3182
|
-
"x": -
|
|
3183
|
-
"y": -
|
|
2808
|
+
"x": -47.6,
|
|
2809
|
+
"y": -22.5,
|
|
3184
2810
|
"layer": "top",
|
|
3185
2811
|
"pointId": "pcb_port_76",
|
|
3186
2812
|
"pcb_port_id": "pcb_port_76"
|
|
@@ -3191,22 +2817,22 @@
|
|
|
3191
2817
|
"name": "source_net_9",
|
|
3192
2818
|
"pointsToConnect": [
|
|
3193
2819
|
{
|
|
3194
|
-
"x":
|
|
3195
|
-
"y": -
|
|
2820
|
+
"x": 4.8,
|
|
2821
|
+
"y": -30,
|
|
3196
2822
|
"layer": "top",
|
|
3197
2823
|
"pointId": "pcb_port_10",
|
|
3198
2824
|
"pcb_port_id": "pcb_port_10"
|
|
3199
2825
|
},
|
|
3200
2826
|
{
|
|
3201
|
-
"x":
|
|
3202
|
-
"y": -
|
|
2827
|
+
"x": 26.31,
|
|
2828
|
+
"y": -37.5,
|
|
3203
2829
|
"layer": "top",
|
|
3204
2830
|
"pointId": "pcb_port_53",
|
|
3205
2831
|
"pcb_port_id": "pcb_port_53"
|
|
3206
2832
|
},
|
|
3207
2833
|
{
|
|
3208
|
-
"x":
|
|
3209
|
-
"y":
|
|
2834
|
+
"x": 21.23,
|
|
2835
|
+
"y": 37.5,
|
|
3210
2836
|
"layer": "top",
|
|
3211
2837
|
"pointId": "pcb_port_66",
|
|
3212
2838
|
"pcb_port_id": "pcb_port_66"
|
|
@@ -3217,15 +2843,15 @@
|
|
|
3217
2843
|
"name": "source_net_10",
|
|
3218
2844
|
"pointsToConnect": [
|
|
3219
2845
|
{
|
|
3220
|
-
"x":
|
|
3221
|
-
"y": -
|
|
2846
|
+
"x": 19.6625,
|
|
2847
|
+
"y": -7.5,
|
|
3222
2848
|
"layer": "top",
|
|
3223
2849
|
"pointId": "pcb_port_15",
|
|
3224
2850
|
"pcb_port_id": "pcb_port_15"
|
|
3225
2851
|
},
|
|
3226
2852
|
{
|
|
3227
|
-
"x":
|
|
3228
|
-
"y": -
|
|
2853
|
+
"x": 13.61,
|
|
2854
|
+
"y": -37.5,
|
|
3229
2855
|
"layer": "top",
|
|
3230
2856
|
"pointId": "pcb_port_48",
|
|
3231
2857
|
"pcb_port_id": "pcb_port_48"
|
|
@@ -3236,29 +2862,29 @@
|
|
|
3236
2862
|
"name": "source_net_11",
|
|
3237
2863
|
"pointsToConnect": [
|
|
3238
2864
|
{
|
|
3239
|
-
"x": -
|
|
3240
|
-
"y": -
|
|
2865
|
+
"x": -16.365,
|
|
2866
|
+
"y": -35.625,
|
|
3241
2867
|
"layer": "top",
|
|
3242
2868
|
"pointId": "pcb_port_17",
|
|
3243
2869
|
"pcb_port_id": "pcb_port_17"
|
|
3244
2870
|
},
|
|
3245
2871
|
{
|
|
3246
|
-
"x": 0.
|
|
3247
|
-
"y": -
|
|
2872
|
+
"x": -0.575,
|
|
2873
|
+
"y": -38.425,
|
|
3248
2874
|
"layer": "bottom",
|
|
3249
2875
|
"pointId": "pcb_port_30",
|
|
3250
2876
|
"pcb_port_id": "pcb_port_30"
|
|
3251
2877
|
},
|
|
3252
2878
|
{
|
|
3253
|
-
"x": -
|
|
3254
|
-
"y":
|
|
2879
|
+
"x": -40.644999999999996,
|
|
2880
|
+
"y": 28.125,
|
|
3255
2881
|
"layer": "top",
|
|
3256
2882
|
"pointId": "pcb_port_60",
|
|
3257
2883
|
"pcb_port_id": "pcb_port_60"
|
|
3258
2884
|
},
|
|
3259
2885
|
{
|
|
3260
|
-
"x": -
|
|
3261
|
-
"y": -
|
|
2886
|
+
"x": -37.44,
|
|
2887
|
+
"y": -22.5,
|
|
3262
2888
|
"layer": "top",
|
|
3263
2889
|
"pointId": "pcb_port_80",
|
|
3264
2890
|
"pcb_port_id": "pcb_port_80"
|
|
@@ -3269,29 +2895,29 @@
|
|
|
3269
2895
|
"name": "source_net_12",
|
|
3270
2896
|
"pointsToConnect": [
|
|
3271
2897
|
{
|
|
3272
|
-
"x": -
|
|
3273
|
-
"y":
|
|
2898
|
+
"x": -14.425,
|
|
2899
|
+
"y": 28.125,
|
|
3274
2900
|
"layer": "top",
|
|
3275
2901
|
"pointId": "pcb_port_19",
|
|
3276
2902
|
"pcb_port_id": "pcb_port_19"
|
|
3277
2903
|
},
|
|
3278
2904
|
{
|
|
3279
|
-
"x": -
|
|
3280
|
-
"y":
|
|
2905
|
+
"x": -14.425,
|
|
2906
|
+
"y": 29.075,
|
|
3281
2907
|
"layer": "top",
|
|
3282
2908
|
"pointId": "pcb_port_18",
|
|
3283
2909
|
"pcb_port_id": "pcb_port_18"
|
|
3284
2910
|
},
|
|
3285
2911
|
{
|
|
3286
|
-
"x": -
|
|
3287
|
-
"y": -2.
|
|
2912
|
+
"x": -33.175,
|
|
2913
|
+
"y": -2.825,
|
|
3288
2914
|
"layer": "top",
|
|
3289
2915
|
"pointId": "pcb_port_26",
|
|
3290
2916
|
"pcb_port_id": "pcb_port_26"
|
|
3291
2917
|
},
|
|
3292
2918
|
{
|
|
3293
|
-
"x": 0.
|
|
3294
|
-
"y": -
|
|
2919
|
+
"x": -0.575,
|
|
2920
|
+
"y": -40.325,
|
|
3295
2921
|
"layer": "bottom",
|
|
3296
2922
|
"pointId": "pcb_port_32",
|
|
3297
2923
|
"pcb_port_id": "pcb_port_32"
|
|
@@ -3302,22 +2928,22 @@
|
|
|
3302
2928
|
"name": "source_net_13",
|
|
3303
2929
|
"pointsToConnect": [
|
|
3304
2930
|
{
|
|
3305
|
-
"x": -
|
|
3306
|
-
"y":
|
|
2931
|
+
"x": -14.425,
|
|
2932
|
+
"y": 27.175,
|
|
3307
2933
|
"layer": "top",
|
|
3308
2934
|
"pointId": "pcb_port_20",
|
|
3309
2935
|
"pcb_port_id": "pcb_port_20"
|
|
3310
2936
|
},
|
|
3311
2937
|
{
|
|
3312
|
-
"x":
|
|
3313
|
-
"y": -
|
|
2938
|
+
"x": 31.39,
|
|
2939
|
+
"y": -37.5,
|
|
3314
2940
|
"layer": "top",
|
|
3315
2941
|
"pointId": "pcb_port_55",
|
|
3316
2942
|
"pcb_port_id": "pcb_port_55"
|
|
3317
2943
|
},
|
|
3318
2944
|
{
|
|
3319
|
-
"x": -
|
|
3320
|
-
"y": -5
|
|
2945
|
+
"x": -34.9,
|
|
2946
|
+
"y": -22.5,
|
|
3321
2947
|
"layer": "top",
|
|
3322
2948
|
"pointId": "pcb_port_81",
|
|
3323
2949
|
"pcb_port_id": "pcb_port_81"
|
|
@@ -3328,29 +2954,29 @@
|
|
|
3328
2954
|
"name": "source_net_14",
|
|
3329
2955
|
"pointsToConnect": [
|
|
3330
2956
|
{
|
|
3331
|
-
"x": 0.
|
|
3332
|
-
"y": -
|
|
2957
|
+
"x": -0.575,
|
|
2958
|
+
"y": -39.375,
|
|
3333
2959
|
"layer": "bottom",
|
|
3334
2960
|
"pointId": "pcb_port_31",
|
|
3335
2961
|
"pcb_port_id": "pcb_port_31"
|
|
3336
2962
|
},
|
|
3337
2963
|
{
|
|
3338
|
-
"x": -
|
|
3339
|
-
"y":
|
|
2964
|
+
"x": -18.145,
|
|
2965
|
+
"y": 20.625,
|
|
3340
2966
|
"layer": "top",
|
|
3341
2967
|
"pointId": "pcb_port_56",
|
|
3342
2968
|
"pcb_port_id": "pcb_port_56"
|
|
3343
2969
|
},
|
|
3344
2970
|
{
|
|
3345
|
-
"x": -
|
|
3346
|
-
"y": -
|
|
2971
|
+
"x": -24.315,
|
|
2972
|
+
"y": -31.875,
|
|
3347
2973
|
"layer": "top",
|
|
3348
2974
|
"pointId": "pcb_port_70",
|
|
3349
2975
|
"pcb_port_id": "pcb_port_70"
|
|
3350
2976
|
},
|
|
3351
2977
|
{
|
|
3352
|
-
"x": -
|
|
3353
|
-
"y": -
|
|
2978
|
+
"x": -45.06,
|
|
2979
|
+
"y": -22.5,
|
|
3354
2980
|
"layer": "top",
|
|
3355
2981
|
"pointId": "pcb_port_77",
|
|
3356
2982
|
"pcb_port_id": "pcb_port_77"
|
|
@@ -3361,22 +2987,22 @@
|
|
|
3361
2987
|
"name": "source_net_15",
|
|
3362
2988
|
"pointsToConnect": [
|
|
3363
2989
|
{
|
|
3364
|
-
"x":
|
|
3365
|
-
"y":
|
|
2990
|
+
"x": 11.975,
|
|
2991
|
+
"y": 20.625,
|
|
3366
2992
|
"layer": "top",
|
|
3367
2993
|
"pointId": "pcb_port_47",
|
|
3368
2994
|
"pcb_port_id": "pcb_port_47"
|
|
3369
2995
|
},
|
|
3370
2996
|
{
|
|
3371
|
-
"x":
|
|
3372
|
-
"y": -
|
|
2997
|
+
"x": 16.15,
|
|
2998
|
+
"y": -37.5,
|
|
3373
2999
|
"layer": "top",
|
|
3374
3000
|
"pointId": "pcb_port_49",
|
|
3375
3001
|
"pcb_port_id": "pcb_port_49"
|
|
3376
3002
|
},
|
|
3377
3003
|
{
|
|
3378
|
-
"x": -
|
|
3379
|
-
"y":
|
|
3004
|
+
"x": -35.565,
|
|
3005
|
+
"y": 28.125,
|
|
3380
3006
|
"layer": "top",
|
|
3381
3007
|
"pointId": "pcb_port_62",
|
|
3382
3008
|
"pcb_port_id": "pcb_port_62"
|
|
@@ -3387,29 +3013,29 @@
|
|
|
3387
3013
|
"name": "source_net_16",
|
|
3388
3014
|
"pointsToConnect": [
|
|
3389
3015
|
{
|
|
3390
|
-
"x":
|
|
3391
|
-
"y":
|
|
3016
|
+
"x": 1.8150000000000004,
|
|
3017
|
+
"y": 20.625,
|
|
3392
3018
|
"layer": "top",
|
|
3393
3019
|
"pointId": "pcb_port_43",
|
|
3394
3020
|
"pcb_port_id": "pcb_port_43"
|
|
3395
3021
|
},
|
|
3396
3022
|
{
|
|
3397
|
-
"x":
|
|
3398
|
-
"y": -
|
|
3023
|
+
"x": 23.77,
|
|
3024
|
+
"y": -37.5,
|
|
3399
3025
|
"layer": "top",
|
|
3400
3026
|
"pointId": "pcb_port_52",
|
|
3401
3027
|
"pcb_port_id": "pcb_port_52"
|
|
3402
3028
|
},
|
|
3403
3029
|
{
|
|
3404
|
-
"x": -
|
|
3405
|
-
"y": -
|
|
3030
|
+
"x": -31.935,
|
|
3031
|
+
"y": -31.875,
|
|
3406
3032
|
"layer": "top",
|
|
3407
3033
|
"pointId": "pcb_port_73",
|
|
3408
3034
|
"pcb_port_id": "pcb_port_73"
|
|
3409
3035
|
},
|
|
3410
3036
|
{
|
|
3411
|
-
"x": -
|
|
3412
|
-
"y": -
|
|
3037
|
+
"x": -39.98,
|
|
3038
|
+
"y": -22.5,
|
|
3413
3039
|
"layer": "top",
|
|
3414
3040
|
"pointId": "pcb_port_79",
|
|
3415
3041
|
"pcb_port_id": "pcb_port_79"
|
|
@@ -3420,15 +3046,15 @@
|
|
|
3420
3046
|
"name": "source_net_17",
|
|
3421
3047
|
"pointsToConnect": [
|
|
3422
3048
|
{
|
|
3423
|
-
"x":
|
|
3424
|
-
"y": -
|
|
3049
|
+
"x": 21.23,
|
|
3050
|
+
"y": -37.5,
|
|
3425
3051
|
"layer": "top",
|
|
3426
3052
|
"pointId": "pcb_port_51",
|
|
3427
3053
|
"pcb_port_id": "pcb_port_51"
|
|
3428
3054
|
},
|
|
3429
3055
|
{
|
|
3430
|
-
"x": -
|
|
3431
|
-
"y":
|
|
3056
|
+
"x": -15.605,
|
|
3057
|
+
"y": 20.625,
|
|
3432
3058
|
"layer": "top",
|
|
3433
3059
|
"pointId": "pcb_port_57",
|
|
3434
3060
|
"pcb_port_id": "pcb_port_57"
|
|
@@ -3439,22 +3065,22 @@
|
|
|
3439
3065
|
"name": "source_net_18",
|
|
3440
3066
|
"pointsToConnect": [
|
|
3441
3067
|
{
|
|
3442
|
-
"x":
|
|
3443
|
-
"y": -
|
|
3068
|
+
"x": 18.689999999999998,
|
|
3069
|
+
"y": -37.5,
|
|
3444
3070
|
"layer": "top",
|
|
3445
3071
|
"pointId": "pcb_port_50",
|
|
3446
3072
|
"pcb_port_id": "pcb_port_50"
|
|
3447
3073
|
},
|
|
3448
3074
|
{
|
|
3449
|
-
"x":
|
|
3450
|
-
"y": -
|
|
3075
|
+
"x": 28.85,
|
|
3076
|
+
"y": -37.5,
|
|
3451
3077
|
"layer": "top",
|
|
3452
3078
|
"pointId": "pcb_port_54",
|
|
3453
3079
|
"pcb_port_id": "pcb_port_54"
|
|
3454
3080
|
},
|
|
3455
3081
|
{
|
|
3456
|
-
"x": -
|
|
3457
|
-
"y": -
|
|
3082
|
+
"x": -8.105,
|
|
3083
|
+
"y": -13.125,
|
|
3458
3084
|
"layer": "top",
|
|
3459
3085
|
"pointId": "pcb_port_75",
|
|
3460
3086
|
"pcb_port_id": "pcb_port_75"
|
|
@@ -3465,15 +3091,15 @@
|
|
|
3465
3091
|
"name": "source_net_19",
|
|
3466
3092
|
"pointsToConnect": [
|
|
3467
3093
|
{
|
|
3468
|
-
"x": -
|
|
3469
|
-
"y":
|
|
3094
|
+
"x": -45.725,
|
|
3095
|
+
"y": 28.125,
|
|
3470
3096
|
"layer": "top",
|
|
3471
3097
|
"pointId": "pcb_port_58",
|
|
3472
3098
|
"pcb_port_id": "pcb_port_58"
|
|
3473
3099
|
},
|
|
3474
3100
|
{
|
|
3475
|
-
"x": -
|
|
3476
|
-
"y": -
|
|
3101
|
+
"x": -42.519999999999996,
|
|
3102
|
+
"y": -22.5,
|
|
3477
3103
|
"layer": "top",
|
|
3478
3104
|
"pointId": "pcb_port_78",
|
|
3479
3105
|
"pcb_port_id": "pcb_port_78"
|
|
@@ -3484,15 +3110,15 @@
|
|
|
3484
3110
|
"name": "source_net_20",
|
|
3485
3111
|
"pointsToConnect": [
|
|
3486
3112
|
{
|
|
3487
|
-
"x": -
|
|
3488
|
-
"y":
|
|
3113
|
+
"x": -33.025,
|
|
3114
|
+
"y": 28.125,
|
|
3489
3115
|
"layer": "top",
|
|
3490
3116
|
"pointId": "pcb_port_63",
|
|
3491
3117
|
"pcb_port_id": "pcb_port_63"
|
|
3492
3118
|
},
|
|
3493
3119
|
{
|
|
3494
|
-
"x":
|
|
3495
|
-
"y":
|
|
3120
|
+
"x": 16.15,
|
|
3121
|
+
"y": 37.5,
|
|
3496
3122
|
"layer": "top",
|
|
3497
3123
|
"pointId": "pcb_port_64",
|
|
3498
3124
|
"pcb_port_id": "pcb_port_64"
|