@tscircuit/schematic-trace-solver 0.0.148 → 0.0.150
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/.agents/skills/schematic-trace-visualization/SKILL.md +7 -2
- package/dist/index.d.ts +31 -2
- package/dist/index.js +127 -46
- package/lib/solvers/InlineNetLabelSolver/InlineNetLabelSolver.ts +115 -6
- package/lib/solvers/NetLabelPlacementSolver/NetLabelPlacementSolver.ts +17 -1
- package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/SingleNetLabelPlacementSolver.ts +2 -0
- package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/solvePortOnlyPin.ts +2 -0
- package/lib/types/InputProblem.ts +27 -1
- package/package.json +8 -1
- package/site/examples/example51.page.tsx +4 -0
- package/tests/assets/example51.json +5102 -0
- package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +751 -5
- package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +660 -5
- package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +44 -5
- package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +394 -5
- package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +170 -5
- package/tests/bug-reports/bug-report-20260707T134722Z/__snapshots__/bug-report-20260707T134722Z.snap.svg +79 -5
- package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +219 -5
- package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +65 -5
- package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +142 -5
- package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +100 -5
- package/tests/bug-reports/bug-report-20260708T053736Z/__snapshots__/bug-report-20260708T053736Z.snap.svg +23 -5
- package/tests/bug-reports/bug-report-20260708T055430Z/__snapshots__/bug-report-20260708T055430Z.snap.svg +58 -5
- package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +86 -5
- package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +226 -5
- package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +191 -5
- package/tests/bug-reports/bug-report-20260717T031704Z/__snapshots__/bug-report-20260717T031704Z.snap.svg +30 -5
- package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +37 -5
- package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +580 -2
- package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +44 -5
- package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +107 -5
- package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +114 -5
- package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +121 -5
- package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +51 -5
- package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +212 -5
- package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +569 -5
- package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +37 -5
- package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +289 -5
- package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +289 -5
- package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +149 -5
- package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +93 -5
- package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +79 -5
- package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +244 -2
- package/tests/examples/__snapshots__/example01.snap.svg +44 -5
- package/tests/examples/__snapshots__/example02.snap.svg +51 -5
- package/tests/examples/__snapshots__/example03.snap.svg +86 -5
- package/tests/examples/__snapshots__/example04.snap.svg +30 -5
- package/tests/examples/__snapshots__/example05.snap.svg +30 -5
- package/tests/examples/__snapshots__/example06.snap.svg +30 -5
- package/tests/examples/__snapshots__/example07.snap.svg +58 -5
- package/tests/examples/__snapshots__/example08.snap.svg +37 -5
- package/tests/examples/__snapshots__/example09.snap.svg +149 -5
- package/tests/examples/__snapshots__/example10.snap.svg +65 -5
- package/tests/examples/__snapshots__/example11.snap.svg +51 -5
- package/tests/examples/__snapshots__/example12.snap.svg +51 -5
- package/tests/examples/__snapshots__/example13.snap.svg +72 -5
- package/tests/examples/__snapshots__/example14.snap.svg +79 -5
- package/tests/examples/__snapshots__/example15.snap.svg +86 -5
- package/tests/examples/__snapshots__/example16.snap.svg +51 -5
- package/tests/examples/__snapshots__/example17.snap.svg +51 -5
- package/tests/examples/__snapshots__/example18.snap.svg +58 -5
- package/tests/examples/__snapshots__/example19.snap.svg +44 -5
- package/tests/examples/__snapshots__/example20.snap.svg +44 -5
- package/tests/examples/__snapshots__/example21.snap.svg +72 -5
- package/tests/examples/__snapshots__/example22.snap.svg +51 -5
- package/tests/examples/__snapshots__/example23.snap.svg +51 -5
- package/tests/examples/__snapshots__/example24.snap.svg +51 -5
- package/tests/examples/__snapshots__/example25.snap.svg +86 -5
- package/tests/examples/__snapshots__/example26.snap.svg +51 -5
- package/tests/examples/__snapshots__/example27.snap.svg +72 -5
- package/tests/examples/__snapshots__/example28.snap.svg +44 -5
- package/tests/examples/__snapshots__/example29.snap.svg +324 -5
- package/tests/examples/__snapshots__/example30.snap.svg +107 -5
- package/tests/examples/__snapshots__/example31.snap.svg +37 -5
- package/tests/examples/__snapshots__/example32.snap.svg +149 -5
- package/tests/examples/__snapshots__/example33.snap.svg +93 -5
- package/tests/examples/__snapshots__/example34.snap.svg +51 -5
- package/tests/examples/__snapshots__/example35.snap.svg +58 -5
- package/tests/examples/__snapshots__/example36.snap.svg +44 -5
- package/tests/examples/__snapshots__/example37.snap.svg +72 -5
- package/tests/examples/__snapshots__/example38.snap.svg +30 -5
- package/tests/examples/__snapshots__/example39.snap.svg +37 -5
- package/tests/examples/__snapshots__/example40.snap.svg +100 -5
- package/tests/examples/__snapshots__/example41.snap.svg +44 -5
- package/tests/examples/__snapshots__/example42.snap.svg +65 -5
- package/tests/examples/__snapshots__/example43.snap.svg +58 -5
- package/tests/examples/__snapshots__/example44.snap.svg +107 -5
- package/tests/examples/__snapshots__/example45.snap.svg +51 -5
- package/tests/examples/__snapshots__/example46.snap.svg +93 -5
- package/tests/examples/__snapshots__/example47.snap.svg +93 -5
- package/tests/examples/__snapshots__/example48.snap.svg +65 -5
- package/tests/examples/__snapshots__/example49.snap.svg +177 -5
- package/tests/examples/__snapshots__/example50.snap.svg +93 -5
- package/tests/examples/__snapshots__/example51.snap.svg +952 -0
- package/tests/examples/example51.test.ts +12 -0
- package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +219 -0
- package/tests/fixtures/convertSolverOutputToCircuitJson.ts +1058 -0
- package/tests/fixtures/matcher.ts +45 -8
- package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +762 -2
- package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +111 -2
- package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +167 -2
- package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +65 -5
- package/tests/repros/__snapshots__/manufacturePartNumber-text-box.snap.svg +30 -5
- package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +79 -5
- package/tests/repros/__snapshots__/repro-atmega328p-fault-pullup.snap.svg +65 -5
- package/tests/repros/__snapshots__/repro-atmega328p-missing-gnd-netlabel.snap.svg +149 -5
- package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +55 -2
- package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +160 -2
- package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +135 -5
- package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +69 -2
- package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +86 -5
- package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +260 -0
- package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +335 -2
- package/tests/repros/__snapshots__/repro-ground-label-on-lower-rail-end.snap.svg +48 -2
- package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +149 -5
- package/tests/repros/__snapshots__/repro-missing-trace-netlabel.snap.svg +72 -5
- package/tests/repros/__snapshots__/repro-netlabel-collision-687.snap.svg +100 -5
- package/tests/repros/__snapshots__/repro-netlabel-overlap-trace.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +90 -2
- package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +37 -5
- package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +237 -2
- package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +72 -5
- package/tests/repros/__snapshots__/repro-rp2040-v3v3-label-placement.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro-rp2040-zero-crystal-fallback-netlabels.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +79 -5
- package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +27 -2
- package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1150 -5
- package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +685 -2
- package/tests/repros/__snapshots__/repro-vcc-pin1-detour.snap.svg +27 -2
- package/tests/repros/__snapshots__/repro129-host-custom-symbol-passives.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +100 -5
- package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +107 -5
- package/tests/repros/__snapshots__/repro47-endpoint-obstacle-detour.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +104 -2
- package/tests/repros/__snapshots__/repro5-escape-padded-text-obstacles.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro51-overlap-junction-crossing.snap.svg +65 -5
- package/tests/repros/__snapshots__/repro84-stacked-gnd-label-orientation.snap.svg +27 -2
- package/tests/repros/__snapshots__/small-variant-resistor-facing-direction.snap.svg +58 -5
- package/tests/repros/__snapshots__/trace-overlap-box-resistor.snap.svg +37 -5
- package/tests/repros/assets/repro-core-tb67s579ftg-inline-label-routing.input.json +900 -0
- package/tests/repros/repro-core-tb67s579ftg-inline-label-routing.test.ts +40 -0
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/fallback-net-label-width.snap.svg +25 -7
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-anchored-label-clearance.snap.svg +34 -2
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-port-stub.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-two-pin-net.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label01.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/terminal-stub-trace-clearance.snap.svg +71 -0
- package/tests/solvers/InlineNetLabelSolver/fallback-net-label-width.test.ts +10 -1
- package/tests/solvers/InlineNetLabelSolver/terminal-stub-trace-clearance.test.ts +102 -0
- package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_01-example17-d1_1-u1_1.snap.svg +23 -5
- package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_repro47-short-opposing-pins.snap.svg +20 -2
- package/tests/solvers/TraceCleanupSolver/__snapshots__/TraceCleanupSolver.snap.svg +44 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/__snapshots__/TraceLabelOverlapAvoidanceSolver.snap.svg +79 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/MergedNetLabelObstacles.snap.svg +44 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/OverlapAvoidanceStepSolver.snap.svg +23 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/SingleOverlapSolver.snap.svg +30 -5
|
@@ -0,0 +1,900 @@
|
|
|
1
|
+
{
|
|
2
|
+
"chips": [
|
|
3
|
+
{
|
|
4
|
+
"chipId": "schematic_component_0",
|
|
5
|
+
"center": {
|
|
6
|
+
"x": 0,
|
|
7
|
+
"y": 0
|
|
8
|
+
},
|
|
9
|
+
"width": 4.09,
|
|
10
|
+
"height": 7.1499999999999995,
|
|
11
|
+
"pins": [
|
|
12
|
+
{
|
|
13
|
+
"pinId": "schematic_port_0",
|
|
14
|
+
"x": -2.045,
|
|
15
|
+
"y": -2.0000000000000004
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"pinId": "schematic_port_1",
|
|
19
|
+
"x": -1.4450000000000003,
|
|
20
|
+
"y": -3.5749999999999997
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"pinId": "schematic_port_2",
|
|
24
|
+
"x": -1.4450000000000003,
|
|
25
|
+
"y": 3.5749999999999997
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"pinId": "schematic_port_3",
|
|
29
|
+
"x": 2.045,
|
|
30
|
+
"y": 2.600000000000001
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"pinId": "schematic_port_4",
|
|
34
|
+
"x": -0.9630000000000003,
|
|
35
|
+
"y": -3.5749999999999997
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"pinId": "schematic_port_5",
|
|
39
|
+
"x": 2.045,
|
|
40
|
+
"y": 2.400000000000001
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"pinId": "schematic_port_6",
|
|
44
|
+
"x": 2.045,
|
|
45
|
+
"y": 2.2000000000000006
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"pinId": "schematic_port_7",
|
|
49
|
+
"x": -0.4810000000000003,
|
|
50
|
+
"y": -3.5749999999999997
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"pinId": "schematic_port_8",
|
|
54
|
+
"x": 2.045,
|
|
55
|
+
"y": 2.0000000000000004
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"pinId": "schematic_port_9",
|
|
59
|
+
"x": 2.220446049250313e-16,
|
|
60
|
+
"y": 3.5749999999999997
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"pinId": "schematic_port_10",
|
|
64
|
+
"x": -2.045,
|
|
65
|
+
"y": -0.7999999999999994
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"pinId": "schematic_port_11",
|
|
69
|
+
"x": -2.045,
|
|
70
|
+
"y": -0.5999999999999992
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"pinId": "schematic_port_12",
|
|
74
|
+
"x": -2.045,
|
|
75
|
+
"y": -0.19999999999999885
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"pinId": "schematic_port_13",
|
|
79
|
+
"x": -2.045,
|
|
80
|
+
"y": -0.399999999999999
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"pinId": "schematic_port_14",
|
|
84
|
+
"x": 0.0009999999999996678,
|
|
85
|
+
"y": -3.5749999999999997
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"pinId": "schematic_port_15",
|
|
89
|
+
"x": 0.48299999999999965,
|
|
90
|
+
"y": -3.5749999999999997
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"pinId": "schematic_port_16",
|
|
94
|
+
"x": -2.045,
|
|
95
|
+
"y": 2.600000000000001
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"pinId": "schematic_port_17",
|
|
99
|
+
"x": -2.045,
|
|
100
|
+
"y": -2.600000000000001
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"pinId": "schematic_port_18",
|
|
104
|
+
"x": -2.045,
|
|
105
|
+
"y": 2.400000000000001
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"pinId": "schematic_port_19",
|
|
109
|
+
"x": -2.045,
|
|
110
|
+
"y": 2.200000000000001
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"pinId": "schematic_port_20",
|
|
114
|
+
"x": -2.045,
|
|
115
|
+
"y": 2.000000000000001
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"pinId": "schematic_port_21",
|
|
119
|
+
"x": -2.045,
|
|
120
|
+
"y": 1.800000000000001
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"pinId": "schematic_port_22",
|
|
124
|
+
"x": -2.045,
|
|
125
|
+
"y": 1.600000000000001
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"pinId": "schematic_port_23",
|
|
129
|
+
"x": -2.045,
|
|
130
|
+
"y": 1.400000000000001
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"pinId": "schematic_port_24",
|
|
134
|
+
"x": -2.045,
|
|
135
|
+
"y": 1.200000000000001
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"pinId": "schematic_port_25",
|
|
139
|
+
"x": -2.045,
|
|
140
|
+
"y": 1.000000000000001
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"pinId": "schematic_port_26",
|
|
144
|
+
"x": -2.045,
|
|
145
|
+
"y": 0.8000000000000012
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"pinId": "schematic_port_27",
|
|
149
|
+
"x": -2.045,
|
|
150
|
+
"y": 0.6000000000000012
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"pinId": "schematic_port_28",
|
|
154
|
+
"x": -2.045,
|
|
155
|
+
"y": 0.40000000000000124
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"pinId": "schematic_port_29",
|
|
159
|
+
"x": 1.4450000000000003,
|
|
160
|
+
"y": 3.5749999999999997
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"pinId": "schematic_port_30",
|
|
164
|
+
"x": 2.045,
|
|
165
|
+
"y": -2.000000000000001
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"pinId": "schematic_port_31",
|
|
169
|
+
"x": 2.045,
|
|
170
|
+
"y": -2.200000000000001
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"pinId": "schematic_port_32",
|
|
174
|
+
"x": 2.045,
|
|
175
|
+
"y": -2.400000000000001
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"pinId": "schematic_port_33",
|
|
179
|
+
"x": 2.045,
|
|
180
|
+
"y": -2.600000000000001
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"pinId": "schematic_port_34",
|
|
184
|
+
"x": -2.045,
|
|
185
|
+
"y": -1.8000000000000003
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"pinId": "schematic_port_35",
|
|
189
|
+
"x": 2.045,
|
|
190
|
+
"y": -1.100000000000001
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"pinId": "schematic_port_36",
|
|
194
|
+
"x": 2.045,
|
|
195
|
+
"y": -0.900000000000001
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"pinId": "schematic_port_37",
|
|
199
|
+
"x": 2.045,
|
|
200
|
+
"y": -0.5000000000000009
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"pinId": "schematic_port_38",
|
|
204
|
+
"x": 2.045,
|
|
205
|
+
"y": -0.7000000000000011
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"pinId": "schematic_port_39",
|
|
209
|
+
"x": 2.045,
|
|
210
|
+
"y": -0.3000000000000007
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"pinId": "schematic_port_40",
|
|
214
|
+
"x": 2.045,
|
|
215
|
+
"y": -0.10000000000000053
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"pinId": "schematic_port_41",
|
|
219
|
+
"x": 2.045,
|
|
220
|
+
"y": 0.09999999999999964
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"pinId": "schematic_port_42",
|
|
224
|
+
"x": 2.045,
|
|
225
|
+
"y": 0.2999999999999998
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"pinId": "schematic_port_43",
|
|
229
|
+
"x": -2.045,
|
|
230
|
+
"y": -1.1999999999999997
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"pinId": "schematic_port_44",
|
|
234
|
+
"x": -2.045,
|
|
235
|
+
"y": -0.9999999999999996
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"pinId": "schematic_port_45",
|
|
239
|
+
"x": 0.9649999999999999,
|
|
240
|
+
"y": -3.5749999999999997
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"pinId": "schematic_port_46",
|
|
244
|
+
"x": 2.045,
|
|
245
|
+
"y": 0.5
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"pinId": "schematic_port_47",
|
|
249
|
+
"x": 2.045,
|
|
250
|
+
"y": 0.7000000000000002
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"pinId": "schematic_port_48",
|
|
254
|
+
"x": 1.4450000000000003,
|
|
255
|
+
"y": -3.5749999999999997
|
|
256
|
+
}
|
|
257
|
+
],
|
|
258
|
+
"sectionId": "TB67S579FTG breakout"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"chipId": "schematic_component_1",
|
|
262
|
+
"center": {
|
|
263
|
+
"x": -7,
|
|
264
|
+
"y": 1.1999999999999997
|
|
265
|
+
},
|
|
266
|
+
"width": 3.039999999999999,
|
|
267
|
+
"height": 4.000000000000001,
|
|
268
|
+
"pins": [
|
|
269
|
+
{
|
|
270
|
+
"pinId": "schematic_port_49",
|
|
271
|
+
"x": -5.48,
|
|
272
|
+
"y": 3.0000000000000004
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"pinId": "schematic_port_50",
|
|
276
|
+
"x": -5.48,
|
|
277
|
+
"y": 2.8000000000000003
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"pinId": "schematic_port_51",
|
|
281
|
+
"x": -5.48,
|
|
282
|
+
"y": 2.6
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"pinId": "schematic_port_52",
|
|
286
|
+
"x": -5.48,
|
|
287
|
+
"y": 2.4
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"pinId": "schematic_port_53",
|
|
291
|
+
"x": -5.48,
|
|
292
|
+
"y": 2.1999999999999997
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"pinId": "schematic_port_54",
|
|
296
|
+
"x": -5.48,
|
|
297
|
+
"y": 1.9999999999999996
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"pinId": "schematic_port_55",
|
|
301
|
+
"x": -5.48,
|
|
302
|
+
"y": 1.7999999999999994
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"pinId": "schematic_port_56",
|
|
306
|
+
"x": -5.48,
|
|
307
|
+
"y": 1.5999999999999992
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"pinId": "schematic_port_57",
|
|
311
|
+
"x": -5.48,
|
|
312
|
+
"y": 1.3999999999999992
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"pinId": "schematic_port_58",
|
|
316
|
+
"x": -5.48,
|
|
317
|
+
"y": 1.1999999999999993
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"pinId": "schematic_port_59",
|
|
321
|
+
"x": -5.48,
|
|
322
|
+
"y": 0.9999999999999993
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"pinId": "schematic_port_60",
|
|
326
|
+
"x": -5.48,
|
|
327
|
+
"y": 0.7999999999999994
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"pinId": "schematic_port_61",
|
|
331
|
+
"x": -5.48,
|
|
332
|
+
"y": 0.5999999999999994
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"pinId": "schematic_port_62",
|
|
336
|
+
"x": -5.48,
|
|
337
|
+
"y": 0.39999999999999947
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"pinId": "schematic_port_63",
|
|
341
|
+
"x": -5.48,
|
|
342
|
+
"y": 0.1999999999999995
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"pinId": "schematic_port_64",
|
|
346
|
+
"x": -5.48,
|
|
347
|
+
"y": -4.440892098500626e-16
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"pinId": "schematic_port_65",
|
|
351
|
+
"x": -5.48,
|
|
352
|
+
"y": -0.2000000000000004
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"pinId": "schematic_port_66",
|
|
356
|
+
"x": -5.48,
|
|
357
|
+
"y": -0.4000000000000006
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"pinId": "schematic_port_67",
|
|
361
|
+
"x": -5.48,
|
|
362
|
+
"y": -0.6000000000000005
|
|
363
|
+
}
|
|
364
|
+
],
|
|
365
|
+
"sectionId": "TB67S579FTG breakout"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"chipId": "schematic_component_2",
|
|
369
|
+
"center": {
|
|
370
|
+
"x": 7,
|
|
371
|
+
"y": -0.3999999999999999
|
|
372
|
+
},
|
|
373
|
+
"width": 2.8499999999999996,
|
|
374
|
+
"height": 4.000000000000001,
|
|
375
|
+
"pins": [
|
|
376
|
+
{
|
|
377
|
+
"pinId": "schematic_port_68",
|
|
378
|
+
"x": 5.575,
|
|
379
|
+
"y": 1.4000000000000004
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"pinId": "schematic_port_69",
|
|
383
|
+
"x": 5.575,
|
|
384
|
+
"y": 1.2000000000000006
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"pinId": "schematic_port_70",
|
|
388
|
+
"x": 5.575,
|
|
389
|
+
"y": 1.0000000000000004
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"pinId": "schematic_port_71",
|
|
393
|
+
"x": 5.575,
|
|
394
|
+
"y": 0.8000000000000004
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"pinId": "schematic_port_72",
|
|
398
|
+
"x": 5.575,
|
|
399
|
+
"y": 0.6000000000000004
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"pinId": "schematic_port_73",
|
|
403
|
+
"x": 5.575,
|
|
404
|
+
"y": 0.40000000000000047
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"pinId": "schematic_port_74",
|
|
408
|
+
"x": 5.575,
|
|
409
|
+
"y": 0.2000000000000005
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"pinId": "schematic_port_75",
|
|
413
|
+
"x": 5.575,
|
|
414
|
+
"y": 5.551115123125783e-16
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"pinId": "schematic_port_76",
|
|
418
|
+
"x": 5.575,
|
|
419
|
+
"y": -0.1999999999999994
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"pinId": "schematic_port_77",
|
|
423
|
+
"x": 5.575,
|
|
424
|
+
"y": -0.39999999999999936
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"pinId": "schematic_port_78",
|
|
428
|
+
"x": 5.575,
|
|
429
|
+
"y": -0.5999999999999993
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"pinId": "schematic_port_79",
|
|
433
|
+
"x": 5.575,
|
|
434
|
+
"y": -0.7999999999999993
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"pinId": "schematic_port_80",
|
|
438
|
+
"x": 5.575,
|
|
439
|
+
"y": -0.9999999999999994
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"pinId": "schematic_port_81",
|
|
443
|
+
"x": 5.575,
|
|
444
|
+
"y": -1.1999999999999997
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"pinId": "schematic_port_82",
|
|
448
|
+
"x": 5.575,
|
|
449
|
+
"y": -1.4
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"pinId": "schematic_port_83",
|
|
453
|
+
"x": 5.575,
|
|
454
|
+
"y": -1.6
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"pinId": "schematic_port_84",
|
|
458
|
+
"x": 5.575,
|
|
459
|
+
"y": -1.8000000000000003
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"pinId": "schematic_port_85",
|
|
463
|
+
"x": 5.575,
|
|
464
|
+
"y": -2.0000000000000004
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"pinId": "schematic_port_86",
|
|
468
|
+
"x": 5.575,
|
|
469
|
+
"y": -2.2000000000000006
|
|
470
|
+
}
|
|
471
|
+
],
|
|
472
|
+
"sectionId": "TB67S579FTG breakout"
|
|
473
|
+
}
|
|
474
|
+
],
|
|
475
|
+
"directConnections": [
|
|
476
|
+
{
|
|
477
|
+
"netId": "STOP_DET_VTH",
|
|
478
|
+
"fallbackNetLabelWidth": 1.56,
|
|
479
|
+
"allowInlineNetLabel": true,
|
|
480
|
+
"inlineNetLabelHeight": 0.12,
|
|
481
|
+
"inlineNetLabelWidth": 1.04,
|
|
482
|
+
"pinIds": [
|
|
483
|
+
"schematic_port_51",
|
|
484
|
+
"schematic_port_16"
|
|
485
|
+
]
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"netId": "KPKI_NANO",
|
|
489
|
+
"fallbackNetLabelWidth": 1.2,
|
|
490
|
+
"allowInlineNetLabel": true,
|
|
491
|
+
"inlineNetLabelHeight": 0.12,
|
|
492
|
+
"inlineNetLabelWidth": 0.8,
|
|
493
|
+
"pinIds": [
|
|
494
|
+
"schematic_port_52",
|
|
495
|
+
"schematic_port_18"
|
|
496
|
+
]
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"netId": "AGC_TIME",
|
|
500
|
+
"fallbackNetLabelWidth": 1.08,
|
|
501
|
+
"allowInlineNetLabel": true,
|
|
502
|
+
"inlineNetLabelHeight": 0.12,
|
|
503
|
+
"inlineNetLabelWidth": 0.72,
|
|
504
|
+
"pinIds": [
|
|
505
|
+
"schematic_port_53",
|
|
506
|
+
"schematic_port_19"
|
|
507
|
+
]
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"netId": "FREQ_MIN",
|
|
511
|
+
"fallbackNetLabelWidth": 1.08,
|
|
512
|
+
"allowInlineNetLabel": true,
|
|
513
|
+
"inlineNetLabelHeight": 0.12,
|
|
514
|
+
"inlineNetLabelWidth": 0.72,
|
|
515
|
+
"pinIds": [
|
|
516
|
+
"schematic_port_54",
|
|
517
|
+
"schematic_port_20"
|
|
518
|
+
]
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"netId": "VSP_MIN",
|
|
522
|
+
"fallbackNetLabelWidth": 0.96,
|
|
523
|
+
"allowInlineNetLabel": true,
|
|
524
|
+
"inlineNetLabelHeight": 0.12,
|
|
525
|
+
"inlineNetLabelWidth": 0.64,
|
|
526
|
+
"pinIds": [
|
|
527
|
+
"schematic_port_55",
|
|
528
|
+
"schematic_port_21"
|
|
529
|
+
]
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"netId": "AGC_KI",
|
|
533
|
+
"fallbackNetLabelWidth": 0.84,
|
|
534
|
+
"allowInlineNetLabel": true,
|
|
535
|
+
"inlineNetLabelHeight": 0.12,
|
|
536
|
+
"inlineNetLabelWidth": 0.56,
|
|
537
|
+
"pinIds": [
|
|
538
|
+
"schematic_port_56",
|
|
539
|
+
"schematic_port_22"
|
|
540
|
+
]
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"netId": "AGC_KP",
|
|
544
|
+
"fallbackNetLabelWidth": 0.84,
|
|
545
|
+
"allowInlineNetLabel": true,
|
|
546
|
+
"inlineNetLabelHeight": 0.12,
|
|
547
|
+
"inlineNetLabelWidth": 0.56,
|
|
548
|
+
"pinIds": [
|
|
549
|
+
"schematic_port_57",
|
|
550
|
+
"schematic_port_23"
|
|
551
|
+
]
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"netId": "TARGET_ANGLE",
|
|
555
|
+
"fallbackNetLabelWidth": 1.56,
|
|
556
|
+
"allowInlineNetLabel": true,
|
|
557
|
+
"inlineNetLabelHeight": 0.12,
|
|
558
|
+
"inlineNetLabelWidth": 1.04,
|
|
559
|
+
"pinIds": [
|
|
560
|
+
"schematic_port_58",
|
|
561
|
+
"schematic_port_24"
|
|
562
|
+
]
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
"netId": "NFHYS",
|
|
566
|
+
"fallbackNetLabelWidth": 0.72,
|
|
567
|
+
"allowInlineNetLabel": true,
|
|
568
|
+
"inlineNetLabelHeight": 0.12,
|
|
569
|
+
"inlineNetLabelWidth": 0.48,
|
|
570
|
+
"pinIds": [
|
|
571
|
+
"schematic_port_59",
|
|
572
|
+
"schematic_port_25"
|
|
573
|
+
]
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"netId": "MTBLANK",
|
|
577
|
+
"fallbackNetLabelWidth": 0.96,
|
|
578
|
+
"allowInlineNetLabel": true,
|
|
579
|
+
"inlineNetLabelHeight": 0.12,
|
|
580
|
+
"inlineNetLabelWidth": 0.64,
|
|
581
|
+
"pinIds": [
|
|
582
|
+
"schematic_port_60",
|
|
583
|
+
"schematic_port_26"
|
|
584
|
+
]
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"netId": "STBLANK",
|
|
588
|
+
"fallbackNetLabelWidth": 0.96,
|
|
589
|
+
"allowInlineNetLabel": true,
|
|
590
|
+
"inlineNetLabelHeight": 0.12,
|
|
591
|
+
"inlineNetLabelWidth": 0.64,
|
|
592
|
+
"pinIds": [
|
|
593
|
+
"schematic_port_61",
|
|
594
|
+
"schematic_port_27"
|
|
595
|
+
]
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"netId": "CTBLANK",
|
|
599
|
+
"fallbackNetLabelWidth": 0.96,
|
|
600
|
+
"allowInlineNetLabel": true,
|
|
601
|
+
"inlineNetLabelHeight": 0.12,
|
|
602
|
+
"inlineNetLabelWidth": 0.64,
|
|
603
|
+
"pinIds": [
|
|
604
|
+
"schematic_port_62",
|
|
605
|
+
"schematic_port_28"
|
|
606
|
+
]
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
"netId": "VM_1",
|
|
610
|
+
"pinIds": [
|
|
611
|
+
"schematic_port_50",
|
|
612
|
+
"schematic_port_2"
|
|
613
|
+
]
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"netId": "VM_2",
|
|
617
|
+
"pinIds": [
|
|
618
|
+
"schematic_port_50",
|
|
619
|
+
"schematic_port_9"
|
|
620
|
+
]
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"netId": "VREG",
|
|
624
|
+
"fallbackNetLabelWidth": 0.6,
|
|
625
|
+
"allowInlineNetLabel": true,
|
|
626
|
+
"inlineNetLabelHeight": 0.12,
|
|
627
|
+
"inlineNetLabelWidth": 0.4,
|
|
628
|
+
"pinIds": [
|
|
629
|
+
"schematic_port_64",
|
|
630
|
+
"schematic_port_29"
|
|
631
|
+
]
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"netId": "GND",
|
|
635
|
+
"fallbackNetLabelWidth": 0.48,
|
|
636
|
+
"allowInlineNetLabel": true,
|
|
637
|
+
"inlineNetLabelHeight": 0.12,
|
|
638
|
+
"inlineNetLabelWidth": 0.32,
|
|
639
|
+
"pinIds": [
|
|
640
|
+
"schematic_port_65",
|
|
641
|
+
"schematic_port_15"
|
|
642
|
+
]
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"netId": "OUT_A_P",
|
|
646
|
+
"fallbackNetLabelWidth": 0.96,
|
|
647
|
+
"allowInlineNetLabel": true,
|
|
648
|
+
"inlineNetLabelHeight": 0.12,
|
|
649
|
+
"inlineNetLabelWidth": 0.64,
|
|
650
|
+
"pinIds": [
|
|
651
|
+
"schematic_port_68",
|
|
652
|
+
"schematic_port_3"
|
|
653
|
+
]
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"netId": "OUT_A_N",
|
|
657
|
+
"fallbackNetLabelWidth": 0.96,
|
|
658
|
+
"allowInlineNetLabel": true,
|
|
659
|
+
"inlineNetLabelHeight": 0.12,
|
|
660
|
+
"inlineNetLabelWidth": 0.64,
|
|
661
|
+
"pinIds": [
|
|
662
|
+
"schematic_port_69",
|
|
663
|
+
"schematic_port_5"
|
|
664
|
+
]
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"netId": "OUT_B_N",
|
|
668
|
+
"fallbackNetLabelWidth": 0.96,
|
|
669
|
+
"allowInlineNetLabel": true,
|
|
670
|
+
"inlineNetLabelHeight": 0.12,
|
|
671
|
+
"inlineNetLabelWidth": 0.64,
|
|
672
|
+
"pinIds": [
|
|
673
|
+
"schematic_port_70",
|
|
674
|
+
"schematic_port_6"
|
|
675
|
+
]
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"netId": "OUT_B_P",
|
|
679
|
+
"fallbackNetLabelWidth": 0.96,
|
|
680
|
+
"allowInlineNetLabel": true,
|
|
681
|
+
"inlineNetLabelHeight": 0.12,
|
|
682
|
+
"inlineNetLabelWidth": 0.64,
|
|
683
|
+
"pinIds": [
|
|
684
|
+
"schematic_port_71",
|
|
685
|
+
"schematic_port_8"
|
|
686
|
+
]
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"netId": "SERIAL_IN",
|
|
690
|
+
"fallbackNetLabelWidth": 1.2,
|
|
691
|
+
"allowInlineNetLabel": true,
|
|
692
|
+
"inlineNetLabelHeight": 0.12,
|
|
693
|
+
"inlineNetLabelWidth": 0.8,
|
|
694
|
+
"pinIds": [
|
|
695
|
+
"schematic_port_72",
|
|
696
|
+
"schematic_port_47"
|
|
697
|
+
]
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
"netId": "SERIAL_CLK",
|
|
701
|
+
"fallbackNetLabelWidth": 1.32,
|
|
702
|
+
"allowInlineNetLabel": true,
|
|
703
|
+
"inlineNetLabelHeight": 0.12,
|
|
704
|
+
"inlineNetLabelWidth": 0.88,
|
|
705
|
+
"pinIds": [
|
|
706
|
+
"schematic_port_73",
|
|
707
|
+
"schematic_port_46"
|
|
708
|
+
]
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
"netId": "DMODE2",
|
|
712
|
+
"fallbackNetLabelWidth": 0.84,
|
|
713
|
+
"allowInlineNetLabel": true,
|
|
714
|
+
"inlineNetLabelHeight": 0.12,
|
|
715
|
+
"inlineNetLabelWidth": 0.56,
|
|
716
|
+
"pinIds": [
|
|
717
|
+
"schematic_port_74",
|
|
718
|
+
"schematic_port_42"
|
|
719
|
+
]
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"netId": "DMODE1",
|
|
723
|
+
"fallbackNetLabelWidth": 0.84,
|
|
724
|
+
"allowInlineNetLabel": true,
|
|
725
|
+
"inlineNetLabelHeight": 0.12,
|
|
726
|
+
"inlineNetLabelWidth": 0.56,
|
|
727
|
+
"pinIds": [
|
|
728
|
+
"schematic_port_75",
|
|
729
|
+
"schematic_port_41"
|
|
730
|
+
]
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"netId": "DMODE0",
|
|
734
|
+
"fallbackNetLabelWidth": 0.84,
|
|
735
|
+
"allowInlineNetLabel": true,
|
|
736
|
+
"inlineNetLabelHeight": 0.12,
|
|
737
|
+
"inlineNetLabelWidth": 0.56,
|
|
738
|
+
"pinIds": [
|
|
739
|
+
"schematic_port_76",
|
|
740
|
+
"schematic_port_40"
|
|
741
|
+
]
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
"netId": "CLK",
|
|
745
|
+
"fallbackNetLabelWidth": 0.48,
|
|
746
|
+
"allowInlineNetLabel": true,
|
|
747
|
+
"inlineNetLabelHeight": 0.12,
|
|
748
|
+
"inlineNetLabelWidth": 0.32,
|
|
749
|
+
"pinIds": [
|
|
750
|
+
"schematic_port_77",
|
|
751
|
+
"schematic_port_39"
|
|
752
|
+
]
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"netId": "CW_CCW",
|
|
756
|
+
"fallbackNetLabelWidth": 0.84,
|
|
757
|
+
"allowInlineNetLabel": true,
|
|
758
|
+
"inlineNetLabelHeight": 0.12,
|
|
759
|
+
"inlineNetLabelWidth": 0.56,
|
|
760
|
+
"pinIds": [
|
|
761
|
+
"schematic_port_78",
|
|
762
|
+
"schematic_port_37"
|
|
763
|
+
]
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"netId": "ENABLE",
|
|
767
|
+
"fallbackNetLabelWidth": 0.84,
|
|
768
|
+
"allowInlineNetLabel": true,
|
|
769
|
+
"inlineNetLabelHeight": 0.12,
|
|
770
|
+
"inlineNetLabelWidth": 0.56,
|
|
771
|
+
"pinIds": [
|
|
772
|
+
"schematic_port_79",
|
|
773
|
+
"schematic_port_38"
|
|
774
|
+
]
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"netId": "RESET_X",
|
|
778
|
+
"fallbackNetLabelWidth": 0.96,
|
|
779
|
+
"allowInlineNetLabel": true,
|
|
780
|
+
"inlineNetLabelHeight": 0.12,
|
|
781
|
+
"inlineNetLabelWidth": 0.64,
|
|
782
|
+
"pinIds": [
|
|
783
|
+
"schematic_port_80",
|
|
784
|
+
"schematic_port_36"
|
|
785
|
+
]
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"netId": "SLEEP_X",
|
|
789
|
+
"fallbackNetLabelWidth": 0.96,
|
|
790
|
+
"allowInlineNetLabel": true,
|
|
791
|
+
"inlineNetLabelHeight": 0.12,
|
|
792
|
+
"inlineNetLabelWidth": 0.64,
|
|
793
|
+
"pinIds": [
|
|
794
|
+
"schematic_port_81",
|
|
795
|
+
"schematic_port_35"
|
|
796
|
+
]
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
"netId": "LO2",
|
|
800
|
+
"fallbackNetLabelWidth": 0.48,
|
|
801
|
+
"allowInlineNetLabel": true,
|
|
802
|
+
"inlineNetLabelHeight": 0.12,
|
|
803
|
+
"inlineNetLabelWidth": 0.32,
|
|
804
|
+
"pinIds": [
|
|
805
|
+
"schematic_port_82",
|
|
806
|
+
"schematic_port_30"
|
|
807
|
+
]
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"netId": "LO1",
|
|
811
|
+
"fallbackNetLabelWidth": 0.48,
|
|
812
|
+
"allowInlineNetLabel": true,
|
|
813
|
+
"inlineNetLabelHeight": 0.12,
|
|
814
|
+
"inlineNetLabelWidth": 0.32,
|
|
815
|
+
"pinIds": [
|
|
816
|
+
"schematic_port_83",
|
|
817
|
+
"schematic_port_31"
|
|
818
|
+
]
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
"netId": "LO0",
|
|
822
|
+
"fallbackNetLabelWidth": 0.48,
|
|
823
|
+
"allowInlineNetLabel": true,
|
|
824
|
+
"inlineNetLabelHeight": 0.12,
|
|
825
|
+
"inlineNetLabelWidth": 0.32,
|
|
826
|
+
"pinIds": [
|
|
827
|
+
"schematic_port_84",
|
|
828
|
+
"schematic_port_32"
|
|
829
|
+
]
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
"netId": "MO",
|
|
833
|
+
"fallbackNetLabelWidth": 0.36,
|
|
834
|
+
"allowInlineNetLabel": true,
|
|
835
|
+
"inlineNetLabelHeight": 0.12,
|
|
836
|
+
"inlineNetLabelWidth": 0.24,
|
|
837
|
+
"pinIds": [
|
|
838
|
+
"schematic_port_85",
|
|
839
|
+
"schematic_port_33"
|
|
840
|
+
]
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"netId": "AGC_OUT",
|
|
844
|
+
"fallbackNetLabelWidth": 0.96,
|
|
845
|
+
"allowInlineNetLabel": true,
|
|
846
|
+
"inlineNetLabelHeight": 0.12,
|
|
847
|
+
"inlineNetLabelWidth": 0.64,
|
|
848
|
+
"pinIds": [
|
|
849
|
+
"schematic_port_86",
|
|
850
|
+
"schematic_port_0"
|
|
851
|
+
]
|
|
852
|
+
}
|
|
853
|
+
],
|
|
854
|
+
"netConnections": [],
|
|
855
|
+
"textBoxes": [
|
|
856
|
+
{
|
|
857
|
+
"chipId": "schematic_component_0",
|
|
858
|
+
"center": {
|
|
859
|
+
"x": 2.4050000000000002,
|
|
860
|
+
"y": 3.525
|
|
861
|
+
},
|
|
862
|
+
"width": 1.3199999999999998,
|
|
863
|
+
"height": 0.17999999999999972,
|
|
864
|
+
"text": "TB67S579FTG"
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
"chipId": "schematic_component_0",
|
|
868
|
+
"center": {
|
|
869
|
+
"x": 1.865,
|
|
870
|
+
"y": 3.29
|
|
871
|
+
},
|
|
872
|
+
"width": 0.3599999999999999,
|
|
873
|
+
"height": 0.24999999999999956,
|
|
874
|
+
"text": "U1"
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
"chipId": "schematic_component_1",
|
|
878
|
+
"center": {
|
|
879
|
+
"x": -8.000000000000002,
|
|
880
|
+
"y": 3.3150000000000004
|
|
881
|
+
},
|
|
882
|
+
"width": 0.3600000000000003,
|
|
883
|
+
"height": 0.24999999999999956,
|
|
884
|
+
"text": "J1"
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"chipId": "schematic_component_2",
|
|
888
|
+
"center": {
|
|
889
|
+
"x": 6.095,
|
|
890
|
+
"y": 1.7150000000000007
|
|
891
|
+
},
|
|
892
|
+
"width": 0.35999999999999943,
|
|
893
|
+
"height": 0.2500000000000002,
|
|
894
|
+
"text": "J4"
|
|
895
|
+
}
|
|
896
|
+
],
|
|
897
|
+
"availableNetLabelOrientations": {},
|
|
898
|
+
"maxMspPairDistance": 20,
|
|
899
|
+
"_hideRatsNet": false
|
|
900
|
+
}
|