@tscircuit/schematic-trace-solver 0.0.173 → 0.0.174
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 +5 -0
- package/lib/solvers/AvailableNetOrientationSolver/AvailableNetOrientationSolver.ts +12 -1
- package/package.json +1 -1
- package/site/bug-reports/bug-report-20260831T133233Z.page.tsx +4 -0
- package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +18 -18
- package/tests/bug-reports/bug-report-20260831T133233Z/__snapshots__/bug-report-20260831T133233Z.snap.svg +85 -0
- package/tests/bug-reports/bug-report-20260831T133233Z/bug-report-20260831T133233Z.json +172 -0
- package/tests/bug-reports/bug-report-20260831T133233Z/bug-report-20260831T133233Z.test.ts +25 -0
- package/tests/repros/__snapshots__/repro-bq40z60-current-sense.snap.svg +94 -0
- package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +10 -10
- package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +87 -87
- package/tests/repros/__snapshots__/repro-tida-01389-hbridge.snap.svg +47 -153
- package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1625 -1625
- package/tests/repros/assets/repro-bq40z60-current-sense.input.json +158 -0
- package/tests/repros/assets/repro-tida-01389-hbridge.input.json +67 -657
- package/tests/repros/repro-bq40z60-current-sense.test.ts +18 -0
- package/tests/repros/repro-tida-01389-hbridge.test.ts +27 -6
|
@@ -1,253 +1,102 @@
|
|
|
1
1
|
{
|
|
2
2
|
"chips": [
|
|
3
3
|
{
|
|
4
|
-
"chipId": "
|
|
5
|
-
"center": {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
},
|
|
9
|
-
"width": 0.8399999999999999,
|
|
10
|
-
"height": 1.1000000000000005,
|
|
4
|
+
"chipId": "Q1B",
|
|
5
|
+
"center": { "x": -1.343443, "y": 1.645032 },
|
|
6
|
+
"width": 0.84,
|
|
7
|
+
"height": 1.1,
|
|
11
8
|
"pins": [
|
|
12
9
|
{
|
|
13
|
-
"pinId": "
|
|
10
|
+
"pinId": "schematic_port_q1b_drain",
|
|
14
11
|
"x": -1.043443,
|
|
15
|
-
"y": 2.
|
|
12
|
+
"y": 2.195032,
|
|
16
13
|
"_facingDirection": "y+"
|
|
17
14
|
},
|
|
18
15
|
{
|
|
19
|
-
"pinId": "
|
|
16
|
+
"pinId": "schematic_port_q1b_source",
|
|
20
17
|
"x": -1.033443,
|
|
21
18
|
"y": 1.095032,
|
|
22
19
|
"_facingDirection": "y-"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"pinId": "schematic_port_2",
|
|
26
|
-
"x": -1.7634429999999999,
|
|
27
|
-
"y": 1.545032,
|
|
28
|
-
"_facingDirection": "x-"
|
|
29
20
|
}
|
|
30
21
|
]
|
|
31
22
|
},
|
|
32
23
|
{
|
|
33
|
-
"chipId": "
|
|
34
|
-
"center": {
|
|
35
|
-
|
|
36
|
-
"y": -0.7311259999999999
|
|
37
|
-
},
|
|
38
|
-
"width": 0.8399999999999999,
|
|
24
|
+
"chipId": "Q1A",
|
|
25
|
+
"center": { "x": -1.343443, "y": -0.731126 },
|
|
26
|
+
"width": 0.84,
|
|
39
27
|
"height": 1.1,
|
|
40
28
|
"pins": [
|
|
41
29
|
{
|
|
42
|
-
"pinId": "
|
|
30
|
+
"pinId": "schematic_port_q1a_drain",
|
|
43
31
|
"x": -1.043443,
|
|
44
32
|
"y": -0.181126,
|
|
45
33
|
"_facingDirection": "y+"
|
|
46
34
|
},
|
|
47
35
|
{
|
|
48
|
-
"pinId": "
|
|
36
|
+
"pinId": "schematic_port_q1a_source",
|
|
49
37
|
"x": -1.033443,
|
|
50
38
|
"y": -1.281126,
|
|
51
39
|
"_facingDirection": "y-"
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"pinId": "schematic_port_5",
|
|
55
|
-
"x": -1.7634429999999999,
|
|
56
|
-
"y": -0.831126,
|
|
57
|
-
"_facingDirection": "x-"
|
|
58
40
|
}
|
|
59
41
|
]
|
|
60
42
|
},
|
|
61
43
|
{
|
|
62
|
-
"chipId": "
|
|
63
|
-
"center": {
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
},
|
|
67
|
-
"width": 0.8399999999999999,
|
|
68
|
-
"height": 1.1000000000000005,
|
|
44
|
+
"chipId": "Q2A",
|
|
45
|
+
"center": { "x": 1.343443, "y": 1.645032 },
|
|
46
|
+
"width": 0.84,
|
|
47
|
+
"height": 1.1,
|
|
69
48
|
"pins": [
|
|
70
49
|
{
|
|
71
|
-
"pinId": "
|
|
50
|
+
"pinId": "schematic_port_q2a_drain",
|
|
72
51
|
"x": 1.043443,
|
|
73
|
-
"y": 2.
|
|
52
|
+
"y": 2.195032,
|
|
74
53
|
"_facingDirection": "y+"
|
|
75
54
|
},
|
|
76
55
|
{
|
|
77
|
-
"pinId": "
|
|
56
|
+
"pinId": "schematic_port_q2a_source",
|
|
78
57
|
"x": 1.033443,
|
|
79
58
|
"y": 1.095032,
|
|
80
59
|
"_facingDirection": "y-"
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"pinId": "schematic_port_8",
|
|
84
|
-
"x": 1.7634429999999999,
|
|
85
|
-
"y": 1.545032,
|
|
86
|
-
"_facingDirection": "x+"
|
|
87
60
|
}
|
|
88
61
|
]
|
|
89
62
|
},
|
|
90
63
|
{
|
|
91
|
-
"chipId": "
|
|
92
|
-
"center": {
|
|
93
|
-
|
|
94
|
-
"y": -0.7311259999999999
|
|
95
|
-
},
|
|
96
|
-
"width": 0.8399999999999999,
|
|
64
|
+
"chipId": "Q2B",
|
|
65
|
+
"center": { "x": 1.343443, "y": -0.731126 },
|
|
66
|
+
"width": 0.84,
|
|
97
67
|
"height": 1.1,
|
|
98
68
|
"pins": [
|
|
99
69
|
{
|
|
100
|
-
"pinId": "
|
|
70
|
+
"pinId": "schematic_port_q2b_drain",
|
|
101
71
|
"x": 1.043443,
|
|
102
72
|
"y": -0.181126,
|
|
103
73
|
"_facingDirection": "y+"
|
|
104
74
|
},
|
|
105
75
|
{
|
|
106
|
-
"pinId": "
|
|
76
|
+
"pinId": "schematic_port_q2b_source",
|
|
107
77
|
"x": 1.033443,
|
|
108
78
|
"y": -1.281126,
|
|
109
79
|
"_facingDirection": "y-"
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
"pinId": "schematic_port_11",
|
|
113
|
-
"x": 1.7634429999999999,
|
|
114
|
-
"y": -0.831126,
|
|
115
|
-
"_facingDirection": "x+"
|
|
116
|
-
}
|
|
117
|
-
]
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"chipId": "schematic_component_4",
|
|
121
|
-
"center": {
|
|
122
|
-
"x": -2.741721,
|
|
123
|
-
"y": 1.645032
|
|
124
|
-
},
|
|
125
|
-
"width": 0.5999999999999996,
|
|
126
|
-
"height": 0.6799999999999997,
|
|
127
|
-
"pins": [
|
|
128
|
-
{
|
|
129
|
-
"pinId": "schematic_port_12",
|
|
130
|
-
"x": -3.041721,
|
|
131
|
-
"y": 1.645032,
|
|
132
|
-
"_facingDirection": "x-"
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
"pinId": "schematic_port_13",
|
|
136
|
-
"x": -2.4417210000000003,
|
|
137
|
-
"y": 1.645032,
|
|
138
|
-
"_facingDirection": "x+"
|
|
139
|
-
}
|
|
140
|
-
]
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
"chipId": "schematic_component_5",
|
|
144
|
-
"center": {
|
|
145
|
-
"x": -2.741721,
|
|
146
|
-
"y": -0.731126
|
|
147
|
-
},
|
|
148
|
-
"width": 0.5999999999999996,
|
|
149
|
-
"height": 0.6799999999999999,
|
|
150
|
-
"pins": [
|
|
151
|
-
{
|
|
152
|
-
"pinId": "schematic_port_14",
|
|
153
|
-
"x": -3.041721,
|
|
154
|
-
"y": -0.731126,
|
|
155
|
-
"_facingDirection": "x-"
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
"pinId": "schematic_port_15",
|
|
159
|
-
"x": -2.4417210000000003,
|
|
160
|
-
"y": -0.731126,
|
|
161
|
-
"_facingDirection": "x+"
|
|
162
|
-
}
|
|
163
|
-
]
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
"chipId": "schematic_component_6",
|
|
167
|
-
"center": {
|
|
168
|
-
"x": 2.558939,
|
|
169
|
-
"y": 1.645032
|
|
170
|
-
},
|
|
171
|
-
"width": 0.5999999999999996,
|
|
172
|
-
"height": 0.6799999999999997,
|
|
173
|
-
"pins": [
|
|
174
|
-
{
|
|
175
|
-
"pinId": "schematic_port_16",
|
|
176
|
-
"x": 2.2589390000000003,
|
|
177
|
-
"y": 1.645032,
|
|
178
|
-
"_facingDirection": "x-"
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
"pinId": "schematic_port_17",
|
|
182
|
-
"x": 2.858939,
|
|
183
|
-
"y": 1.645032,
|
|
184
|
-
"_facingDirection": "x+"
|
|
185
|
-
}
|
|
186
|
-
]
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
"chipId": "schematic_component_7",
|
|
190
|
-
"center": {
|
|
191
|
-
"x": 2.558939,
|
|
192
|
-
"y": -0.731126
|
|
193
|
-
},
|
|
194
|
-
"width": 0.5999999999999996,
|
|
195
|
-
"height": 0.6799999999999999,
|
|
196
|
-
"pins": [
|
|
197
|
-
{
|
|
198
|
-
"pinId": "schematic_port_18",
|
|
199
|
-
"x": 2.2589390000000003,
|
|
200
|
-
"y": -0.731126,
|
|
201
|
-
"_facingDirection": "x-"
|
|
202
|
-
},
|
|
203
|
-
{
|
|
204
|
-
"pinId": "schematic_port_19",
|
|
205
|
-
"x": 2.858939,
|
|
206
|
-
"y": -0.731126,
|
|
207
|
-
"_facingDirection": "x+"
|
|
208
|
-
}
|
|
209
|
-
]
|
|
210
|
-
},
|
|
211
|
-
{
|
|
212
|
-
"chipId": "schematic_component_8",
|
|
213
|
-
"center": {
|
|
214
|
-
"x": -0.9014070000000001,
|
|
215
|
-
"y": 3.198674
|
|
216
|
-
},
|
|
217
|
-
"width": 0.9249999999999999,
|
|
218
|
-
"height": 0.7600000000000007,
|
|
219
|
-
"pins": [
|
|
220
|
-
{
|
|
221
|
-
"pinId": "schematic_port_20",
|
|
222
|
-
"x": -0.913907,
|
|
223
|
-
"y": 3.498674,
|
|
224
|
-
"_facingDirection": "y+"
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
"pinId": "schematic_port_21",
|
|
228
|
-
"x": -0.913907,
|
|
229
|
-
"y": 2.898674,
|
|
230
|
-
"_facingDirection": "y-"
|
|
231
80
|
}
|
|
232
81
|
]
|
|
233
82
|
},
|
|
234
83
|
{
|
|
235
|
-
"chipId": "
|
|
236
|
-
"
|
|
237
|
-
|
|
238
|
-
"y": 0.913907
|
|
239
|
-
},
|
|
84
|
+
"chipId": "C17",
|
|
85
|
+
"symbolName": "capacitor_right",
|
|
86
|
+
"center": { "x": -0.091391, "y": 0.913907 },
|
|
240
87
|
"width": 0.6,
|
|
241
|
-
"height": 0.
|
|
88
|
+
"height": 0.84,
|
|
242
89
|
"pins": [
|
|
243
90
|
{
|
|
244
|
-
"pinId": "
|
|
91
|
+
"pinId": "schematic_port_c17_1",
|
|
92
|
+
"displayName": "1",
|
|
245
93
|
"x": -0.391391,
|
|
246
94
|
"y": 0.913907,
|
|
247
95
|
"_facingDirection": "x-"
|
|
248
96
|
},
|
|
249
97
|
{
|
|
250
|
-
"pinId": "
|
|
98
|
+
"pinId": "schematic_port_c17_2",
|
|
99
|
+
"displayName": "2",
|
|
251
100
|
"x": 0.208609,
|
|
252
101
|
"y": 0.913907,
|
|
253
102
|
"_facingDirection": "x+"
|
|
@@ -255,526 +104,87 @@
|
|
|
255
104
|
]
|
|
256
105
|
},
|
|
257
106
|
{
|
|
258
|
-
"chipId": "
|
|
259
|
-
"
|
|
260
|
-
|
|
261
|
-
"y": 0
|
|
262
|
-
},
|
|
107
|
+
"chipId": "C18",
|
|
108
|
+
"symbolName": "capacitor_right",
|
|
109
|
+
"center": { "x": -0.091391, "y": 0 },
|
|
263
110
|
"width": 0.72,
|
|
264
111
|
"height": 0.84,
|
|
265
112
|
"pins": [
|
|
266
113
|
{
|
|
267
|
-
"pinId": "
|
|
114
|
+
"pinId": "schematic_port_c18_1",
|
|
115
|
+
"displayName": "1",
|
|
268
116
|
"x": -0.391391,
|
|
269
117
|
"y": 0,
|
|
270
118
|
"_facingDirection": "x-"
|
|
271
119
|
},
|
|
272
120
|
{
|
|
273
|
-
"pinId": "
|
|
121
|
+
"pinId": "schematic_port_c18_2",
|
|
122
|
+
"displayName": "2",
|
|
274
123
|
"x": 0.208609,
|
|
275
124
|
"y": 0,
|
|
276
125
|
"_facingDirection": "x+"
|
|
277
126
|
}
|
|
278
127
|
]
|
|
279
|
-
},
|
|
280
|
-
{
|
|
281
|
-
"chipId": "schematic_component_11",
|
|
282
|
-
"center": {
|
|
283
|
-
"x": -2.376158,
|
|
284
|
-
"y": 0.18278100000000003
|
|
285
|
-
},
|
|
286
|
-
"width": 0.7311259999999997,
|
|
287
|
-
"height": 0.4,
|
|
288
|
-
"pins": [
|
|
289
|
-
{
|
|
290
|
-
"pinId": "schematic_port_26",
|
|
291
|
-
"x": -2.741721,
|
|
292
|
-
"y": 0.182781,
|
|
293
|
-
"_facingDirection": "x-"
|
|
294
|
-
},
|
|
295
|
-
{
|
|
296
|
-
"pinId": "schematic_port_27",
|
|
297
|
-
"x": -2.0105950000000004,
|
|
298
|
-
"y": 0.182781,
|
|
299
|
-
"_facingDirection": "x+"
|
|
300
|
-
}
|
|
301
|
-
]
|
|
302
|
-
},
|
|
303
|
-
{
|
|
304
|
-
"chipId": "schematic_component_12",
|
|
305
|
-
"center": {
|
|
306
|
-
"x": 2.376158,
|
|
307
|
-
"y": 0.18278100000000003
|
|
308
|
-
},
|
|
309
|
-
"width": 0.7311259999999997,
|
|
310
|
-
"height": 0.4,
|
|
311
|
-
"pins": [
|
|
312
|
-
{
|
|
313
|
-
"pinId": "schematic_port_28",
|
|
314
|
-
"x": 2.0105950000000004,
|
|
315
|
-
"y": 0.182781,
|
|
316
|
-
"_facingDirection": "x-"
|
|
317
|
-
},
|
|
318
|
-
{
|
|
319
|
-
"pinId": "schematic_port_29",
|
|
320
|
-
"x": 2.741721,
|
|
321
|
-
"y": 0.182781,
|
|
322
|
-
"_facingDirection": "x+"
|
|
323
|
-
}
|
|
324
|
-
]
|
|
325
|
-
},
|
|
326
|
-
{
|
|
327
|
-
"chipId": "schematic_component_13",
|
|
328
|
-
"center": {
|
|
329
|
-
"x": 2.376158,
|
|
330
|
-
"y": -1.462251
|
|
331
|
-
},
|
|
332
|
-
"width": 0.7311259999999997,
|
|
333
|
-
"height": 0.3999999999999999,
|
|
334
|
-
"pins": [
|
|
335
|
-
{
|
|
336
|
-
"pinId": "schematic_port_30",
|
|
337
|
-
"x": 2.0105950000000004,
|
|
338
|
-
"y": -1.462251,
|
|
339
|
-
"_facingDirection": "x-"
|
|
340
|
-
},
|
|
341
|
-
{
|
|
342
|
-
"pinId": "schematic_port_31",
|
|
343
|
-
"x": 2.741721,
|
|
344
|
-
"y": -1.462251,
|
|
345
|
-
"_facingDirection": "x+"
|
|
346
|
-
}
|
|
347
|
-
]
|
|
348
|
-
},
|
|
349
|
-
{
|
|
350
|
-
"chipId": "schematic_component_14",
|
|
351
|
-
"center": {
|
|
352
|
-
"x": 0.731126,
|
|
353
|
-
"y": -1.827814
|
|
354
|
-
},
|
|
355
|
-
"width": 0.731126,
|
|
356
|
-
"height": 0.40000000000000036,
|
|
357
|
-
"pins": [
|
|
358
|
-
{
|
|
359
|
-
"pinId": "schematic_port_32",
|
|
360
|
-
"x": 0.365563,
|
|
361
|
-
"y": -1.827814,
|
|
362
|
-
"_facingDirection": "x-"
|
|
363
|
-
},
|
|
364
|
-
{
|
|
365
|
-
"pinId": "schematic_port_33",
|
|
366
|
-
"x": 1.096689,
|
|
367
|
-
"y": -1.827814,
|
|
368
|
-
"_facingDirection": "x+"
|
|
369
|
-
}
|
|
370
|
-
]
|
|
371
|
-
},
|
|
372
|
-
{
|
|
373
|
-
"chipId": "schematic_component_15",
|
|
374
|
-
"center": {
|
|
375
|
-
"x": 0.731126,
|
|
376
|
-
"y": -2.924502
|
|
377
|
-
},
|
|
378
|
-
"width": 0.731126,
|
|
379
|
-
"height": 0.40000000000000036,
|
|
380
|
-
"pins": [
|
|
381
|
-
{
|
|
382
|
-
"pinId": "schematic_port_34",
|
|
383
|
-
"x": 0.365563,
|
|
384
|
-
"y": -2.924502,
|
|
385
|
-
"_facingDirection": "x-"
|
|
386
|
-
},
|
|
387
|
-
{
|
|
388
|
-
"pinId": "schematic_port_35",
|
|
389
|
-
"x": 1.096689,
|
|
390
|
-
"y": -2.924502,
|
|
391
|
-
"_facingDirection": "x+"
|
|
392
|
-
}
|
|
393
|
-
]
|
|
394
|
-
},
|
|
395
|
-
{
|
|
396
|
-
"chipId": "schematic_component_16",
|
|
397
|
-
"center": {
|
|
398
|
-
"x": 0.095,
|
|
399
|
-
"y": -2.376158
|
|
400
|
-
},
|
|
401
|
-
"width": 1.09,
|
|
402
|
-
"height": 0.5999999999999996,
|
|
403
|
-
"pins": [
|
|
404
|
-
{
|
|
405
|
-
"pinId": "schematic_port_36",
|
|
406
|
-
"x": -1.8369701987210297E-17,
|
|
407
|
-
"y": -2.0761580000000004,
|
|
408
|
-
"_facingDirection": "y+"
|
|
409
|
-
},
|
|
410
|
-
{
|
|
411
|
-
"pinId": "schematic_port_37",
|
|
412
|
-
"x": 1.8369701987210297E-17,
|
|
413
|
-
"y": -2.676158,
|
|
414
|
-
"_facingDirection": "y-"
|
|
415
|
-
}
|
|
416
|
-
]
|
|
417
|
-
},
|
|
418
|
-
{
|
|
419
|
-
"chipId": "schematic_component_17",
|
|
420
|
-
"center": {
|
|
421
|
-
"x": 1.47197,
|
|
422
|
-
"y": -2.284767
|
|
423
|
-
},
|
|
424
|
-
"width": 1.2849999999999997,
|
|
425
|
-
"height": 0.7600000000000009,
|
|
426
|
-
"pins": [
|
|
427
|
-
{
|
|
428
|
-
"pinId": "schematic_port_38",
|
|
429
|
-
"x": 1.27947,
|
|
430
|
-
"y": -1.984767,
|
|
431
|
-
"_facingDirection": "y+"
|
|
432
|
-
},
|
|
433
|
-
{
|
|
434
|
-
"pinId": "schematic_port_39",
|
|
435
|
-
"x": 1.27947,
|
|
436
|
-
"y": -2.584767,
|
|
437
|
-
"_facingDirection": "y-"
|
|
438
|
-
}
|
|
439
|
-
]
|
|
440
128
|
}
|
|
441
129
|
],
|
|
442
130
|
"directConnections": [
|
|
443
131
|
{
|
|
444
|
-
"netId": "
|
|
445
|
-
"
|
|
446
|
-
"schematic_port_13",
|
|
447
|
-
"schematic_port_2"
|
|
448
|
-
],
|
|
449
|
-
"netLabelText": "GH1"
|
|
450
|
-
},
|
|
451
|
-
{
|
|
452
|
-
"netId": "R3.pin2 to Q1A.gate",
|
|
453
|
-
"pinIds": [
|
|
454
|
-
"schematic_port_15",
|
|
455
|
-
"schematic_port_5"
|
|
456
|
-
],
|
|
457
|
-
"netLabelText": "GL1"
|
|
458
|
-
},
|
|
459
|
-
{
|
|
460
|
-
"netId": "Q2A.gate to R5.pin1",
|
|
461
|
-
"pinIds": [
|
|
462
|
-
"schematic_port_8",
|
|
463
|
-
"schematic_port_16"
|
|
464
|
-
],
|
|
465
|
-
"netLabelText": "GH2"
|
|
466
|
-
},
|
|
467
|
-
{
|
|
468
|
-
"netId": "Q2B.gate to R4.pin1",
|
|
469
|
-
"pinIds": [
|
|
470
|
-
"schematic_port_11",
|
|
471
|
-
"schematic_port_18"
|
|
472
|
-
],
|
|
473
|
-
"netLabelText": "GL2"
|
|
474
|
-
},
|
|
475
|
-
{
|
|
476
|
-
"netId": "Q1B.drain to Q2A.drain",
|
|
477
|
-
"pinIds": [
|
|
478
|
-
"schematic_port_0",
|
|
479
|
-
"schematic_port_6"
|
|
480
|
-
]
|
|
481
|
-
},
|
|
482
|
-
{
|
|
483
|
-
"netId": "C1.pin1 to Q1B.drain",
|
|
484
|
-
"pinIds": [
|
|
485
|
-
"schematic_port_20",
|
|
486
|
-
"schematic_port_0"
|
|
487
|
-
]
|
|
488
|
-
},
|
|
489
|
-
{
|
|
490
|
-
"netId": "Q1B.source to Q1A.drain",
|
|
491
|
-
"pinIds": [
|
|
492
|
-
"schematic_port_1",
|
|
493
|
-
"schematic_port_3"
|
|
494
|
-
]
|
|
495
|
-
},
|
|
496
|
-
{
|
|
497
|
-
"netId": "NT2.pin2 to Q1B.source",
|
|
498
|
-
"pinIds": [
|
|
499
|
-
"schematic_port_27",
|
|
500
|
-
"schematic_port_1"
|
|
501
|
-
]
|
|
502
|
-
},
|
|
503
|
-
{
|
|
504
|
-
"netId": "C17.pin1 to Q1B.source",
|
|
132
|
+
"netId": "top rail",
|
|
133
|
+
"netLabelText": "T",
|
|
505
134
|
"pinIds": [
|
|
506
|
-
"
|
|
507
|
-
"
|
|
135
|
+
"schematic_port_q1b_drain",
|
|
136
|
+
"schematic_port_q2a_drain"
|
|
508
137
|
]
|
|
509
138
|
},
|
|
510
139
|
{
|
|
511
|
-
"netId": "
|
|
512
|
-
"
|
|
513
|
-
"schematic_port_24",
|
|
514
|
-
"schematic_port_22"
|
|
515
|
-
],
|
|
516
|
-
"netLabelText": "SH1"
|
|
517
|
-
},
|
|
518
|
-
{
|
|
519
|
-
"netId": "Q2A.source to Q2B.drain",
|
|
140
|
+
"netId": "left rail",
|
|
141
|
+
"netLabelText": "L",
|
|
520
142
|
"pinIds": [
|
|
521
|
-
"
|
|
522
|
-
"
|
|
143
|
+
"schematic_port_q1b_source",
|
|
144
|
+
"schematic_port_q1a_drain"
|
|
523
145
|
]
|
|
524
146
|
},
|
|
525
147
|
{
|
|
526
|
-
"netId": "
|
|
148
|
+
"netId": "right rail",
|
|
149
|
+
"netLabelText": "R",
|
|
527
150
|
"pinIds": [
|
|
528
|
-
"
|
|
529
|
-
"
|
|
151
|
+
"schematic_port_q2a_source",
|
|
152
|
+
"schematic_port_q2b_drain"
|
|
530
153
|
]
|
|
531
154
|
},
|
|
532
155
|
{
|
|
533
|
-
"netId": "
|
|
156
|
+
"netId": "bottom rail",
|
|
157
|
+
"netLabelText": "B",
|
|
534
158
|
"pinIds": [
|
|
535
|
-
"
|
|
536
|
-
"
|
|
159
|
+
"schematic_port_q1a_source",
|
|
160
|
+
"schematic_port_q2b_source"
|
|
537
161
|
]
|
|
538
162
|
},
|
|
539
163
|
{
|
|
540
|
-
"netId": "
|
|
541
|
-
"pinIds": [
|
|
542
|
-
"schematic_port_25",
|
|
543
|
-
"schematic_port_23"
|
|
544
|
-
],
|
|
545
|
-
"netLabelText": "SH2"
|
|
546
|
-
},
|
|
547
|
-
{
|
|
548
|
-
"netId": "Q1A.source to Q2B.source",
|
|
164
|
+
"netId": "left rail to C17",
|
|
549
165
|
"pinIds": [
|
|
550
|
-
"
|
|
551
|
-
"
|
|
166
|
+
"schematic_port_q1b_source",
|
|
167
|
+
"schematic_port_c17_1"
|
|
552
168
|
]
|
|
553
169
|
},
|
|
554
170
|
{
|
|
555
|
-
"netId": "
|
|
556
|
-
"pinIds": [
|
|
557
|
-
"schematic_port_10",
|
|
558
|
-
"schematic_port_30"
|
|
559
|
-
],
|
|
560
|
-
"netLabelText": "SL2"
|
|
171
|
+
"netId": "left inner branch",
|
|
172
|
+
"pinIds": ["schematic_port_c17_1", "schematic_port_c18_1"]
|
|
561
173
|
},
|
|
562
174
|
{
|
|
563
|
-
"netId": "
|
|
175
|
+
"netId": "right rail to C17",
|
|
564
176
|
"pinIds": [
|
|
565
|
-
"
|
|
566
|
-
"
|
|
177
|
+
"schematic_port_q2a_source",
|
|
178
|
+
"schematic_port_c17_2"
|
|
567
179
|
]
|
|
568
180
|
},
|
|
569
181
|
{
|
|
570
|
-
"netId": "
|
|
571
|
-
"pinIds": [
|
|
572
|
-
"schematic_port_32",
|
|
573
|
-
"schematic_port_36"
|
|
574
|
-
]
|
|
575
|
-
},
|
|
576
|
-
{
|
|
577
|
-
"netId": "C16.pin1 to NT5.pin2",
|
|
578
|
-
"fallbackNetLabelWidth": 0.36,
|
|
579
|
-
"allowInlineNetLabel": true,
|
|
580
|
-
"inlineNetLabelHeight": 0.12,
|
|
581
|
-
"inlineNetLabelWidth": 0.24,
|
|
582
|
-
"pinIds": [
|
|
583
|
-
"schematic_port_38",
|
|
584
|
-
"schematic_port_33"
|
|
585
|
-
],
|
|
586
|
-
"netLabelText": "SP"
|
|
587
|
-
},
|
|
588
|
-
{
|
|
589
|
-
"netId": "R1.pin2 to NT6.pin1",
|
|
590
|
-
"pinIds": [
|
|
591
|
-
"schematic_port_37",
|
|
592
|
-
"schematic_port_34"
|
|
593
|
-
]
|
|
594
|
-
},
|
|
595
|
-
{
|
|
596
|
-
"netId": "C16.pin2 to NT6.pin2",
|
|
597
|
-
"fallbackNetLabelWidth": 0.36,
|
|
598
|
-
"allowInlineNetLabel": true,
|
|
599
|
-
"inlineNetLabelHeight": 0.12,
|
|
600
|
-
"inlineNetLabelWidth": 0.24,
|
|
601
|
-
"pinIds": [
|
|
602
|
-
"schematic_port_39",
|
|
603
|
-
"schematic_port_35"
|
|
604
|
-
],
|
|
605
|
-
"netLabelText": "SN"
|
|
606
|
-
}
|
|
607
|
-
],
|
|
608
|
-
"netConnections": [
|
|
609
|
-
{
|
|
610
|
-
"netId": "PVDD",
|
|
611
|
-
"netLabelWidth": 0.6,
|
|
612
|
-
"pinIds": [
|
|
613
|
-
"schematic_port_0",
|
|
614
|
-
"schematic_port_6",
|
|
615
|
-
"schematic_port_20"
|
|
616
|
-
],
|
|
617
|
-
"netLabelText": "PVDD"
|
|
618
|
-
},
|
|
619
|
-
{
|
|
620
|
-
"netId": "GH1",
|
|
621
|
-
"netLabelWidth": 0.48,
|
|
622
|
-
"fallbackNetLabelWidth": 0.48,
|
|
623
|
-
"allowInlineNetLabel": true,
|
|
624
|
-
"inlineNetLabelHeight": 0.12,
|
|
625
|
-
"inlineNetLabelWidth": 0.32,
|
|
626
|
-
"pinIds": [
|
|
627
|
-
"schematic_port_12"
|
|
628
|
-
],
|
|
629
|
-
"netLabelText": "GH1"
|
|
630
|
-
},
|
|
631
|
-
{
|
|
632
|
-
"netId": "GL1",
|
|
633
|
-
"netLabelWidth": 0.48,
|
|
634
|
-
"fallbackNetLabelWidth": 0.48,
|
|
635
|
-
"allowInlineNetLabel": true,
|
|
636
|
-
"inlineNetLabelHeight": 0.12,
|
|
637
|
-
"inlineNetLabelWidth": 0.32,
|
|
638
|
-
"pinIds": [
|
|
639
|
-
"schematic_port_14"
|
|
640
|
-
],
|
|
641
|
-
"netLabelText": "GL1"
|
|
642
|
-
},
|
|
643
|
-
{
|
|
644
|
-
"netId": "GH2",
|
|
645
|
-
"netLabelWidth": 0.48,
|
|
646
|
-
"fallbackNetLabelWidth": 0.48,
|
|
647
|
-
"allowInlineNetLabel": true,
|
|
648
|
-
"inlineNetLabelHeight": 0.12,
|
|
649
|
-
"inlineNetLabelWidth": 0.32,
|
|
650
|
-
"pinIds": [
|
|
651
|
-
"schematic_port_17"
|
|
652
|
-
],
|
|
653
|
-
"netLabelText": "GH2"
|
|
654
|
-
},
|
|
655
|
-
{
|
|
656
|
-
"netId": "GL2",
|
|
657
|
-
"netLabelWidth": 0.48,
|
|
658
|
-
"fallbackNetLabelWidth": 0.48,
|
|
659
|
-
"allowInlineNetLabel": true,
|
|
660
|
-
"inlineNetLabelHeight": 0.12,
|
|
661
|
-
"inlineNetLabelWidth": 0.32,
|
|
662
|
-
"pinIds": [
|
|
663
|
-
"schematic_port_19"
|
|
664
|
-
],
|
|
665
|
-
"netLabelText": "GL2"
|
|
666
|
-
},
|
|
667
|
-
{
|
|
668
|
-
"netId": "GND",
|
|
669
|
-
"netLabelWidth": 0.42,
|
|
670
|
-
"netLabelHeight": 0.48,
|
|
671
|
-
"pinIds": [
|
|
672
|
-
"schematic_port_21",
|
|
673
|
-
"schematic_port_34",
|
|
674
|
-
"schematic_port_37"
|
|
675
|
-
],
|
|
676
|
-
"netLabelText": "GND"
|
|
677
|
-
},
|
|
678
|
-
{
|
|
679
|
-
"netId": "SH1",
|
|
680
|
-
"netLabelWidth": 0.48,
|
|
681
|
-
"fallbackNetLabelWidth": 0.48,
|
|
682
|
-
"allowInlineNetLabel": true,
|
|
683
|
-
"inlineNetLabelHeight": 0.12,
|
|
684
|
-
"inlineNetLabelWidth": 0.32,
|
|
685
|
-
"pinIds": [
|
|
686
|
-
"schematic_port_26"
|
|
687
|
-
],
|
|
688
|
-
"netLabelText": "SH1"
|
|
689
|
-
},
|
|
690
|
-
{
|
|
691
|
-
"netId": "SH2",
|
|
692
|
-
"netLabelWidth": 0.48,
|
|
693
|
-
"fallbackNetLabelWidth": 0.48,
|
|
694
|
-
"allowInlineNetLabel": true,
|
|
695
|
-
"inlineNetLabelHeight": 0.12,
|
|
696
|
-
"inlineNetLabelWidth": 0.32,
|
|
697
|
-
"pinIds": [
|
|
698
|
-
"schematic_port_29"
|
|
699
|
-
],
|
|
700
|
-
"netLabelText": "SH2"
|
|
701
|
-
},
|
|
702
|
-
{
|
|
703
|
-
"netId": "SL2",
|
|
704
|
-
"netLabelWidth": 0.48,
|
|
705
|
-
"fallbackNetLabelWidth": 0.48,
|
|
706
|
-
"allowInlineNetLabel": true,
|
|
707
|
-
"inlineNetLabelHeight": 0.12,
|
|
708
|
-
"inlineNetLabelWidth": 0.32,
|
|
709
|
-
"pinIds": [
|
|
710
|
-
"schematic_port_31"
|
|
711
|
-
],
|
|
712
|
-
"netLabelText": "SL2"
|
|
713
|
-
},
|
|
714
|
-
{
|
|
715
|
-
"netId": "SP",
|
|
716
|
-
"netLabelWidth": 0.36,
|
|
717
|
-
"pinIds": [
|
|
718
|
-
"schematic_port_33",
|
|
719
|
-
"schematic_port_38"
|
|
720
|
-
],
|
|
721
|
-
"netLabelText": "SP"
|
|
722
|
-
},
|
|
723
|
-
{
|
|
724
|
-
"netId": "SN",
|
|
725
|
-
"netLabelWidth": 0.36,
|
|
726
|
-
"pinIds": [
|
|
727
|
-
"schematic_port_35",
|
|
728
|
-
"schematic_port_39"
|
|
729
|
-
],
|
|
730
|
-
"netLabelText": "SN"
|
|
182
|
+
"netId": "right inner branch",
|
|
183
|
+
"pinIds": ["schematic_port_c17_2", "schematic_port_c18_2"]
|
|
731
184
|
}
|
|
732
185
|
],
|
|
186
|
+
"netConnections": [],
|
|
733
187
|
"textBoxes": [],
|
|
734
|
-
"availableNetLabelOrientations": {
|
|
735
|
-
"GND": [
|
|
736
|
-
"y-"
|
|
737
|
-
],
|
|
738
|
-
"GH1": [
|
|
739
|
-
"x-",
|
|
740
|
-
"x+"
|
|
741
|
-
],
|
|
742
|
-
"GL1": [
|
|
743
|
-
"x-",
|
|
744
|
-
"x+"
|
|
745
|
-
],
|
|
746
|
-
"GH2": [
|
|
747
|
-
"x-",
|
|
748
|
-
"x+"
|
|
749
|
-
],
|
|
750
|
-
"GL2": [
|
|
751
|
-
"x-",
|
|
752
|
-
"x+"
|
|
753
|
-
],
|
|
754
|
-
"PVDD": [
|
|
755
|
-
"x-",
|
|
756
|
-
"x+"
|
|
757
|
-
],
|
|
758
|
-
"SH1": [
|
|
759
|
-
"x-",
|
|
760
|
-
"x+"
|
|
761
|
-
],
|
|
762
|
-
"SH2": [
|
|
763
|
-
"x-",
|
|
764
|
-
"x+"
|
|
765
|
-
],
|
|
766
|
-
"SL2": [
|
|
767
|
-
"x-",
|
|
768
|
-
"x+"
|
|
769
|
-
],
|
|
770
|
-
"SP": [
|
|
771
|
-
"x-",
|
|
772
|
-
"x+"
|
|
773
|
-
],
|
|
774
|
-
"SN": [
|
|
775
|
-
"x-",
|
|
776
|
-
"x+"
|
|
777
|
-
]
|
|
778
|
-
},
|
|
188
|
+
"availableNetLabelOrientations": {},
|
|
779
189
|
"maxMspPairDistance": 20
|
|
780
190
|
}
|