@tscircuit/schematic-trace-solver 0.0.168 → 0.0.170
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/dist/index.js +273 -90
- package/lib/solvers/NetLabelToTraceSolver/NetLabelToTraceSolver.ts +18 -5
- package/lib/solvers/NetLabelToTraceSolver/reduceTraceCrossings.ts +180 -0
- package/lib/solvers/NetLabelTraceRecovery/doesTraceRecoveryPathConflict.ts +112 -0
- package/package.json +1 -1
- package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +60 -222
- package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +46 -64
- package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +7 -25
- package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +68 -104
- package/tests/examples/__snapshots__/example35.snap.svg +5 -23
- package/tests/examples/__snapshots__/example36.snap.svg +27 -45
- package/tests/examples/__snapshots__/example37.snap.svg +7 -25
- package/tests/examples/__snapshots__/example51.snap.svg +47 -83
- package/tests/examples/example37.test.ts +13 -1
- package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +5 -23
- package/tests/repros/__snapshots__/repro-bc107a-common-emitter-routing.snap.svg +141 -0
- package/tests/repros/__snapshots__/repro-dc-power-isolated-routing.snap.svg +6 -24
- package/tests/repros/__snapshots__/repro-powerbank-3v-system-power.snap.svg +255 -0
- package/tests/repros/assets/repro-bc107a-common-emitter-routing.input.json +687 -0
- package/tests/repros/assets/repro-powerbank-3v-system-power.input.json +1772 -0
- package/tests/repros/repro-bc107a-common-emitter-routing.test.ts +16 -0
- package/tests/repros/repro-powerbank-3v-system-power.test.ts +17 -0
|
@@ -0,0 +1,1772 @@
|
|
|
1
|
+
{
|
|
2
|
+
"chips": [
|
|
3
|
+
{
|
|
4
|
+
"chipId": "schematic_component_134",
|
|
5
|
+
"center": {
|
|
6
|
+
"x": 4.6125,
|
|
7
|
+
"y": 1.2999999999999998
|
|
8
|
+
},
|
|
9
|
+
"width": 0.9250000000000007,
|
|
10
|
+
"height": 0.7599999999999998,
|
|
11
|
+
"pins": [
|
|
12
|
+
{
|
|
13
|
+
"pinId": "schematic_port_357",
|
|
14
|
+
"x": 4.6,
|
|
15
|
+
"y": 1.6799999999999997,
|
|
16
|
+
"_facingDirection": "y+"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"pinId": "schematic_port_358",
|
|
20
|
+
"x": 4.6,
|
|
21
|
+
"y": 0.9199999999999999,
|
|
22
|
+
"_facingDirection": "y-"
|
|
23
|
+
}
|
|
24
|
+
]
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"chipId": "schematic_component_135",
|
|
28
|
+
"center": {
|
|
29
|
+
"x": 6.4125000000000005,
|
|
30
|
+
"y": 1.2999999999999998
|
|
31
|
+
},
|
|
32
|
+
"width": 0.9250000000000007,
|
|
33
|
+
"height": 0.7599999999999998,
|
|
34
|
+
"pins": [
|
|
35
|
+
{
|
|
36
|
+
"pinId": "schematic_port_359",
|
|
37
|
+
"x": 6.4,
|
|
38
|
+
"y": 1.6799999999999997,
|
|
39
|
+
"_facingDirection": "y+"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"pinId": "schematic_port_360",
|
|
43
|
+
"x": 6.4,
|
|
44
|
+
"y": 0.9199999999999999,
|
|
45
|
+
"_facingDirection": "y-"
|
|
46
|
+
}
|
|
47
|
+
]
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"chipId": "schematic_component_136",
|
|
51
|
+
"center": {
|
|
52
|
+
"x": 5.6125,
|
|
53
|
+
"y": 1.2999999999999998
|
|
54
|
+
},
|
|
55
|
+
"width": 0.9250000000000007,
|
|
56
|
+
"height": 0.7599999999999998,
|
|
57
|
+
"pins": [
|
|
58
|
+
{
|
|
59
|
+
"pinId": "schematic_port_361",
|
|
60
|
+
"x": 5.6,
|
|
61
|
+
"y": 1.6799999999999997,
|
|
62
|
+
"_facingDirection": "y+"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"pinId": "schematic_port_362",
|
|
66
|
+
"x": 5.6,
|
|
67
|
+
"y": 0.9199999999999999,
|
|
68
|
+
"_facingDirection": "y-"
|
|
69
|
+
}
|
|
70
|
+
]
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"chipId": "schematic_component_137",
|
|
74
|
+
"center": {
|
|
75
|
+
"x": 2.8125,
|
|
76
|
+
"y": 1.0999999999999996
|
|
77
|
+
},
|
|
78
|
+
"width": 0.9250000000000003,
|
|
79
|
+
"height": 0.7599999999999998,
|
|
80
|
+
"pins": [
|
|
81
|
+
{
|
|
82
|
+
"pinId": "schematic_port_363",
|
|
83
|
+
"x": 2.8,
|
|
84
|
+
"y": 1.4799999999999995,
|
|
85
|
+
"_facingDirection": "y+"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"pinId": "schematic_port_364",
|
|
89
|
+
"x": 2.8,
|
|
90
|
+
"y": 0.7199999999999998,
|
|
91
|
+
"_facingDirection": "y-"
|
|
92
|
+
}
|
|
93
|
+
]
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"chipId": "schematic_component_138",
|
|
97
|
+
"center": {
|
|
98
|
+
"x": -4.7875000000000005,
|
|
99
|
+
"y": 0.7000000000000002
|
|
100
|
+
},
|
|
101
|
+
"width": 0.9250000000000007,
|
|
102
|
+
"height": 0.7599999999999998,
|
|
103
|
+
"pins": [
|
|
104
|
+
{
|
|
105
|
+
"pinId": "schematic_port_365",
|
|
106
|
+
"x": -4.800000000000001,
|
|
107
|
+
"y": 1.08,
|
|
108
|
+
"_facingDirection": "y+"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"pinId": "schematic_port_366",
|
|
112
|
+
"x": -4.800000000000001,
|
|
113
|
+
"y": 0.3200000000000003,
|
|
114
|
+
"_facingDirection": "y-"
|
|
115
|
+
}
|
|
116
|
+
]
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"chipId": "schematic_component_139",
|
|
120
|
+
"center": {
|
|
121
|
+
"x": -5.9875,
|
|
122
|
+
"y": -2.5
|
|
123
|
+
},
|
|
124
|
+
"width": 0.9250000000000007,
|
|
125
|
+
"height": 0.7600000000000007,
|
|
126
|
+
"pins": [
|
|
127
|
+
{
|
|
128
|
+
"pinId": "schematic_port_367",
|
|
129
|
+
"x": -6,
|
|
130
|
+
"y": -2.1199999999999997,
|
|
131
|
+
"_facingDirection": "y+"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"pinId": "schematic_port_368",
|
|
135
|
+
"x": -6,
|
|
136
|
+
"y": -2.8800000000000003,
|
|
137
|
+
"_facingDirection": "y-"
|
|
138
|
+
}
|
|
139
|
+
]
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"chipId": "schematic_component_140",
|
|
143
|
+
"center": {
|
|
144
|
+
"x": -4.187499999999999,
|
|
145
|
+
"y": -1.2999999999999998
|
|
146
|
+
},
|
|
147
|
+
"width": 0.9250000000000003,
|
|
148
|
+
"height": 0.7599999999999998,
|
|
149
|
+
"pins": [
|
|
150
|
+
{
|
|
151
|
+
"pinId": "schematic_port_369",
|
|
152
|
+
"x": -4.199999999999999,
|
|
153
|
+
"y": -0.9199999999999999,
|
|
154
|
+
"_facingDirection": "y+"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"pinId": "schematic_port_370",
|
|
158
|
+
"x": -4.199999999999999,
|
|
159
|
+
"y": -1.6799999999999997,
|
|
160
|
+
"_facingDirection": "y-"
|
|
161
|
+
}
|
|
162
|
+
]
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"chipId": "schematic_component_141",
|
|
166
|
+
"center": {
|
|
167
|
+
"x": -4.965,
|
|
168
|
+
"y": -1.2000000000000002
|
|
169
|
+
},
|
|
170
|
+
"width": 0.9700000000000006,
|
|
171
|
+
"height": 0.6000000000000001,
|
|
172
|
+
"pins": [
|
|
173
|
+
{
|
|
174
|
+
"pinId": "schematic_port_371",
|
|
175
|
+
"x": -5,
|
|
176
|
+
"y": -1.5000000000000002,
|
|
177
|
+
"_facingDirection": "y-"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"pinId": "schematic_port_372",
|
|
181
|
+
"x": -5,
|
|
182
|
+
"y": -0.9000000000000001,
|
|
183
|
+
"_facingDirection": "y+"
|
|
184
|
+
}
|
|
185
|
+
]
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"chipId": "schematic_component_142",
|
|
189
|
+
"center": {
|
|
190
|
+
"x": -5.965,
|
|
191
|
+
"y": -1
|
|
192
|
+
},
|
|
193
|
+
"width": 0.9700000000000006,
|
|
194
|
+
"height": 0.6000000000000001,
|
|
195
|
+
"pins": [
|
|
196
|
+
{
|
|
197
|
+
"pinId": "schematic_port_373",
|
|
198
|
+
"x": -6,
|
|
199
|
+
"y": -1.3,
|
|
200
|
+
"_facingDirection": "y-"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"pinId": "schematic_port_374",
|
|
204
|
+
"x": -6,
|
|
205
|
+
"y": -0.7,
|
|
206
|
+
"_facingDirection": "y+"
|
|
207
|
+
}
|
|
208
|
+
]
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"chipId": "schematic_component_143",
|
|
212
|
+
"center": {
|
|
213
|
+
"x": 3.2,
|
|
214
|
+
"y": 0.20000000000000023
|
|
215
|
+
},
|
|
216
|
+
"width": 0.5999999999999996,
|
|
217
|
+
"height": 0.68,
|
|
218
|
+
"pins": [
|
|
219
|
+
{
|
|
220
|
+
"pinId": "schematic_port_375",
|
|
221
|
+
"x": 3.5,
|
|
222
|
+
"y": 0.2000000000000002,
|
|
223
|
+
"_facingDirection": "x+"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"pinId": "schematic_port_376",
|
|
227
|
+
"x": 2.9000000000000004,
|
|
228
|
+
"y": 0.20000000000000015,
|
|
229
|
+
"_facingDirection": "x-"
|
|
230
|
+
}
|
|
231
|
+
]
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"chipId": "schematic_component_144",
|
|
235
|
+
"center": {
|
|
236
|
+
"x": 2.035,
|
|
237
|
+
"y": 1
|
|
238
|
+
},
|
|
239
|
+
"width": 0.97,
|
|
240
|
+
"height": 0.6000000000000001,
|
|
241
|
+
"pins": [
|
|
242
|
+
{
|
|
243
|
+
"pinId": "schematic_port_377",
|
|
244
|
+
"x": 2,
|
|
245
|
+
"y": 0.7,
|
|
246
|
+
"_facingDirection": "y-"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"pinId": "schematic_port_378",
|
|
250
|
+
"x": 2,
|
|
251
|
+
"y": 1.3,
|
|
252
|
+
"_facingDirection": "y+"
|
|
253
|
+
}
|
|
254
|
+
]
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"chipId": "schematic_component_145",
|
|
258
|
+
"center": {
|
|
259
|
+
"x": 2.035,
|
|
260
|
+
"y": -0.3999999999999999
|
|
261
|
+
},
|
|
262
|
+
"width": 0.97,
|
|
263
|
+
"height": 0.6000000000000001,
|
|
264
|
+
"pins": [
|
|
265
|
+
{
|
|
266
|
+
"pinId": "schematic_port_379",
|
|
267
|
+
"x": 2,
|
|
268
|
+
"y": -0.7,
|
|
269
|
+
"_facingDirection": "y-"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"pinId": "schematic_port_380",
|
|
273
|
+
"x": 2,
|
|
274
|
+
"y": -0.09999999999999987,
|
|
275
|
+
"_facingDirection": "y+"
|
|
276
|
+
}
|
|
277
|
+
]
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"chipId": "schematic_component_146",
|
|
281
|
+
"center": {
|
|
282
|
+
"x": -3.164999999999999,
|
|
283
|
+
"y": -0.8999999999999999
|
|
284
|
+
},
|
|
285
|
+
"width": 0.9700000000000002,
|
|
286
|
+
"height": 0.6000000000000001,
|
|
287
|
+
"pins": [
|
|
288
|
+
{
|
|
289
|
+
"pinId": "schematic_port_381",
|
|
290
|
+
"x": -3.1999999999999993,
|
|
291
|
+
"y": -1.2,
|
|
292
|
+
"_facingDirection": "y-"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"pinId": "schematic_port_382",
|
|
296
|
+
"x": -3.1999999999999993,
|
|
297
|
+
"y": -0.5999999999999999,
|
|
298
|
+
"_facingDirection": "y+"
|
|
299
|
+
}
|
|
300
|
+
]
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"chipId": "schematic_component_147",
|
|
304
|
+
"center": {
|
|
305
|
+
"x": -5.965,
|
|
306
|
+
"y": -1.8
|
|
307
|
+
},
|
|
308
|
+
"width": 0.9700000000000006,
|
|
309
|
+
"height": 0.6000000000000001,
|
|
310
|
+
"pins": [
|
|
311
|
+
{
|
|
312
|
+
"pinId": "schematic_port_383",
|
|
313
|
+
"x": -6,
|
|
314
|
+
"y": -2.1,
|
|
315
|
+
"_facingDirection": "y-"
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"pinId": "schematic_port_384",
|
|
319
|
+
"x": -6,
|
|
320
|
+
"y": -1.5,
|
|
321
|
+
"_facingDirection": "y+"
|
|
322
|
+
}
|
|
323
|
+
]
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"chipId": "schematic_component_148",
|
|
327
|
+
"center": {
|
|
328
|
+
"x": -1.2000000000000002,
|
|
329
|
+
"y": 3.45
|
|
330
|
+
},
|
|
331
|
+
"width": 1.055825,
|
|
332
|
+
"height": 0.8677407000000006,
|
|
333
|
+
"pins": [
|
|
334
|
+
{
|
|
335
|
+
"pinId": "schematic_port_385",
|
|
336
|
+
"x": -1.7279125000000002,
|
|
337
|
+
"y": 3.4526245499999995
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"pinId": "schematic_port_386",
|
|
341
|
+
"x": -0.6720875000000002,
|
|
342
|
+
"y": 3.44737545
|
|
343
|
+
}
|
|
344
|
+
]
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"chipId": "schematic_component_149",
|
|
348
|
+
"center": {
|
|
349
|
+
"x": -6.949999999999999,
|
|
350
|
+
"y": -2.12
|
|
351
|
+
},
|
|
352
|
+
"width": 0.8399999999999999,
|
|
353
|
+
"height": 1.1,
|
|
354
|
+
"pins": [
|
|
355
|
+
{
|
|
356
|
+
"pinId": "schematic_port_387",
|
|
357
|
+
"x": -6.6499999999999995,
|
|
358
|
+
"y": -1.57
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"pinId": "schematic_port_388",
|
|
362
|
+
"x": -6.64,
|
|
363
|
+
"y": -2.67
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"pinId": "schematic_port_389",
|
|
367
|
+
"x": -7.369999999999999,
|
|
368
|
+
"y": -2.22
|
|
369
|
+
}
|
|
370
|
+
]
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"chipId": "schematic_component_150",
|
|
374
|
+
"center": {
|
|
375
|
+
"x": 3.95,
|
|
376
|
+
"y": -0.52
|
|
377
|
+
},
|
|
378
|
+
"width": 0.8399999999999999,
|
|
379
|
+
"height": 1.1,
|
|
380
|
+
"pins": [
|
|
381
|
+
{
|
|
382
|
+
"pinId": "schematic_port_390",
|
|
383
|
+
"x": 3.6500000000000004,
|
|
384
|
+
"y": 0.030000000000000027,
|
|
385
|
+
"_facingDirection": "y+"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"pinId": "schematic_port_391",
|
|
389
|
+
"x": 3.64,
|
|
390
|
+
"y": -1.07,
|
|
391
|
+
"_facingDirection": "y-"
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"pinId": "schematic_port_392",
|
|
395
|
+
"x": 4.37,
|
|
396
|
+
"y": -0.62,
|
|
397
|
+
"_facingDirection": "x+"
|
|
398
|
+
}
|
|
399
|
+
]
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"chipId": "schematic_component_151",
|
|
403
|
+
"center": {
|
|
404
|
+
"x": -0.9000000000000004,
|
|
405
|
+
"y": 0.7999999999999998
|
|
406
|
+
},
|
|
407
|
+
"width": 3,
|
|
408
|
+
"height": 2.8,
|
|
409
|
+
"pins": [
|
|
410
|
+
{
|
|
411
|
+
"pinId": "schematic_port_393",
|
|
412
|
+
"x": 0.5999999999999996,
|
|
413
|
+
"y": -0.2000000000000004
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"pinId": "schematic_port_394",
|
|
417
|
+
"x": 0.5999999999999996,
|
|
418
|
+
"y": 1.1999999999999997
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"pinId": "schematic_port_395",
|
|
422
|
+
"x": -2.4000000000000004,
|
|
423
|
+
"y": 1.7
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"pinId": "schematic_port_396",
|
|
427
|
+
"x": -2.4000000000000004,
|
|
428
|
+
"y": 0.4999999999999998
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"pinId": "schematic_port_397",
|
|
432
|
+
"x": 0.5999999999999996,
|
|
433
|
+
"y": -4.440892098500626e-16
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"pinId": "schematic_port_398",
|
|
437
|
+
"x": 0.5999999999999996,
|
|
438
|
+
"y": 0.5999999999999996
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"pinId": "schematic_port_399",
|
|
442
|
+
"x": -2.4000000000000004,
|
|
443
|
+
"y": 1.0999999999999999
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"pinId": "schematic_port_400",
|
|
447
|
+
"x": -2.4000000000000004,
|
|
448
|
+
"y": -0.10000000000000031
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"pinId": "schematic_port_401",
|
|
452
|
+
"x": 0.5999999999999996,
|
|
453
|
+
"y": 1.8
|
|
454
|
+
}
|
|
455
|
+
]
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"chipId": "schematic_component_152",
|
|
459
|
+
"center": {
|
|
460
|
+
"x": -5.880000000000001,
|
|
461
|
+
"y": 1.5
|
|
462
|
+
},
|
|
463
|
+
"width": 1.0999999999999996,
|
|
464
|
+
"height": 0.2999999999999998,
|
|
465
|
+
"pins": [
|
|
466
|
+
{
|
|
467
|
+
"pinId": "schematic_port_402",
|
|
468
|
+
"x": -5.330000000000001,
|
|
469
|
+
"y": 1.5
|
|
470
|
+
}
|
|
471
|
+
]
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"chipId": "schematic_component_153",
|
|
475
|
+
"center": {
|
|
476
|
+
"x": -5.880000000000001,
|
|
477
|
+
"y": 0.20000000000000018
|
|
478
|
+
},
|
|
479
|
+
"width": 1.0999999999999996,
|
|
480
|
+
"height": 0.30000000000000004,
|
|
481
|
+
"pins": [
|
|
482
|
+
{
|
|
483
|
+
"pinId": "schematic_port_403",
|
|
484
|
+
"x": -5.330000000000001,
|
|
485
|
+
"y": 0.20000000000000018
|
|
486
|
+
}
|
|
487
|
+
]
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"chipId": "schematic_component_154",
|
|
491
|
+
"center": {
|
|
492
|
+
"x": 8.28,
|
|
493
|
+
"y": 1.7999999999999998
|
|
494
|
+
},
|
|
495
|
+
"width": 1.0999999999999996,
|
|
496
|
+
"height": 0.2999999999999998,
|
|
497
|
+
"pins": [
|
|
498
|
+
{
|
|
499
|
+
"pinId": "schematic_port_404",
|
|
500
|
+
"x": 7.7299999999999995,
|
|
501
|
+
"y": 1.7999999999999998
|
|
502
|
+
}
|
|
503
|
+
]
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"chipId": "schematic_component_155",
|
|
507
|
+
"center": {
|
|
508
|
+
"x": 8.28,
|
|
509
|
+
"y": 0.7999999999999998
|
|
510
|
+
},
|
|
511
|
+
"width": 1.0999999999999996,
|
|
512
|
+
"height": 0.30000000000000004,
|
|
513
|
+
"pins": [
|
|
514
|
+
{
|
|
515
|
+
"pinId": "schematic_port_405",
|
|
516
|
+
"x": 7.7299999999999995,
|
|
517
|
+
"y": 0.7999999999999998
|
|
518
|
+
}
|
|
519
|
+
]
|
|
520
|
+
}
|
|
521
|
+
],
|
|
522
|
+
"directConnections": [
|
|
523
|
+
{
|
|
524
|
+
"netId": ".C2 > .pin1 to .C4 > .pin1",
|
|
525
|
+
"pinIds": [
|
|
526
|
+
"schematic_port_357",
|
|
527
|
+
"schematic_port_359"
|
|
528
|
+
]
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"netId": ".C2 > .pin1 to .C3 > .pin1",
|
|
532
|
+
"pinIds": [
|
|
533
|
+
"schematic_port_357",
|
|
534
|
+
"schematic_port_361"
|
|
535
|
+
]
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"netId": ".C2 > .pin1 to .C5 > .pin1",
|
|
539
|
+
"pinIds": [
|
|
540
|
+
"schematic_port_357",
|
|
541
|
+
"schematic_port_363"
|
|
542
|
+
]
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"netId": ".C2 > .pin1 to .U1 > .pin9",
|
|
546
|
+
"netLabelWidth": 0.96,
|
|
547
|
+
"pinIds": [
|
|
548
|
+
"schematic_port_357",
|
|
549
|
+
"schematic_port_401"
|
|
550
|
+
]
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"netId": ".C2 > .pin1 to .R1 > .pin2",
|
|
554
|
+
"netLabelWidth": 0.96,
|
|
555
|
+
"pinIds": [
|
|
556
|
+
"schematic_port_357",
|
|
557
|
+
"schematic_port_378"
|
|
558
|
+
]
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"netId": ".C2 > .pin1 to .J2 > .pin1",
|
|
562
|
+
"netLabelWidth": 0.96,
|
|
563
|
+
"pinIds": [
|
|
564
|
+
"schematic_port_357",
|
|
565
|
+
"schematic_port_404"
|
|
566
|
+
]
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"netId": ".C2 > .pin2 to .C4 > .pin2",
|
|
570
|
+
"pinIds": [
|
|
571
|
+
"schematic_port_358",
|
|
572
|
+
"schematic_port_360"
|
|
573
|
+
]
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"netId": ".C2 > .pin2 to .C3 > .pin2",
|
|
577
|
+
"pinIds": [
|
|
578
|
+
"schematic_port_358",
|
|
579
|
+
"schematic_port_362"
|
|
580
|
+
]
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"netId": ".C2 > .pin2 to .U1 > .pin1",
|
|
584
|
+
"netLabelWidth": 0.48,
|
|
585
|
+
"pinIds": [
|
|
586
|
+
"schematic_port_358",
|
|
587
|
+
"schematic_port_393"
|
|
588
|
+
]
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"netId": ".C2 > .pin2 to .U1 > .pin5",
|
|
592
|
+
"netLabelWidth": 0.48,
|
|
593
|
+
"pinIds": [
|
|
594
|
+
"schematic_port_358",
|
|
595
|
+
"schematic_port_397"
|
|
596
|
+
]
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"netId": ".C2 > .pin2 to .C1 > .pin2",
|
|
600
|
+
"netLabelWidth": 0.48,
|
|
601
|
+
"pinIds": [
|
|
602
|
+
"schematic_port_358",
|
|
603
|
+
"schematic_port_366"
|
|
604
|
+
]
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"netId": ".C2 > .pin2 to .J3 > .pin1",
|
|
608
|
+
"netLabelWidth": 0.48,
|
|
609
|
+
"pinIds": [
|
|
610
|
+
"schematic_port_358",
|
|
611
|
+
"schematic_port_403"
|
|
612
|
+
]
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"netId": ".C2 > .pin2 to .R4 > .pin1",
|
|
616
|
+
"netLabelWidth": 0.48,
|
|
617
|
+
"pinIds": [
|
|
618
|
+
"schematic_port_358",
|
|
619
|
+
"schematic_port_371"
|
|
620
|
+
]
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"netId": ".C2 > .pin2 to .Q2 > .source",
|
|
624
|
+
"netLabelWidth": 0.48,
|
|
625
|
+
"pinIds": [
|
|
626
|
+
"schematic_port_358",
|
|
627
|
+
"schematic_port_388"
|
|
628
|
+
]
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"netId": ".C2 > .pin2 to .Q1 > .source",
|
|
632
|
+
"pinIds": [
|
|
633
|
+
"schematic_port_358",
|
|
634
|
+
"schematic_port_391"
|
|
635
|
+
]
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"netId": ".C2 > .pin2 to .R6 > .pin1",
|
|
639
|
+
"netLabelWidth": 0.48,
|
|
640
|
+
"pinIds": [
|
|
641
|
+
"schematic_port_358",
|
|
642
|
+
"schematic_port_379"
|
|
643
|
+
]
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"netId": ".C2 > .pin2 to .J4 > .pin1",
|
|
647
|
+
"netLabelWidth": 0.48,
|
|
648
|
+
"pinIds": [
|
|
649
|
+
"schematic_port_358",
|
|
650
|
+
"schematic_port_405"
|
|
651
|
+
]
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"netId": ".C2 > .pin2 to .C7 > .pin2",
|
|
655
|
+
"netLabelWidth": 0.48,
|
|
656
|
+
"pinIds": [
|
|
657
|
+
"schematic_port_358",
|
|
658
|
+
"schematic_port_368"
|
|
659
|
+
]
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"netId": ".C2 > .pin2 to .C6 > .pin2",
|
|
663
|
+
"netLabelWidth": 0.48,
|
|
664
|
+
"pinIds": [
|
|
665
|
+
"schematic_port_358",
|
|
666
|
+
"schematic_port_370"
|
|
667
|
+
]
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"netId": ".C5 > .pin2 to .U1 > .pin6",
|
|
671
|
+
"pinIds": [
|
|
672
|
+
"schematic_port_364",
|
|
673
|
+
"schematic_port_398"
|
|
674
|
+
]
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"netId": ".C5 > .pin2 to .R2 > .pin2",
|
|
678
|
+
"pinIds": [
|
|
679
|
+
"schematic_port_364",
|
|
680
|
+
"schematic_port_376"
|
|
681
|
+
]
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"netId": ".C5 > .pin2 to .R1 > .pin1",
|
|
685
|
+
"pinIds": [
|
|
686
|
+
"schematic_port_364",
|
|
687
|
+
"schematic_port_377"
|
|
688
|
+
]
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"netId": ".C5 > .pin2 to .R6 > .pin2",
|
|
692
|
+
"pinIds": [
|
|
693
|
+
"schematic_port_364",
|
|
694
|
+
"schematic_port_380"
|
|
695
|
+
]
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
"netId": ".U1 > .pin2 to .L1 > .pin2",
|
|
699
|
+
"netLabelWidth": 0.72,
|
|
700
|
+
"pinIds": [
|
|
701
|
+
"schematic_port_394",
|
|
702
|
+
"schematic_port_386"
|
|
703
|
+
]
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
"netId": ".U1 > .pin3 to .C1 > .pin1",
|
|
707
|
+
"netLabelWidth": 0.84,
|
|
708
|
+
"pinIds": [
|
|
709
|
+
"schematic_port_395",
|
|
710
|
+
"schematic_port_365"
|
|
711
|
+
]
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"netId": ".U1 > .pin3 to .J1 > .pin1",
|
|
715
|
+
"netLabelWidth": 0.84,
|
|
716
|
+
"pinIds": [
|
|
717
|
+
"schematic_port_395",
|
|
718
|
+
"schematic_port_402"
|
|
719
|
+
]
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"netId": ".U1 > .pin3 to .L1 > .pin1",
|
|
723
|
+
"pinIds": [
|
|
724
|
+
"schematic_port_395",
|
|
725
|
+
"schematic_port_385"
|
|
726
|
+
]
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"netId": ".U1 > .pin4 to .R4 > .pin2",
|
|
730
|
+
"netLabelWidth": 0.72,
|
|
731
|
+
"pinIds": [
|
|
732
|
+
"schematic_port_396",
|
|
733
|
+
"schematic_port_372"
|
|
734
|
+
]
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"netId": ".U1 > .pin4 to .R3 > .pin2",
|
|
738
|
+
"netLabelWidth": 0.72,
|
|
739
|
+
"pinIds": [
|
|
740
|
+
"schematic_port_396",
|
|
741
|
+
"schematic_port_374"
|
|
742
|
+
]
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"netId": ".U1 > .pin4 to .C6 > .pin1",
|
|
746
|
+
"pinIds": [
|
|
747
|
+
"schematic_port_396",
|
|
748
|
+
"schematic_port_369"
|
|
749
|
+
]
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"netId": ".U1 > .pin8 to .R5 > .pin2",
|
|
753
|
+
"pinIds": [
|
|
754
|
+
"schematic_port_400",
|
|
755
|
+
"schematic_port_382"
|
|
756
|
+
]
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"netId": ".R3 > .pin1 to .Q2 > .drain",
|
|
760
|
+
"pinIds": [
|
|
761
|
+
"schematic_port_373",
|
|
762
|
+
"schematic_port_387"
|
|
763
|
+
]
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"netId": ".R3 > .pin1 to .R7 > .pin2",
|
|
767
|
+
"pinIds": [
|
|
768
|
+
"schematic_port_373",
|
|
769
|
+
"schematic_port_384"
|
|
770
|
+
]
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"netId": ".Q1 > .drain to .R2 > .pin1",
|
|
774
|
+
"pinIds": [
|
|
775
|
+
"schematic_port_390",
|
|
776
|
+
"schematic_port_375"
|
|
777
|
+
]
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"netId": ".C7 > .pin1 to .R7 > .pin1",
|
|
781
|
+
"pinIds": [
|
|
782
|
+
"schematic_port_367",
|
|
783
|
+
"schematic_port_383"
|
|
784
|
+
]
|
|
785
|
+
}
|
|
786
|
+
],
|
|
787
|
+
"netConnections": [
|
|
788
|
+
{
|
|
789
|
+
"netId": "C31_pin2",
|
|
790
|
+
"netLabelWidth": 1.08,
|
|
791
|
+
"pinIds": [
|
|
792
|
+
"schematic_port_402"
|
|
793
|
+
]
|
|
794
|
+
},
|
|
795
|
+
{
|
|
796
|
+
"netId": "U2_IN",
|
|
797
|
+
"netLabelWidth": 0.72,
|
|
798
|
+
"pinIds": [
|
|
799
|
+
"schematic_port_357"
|
|
800
|
+
]
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"netId": "U1_PGND",
|
|
804
|
+
"netLabelWidth": 0.96,
|
|
805
|
+
"pinIds": [
|
|
806
|
+
"schematic_port_358"
|
|
807
|
+
]
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"netId": "U4_P2_4",
|
|
811
|
+
"netLabelWidth": 0.96,
|
|
812
|
+
"pinIds": [
|
|
813
|
+
"schematic_port_389"
|
|
814
|
+
]
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"netId": "U4_P2_5",
|
|
818
|
+
"netLabelWidth": 0.96,
|
|
819
|
+
"pinIds": [
|
|
820
|
+
"schematic_port_392"
|
|
821
|
+
]
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
"netId": "GND",
|
|
825
|
+
"netLabelWidth": 0.42,
|
|
826
|
+
"netLabelHeight": 0.48,
|
|
827
|
+
"pinIds": [
|
|
828
|
+
"schematic_port_360",
|
|
829
|
+
"schematic_port_362",
|
|
830
|
+
"schematic_port_366",
|
|
831
|
+
"schematic_port_368",
|
|
832
|
+
"schematic_port_370",
|
|
833
|
+
"schematic_port_371",
|
|
834
|
+
"schematic_port_379",
|
|
835
|
+
"schematic_port_388",
|
|
836
|
+
"schematic_port_391",
|
|
837
|
+
"schematic_port_393",
|
|
838
|
+
"schematic_port_397",
|
|
839
|
+
"schematic_port_403",
|
|
840
|
+
"schematic_port_405"
|
|
841
|
+
]
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
"netId": "V3_0",
|
|
845
|
+
"netLabelWidth": 0.42,
|
|
846
|
+
"netLabelHeight": 0.6,
|
|
847
|
+
"pinIds": [
|
|
848
|
+
"schematic_port_381"
|
|
849
|
+
]
|
|
850
|
+
}
|
|
851
|
+
],
|
|
852
|
+
"textBoxes": [
|
|
853
|
+
{
|
|
854
|
+
"chipId": "schematic_component_151",
|
|
855
|
+
"center": {
|
|
856
|
+
"x": -1.2800000000000005,
|
|
857
|
+
"y": -0.7300000000000001
|
|
858
|
+
},
|
|
859
|
+
"width": 1.44,
|
|
860
|
+
"height": 0.17999999999999994,
|
|
861
|
+
"text": "TPS61236RWLR"
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"chipId": "schematic_component_151",
|
|
865
|
+
"center": {
|
|
866
|
+
"x": -1.8800000000000003,
|
|
867
|
+
"y": 2.3149999999999995
|
|
868
|
+
},
|
|
869
|
+
"width": 0.3600000000000001,
|
|
870
|
+
"height": 0.24999999999999956,
|
|
871
|
+
"text": "U1"
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"chipId": "schematic_component_152",
|
|
875
|
+
"center": {
|
|
876
|
+
"x": -5.910000000000001,
|
|
877
|
+
"y": 1.7650000000000001
|
|
878
|
+
},
|
|
879
|
+
"width": 0.35999999999999943,
|
|
880
|
+
"height": 0.2500000000000002,
|
|
881
|
+
"text": "J1"
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
"chipId": "schematic_component_153",
|
|
885
|
+
"center": {
|
|
886
|
+
"x": -5.910000000000001,
|
|
887
|
+
"y": 0.46500000000000014
|
|
888
|
+
},
|
|
889
|
+
"width": 0.35999999999999943,
|
|
890
|
+
"height": 0.2499999999999999,
|
|
891
|
+
"text": "J3"
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"chipId": "schematic_component_154",
|
|
895
|
+
"center": {
|
|
896
|
+
"x": 8.25,
|
|
897
|
+
"y": 2.065
|
|
898
|
+
},
|
|
899
|
+
"width": 0.3600000000000012,
|
|
900
|
+
"height": 0.2500000000000002,
|
|
901
|
+
"text": "J2"
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
"chipId": "schematic_component_155",
|
|
905
|
+
"center": {
|
|
906
|
+
"x": 8.25,
|
|
907
|
+
"y": 1.065
|
|
908
|
+
},
|
|
909
|
+
"width": 0.3600000000000012,
|
|
910
|
+
"height": 0.2500000000000001,
|
|
911
|
+
"text": "J4"
|
|
912
|
+
}
|
|
913
|
+
],
|
|
914
|
+
"availableNetLabelOrientations": {
|
|
915
|
+
"GND": [
|
|
916
|
+
"y-"
|
|
917
|
+
],
|
|
918
|
+
"V3_0": [
|
|
919
|
+
"y+"
|
|
920
|
+
],
|
|
921
|
+
"C31_pin2": [
|
|
922
|
+
"x-",
|
|
923
|
+
"x+"
|
|
924
|
+
],
|
|
925
|
+
"U2_IN": [
|
|
926
|
+
"x-",
|
|
927
|
+
"x+"
|
|
928
|
+
],
|
|
929
|
+
"U1_PGND": [
|
|
930
|
+
"x-",
|
|
931
|
+
"x+"
|
|
932
|
+
],
|
|
933
|
+
"U4_P2_4": [
|
|
934
|
+
"x-",
|
|
935
|
+
"x+"
|
|
936
|
+
],
|
|
937
|
+
"U4_P2_5": [
|
|
938
|
+
"x-",
|
|
939
|
+
"x+"
|
|
940
|
+
]
|
|
941
|
+
},
|
|
942
|
+
"maxMspPairDistance": 2.4,
|
|
943
|
+
"_chipObstacleSpatialIndex": {
|
|
944
|
+
"chips": [
|
|
945
|
+
{
|
|
946
|
+
"chipId": "schematic_component_134",
|
|
947
|
+
"center": {
|
|
948
|
+
"x": 4.6125,
|
|
949
|
+
"y": 1.2999999999999998
|
|
950
|
+
},
|
|
951
|
+
"width": 0.9250000000000007,
|
|
952
|
+
"height": 0.7599999999999998,
|
|
953
|
+
"pins": [
|
|
954
|
+
{
|
|
955
|
+
"pinId": "schematic_port_357",
|
|
956
|
+
"x": 4.6,
|
|
957
|
+
"y": 1.6799999999999997,
|
|
958
|
+
"_facingDirection": "y+"
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"pinId": "schematic_port_358",
|
|
962
|
+
"x": 4.6,
|
|
963
|
+
"y": 0.9199999999999999,
|
|
964
|
+
"_facingDirection": "y-"
|
|
965
|
+
}
|
|
966
|
+
],
|
|
967
|
+
"bounds": {
|
|
968
|
+
"minX": 4.1499999999999995,
|
|
969
|
+
"maxX": 5.075,
|
|
970
|
+
"minY": 0.9199999999999999,
|
|
971
|
+
"maxY": 1.6799999999999997
|
|
972
|
+
},
|
|
973
|
+
"spatialIndexId": 0
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
"chipId": "schematic_component_135",
|
|
977
|
+
"center": {
|
|
978
|
+
"x": 6.4125000000000005,
|
|
979
|
+
"y": 1.2999999999999998
|
|
980
|
+
},
|
|
981
|
+
"width": 0.9250000000000007,
|
|
982
|
+
"height": 0.7599999999999998,
|
|
983
|
+
"pins": [
|
|
984
|
+
{
|
|
985
|
+
"pinId": "schematic_port_359",
|
|
986
|
+
"x": 6.4,
|
|
987
|
+
"y": 1.6799999999999997,
|
|
988
|
+
"_facingDirection": "y+"
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
"pinId": "schematic_port_360",
|
|
992
|
+
"x": 6.4,
|
|
993
|
+
"y": 0.9199999999999999,
|
|
994
|
+
"_facingDirection": "y-"
|
|
995
|
+
}
|
|
996
|
+
],
|
|
997
|
+
"bounds": {
|
|
998
|
+
"minX": 5.95,
|
|
999
|
+
"maxX": 6.875000000000001,
|
|
1000
|
+
"minY": 0.9199999999999999,
|
|
1001
|
+
"maxY": 1.6799999999999997
|
|
1002
|
+
},
|
|
1003
|
+
"spatialIndexId": 1
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"chipId": "schematic_component_136",
|
|
1007
|
+
"center": {
|
|
1008
|
+
"x": 5.6125,
|
|
1009
|
+
"y": 1.2999999999999998
|
|
1010
|
+
},
|
|
1011
|
+
"width": 0.9250000000000007,
|
|
1012
|
+
"height": 0.7599999999999998,
|
|
1013
|
+
"pins": [
|
|
1014
|
+
{
|
|
1015
|
+
"pinId": "schematic_port_361",
|
|
1016
|
+
"x": 5.6,
|
|
1017
|
+
"y": 1.6799999999999997,
|
|
1018
|
+
"_facingDirection": "y+"
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"pinId": "schematic_port_362",
|
|
1022
|
+
"x": 5.6,
|
|
1023
|
+
"y": 0.9199999999999999,
|
|
1024
|
+
"_facingDirection": "y-"
|
|
1025
|
+
}
|
|
1026
|
+
],
|
|
1027
|
+
"bounds": {
|
|
1028
|
+
"minX": 5.1499999999999995,
|
|
1029
|
+
"maxX": 6.075,
|
|
1030
|
+
"minY": 0.9199999999999999,
|
|
1031
|
+
"maxY": 1.6799999999999997
|
|
1032
|
+
},
|
|
1033
|
+
"spatialIndexId": 2
|
|
1034
|
+
},
|
|
1035
|
+
{
|
|
1036
|
+
"chipId": "schematic_component_137",
|
|
1037
|
+
"center": {
|
|
1038
|
+
"x": 2.8125,
|
|
1039
|
+
"y": 1.0999999999999996
|
|
1040
|
+
},
|
|
1041
|
+
"width": 0.9250000000000003,
|
|
1042
|
+
"height": 0.7599999999999998,
|
|
1043
|
+
"pins": [
|
|
1044
|
+
{
|
|
1045
|
+
"pinId": "schematic_port_363",
|
|
1046
|
+
"x": 2.8,
|
|
1047
|
+
"y": 1.4799999999999995,
|
|
1048
|
+
"_facingDirection": "y+"
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"pinId": "schematic_port_364",
|
|
1052
|
+
"x": 2.8,
|
|
1053
|
+
"y": 0.7199999999999998,
|
|
1054
|
+
"_facingDirection": "y-"
|
|
1055
|
+
}
|
|
1056
|
+
],
|
|
1057
|
+
"bounds": {
|
|
1058
|
+
"minX": 2.3499999999999996,
|
|
1059
|
+
"maxX": 3.2750000000000004,
|
|
1060
|
+
"minY": 0.7199999999999998,
|
|
1061
|
+
"maxY": 1.4799999999999995
|
|
1062
|
+
},
|
|
1063
|
+
"spatialIndexId": 3
|
|
1064
|
+
},
|
|
1065
|
+
{
|
|
1066
|
+
"chipId": "schematic_component_138",
|
|
1067
|
+
"center": {
|
|
1068
|
+
"x": -4.7875000000000005,
|
|
1069
|
+
"y": 0.7000000000000002
|
|
1070
|
+
},
|
|
1071
|
+
"width": 0.9250000000000007,
|
|
1072
|
+
"height": 0.7599999999999998,
|
|
1073
|
+
"pins": [
|
|
1074
|
+
{
|
|
1075
|
+
"pinId": "schematic_port_365",
|
|
1076
|
+
"x": -4.800000000000001,
|
|
1077
|
+
"y": 1.08,
|
|
1078
|
+
"_facingDirection": "y+"
|
|
1079
|
+
},
|
|
1080
|
+
{
|
|
1081
|
+
"pinId": "schematic_port_366",
|
|
1082
|
+
"x": -4.800000000000001,
|
|
1083
|
+
"y": 0.3200000000000003,
|
|
1084
|
+
"_facingDirection": "y-"
|
|
1085
|
+
}
|
|
1086
|
+
],
|
|
1087
|
+
"bounds": {
|
|
1088
|
+
"minX": -5.250000000000001,
|
|
1089
|
+
"maxX": -4.325,
|
|
1090
|
+
"minY": 0.3200000000000003,
|
|
1091
|
+
"maxY": 1.08
|
|
1092
|
+
},
|
|
1093
|
+
"spatialIndexId": 4
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
"chipId": "schematic_component_139",
|
|
1097
|
+
"center": {
|
|
1098
|
+
"x": -5.9875,
|
|
1099
|
+
"y": -2.5
|
|
1100
|
+
},
|
|
1101
|
+
"width": 0.9250000000000007,
|
|
1102
|
+
"height": 0.7600000000000007,
|
|
1103
|
+
"pins": [
|
|
1104
|
+
{
|
|
1105
|
+
"pinId": "schematic_port_367",
|
|
1106
|
+
"x": -6,
|
|
1107
|
+
"y": -2.1199999999999997,
|
|
1108
|
+
"_facingDirection": "y+"
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
"pinId": "schematic_port_368",
|
|
1112
|
+
"x": -6,
|
|
1113
|
+
"y": -2.8800000000000003,
|
|
1114
|
+
"_facingDirection": "y-"
|
|
1115
|
+
}
|
|
1116
|
+
],
|
|
1117
|
+
"bounds": {
|
|
1118
|
+
"minX": -6.45,
|
|
1119
|
+
"maxX": -5.5249999999999995,
|
|
1120
|
+
"minY": -2.8800000000000003,
|
|
1121
|
+
"maxY": -2.1199999999999997
|
|
1122
|
+
},
|
|
1123
|
+
"spatialIndexId": 5
|
|
1124
|
+
},
|
|
1125
|
+
{
|
|
1126
|
+
"chipId": "schematic_component_140",
|
|
1127
|
+
"center": {
|
|
1128
|
+
"x": -4.187499999999999,
|
|
1129
|
+
"y": -1.2999999999999998
|
|
1130
|
+
},
|
|
1131
|
+
"width": 0.9250000000000003,
|
|
1132
|
+
"height": 0.7599999999999998,
|
|
1133
|
+
"pins": [
|
|
1134
|
+
{
|
|
1135
|
+
"pinId": "schematic_port_369",
|
|
1136
|
+
"x": -4.199999999999999,
|
|
1137
|
+
"y": -0.9199999999999999,
|
|
1138
|
+
"_facingDirection": "y+"
|
|
1139
|
+
},
|
|
1140
|
+
{
|
|
1141
|
+
"pinId": "schematic_port_370",
|
|
1142
|
+
"x": -4.199999999999999,
|
|
1143
|
+
"y": -1.6799999999999997,
|
|
1144
|
+
"_facingDirection": "y-"
|
|
1145
|
+
}
|
|
1146
|
+
],
|
|
1147
|
+
"bounds": {
|
|
1148
|
+
"minX": -4.6499999999999995,
|
|
1149
|
+
"maxX": -3.7249999999999988,
|
|
1150
|
+
"minY": -1.6799999999999997,
|
|
1151
|
+
"maxY": -0.9199999999999999
|
|
1152
|
+
},
|
|
1153
|
+
"spatialIndexId": 6
|
|
1154
|
+
},
|
|
1155
|
+
{
|
|
1156
|
+
"chipId": "schematic_component_141",
|
|
1157
|
+
"center": {
|
|
1158
|
+
"x": -4.965,
|
|
1159
|
+
"y": -1.2000000000000002
|
|
1160
|
+
},
|
|
1161
|
+
"width": 0.9700000000000006,
|
|
1162
|
+
"height": 0.6000000000000001,
|
|
1163
|
+
"pins": [
|
|
1164
|
+
{
|
|
1165
|
+
"pinId": "schematic_port_371",
|
|
1166
|
+
"x": -5,
|
|
1167
|
+
"y": -1.5000000000000002,
|
|
1168
|
+
"_facingDirection": "y-"
|
|
1169
|
+
},
|
|
1170
|
+
{
|
|
1171
|
+
"pinId": "schematic_port_372",
|
|
1172
|
+
"x": -5,
|
|
1173
|
+
"y": -0.9000000000000001,
|
|
1174
|
+
"_facingDirection": "y+"
|
|
1175
|
+
}
|
|
1176
|
+
],
|
|
1177
|
+
"bounds": {
|
|
1178
|
+
"minX": -5.45,
|
|
1179
|
+
"maxX": -4.4799999999999995,
|
|
1180
|
+
"minY": -1.5000000000000002,
|
|
1181
|
+
"maxY": -0.9000000000000001
|
|
1182
|
+
},
|
|
1183
|
+
"spatialIndexId": 7
|
|
1184
|
+
},
|
|
1185
|
+
{
|
|
1186
|
+
"chipId": "schematic_component_142",
|
|
1187
|
+
"center": {
|
|
1188
|
+
"x": -5.965,
|
|
1189
|
+
"y": -1
|
|
1190
|
+
},
|
|
1191
|
+
"width": 0.9700000000000006,
|
|
1192
|
+
"height": 0.6000000000000001,
|
|
1193
|
+
"pins": [
|
|
1194
|
+
{
|
|
1195
|
+
"pinId": "schematic_port_373",
|
|
1196
|
+
"x": -6,
|
|
1197
|
+
"y": -1.3,
|
|
1198
|
+
"_facingDirection": "y-"
|
|
1199
|
+
},
|
|
1200
|
+
{
|
|
1201
|
+
"pinId": "schematic_port_374",
|
|
1202
|
+
"x": -6,
|
|
1203
|
+
"y": -0.7,
|
|
1204
|
+
"_facingDirection": "y+"
|
|
1205
|
+
}
|
|
1206
|
+
],
|
|
1207
|
+
"bounds": {
|
|
1208
|
+
"minX": -6.45,
|
|
1209
|
+
"maxX": -5.4799999999999995,
|
|
1210
|
+
"minY": -1.3,
|
|
1211
|
+
"maxY": -0.7
|
|
1212
|
+
},
|
|
1213
|
+
"spatialIndexId": 8
|
|
1214
|
+
},
|
|
1215
|
+
{
|
|
1216
|
+
"chipId": "schematic_component_143",
|
|
1217
|
+
"center": {
|
|
1218
|
+
"x": 3.2,
|
|
1219
|
+
"y": 0.20000000000000023
|
|
1220
|
+
},
|
|
1221
|
+
"width": 0.5999999999999996,
|
|
1222
|
+
"height": 0.68,
|
|
1223
|
+
"pins": [
|
|
1224
|
+
{
|
|
1225
|
+
"pinId": "schematic_port_375",
|
|
1226
|
+
"x": 3.5,
|
|
1227
|
+
"y": 0.2000000000000002,
|
|
1228
|
+
"_facingDirection": "x+"
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
"pinId": "schematic_port_376",
|
|
1232
|
+
"x": 2.9000000000000004,
|
|
1233
|
+
"y": 0.20000000000000015,
|
|
1234
|
+
"_facingDirection": "x-"
|
|
1235
|
+
}
|
|
1236
|
+
],
|
|
1237
|
+
"bounds": {
|
|
1238
|
+
"minX": 2.9000000000000004,
|
|
1239
|
+
"maxX": 3.5,
|
|
1240
|
+
"minY": -0.1399999999999998,
|
|
1241
|
+
"maxY": 0.5400000000000003
|
|
1242
|
+
},
|
|
1243
|
+
"spatialIndexId": 9
|
|
1244
|
+
},
|
|
1245
|
+
{
|
|
1246
|
+
"chipId": "schematic_component_144",
|
|
1247
|
+
"center": {
|
|
1248
|
+
"x": 2.035,
|
|
1249
|
+
"y": 1
|
|
1250
|
+
},
|
|
1251
|
+
"width": 0.97,
|
|
1252
|
+
"height": 0.6000000000000001,
|
|
1253
|
+
"pins": [
|
|
1254
|
+
{
|
|
1255
|
+
"pinId": "schematic_port_377",
|
|
1256
|
+
"x": 2,
|
|
1257
|
+
"y": 0.7,
|
|
1258
|
+
"_facingDirection": "y-"
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
"pinId": "schematic_port_378",
|
|
1262
|
+
"x": 2,
|
|
1263
|
+
"y": 1.3,
|
|
1264
|
+
"_facingDirection": "y+"
|
|
1265
|
+
}
|
|
1266
|
+
],
|
|
1267
|
+
"bounds": {
|
|
1268
|
+
"minX": 1.5500000000000003,
|
|
1269
|
+
"maxX": 2.52,
|
|
1270
|
+
"minY": 0.7,
|
|
1271
|
+
"maxY": 1.3
|
|
1272
|
+
},
|
|
1273
|
+
"spatialIndexId": 10
|
|
1274
|
+
},
|
|
1275
|
+
{
|
|
1276
|
+
"chipId": "schematic_component_145",
|
|
1277
|
+
"center": {
|
|
1278
|
+
"x": 2.035,
|
|
1279
|
+
"y": -0.3999999999999999
|
|
1280
|
+
},
|
|
1281
|
+
"width": 0.97,
|
|
1282
|
+
"height": 0.6000000000000001,
|
|
1283
|
+
"pins": [
|
|
1284
|
+
{
|
|
1285
|
+
"pinId": "schematic_port_379",
|
|
1286
|
+
"x": 2,
|
|
1287
|
+
"y": -0.7,
|
|
1288
|
+
"_facingDirection": "y-"
|
|
1289
|
+
},
|
|
1290
|
+
{
|
|
1291
|
+
"pinId": "schematic_port_380",
|
|
1292
|
+
"x": 2,
|
|
1293
|
+
"y": -0.09999999999999987,
|
|
1294
|
+
"_facingDirection": "y+"
|
|
1295
|
+
}
|
|
1296
|
+
],
|
|
1297
|
+
"bounds": {
|
|
1298
|
+
"minX": 1.5500000000000003,
|
|
1299
|
+
"maxX": 2.52,
|
|
1300
|
+
"minY": -0.7,
|
|
1301
|
+
"maxY": -0.09999999999999987
|
|
1302
|
+
},
|
|
1303
|
+
"spatialIndexId": 11
|
|
1304
|
+
},
|
|
1305
|
+
{
|
|
1306
|
+
"chipId": "schematic_component_146",
|
|
1307
|
+
"center": {
|
|
1308
|
+
"x": -3.164999999999999,
|
|
1309
|
+
"y": -0.8999999999999999
|
|
1310
|
+
},
|
|
1311
|
+
"width": 0.9700000000000002,
|
|
1312
|
+
"height": 0.6000000000000001,
|
|
1313
|
+
"pins": [
|
|
1314
|
+
{
|
|
1315
|
+
"pinId": "schematic_port_381",
|
|
1316
|
+
"x": -3.1999999999999993,
|
|
1317
|
+
"y": -1.2,
|
|
1318
|
+
"_facingDirection": "y-"
|
|
1319
|
+
},
|
|
1320
|
+
{
|
|
1321
|
+
"pinId": "schematic_port_382",
|
|
1322
|
+
"x": -3.1999999999999993,
|
|
1323
|
+
"y": -0.5999999999999999,
|
|
1324
|
+
"_facingDirection": "y+"
|
|
1325
|
+
}
|
|
1326
|
+
],
|
|
1327
|
+
"bounds": {
|
|
1328
|
+
"minX": -3.6499999999999995,
|
|
1329
|
+
"maxX": -2.679999999999999,
|
|
1330
|
+
"minY": -1.2,
|
|
1331
|
+
"maxY": -0.5999999999999999
|
|
1332
|
+
},
|
|
1333
|
+
"spatialIndexId": 12
|
|
1334
|
+
},
|
|
1335
|
+
{
|
|
1336
|
+
"chipId": "schematic_component_147",
|
|
1337
|
+
"center": {
|
|
1338
|
+
"x": -5.965,
|
|
1339
|
+
"y": -1.8
|
|
1340
|
+
},
|
|
1341
|
+
"width": 0.9700000000000006,
|
|
1342
|
+
"height": 0.6000000000000001,
|
|
1343
|
+
"pins": [
|
|
1344
|
+
{
|
|
1345
|
+
"pinId": "schematic_port_383",
|
|
1346
|
+
"x": -6,
|
|
1347
|
+
"y": -2.1,
|
|
1348
|
+
"_facingDirection": "y-"
|
|
1349
|
+
},
|
|
1350
|
+
{
|
|
1351
|
+
"pinId": "schematic_port_384",
|
|
1352
|
+
"x": -6,
|
|
1353
|
+
"y": -1.5,
|
|
1354
|
+
"_facingDirection": "y+"
|
|
1355
|
+
}
|
|
1356
|
+
],
|
|
1357
|
+
"bounds": {
|
|
1358
|
+
"minX": -6.45,
|
|
1359
|
+
"maxX": -5.4799999999999995,
|
|
1360
|
+
"minY": -2.1,
|
|
1361
|
+
"maxY": -1.5
|
|
1362
|
+
},
|
|
1363
|
+
"spatialIndexId": 13
|
|
1364
|
+
},
|
|
1365
|
+
{
|
|
1366
|
+
"chipId": "schematic_component_148",
|
|
1367
|
+
"center": {
|
|
1368
|
+
"x": -1.2000000000000002,
|
|
1369
|
+
"y": 3.45
|
|
1370
|
+
},
|
|
1371
|
+
"width": 1.055825,
|
|
1372
|
+
"height": 0.8677407000000006,
|
|
1373
|
+
"pins": [
|
|
1374
|
+
{
|
|
1375
|
+
"pinId": "schematic_port_385",
|
|
1376
|
+
"x": -1.7279125000000002,
|
|
1377
|
+
"y": 3.4526245499999995
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
"pinId": "schematic_port_386",
|
|
1381
|
+
"x": -0.6720875000000002,
|
|
1382
|
+
"y": 3.44737545
|
|
1383
|
+
}
|
|
1384
|
+
],
|
|
1385
|
+
"bounds": {
|
|
1386
|
+
"minX": -1.7279125000000002,
|
|
1387
|
+
"maxX": -0.6720875000000002,
|
|
1388
|
+
"minY": 3.01612965,
|
|
1389
|
+
"maxY": 3.8838703500000005
|
|
1390
|
+
},
|
|
1391
|
+
"spatialIndexId": 14
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
"chipId": "schematic_component_149",
|
|
1395
|
+
"center": {
|
|
1396
|
+
"x": -6.949999999999999,
|
|
1397
|
+
"y": -2.12
|
|
1398
|
+
},
|
|
1399
|
+
"width": 0.8399999999999999,
|
|
1400
|
+
"height": 1.1,
|
|
1401
|
+
"pins": [
|
|
1402
|
+
{
|
|
1403
|
+
"pinId": "schematic_port_387",
|
|
1404
|
+
"x": -6.6499999999999995,
|
|
1405
|
+
"y": -1.57
|
|
1406
|
+
},
|
|
1407
|
+
{
|
|
1408
|
+
"pinId": "schematic_port_388",
|
|
1409
|
+
"x": -6.64,
|
|
1410
|
+
"y": -2.67
|
|
1411
|
+
},
|
|
1412
|
+
{
|
|
1413
|
+
"pinId": "schematic_port_389",
|
|
1414
|
+
"x": -7.369999999999999,
|
|
1415
|
+
"y": -2.22
|
|
1416
|
+
}
|
|
1417
|
+
],
|
|
1418
|
+
"bounds": {
|
|
1419
|
+
"minX": -7.369999999999999,
|
|
1420
|
+
"maxX": -6.529999999999999,
|
|
1421
|
+
"minY": -2.67,
|
|
1422
|
+
"maxY": -1.57
|
|
1423
|
+
},
|
|
1424
|
+
"spatialIndexId": 15
|
|
1425
|
+
},
|
|
1426
|
+
{
|
|
1427
|
+
"chipId": "schematic_component_150",
|
|
1428
|
+
"center": {
|
|
1429
|
+
"x": 3.95,
|
|
1430
|
+
"y": -0.52
|
|
1431
|
+
},
|
|
1432
|
+
"width": 0.8399999999999999,
|
|
1433
|
+
"height": 1.1,
|
|
1434
|
+
"pins": [
|
|
1435
|
+
{
|
|
1436
|
+
"pinId": "schematic_port_390",
|
|
1437
|
+
"x": 3.6500000000000004,
|
|
1438
|
+
"y": 0.030000000000000027,
|
|
1439
|
+
"_facingDirection": "y+"
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
"pinId": "schematic_port_391",
|
|
1443
|
+
"x": 3.64,
|
|
1444
|
+
"y": -1.07,
|
|
1445
|
+
"_facingDirection": "y-"
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
"pinId": "schematic_port_392",
|
|
1449
|
+
"x": 4.37,
|
|
1450
|
+
"y": -0.62,
|
|
1451
|
+
"_facingDirection": "x+"
|
|
1452
|
+
}
|
|
1453
|
+
],
|
|
1454
|
+
"bounds": {
|
|
1455
|
+
"minX": 3.5300000000000002,
|
|
1456
|
+
"maxX": 4.37,
|
|
1457
|
+
"minY": -1.07,
|
|
1458
|
+
"maxY": 0.030000000000000027
|
|
1459
|
+
},
|
|
1460
|
+
"spatialIndexId": 16
|
|
1461
|
+
},
|
|
1462
|
+
{
|
|
1463
|
+
"chipId": "schematic_component_151",
|
|
1464
|
+
"center": {
|
|
1465
|
+
"x": -0.9000000000000004,
|
|
1466
|
+
"y": 0.7999999999999998
|
|
1467
|
+
},
|
|
1468
|
+
"width": 3,
|
|
1469
|
+
"height": 2.8,
|
|
1470
|
+
"pins": [
|
|
1471
|
+
{
|
|
1472
|
+
"pinId": "schematic_port_393",
|
|
1473
|
+
"x": 0.5999999999999996,
|
|
1474
|
+
"y": -0.2000000000000004
|
|
1475
|
+
},
|
|
1476
|
+
{
|
|
1477
|
+
"pinId": "schematic_port_394",
|
|
1478
|
+
"x": 0.5999999999999996,
|
|
1479
|
+
"y": 1.1999999999999997
|
|
1480
|
+
},
|
|
1481
|
+
{
|
|
1482
|
+
"pinId": "schematic_port_395",
|
|
1483
|
+
"x": -2.4000000000000004,
|
|
1484
|
+
"y": 1.7
|
|
1485
|
+
},
|
|
1486
|
+
{
|
|
1487
|
+
"pinId": "schematic_port_396",
|
|
1488
|
+
"x": -2.4000000000000004,
|
|
1489
|
+
"y": 0.4999999999999998
|
|
1490
|
+
},
|
|
1491
|
+
{
|
|
1492
|
+
"pinId": "schematic_port_397",
|
|
1493
|
+
"x": 0.5999999999999996,
|
|
1494
|
+
"y": -4.440892098500626e-16
|
|
1495
|
+
},
|
|
1496
|
+
{
|
|
1497
|
+
"pinId": "schematic_port_398",
|
|
1498
|
+
"x": 0.5999999999999996,
|
|
1499
|
+
"y": 0.5999999999999996
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
"pinId": "schematic_port_399",
|
|
1503
|
+
"x": -2.4000000000000004,
|
|
1504
|
+
"y": 1.0999999999999999
|
|
1505
|
+
},
|
|
1506
|
+
{
|
|
1507
|
+
"pinId": "schematic_port_400",
|
|
1508
|
+
"x": -2.4000000000000004,
|
|
1509
|
+
"y": -0.10000000000000031
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
"pinId": "schematic_port_401",
|
|
1513
|
+
"x": 0.5999999999999996,
|
|
1514
|
+
"y": 1.8
|
|
1515
|
+
}
|
|
1516
|
+
],
|
|
1517
|
+
"bounds": {
|
|
1518
|
+
"minX": -2.4000000000000004,
|
|
1519
|
+
"maxX": 0.5999999999999996,
|
|
1520
|
+
"minY": -0.6000000000000001,
|
|
1521
|
+
"maxY": 2.1999999999999997
|
|
1522
|
+
},
|
|
1523
|
+
"spatialIndexId": 17
|
|
1524
|
+
},
|
|
1525
|
+
{
|
|
1526
|
+
"chipId": "schematic_component_152",
|
|
1527
|
+
"center": {
|
|
1528
|
+
"x": -5.880000000000001,
|
|
1529
|
+
"y": 1.5
|
|
1530
|
+
},
|
|
1531
|
+
"width": 1.0999999999999996,
|
|
1532
|
+
"height": 0.2999999999999998,
|
|
1533
|
+
"pins": [
|
|
1534
|
+
{
|
|
1535
|
+
"pinId": "schematic_port_402",
|
|
1536
|
+
"x": -5.330000000000001,
|
|
1537
|
+
"y": 1.5
|
|
1538
|
+
}
|
|
1539
|
+
],
|
|
1540
|
+
"bounds": {
|
|
1541
|
+
"minX": -6.430000000000001,
|
|
1542
|
+
"maxX": -5.330000000000001,
|
|
1543
|
+
"minY": 1.35,
|
|
1544
|
+
"maxY": 1.65
|
|
1545
|
+
},
|
|
1546
|
+
"spatialIndexId": 18
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
"chipId": "schematic_component_153",
|
|
1550
|
+
"center": {
|
|
1551
|
+
"x": -5.880000000000001,
|
|
1552
|
+
"y": 0.20000000000000018
|
|
1553
|
+
},
|
|
1554
|
+
"width": 1.0999999999999996,
|
|
1555
|
+
"height": 0.30000000000000004,
|
|
1556
|
+
"pins": [
|
|
1557
|
+
{
|
|
1558
|
+
"pinId": "schematic_port_403",
|
|
1559
|
+
"x": -5.330000000000001,
|
|
1560
|
+
"y": 0.20000000000000018
|
|
1561
|
+
}
|
|
1562
|
+
],
|
|
1563
|
+
"bounds": {
|
|
1564
|
+
"minX": -6.430000000000001,
|
|
1565
|
+
"maxX": -5.330000000000001,
|
|
1566
|
+
"minY": 0.050000000000000155,
|
|
1567
|
+
"maxY": 0.3500000000000002
|
|
1568
|
+
},
|
|
1569
|
+
"spatialIndexId": 19
|
|
1570
|
+
},
|
|
1571
|
+
{
|
|
1572
|
+
"chipId": "schematic_component_154",
|
|
1573
|
+
"center": {
|
|
1574
|
+
"x": 8.28,
|
|
1575
|
+
"y": 1.7999999999999998
|
|
1576
|
+
},
|
|
1577
|
+
"width": 1.0999999999999996,
|
|
1578
|
+
"height": 0.2999999999999998,
|
|
1579
|
+
"pins": [
|
|
1580
|
+
{
|
|
1581
|
+
"pinId": "schematic_port_404",
|
|
1582
|
+
"x": 7.7299999999999995,
|
|
1583
|
+
"y": 1.7999999999999998
|
|
1584
|
+
}
|
|
1585
|
+
],
|
|
1586
|
+
"bounds": {
|
|
1587
|
+
"minX": 7.7299999999999995,
|
|
1588
|
+
"maxX": 8.829999999999998,
|
|
1589
|
+
"minY": 1.65,
|
|
1590
|
+
"maxY": 1.9499999999999997
|
|
1591
|
+
},
|
|
1592
|
+
"spatialIndexId": 20
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1595
|
+
"chipId": "schematic_component_155",
|
|
1596
|
+
"center": {
|
|
1597
|
+
"x": 8.28,
|
|
1598
|
+
"y": 0.7999999999999998
|
|
1599
|
+
},
|
|
1600
|
+
"width": 1.0999999999999996,
|
|
1601
|
+
"height": 0.30000000000000004,
|
|
1602
|
+
"pins": [
|
|
1603
|
+
{
|
|
1604
|
+
"pinId": "schematic_port_405",
|
|
1605
|
+
"x": 7.7299999999999995,
|
|
1606
|
+
"y": 0.7999999999999998
|
|
1607
|
+
}
|
|
1608
|
+
],
|
|
1609
|
+
"bounds": {
|
|
1610
|
+
"minX": 7.7299999999999995,
|
|
1611
|
+
"maxX": 8.829999999999998,
|
|
1612
|
+
"minY": 0.6499999999999998,
|
|
1613
|
+
"maxY": 0.9499999999999998
|
|
1614
|
+
},
|
|
1615
|
+
"spatialIndexId": 21
|
|
1616
|
+
}
|
|
1617
|
+
],
|
|
1618
|
+
"spatialIndex": {
|
|
1619
|
+
"numItems": 22,
|
|
1620
|
+
"nodeSize": 16,
|
|
1621
|
+
"byteOffset": 0,
|
|
1622
|
+
"_levelBounds": [
|
|
1623
|
+
88,
|
|
1624
|
+
96,
|
|
1625
|
+
100
|
|
1626
|
+
],
|
|
1627
|
+
"data": {},
|
|
1628
|
+
"_boxes": {
|
|
1629
|
+
"0": -6.430000000000001,
|
|
1630
|
+
"1": 0.050000000000000155,
|
|
1631
|
+
"2": -5.330000000000001,
|
|
1632
|
+
"3": 0.3500000000000002,
|
|
1633
|
+
"4": -6.430000000000001,
|
|
1634
|
+
"5": 1.35,
|
|
1635
|
+
"6": -5.330000000000001,
|
|
1636
|
+
"7": 1.65,
|
|
1637
|
+
"8": -2.4000000000000004,
|
|
1638
|
+
"9": -0.6000000000000001,
|
|
1639
|
+
"10": 0.5999999999999996,
|
|
1640
|
+
"11": 2.1999999999999997,
|
|
1641
|
+
"12": -7.369999999999999,
|
|
1642
|
+
"13": -2.67,
|
|
1643
|
+
"14": -6.529999999999999,
|
|
1644
|
+
"15": -1.57,
|
|
1645
|
+
"16": -5.250000000000001,
|
|
1646
|
+
"17": 0.3200000000000003,
|
|
1647
|
+
"18": -4.325,
|
|
1648
|
+
"19": 1.08,
|
|
1649
|
+
"20": -6.45,
|
|
1650
|
+
"21": -2.8800000000000003,
|
|
1651
|
+
"22": -5.5249999999999995,
|
|
1652
|
+
"23": -2.1199999999999997,
|
|
1653
|
+
"24": -4.6499999999999995,
|
|
1654
|
+
"25": -1.6799999999999997,
|
|
1655
|
+
"26": -3.7249999999999988,
|
|
1656
|
+
"27": -0.9199999999999999,
|
|
1657
|
+
"28": -5.45,
|
|
1658
|
+
"29": -1.5000000000000002,
|
|
1659
|
+
"30": -4.4799999999999995,
|
|
1660
|
+
"31": -0.9000000000000001,
|
|
1661
|
+
"32": -6.45,
|
|
1662
|
+
"33": -1.3,
|
|
1663
|
+
"34": -5.4799999999999995,
|
|
1664
|
+
"35": -0.7,
|
|
1665
|
+
"36": -1.7279125000000002,
|
|
1666
|
+
"37": 3.01612965,
|
|
1667
|
+
"38": -0.6720875000000002,
|
|
1668
|
+
"39": 3.8838703500000005,
|
|
1669
|
+
"40": 1.5500000000000003,
|
|
1670
|
+
"41": 0.7,
|
|
1671
|
+
"42": 2.52,
|
|
1672
|
+
"43": 1.3,
|
|
1673
|
+
"44": -6.45,
|
|
1674
|
+
"45": -2.1,
|
|
1675
|
+
"46": -5.4799999999999995,
|
|
1676
|
+
"47": -1.5,
|
|
1677
|
+
"48": -3.6499999999999995,
|
|
1678
|
+
"49": -1.2,
|
|
1679
|
+
"50": -2.679999999999999,
|
|
1680
|
+
"51": -0.5999999999999999,
|
|
1681
|
+
"52": 4.1499999999999995,
|
|
1682
|
+
"53": 0.9199999999999999,
|
|
1683
|
+
"54": 5.075,
|
|
1684
|
+
"55": 1.6799999999999997,
|
|
1685
|
+
"56": 2.3499999999999996,
|
|
1686
|
+
"57": 0.7199999999999998,
|
|
1687
|
+
"58": 3.2750000000000004,
|
|
1688
|
+
"59": 1.4799999999999995,
|
|
1689
|
+
"60": 7.7299999999999995,
|
|
1690
|
+
"61": 1.65,
|
|
1691
|
+
"62": 8.829999999999998,
|
|
1692
|
+
"63": 1.9499999999999997,
|
|
1693
|
+
"64": 5.95,
|
|
1694
|
+
"65": 0.9199999999999999,
|
|
1695
|
+
"66": 6.875000000000001,
|
|
1696
|
+
"67": 1.6799999999999997,
|
|
1697
|
+
"68": 5.1499999999999995,
|
|
1698
|
+
"69": 0.9199999999999999,
|
|
1699
|
+
"70": 6.075,
|
|
1700
|
+
"71": 1.6799999999999997,
|
|
1701
|
+
"72": 7.7299999999999995,
|
|
1702
|
+
"73": 0.6499999999999998,
|
|
1703
|
+
"74": 8.829999999999998,
|
|
1704
|
+
"75": 0.9499999999999998,
|
|
1705
|
+
"76": 3.5300000000000002,
|
|
1706
|
+
"77": -1.07,
|
|
1707
|
+
"78": 4.37,
|
|
1708
|
+
"79": 0.030000000000000027,
|
|
1709
|
+
"80": 2.9000000000000004,
|
|
1710
|
+
"81": -0.1399999999999998,
|
|
1711
|
+
"82": 3.5,
|
|
1712
|
+
"83": 0.5400000000000003,
|
|
1713
|
+
"84": 1.5500000000000003,
|
|
1714
|
+
"85": -0.7,
|
|
1715
|
+
"86": 2.52,
|
|
1716
|
+
"87": -0.09999999999999987,
|
|
1717
|
+
"88": -7.369999999999999,
|
|
1718
|
+
"89": -2.8800000000000003,
|
|
1719
|
+
"90": 8.829999999999998,
|
|
1720
|
+
"91": 3.8838703500000005,
|
|
1721
|
+
"92": 1.5500000000000003,
|
|
1722
|
+
"93": -1.07,
|
|
1723
|
+
"94": 8.829999999999998,
|
|
1724
|
+
"95": 1.6799999999999997,
|
|
1725
|
+
"96": -7.369999999999999,
|
|
1726
|
+
"97": -2.8800000000000003,
|
|
1727
|
+
"98": 8.829999999999998,
|
|
1728
|
+
"99": 3.8838703500000005
|
|
1729
|
+
},
|
|
1730
|
+
"_indices": {
|
|
1731
|
+
"0": 19,
|
|
1732
|
+
"1": 18,
|
|
1733
|
+
"2": 17,
|
|
1734
|
+
"3": 15,
|
|
1735
|
+
"4": 4,
|
|
1736
|
+
"5": 5,
|
|
1737
|
+
"6": 6,
|
|
1738
|
+
"7": 7,
|
|
1739
|
+
"8": 8,
|
|
1740
|
+
"9": 14,
|
|
1741
|
+
"10": 10,
|
|
1742
|
+
"11": 13,
|
|
1743
|
+
"12": 12,
|
|
1744
|
+
"13": 0,
|
|
1745
|
+
"14": 3,
|
|
1746
|
+
"15": 20,
|
|
1747
|
+
"16": 1,
|
|
1748
|
+
"17": 2,
|
|
1749
|
+
"18": 21,
|
|
1750
|
+
"19": 16,
|
|
1751
|
+
"20": 9,
|
|
1752
|
+
"21": 11,
|
|
1753
|
+
"22": 0,
|
|
1754
|
+
"23": 64,
|
|
1755
|
+
"24": 88
|
|
1756
|
+
},
|
|
1757
|
+
"_pos": 100,
|
|
1758
|
+
"minX": -7.369999999999999,
|
|
1759
|
+
"minY": -2.8800000000000003,
|
|
1760
|
+
"maxX": 8.829999999999998,
|
|
1761
|
+
"maxY": 3.8838703500000005,
|
|
1762
|
+
"_queue": {
|
|
1763
|
+
"ids": [],
|
|
1764
|
+
"values": [],
|
|
1765
|
+
"capacity": null,
|
|
1766
|
+
"length": 0
|
|
1767
|
+
}
|
|
1768
|
+
},
|
|
1769
|
+
"spatialIndexIdToChip": {}
|
|
1770
|
+
},
|
|
1771
|
+
"_hideRatsNet": false
|
|
1772
|
+
}
|