@tscircuit/schematic-trace-solver 0.0.160 → 0.0.161
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.d.ts +3 -0
- package/dist/index.js +171 -8
- package/lib/solvers/AvailableNetOrientationSolver/AvailableNetOrientationSolver.ts +210 -6
- package/lib/solvers/TraceCleanupSolver/sameNetRailAlignment/getFixedLabelCoordinate.ts +44 -13
- package/package.json +1 -1
- package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +1 -1
- package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +1 -1
- package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +79 -79
- package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +85 -85
- package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +1 -1
- package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +163 -163
- package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +547 -547
- package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +13 -13
- package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +267 -267
- package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +267 -267
- package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +109 -109
- package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +1 -1
- package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +49 -49
- package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +1 -1
- package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +103 -103
- package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +103 -103
- package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +163 -163
- package/tests/examples/__snapshots__/example51.snap.svg +568 -568
- package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +16 -1
- package/tests/fixtures/convertSolverOutputToCircuitJson.ts +23 -12
- package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +736 -736
- package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +79 -79
- package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +127 -127
- package/tests/repros/__snapshots__/repro-bluetooth-controller-ground-decoupling-groups.snap.svg +106 -0
- package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +31 -31
- package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +121 -121
- package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +43 -43
- package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +19 -19
- package/tests/repros/__snapshots__/repro-core-ground-inline-label-fallback.snap.svg +277 -0
- package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +19 -19
- package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +7 -7
- package/tests/repros/__snapshots__/repro-dc-power-isolated-routing.snap.svg +37 -37
- package/tests/repros/__snapshots__/repro-hdc2080-ground-label-alignment.snap.svg +137 -0
- package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +61 -61
- package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +115 -115
- package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +743 -743
- package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +43 -43
- package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +1 -1
- package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +17 -17
- package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1131 -1131
- package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +7 -7
- package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +7 -7
- package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +666 -666
- package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +73 -73
- package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +73 -73
- package/tests/repros/assets/repro-bluetooth-controller-ground-decoupling-groups.input.json +214 -0
- package/tests/repros/assets/repro-core-ground-inline-label-fallback.input.json +863 -0
- package/tests/repros/repro-bluetooth-controller-ground-decoupling-groups.test.ts +18 -0
- package/tests/repros/repro-core-ground-inline-label-fallback.test.ts +34 -0
- package/tests/repros/repro-hdc2080-ground-label-alignment.test.ts +239 -0
- package/tests/repros/repro-tida010076-j4-ground-bus.test.ts +14 -10
- package/tests/repros/repro-tida010076-page02.test.ts +2 -2
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +1 -1
|
@@ -100,90 +100,90 @@ orientation: y-" data-x="1.6300000000000003" data-y="-0.39500000000000013" cx="4
|
|
|
100
100
|
.port-label { fill: rgb(0, 100, 100); }
|
|
101
101
|
.component-name { fill: rgb(0, 100, 100); }
|
|
102
102
|
|
|
103
|
-
</style><rect class="boundary" x="0" y="0" width="1200" height="800"/><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><path d="M 736.5459000790681 326.4869681443245 L 821.602300573238 326.4869681443245" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 736.5459000790681 326.4869681443245 L 821.602300573238 326.4869681443245" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><path d="M 856.839952206537 206.19291601685552 L 856.839952206537 266.33994208059 L 797.300471860618 266.33994208059 L 797.300471860618 326.4869681443245 L 821.602300573238 326.4869681443245" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 856.839952206537 206.19291601685552 L 856.839952206537 266.33994208059 L 797.300471860618 266.33994208059 L 797.300471860618 326.4869681443245 L 821.602300573238 326.4869681443245" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><path d="M 639.338585228588 691.0143988336245 L 441.88622693855064 691.0143988336245 L 441.88622693855064 652.739018611248" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 639.338585228588 691.0143988336245 L 441.88622693855064 691.0143988336245 L 441.88622693855064 652.739018611248" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><path d="M 444.92395552762804 326.4869681443245 L 420.6221268150081 326.4869681443245 L 420.6221268150081 350.7887968569445 L 444.92395552762804 350.7887968569445" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 444.92395552762804 326.4869681443245 L 420.6221268150081 326.4869681443245 L 420.6221268150081 350.7887968569445 L 444.92395552762804 350.7887968569445" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><path d="M 441.88622693855064 560.3920695032919 L 441.88622693855064 350.78879685694454 L 444.92395552762804 350.78879685694454" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 441.88622693855064 560.3920695032919 L 441.88622693855064 350.78879685694454 L 444.92395552762804 350.78879685694454" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><path d="M 856.839952206537 133.28742987899554 L 856.839952206537 108.98560116637555 L 796.6929261428025 108.98560116637555 L 796.6929261428025 277.8833107190845 L 736.5459000790681 277.8833107190845" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 856.839952206537 133.28742987899554 L 856.839952206537 108.98560116637555 L 796.6929261428025 108.98560116637555 L 796.6929261428025 277.8833107190845 L 736.5459000790681 277.8833107190845" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><path d="M 444.92395552762804 302.1851394317045 L 416.06553393139177 302.1851394317045 L 416.06553393139177 268.1625792340365 L 314.9091719151111 268.1625792340365 L 314.9091719151111 292.46440794665654" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 444.92395552762804 302.1851394317045 L 416.06553393139177 302.1851394317045 L 416.06553393139177 268.1625792340365 L 314.9091719151111 268.1625792340365 L 314.9091719151111 292.46440794665654" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><path d="M 736.5459000790681 350.7887968569445 L 765.8296036777751 350.7887968569445 L 765.8296036777751 381.2875918912826" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 736.5459000790681 350.7887968569445 L 765.8296036777751 350.7887968569445 L 765.8296036777751 381.2875918912826" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><path d="M 639.338585228588 642.4107414083844 L 610.0548816298809 642.4107414083844 L 610.0548816298809 617.9874035522013" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 639.338585228588 642.4107414083844 L 610.0548816298809 642.4107414083844 L 610.0548816298809 617.9874035522013" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="821.602300573238" cy="326.4869681443245" r="3.6452743068929996" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><circle cx="444.92395552762804" cy="350.7887968569445" r="3.6452743068929996" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="493.527612952868" y="253.5814820064645" width="194.41462970096006" height="121.5091435631" stroke-width="2.430182871262px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="493.527612952868" y="253.5814820064645" width="194.41462970096006" height="121.5091435631" fill="transparent"/><text class="sch-text" x="590.734927803348" y="314.3360537880145" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="21.871645841358px" transform="rotate(0, 590.734927803348, 314.3360537880145)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="687.9422426538281" y1="350.7887968569445" x2="736.5459000790681" y2="350.7887968569445" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="734.1157172078061" y="348.3586139856825" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="712.2440713664481" y="348.3586139856825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><text class="pin-number sch-pin-label" x="675.791328297518" y="350.7887968569445" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.226371534465px" transform="">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="493.527612952868" y1="350.7887968569445" x2="444.92395552762804" y2="350.7887968569445" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="442.49377265636605" y="348.3586139856825" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="469.225784240248" y="348.3586139856825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><text class="pin-number sch-pin-label" x="505.67852730917804" y="350.7887968569445" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.226371534465px" transform="">schematic_port_1</text><line class="component-pin sch-component-pin sch-port-line" x1="687.9422426538281" y1="302.1851394317045" x2="734.115717207806" y2="302.1851394317045" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="736.5459000790681" cy="302.1851394317045" r="2.430182871262" stroke-width="2.430182871262px"/><rect x="734.1157172078061" y="299.7549565604425" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="712.2440713664481" y="299.7549565604425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><text class="pin-number sch-pin-label" x="675.791328297518" y="302.1851394317045" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.226371534465px" transform="">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="493.527612952868" y1="277.8833107190845" x2="447.35413839889003" y2="277.8833107190845" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="444.92395552762804" cy="277.8833107190845" r="2.430182871262" stroke-width="2.430182871262px"/><rect x="442.49377265636605" y="275.4531278478225" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="469.225784240248" y="275.4531278478225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><text class="pin-number sch-pin-label" x="505.67852730917804" y="277.8833107190845" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.226371534465px" transform="">schematic_port_3</text><line class="component-pin sch-component-pin sch-port-line" x1="493.527612952868" y1="302.1851394317045" x2="444.92395552762804" y2="302.1851394317045" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="442.49377265636605" y="299.7549565604425" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="469.225784240248" y="299.7549565604425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><text class="pin-number sch-pin-label" x="505.67852730917804" y="302.1851394317045" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.226371534465px" transform="">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="493.527612952868" y1="326.4869681443245" x2="444.92395552762804" y2="326.4869681443245" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="442.49377265636605" y="324.05678527306253" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="469.225784240248" y="324.0567852730625" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><text class="pin-number sch-pin-label" x="505.67852730917804" y="326.4869681443245" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.226371534465px" transform="">schematic_port_5</text><line class="component-pin sch-component-pin sch-port-line" x1="687.9422426538281" y1="326.4869681443245" x2="736.5459000790681" y2="326.4869681443245" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="734.1157172078061" y="324.05678527306253" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="712.2440713664481" y="324.05678527306253" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><text class="pin-number sch-pin-label" x="675.791328297518" y="326.4869681443245" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.226371534465px" transform="">schematic_port_6</text><line class="component-pin sch-component-pin sch-port-line" x1="687.9422426538281" y1="277.8833107190845" x2="736.5459000790681" y2="277.8833107190845" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="734.1157172078061" y="275.4531278478225" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="712.2440713664481" y="275.4531278478225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><text class="pin-number sch-pin-label" x="675.791328297518" y="277.8833107190845" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.226371534465px" transform="">schematic_port_7</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="817.3494805485295" y="163.6647157697705" width="102.67522631081943" height="12.150914356310011" stroke-width="2.430182871262px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="817.3494805485295" y="163.6647157697705" width="102.67522631081943" height="12.150914356310011" fill="transparent"/><text class="sch-text" x="868.6870937039394" y="169.74017294792552" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="21.871645841358px" transform="rotate(0, 868.6870937039394, 169.74017294792552)">schematic_component_1</text><line class="component-pin sch-component-pin sch-port-line" x1="856.839952206537" y1="163.6647157697705" x2="856.839952206537" y2="133.28742987899554" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="854.409769335275" y="130.85724700773355" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="854.4097693352751" y="148.47607282438304" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform="rotate(-90 854.4097693352751 148.47607282438304)"></text><text class="pin-number sch-pin-label" x="856.839952206537" y="175.81563012608052" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.226371534465px" transform="rotate(-90 856.839952206537 175.81563012608052)">schematic_port_8</text><line class="component-pin sch-component-pin sch-port-line" x1="856.839952206537" y1="175.81563012608052" x2="856.839952206537" y2="206.19291601685552" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="854.409769335275" y="203.76273314559353" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="854.4097693352751" y="191.004273071468" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform="rotate(-90 854.4097693352751 191.004273071468)"></text><text class="pin-number sch-pin-label" x="856.839952206537" y="163.6647157697705" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.226371534465px" transform="rotate(-90 856.839952206537 163.6647157697705)">schematic_port_9</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="851.9795864640131" y="285.1738593328705" width="12.150914356309954" height="82.62621762290803" stroke-width="2.430182871262px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="851.9795864640131" y="285.1738593328705" width="12.150914356309954" height="82.62621762290803" fill="transparent"/><text class="sch-text" x="858.0550436421681" y="326.4869681443245" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="21.871645841358px" transform="rotate(0, 858.0550436421681, 326.4869681443245)">schematic_component_2</text><line class="component-pin sch-component-pin sch-port-line" x1="851.9795864640131" y1="326.4869681443245" x2="821.602300573238" y2="326.4869681443245" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="819.172117701976" y="324.05678527306253" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="836.7909435186256" y="324.05678527306253" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><text class="pin-number sch-pin-label" x="864.130500820323" y="326.4869681443245" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.226371534465px" transform="">schematic_port_10</text><line class="component-pin sch-component-pin sch-port-line" x1="864.130500820323" y1="326.4869681443245" x2="892.077603839836" y2="326.4869681443245" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="894.5077867110981" cy="326.4869681443245" r="2.430182871262" stroke-width="2.430182871262px"/><rect x="892.0776038398361" y="324.05678527306253" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="879.3191437657106" y="324.05678527306253" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><text class="pin-number sch-pin-label" x="851.9795864640131" y="326.4869681443245" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.226371534465px" transform="">schematic_port_11</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="402.3957552805431" y="600.4900868791149" width="111.78841207805203" height="12.150914356310068" stroke-width="2.430182871262px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="402.3957552805431" y="600.4900868791149" width="111.78841207805203" height="12.150914356310068" fill="transparent"/><text class="sch-text" x="458.2899613195691" y="606.5655440572699" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="21.871645841358px" transform="rotate(0, 458.2899613195691, 606.5655440572699)">schematic_component_3</text><line class="component-pin sch-component-pin sch-port-line" x1="441.88622693855064" y1="600.4900868791149" x2="441.88622693855064" y2="560.3920695032919" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="439.45604406728864" y="557.9618866320299" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="439.4560440672886" y="580.4410781912034" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform="rotate(-90 439.4560440672886 580.4410781912034)"></text><text class="pin-number sch-pin-label" x="441.88622693855064" y="612.6410012354249" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.226371534465px" transform="rotate(-90 441.88622693855064 612.6410012354249)">schematic_port_12</text><line class="component-pin sch-component-pin sch-port-line" x1="441.88622693855064" y1="612.6410012354249" x2="441.88622693855064" y2="652.739018611248" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="439.45604406728864" y="650.308835739986" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="439.4560440672886" y="632.6900099233364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform="rotate(-90 439.4560440672886 632.6900099233364)"></text><text class="pin-number sch-pin-label" x="441.88622693855064" y="600.4900868791149" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.226371534465px" transform="rotate(-90 441.88622693855064 600.4900868791149)">schematic_port_13</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="275.4187002571036" y="332.5624253224795" width="111.78841207805198" height="12.150914356310068" stroke-width="2.430182871262px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="275.4187002571036" y="332.5624253224795" width="111.78841207805198" height="12.150914356310068" fill="transparent"/><text class="sch-text" x="331.31290629612954" y="338.63788250063453" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="21.871645841358px" transform="rotate(0, 331.31290629612954, 338.63788250063453)">schematic_component_4</text><line class="component-pin sch-component-pin sch-port-line" x1="314.9091719151111" y1="332.5624253224795" x2="314.9091719151111" y2="292.46440794665654" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="312.4789890438491" y="290.03422507539455" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="312.478989043849" y="312.51341663456805" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform="rotate(-90 312.478989043849 312.51341663456805)"></text><text class="pin-number sch-pin-label" x="314.9091719151111" y="344.71333967878957" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.226371534465px" transform="rotate(-90 314.9091719151111 344.71333967878957)">schematic_port_14</text><line class="component-pin sch-component-pin sch-port-line" x1="314.9091719151111" y1="344.7133396787895" x2="314.9091719151111" y2="382.38117418335054" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="314.9091719151111" cy="384.81135705461253" r="2.430182871262" stroke-width="2.430182871262px"/><rect x="312.4789890438491" y="382.38117418335054" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="312.478989043849" y="364.762348366701" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform="rotate(-90 312.478989043849 364.762348366701)"></text><text class="pin-number sch-pin-label" x="314.9091719151111" y="332.5624253224795" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.226371534465px" transform="rotate(-90 314.9091719151111 332.5624253224795)">schematic_port_15</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="687.9422426538281" y="618.1089126957645" width="170.11280098834004" height="97.20731485047986" stroke-width="2.430182871262px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="687.9422426538281" y="618.1089126957645" width="170.11280098834004" height="97.20731485047986" fill="transparent"/><text class="sch-text" x="772.9986431479981" y="666.7125701210044" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="21.871645841358px" transform="rotate(0, 772.9986431479981, 666.7125701210044)">schematic_component_5</text><line class="component-pin sch-component-pin sch-port-line" x1="687.9422426538281" y1="642.4107414083844" x2="639.338585228588" y2="642.4107414083844" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="636.908402357326" y="639.9805585371224" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="663.6404139412081" y="639.9805585371224" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><text class="pin-number sch-pin-label" x="700.093157010138" y="642.4107414083844" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.226371534465px" transform="">schematic_port_16</text><line class="component-pin sch-component-pin sch-port-line" x1="687.9422426538281" y1="666.7125701210044" x2="641.76876809985" y2="666.7125701210044" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="639.338585228588" cy="666.7125701210044" r="2.430182871262" stroke-width="2.430182871262px"/><rect x="636.908402357326" y="664.2823872497424" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="663.6404139412081" y="664.2823872497424" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><text class="pin-number sch-pin-label" x="700.093157010138" y="666.7125701210044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.226371534465px" transform="">schematic_port_17</text><line class="component-pin sch-component-pin sch-port-line" x1="687.9422426538281" y1="691.0143988336245" x2="639.338585228588" y2="691.0143988336245" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_5_2__stack1"><rect x="636.908402357326" y="688.5842159623625" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="663.6404139412081" y="688.5842159623625" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><text class="pin-number sch-pin-label" x="700.093157010138" y="691.0143988336245" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.226371534465px" transform="">schematic_port_18</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="736.5459000790681" cy="350.7887968569445" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="444.92395552762804" cy="350.7887968569445" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="736.5459000790681" cy="302.1851394317045" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="444.92395552762804" cy="277.8833107190845" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="444.92395552762804" cy="302.1851394317045" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="444.92395552762804" cy="326.4869681443245" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="736.5459000790681" cy="326.4869681443245" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="736.5459000790681" cy="277.8833107190845" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="856.839952206537" cy="133.28742987899554" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="856.839952206537" cy="206.19291601685552" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="821.602300573238" cy="326.4869681443245" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="894.5077867110981" cy="326.4869681443245" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="441.88622693855064" cy="560.3920695032919" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="441.88622693855064" cy="652.739018611248" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="314.9091719151111" cy="292.46440794665654" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="314.9091719151111" cy="384.81135705461253" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="639.338585228588" cy="642.4107414083844" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="639.338585228588" cy="666.7125701210044" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_2__stack1"><circle cx="639.338585228588" cy="691.0143988336245" r="4.860365742524" fill="red" opacity="0"/></g><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="
|
|
104
|
-
M
|
|
105
|
-
L
|
|
106
|
-
L
|
|
107
|
-
L
|
|
108
|
-
L
|
|
103
|
+
</style><rect class="boundary" x="0" y="0" width="1200" height="800"/><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><path d="M 713.1938678385679 326.4869681443245 L 798.250268332738 326.4869681443245" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 713.1938678385679 326.4869681443245 L 798.250268332738 326.4869681443245" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><path d="M 833.487919966037 206.19291601685552 L 833.487919966037 266.33994208059 L 773.948439620118 266.33994208059 L 773.948439620118 326.4869681443245 L 798.250268332738 326.4869681443245" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 833.487919966037 206.19291601685552 L 833.487919966037 266.33994208059 L 773.948439620118 266.33994208059 L 773.948439620118 326.4869681443245 L 798.250268332738 326.4869681443245" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><path d="M 615.986552988088 691.0143988336245 L 418.53419469805056 691.0143988336245 L 418.53419469805056 652.739018611248" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 615.986552988088 691.0143988336245 L 418.53419469805056 691.0143988336245 L 418.53419469805056 652.739018611248" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><path d="M 421.57192328712796 326.4869681443245 L 397.270094574508 326.4869681443245 L 397.270094574508 350.7887968569445 L 421.57192328712796 350.7887968569445" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 421.57192328712796 326.4869681443245 L 397.270094574508 326.4869681443245 L 397.270094574508 350.7887968569445 L 421.57192328712796 350.7887968569445" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><path d="M 418.53419469805056 560.3920695032919 L 418.53419469805056 350.78879685694454 L 421.57192328712796 350.78879685694454" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 418.53419469805056 560.3920695032919 L 418.53419469805056 350.78879685694454 L 421.57192328712796 350.78879685694454" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><path d="M 833.487919966037 133.28742987899554 L 833.487919966037 108.98560116637555 L 773.3408939023025 108.98560116637555 L 773.3408939023025 277.8833107190845 L 713.1938678385679 277.8833107190845" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 833.487919966037 133.28742987899554 L 833.487919966037 108.98560116637555 L 773.3408939023025 108.98560116637555 L 773.3408939023025 277.8833107190845 L 713.1938678385679 277.8833107190845" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><path d="M 421.57192328712796 302.1851394317045 L 392.7135016908917 302.1851394317045 L 392.7135016908917 268.1625792340365 L 291.557139674611 268.1625792340365 L 291.557139674611 292.46440794665654" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 421.57192328712796 302.1851394317045 L 392.7135016908917 302.1851394317045 L 392.7135016908917 268.1625792340365 L 291.557139674611 268.1625792340365 L 291.557139674611 292.46440794665654" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><path d="M 713.1938678385679 350.7887968569445 L 742.4775714372751 350.7887968569445 L 742.4775714372751 381.2875918912826" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 713.1938678385679 350.7887968569445 L 742.4775714372751 350.7887968569445 L 742.4775714372751 381.2875918912826" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><path d="M 615.986552988088 642.4107414083844 L 586.7028493893808 642.4107414083844 L 586.7028493893808 617.9874035522013" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 615.986552988088 642.4107414083844 L 586.7028493893808 642.4107414083844 L 586.7028493893808 617.9874035522013" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="798.250268332738" cy="326.4869681443245" r="3.6452743068929996" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><circle cx="421.57192328712796" cy="350.7887968569445" r="3.6452743068929996" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="470.17558071236795" y="253.5814820064645" width="194.41462970096006" height="121.5091435631" stroke-width="2.430182871262px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="470.17558071236795" y="253.5814820064645" width="194.41462970096006" height="121.5091435631" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="664.590210413328" y1="350.7887968569445" x2="713.1938678385679" y2="350.7887968569445" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="710.763684967306" y="348.3586139856825" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="688.892039125948" y="348.3586139856825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="470.17558071236795" y1="350.7887968569445" x2="421.57192328712796" y2="350.7887968569445" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="419.14174041586597" y="348.3586139856825" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="445.8737519997479" y="348.3586139856825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="664.590210413328" y1="302.1851394317045" x2="710.763684967306" y2="302.1851394317045" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="713.1938678385679" cy="302.1851394317045" r="2.430182871262" stroke-width="2.430182871262px"/><rect x="710.763684967306" y="299.7549565604425" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="688.892039125948" y="299.7549565604425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="470.17558071236795" y1="277.8833107190845" x2="424.00210615838995" y2="277.8833107190845" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="421.57192328712796" cy="277.8833107190845" r="2.430182871262" stroke-width="2.430182871262px"/><rect x="419.14174041586597" y="275.4531278478225" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="445.8737519997479" y="275.4531278478225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="470.17558071236795" y1="302.1851394317045" x2="421.57192328712796" y2="302.1851394317045" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="419.14174041586597" y="299.7549565604425" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="445.8737519997479" y="299.7549565604425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="470.17558071236795" y1="326.4869681443245" x2="421.57192328712796" y2="326.4869681443245" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="419.14174041586597" y="324.05678527306253" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="445.8737519997479" y="324.0567852730625" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="664.590210413328" y1="326.4869681443245" x2="713.1938678385679" y2="326.4869681443245" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="710.763684967306" y="324.05678527306253" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="688.892039125948" y="324.05678527306253" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="664.590210413328" y1="277.8833107190845" x2="713.1938678385679" y2="277.8833107190845" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="710.763684967306" y="275.4531278478225" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="688.892039125948" y="275.4531278478225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="793.9974483080294" y="163.6647157697705" width="102.67522631081954" height="12.150914356310011" stroke-width="2.430182871262px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="793.9974483080294" y="163.6647157697705" width="102.67522631081954" height="12.150914356310011" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="833.487919966037" y1="163.6647157697705" x2="833.487919966037" y2="133.28742987899554" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="831.057737094775" y="130.85724700773355" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="831.0577370947749" y="148.47607282438304" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform="rotate(-90 831.0577370947749 148.47607282438304)"></text><line class="component-pin sch-component-pin sch-port-line" x1="833.487919966037" y1="175.81563012608052" x2="833.487919966037" y2="206.19291601685552" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="831.057737094775" y="203.76273314559353" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="831.0577370947749" y="191.004273071468" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform="rotate(-90 831.0577370947749 191.004273071468)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="828.627554223513" y="285.1738593328705" width="12.150914356309954" height="82.62621762290803" stroke-width="2.430182871262px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="828.627554223513" y="285.1738593328705" width="12.150914356309954" height="82.62621762290803" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="828.627554223513" y1="326.4869681443245" x2="798.250268332738" y2="326.4869681443245" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="795.820085461476" y="324.05678527306253" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="813.4389112781255" y="324.05678527306253" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="840.778468579823" y1="326.4869681443245" x2="868.725571599336" y2="326.4869681443245" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="871.1557544705979" cy="326.4869681443245" r="2.430182871262" stroke-width="2.430182871262px"/><rect x="868.7255715993359" y="324.05678527306253" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="855.9671115252104" y="324.05678527306253" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="379.043723040043" y="600.4900868791149" width="111.78841207805203" height="12.150914356310068" stroke-width="2.430182871262px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="379.043723040043" y="600.4900868791149" width="111.78841207805203" height="12.150914356310068" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="418.53419469805056" y1="600.4900868791149" x2="418.53419469805056" y2="560.3920695032919" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="416.10401182678856" y="557.9618866320299" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="416.1040118267885" y="580.4410781912034" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform="rotate(-90 416.1040118267885 580.4410781912034)"></text><line class="component-pin sch-component-pin sch-port-line" x1="418.53419469805056" y1="612.6410012354249" x2="418.53419469805056" y2="652.739018611248" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="416.10401182678856" y="650.308835739986" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="416.1040118267885" y="632.6900099233364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform="rotate(-90 416.1040118267885 632.6900099233364)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="252.0666680166035" y="332.5624253224795" width="111.78841207805198" height="12.150914356310068" stroke-width="2.430182871262px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="252.0666680166035" y="332.5624253224795" width="111.78841207805198" height="12.150914356310068" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="291.557139674611" y1="332.5624253224795" x2="291.557139674611" y2="292.46440794665654" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="289.126956803349" y="290.03422507539455" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="289.12695680334895" y="312.51341663456805" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform="rotate(-90 289.12695680334895 312.51341663456805)"></text><line class="component-pin sch-component-pin sch-port-line" x1="291.557139674611" y1="344.7133396787895" x2="291.557139674611" y2="382.38117418335054" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="291.557139674611" cy="384.81135705461253" r="2.430182871262" stroke-width="2.430182871262px"/><rect x="289.126956803349" y="382.38117418335054" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="289.12695680334895" y="364.762348366701" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform="rotate(-90 289.12695680334895 364.762348366701)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="664.5902104133279" y="618.1089126957645" width="170.11280098834004" height="97.20731485047986" stroke-width="2.430182871262px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="664.5902104133279" y="618.1089126957645" width="170.11280098834004" height="97.20731485047986" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="664.5902104133279" y1="642.4107414083844" x2="615.986552988088" y2="642.4107414083844" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="613.556370116826" y="639.9805585371224" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="640.288381700708" y="639.9805585371224" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="664.5902104133279" y1="666.7125701210044" x2="618.41673585935" y2="666.7125701210044" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="615.986552988088" cy="666.7125701210044" r="2.430182871262" stroke-width="2.430182871262px"/><rect x="613.556370116826" y="664.2823872497424" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="640.288381700708" y="664.2823872497424" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="664.5902104133279" y1="691.0143988336245" x2="615.986552988088" y2="691.0143988336245" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_5_2__stack1"><rect x="613.556370116826" y="688.5842159623625" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="640.288381700708" y="688.5842159623625" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="713.1938678385679" cy="350.7887968569445" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="421.57192328712796" cy="350.7887968569445" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="713.1938678385679" cy="302.1851394317045" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="421.57192328712796" cy="277.8833107190845" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="421.57192328712796" cy="302.1851394317045" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="421.57192328712796" cy="326.4869681443245" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="713.1938678385679" cy="326.4869681443245" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="713.1938678385679" cy="277.8833107190845" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="833.487919966037" cy="133.28742987899554" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="833.487919966037" cy="206.19291601685552" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="798.250268332738" cy="326.4869681443245" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="871.1557544705979" cy="326.4869681443245" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="418.53419469805056" cy="560.3920695032919" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="418.53419469805056" cy="652.739018611248" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="291.557139674611" cy="292.46440794665654" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="291.557139674611" cy="384.81135705461253" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="615.986552988088" cy="642.4107414083844" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="615.986552988088" cy="666.7125701210044" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_2__stack1"><circle cx="615.986552988088" cy="691.0143988336245" r="4.860365742524" fill="red" opacity="0"/></g><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="
|
|
104
|
+
M 742.4775714372751,381.2875918912826
|
|
105
|
+
L 754.628485793585,387.84908564369
|
|
106
|
+
L 754.628485793585,429.5186212762624
|
|
107
|
+
L 730.3266570809651,429.5186212762624
|
|
108
|
+
L 730.3266570809651,387.84908564369
|
|
109
109
|
Z
|
|
110
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.430182871262px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="
|
|
111
|
-
M
|
|
112
|
-
L
|
|
113
|
-
L
|
|
114
|
-
L
|
|
115
|
-
L
|
|
110
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.430182871262px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="742.4775714372751" y="392.2234148119616" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="21.871645841358px" transform="rotate(90 742.4775714372751 392.2234148119616)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
|
|
111
|
+
M 418.53419469805056,691.0143988336245
|
|
112
|
+
L 430.68510905436057,697.5758925860318
|
|
113
|
+
L 430.68510905436057,739.2454282186043
|
|
114
|
+
L 406.38328034174054,739.2454282186043
|
|
115
|
+
L 406.38328034174054,697.5758925860318
|
|
116
116
|
Z
|
|
117
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.430182871262px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="
|
|
118
|
-
M
|
|
119
|
-
L
|
|
120
|
-
L
|
|
121
|
-
L
|
|
122
|
-
L
|
|
117
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.430182871262px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="418.53419469805056" y="701.9502217543035" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="21.871645841358px" transform="rotate(90 418.53419469805056 701.9502217543035)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
|
|
118
|
+
M 291.557139674611,384.81135705461253
|
|
119
|
+
L 303.708054030921,391.3728508070199
|
|
120
|
+
L 303.708054030921,433.04238643959235
|
|
121
|
+
L 279.406225318301,433.04238643959235
|
|
122
|
+
L 279.406225318301,391.3728508070199
|
|
123
123
|
Z
|
|
124
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.430182871262px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="
|
|
125
|
-
M
|
|
126
|
-
L
|
|
127
|
-
L
|
|
128
|
-
L
|
|
129
|
-
L
|
|
124
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.430182871262px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="291.557139674611" y="395.74717997529154" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="21.871645841358px" transform="rotate(90 291.557139674611 395.74717997529154)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
|
|
125
|
+
M 418.53419469805056,455.5904331801182
|
|
126
|
+
L 411.97270094564317,467.74134753642824
|
|
127
|
+
L 341.75661718531313,467.74134753642824
|
|
128
|
+
L 341.75661718531313,443.4395188238082
|
|
129
|
+
L 411.97270094564317,443.4395188238082
|
|
130
130
|
Z
|
|
131
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.430182871262px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="
|
|
132
|
-
M
|
|
133
|
-
L
|
|
134
|
-
L
|
|
135
|
-
L
|
|
136
|
-
L
|
|
131
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.430182871262px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="407.59837177737154" y="455.5904331801182" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="21.871645841358px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
|
|
132
|
+
M 871.1557544705979,326.4869681443245
|
|
133
|
+
L 877.7172482230053,314.3360537880145
|
|
134
|
+
L 947.9333319833354,314.3360537880145
|
|
135
|
+
L 947.9333319833354,338.63788250063453
|
|
136
|
+
L 877.7172482230053,338.63788250063453
|
|
137
137
|
Z
|
|
138
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.430182871262px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="
|
|
139
|
-
M
|
|
140
|
-
L
|
|
141
|
-
L
|
|
142
|
-
L
|
|
143
|
-
L
|
|
138
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.430182871262px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="882.0915773912769" y="326.4869681443245" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="21.871645841358px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
|
|
139
|
+
M 713.1938678385679,302.1851394317045
|
|
140
|
+
L 719.7553615909753,290.0342250753945
|
|
141
|
+
L 775.6981712874266,290.0342250753945
|
|
142
|
+
L 775.6981712874266,314.3360537880145
|
|
143
|
+
L 719.7553615909753,314.3360537880145
|
|
144
144
|
Z
|
|
145
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.430182871262px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="
|
|
146
|
-
M
|
|
147
|
-
L
|
|
148
|
-
L
|
|
149
|
-
L
|
|
150
|
-
L
|
|
145
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.430182871262px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="724.129690759247" y="302.1851394317045" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="21.871645841358px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
|
|
146
|
+
M 615.986552988088,666.7125701210044
|
|
147
|
+
L 609.4250592356806,678.8634844773144
|
|
148
|
+
L 553.4822495392293,678.8634844773144
|
|
149
|
+
L 553.4822495392293,654.5616557646945
|
|
150
|
+
L 609.4250592356806,654.5616557646945
|
|
151
151
|
Z
|
|
152
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.430182871262px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="
|
|
153
|
-
M
|
|
154
|
-
L
|
|
155
|
-
L
|
|
156
|
-
L
|
|
157
|
-
L
|
|
152
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.430182871262px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="605.050730067409" y="666.7125701210044" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="21.871645841358px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
|
|
153
|
+
M 421.57192328712796,277.8833107190845
|
|
154
|
+
L 415.0104295347206,290.0342250753945
|
|
155
|
+
L 373.34089390214814,290.0342250753945
|
|
156
|
+
L 373.34089390214814,265.73239636277447
|
|
157
|
+
L 415.0104295347206,265.73239636277447
|
|
158
158
|
Z
|
|
159
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.430182871262px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="
|
|
160
|
-
M
|
|
161
|
-
L
|
|
162
|
-
L
|
|
163
|
-
L
|
|
164
|
-
L
|
|
159
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.430182871262px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="410.63610036644894" y="277.8833107190845" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="21.871645841358px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
|
|
160
|
+
M 833.487919966037,108.98560116637555
|
|
161
|
+
L 821.337005609727,102.42410741396814
|
|
162
|
+
L 821.337005609727,60.75457178139572
|
|
163
|
+
L 845.638834322347,60.75457178139572
|
|
164
|
+
L 845.638834322347,102.42410741396814
|
|
165
165
|
Z
|
|
166
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.430182871262px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="
|
|
167
|
-
M
|
|
168
|
-
L
|
|
169
|
-
L
|
|
170
|
-
L
|
|
171
|
-
L
|
|
166
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.430182871262px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="833.487919966037" y="98.04977824569654" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="21.871645841358px" transform="rotate(-90 833.487919966037 98.04977824569654)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
|
|
167
|
+
M 586.7028493893808,617.9874035522013
|
|
168
|
+
L 574.5519350330709,611.4259097997939
|
|
169
|
+
L 574.5519350330709,569.7563741672215
|
|
170
|
+
L 598.8537637456908,569.7563741672215
|
|
171
|
+
L 598.8537637456908,611.4259097997939
|
|
172
172
|
Z
|
|
173
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.430182871262px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="
|
|
174
|
-
M
|
|
175
|
-
L
|
|
176
|
-
L
|
|
177
|
-
L
|
|
178
|
-
L
|
|
173
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.430182871262px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="586.7028493893808" y="607.0515806315223" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="21.871645841358px" transform="rotate(-90 586.7028493893808 607.0515806315223)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="
|
|
174
|
+
M 291.557139674611,268.1625792340365
|
|
175
|
+
L 279.406225318301,261.6010854816291
|
|
176
|
+
L 279.406225318301,219.9315498490567
|
|
177
|
+
L 303.708054030921,219.9315498490567
|
|
178
|
+
L 303.708054030921,261.6010854816291
|
|
179
179
|
Z
|
|
180
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.430182871262px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="
|
|
181
|
-
M
|
|
182
|
-
L
|
|
183
|
-
L
|
|
184
|
-
L
|
|
185
|
-
L
|
|
180
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.430182871262px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="291.557139674611" y="257.2267563133575" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="21.871645841358px" transform="rotate(-90 291.557139674611 257.2267563133575)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="
|
|
181
|
+
M 755.7220680856531,326.4869681443245
|
|
182
|
+
L 767.872982441963,333.0484618967319
|
|
183
|
+
L 767.872982441963,374.71799752930434
|
|
184
|
+
L 743.5711537293431,374.71799752930434
|
|
185
|
+
L 743.5711537293431,333.0484618967319
|
|
186
186
|
Z
|
|
187
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.430182871262px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" x="
|
|
187
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.430182871262px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" x="755.7220680856531" y="337.42279106500354" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="21.871645841358px" transform="rotate(90 755.7220680856531 337.42279106500354)">XX</text><text class="sch-text" x="484.75667793993995" y="239.607930496708" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="21.871645841358px" transform="rotate(0, 484.75667793993995, 239.607930496708)">U1</text><text class="sch-text" x="679.1713076409" y="604.1353611860079" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="21.871645841358px" transform="rotate(0, 679.1713076409, 604.1353611860079)">J1</text><rect class="schematic-box sch-box" x="462.885032098582" y="224.4192875513205" width="43.743291682716006" height="30.377285890775" stroke-width="2.430182871262px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="19.441462970096 9.720731485048"/><rect class="schematic-box sch-box" x="657.2996617995419" y="588.9467182406205" width="43.74329168271606" height="30.377285890774942" stroke-width="2.430182871262px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="19.441462970096 9.720731485048"/>
|
|
188
188
|
</g>
|
|
189
189
|
</svg>
|
|
@@ -0,0 +1,214 @@
|
|
|
1
|
+
{
|
|
2
|
+
"chips": [
|
|
3
|
+
{
|
|
4
|
+
"chipId": "schematic_component_0",
|
|
5
|
+
"center": { "x": 5.8325, "y": 4.1 },
|
|
6
|
+
"width": 1.165,
|
|
7
|
+
"height": 0.7600000000000011,
|
|
8
|
+
"pins": [
|
|
9
|
+
{
|
|
10
|
+
"pinId": "schematic_port_0",
|
|
11
|
+
"displayName": "anode",
|
|
12
|
+
"x": 5.7,
|
|
13
|
+
"y": 4.48,
|
|
14
|
+
"_facingDirection": "y+"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"pinId": "schematic_port_1",
|
|
18
|
+
"displayName": "cathode",
|
|
19
|
+
"x": 5.7,
|
|
20
|
+
"y": 3.719999999999999,
|
|
21
|
+
"_facingDirection": "y-"
|
|
22
|
+
}
|
|
23
|
+
]
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"chipId": "schematic_component_1",
|
|
27
|
+
"center": { "x": 7.4325, "y": 4.1 },
|
|
28
|
+
"width": 1.165000000000001,
|
|
29
|
+
"height": 0.7600000000000011,
|
|
30
|
+
"pins": [
|
|
31
|
+
{
|
|
32
|
+
"pinId": "schematic_port_2",
|
|
33
|
+
"displayName": "anode",
|
|
34
|
+
"x": 7.3,
|
|
35
|
+
"y": 4.48,
|
|
36
|
+
"_facingDirection": "y+"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"pinId": "schematic_port_3",
|
|
40
|
+
"displayName": "cathode",
|
|
41
|
+
"x": 7.3,
|
|
42
|
+
"y": 3.719999999999999,
|
|
43
|
+
"_facingDirection": "y-"
|
|
44
|
+
}
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"chipId": "schematic_component_2",
|
|
49
|
+
"center": { "x": 9.0325, "y": 4.1 },
|
|
50
|
+
"width": 1.1649999999999991,
|
|
51
|
+
"height": 0.7600000000000011,
|
|
52
|
+
"pins": [
|
|
53
|
+
{
|
|
54
|
+
"pinId": "schematic_port_4",
|
|
55
|
+
"displayName": "anode",
|
|
56
|
+
"x": 8.9,
|
|
57
|
+
"y": 4.48,
|
|
58
|
+
"_facingDirection": "y+"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"pinId": "schematic_port_5",
|
|
62
|
+
"displayName": "cathode",
|
|
63
|
+
"x": 8.9,
|
|
64
|
+
"y": 3.719999999999999,
|
|
65
|
+
"_facingDirection": "y-"
|
|
66
|
+
}
|
|
67
|
+
]
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"chipId": "schematic_component_3",
|
|
71
|
+
"center": { "x": 10.6325, "y": 4.1 },
|
|
72
|
+
"width": 1.1649999999999991,
|
|
73
|
+
"height": 0.7600000000000011,
|
|
74
|
+
"pins": [
|
|
75
|
+
{
|
|
76
|
+
"pinId": "schematic_port_6",
|
|
77
|
+
"displayName": "anode",
|
|
78
|
+
"x": 10.5,
|
|
79
|
+
"y": 4.48,
|
|
80
|
+
"_facingDirection": "y+"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"pinId": "schematic_port_7",
|
|
84
|
+
"displayName": "cathode",
|
|
85
|
+
"x": 10.5,
|
|
86
|
+
"y": 3.719999999999999,
|
|
87
|
+
"_facingDirection": "y-"
|
|
88
|
+
}
|
|
89
|
+
]
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"chipId": "schematic_component_4",
|
|
93
|
+
"center": { "x": 6.5125, "y": 0.45 },
|
|
94
|
+
"width": 0.9250000000000007,
|
|
95
|
+
"height": 0.7600000000000001,
|
|
96
|
+
"pins": [
|
|
97
|
+
{
|
|
98
|
+
"pinId": "schematic_port_8",
|
|
99
|
+
"displayName": "anode",
|
|
100
|
+
"x": 6.5,
|
|
101
|
+
"y": 0.8300000000000001,
|
|
102
|
+
"_facingDirection": "y+"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"pinId": "schematic_port_9",
|
|
106
|
+
"displayName": "cathode",
|
|
107
|
+
"x": 6.5,
|
|
108
|
+
"y": 0.06999999999999995,
|
|
109
|
+
"_facingDirection": "y-"
|
|
110
|
+
}
|
|
111
|
+
]
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"chipId": "schematic_component_5",
|
|
115
|
+
"center": { "x": 8.212499999999999, "y": 0.45 },
|
|
116
|
+
"width": 0.9249999999999998,
|
|
117
|
+
"height": 0.7600000000000001,
|
|
118
|
+
"pins": [
|
|
119
|
+
{
|
|
120
|
+
"pinId": "schematic_port_10",
|
|
121
|
+
"displayName": "anode",
|
|
122
|
+
"x": 8.2,
|
|
123
|
+
"y": 0.8300000000000001,
|
|
124
|
+
"_facingDirection": "y+"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"pinId": "schematic_port_11",
|
|
128
|
+
"displayName": "cathode",
|
|
129
|
+
"x": 8.2,
|
|
130
|
+
"y": 0.06999999999999995,
|
|
131
|
+
"_facingDirection": "y-"
|
|
132
|
+
}
|
|
133
|
+
]
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"chipId": "schematic_component_6",
|
|
137
|
+
"center": { "x": 10.5125, "y": 0.45 },
|
|
138
|
+
"width": 0.9249999999999989,
|
|
139
|
+
"height": 0.7600000000000001,
|
|
140
|
+
"pins": [
|
|
141
|
+
{
|
|
142
|
+
"pinId": "schematic_port_12",
|
|
143
|
+
"displayName": "anode",
|
|
144
|
+
"x": 10.5,
|
|
145
|
+
"y": 0.8300000000000001,
|
|
146
|
+
"_facingDirection": "y+"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"pinId": "schematic_port_13",
|
|
150
|
+
"displayName": "cathode",
|
|
151
|
+
"x": 10.5,
|
|
152
|
+
"y": 0.06999999999999995,
|
|
153
|
+
"_facingDirection": "y-"
|
|
154
|
+
}
|
|
155
|
+
]
|
|
156
|
+
}
|
|
157
|
+
],
|
|
158
|
+
"directConnections": [],
|
|
159
|
+
"netConnections": [
|
|
160
|
+
{
|
|
161
|
+
"netId": "VDD_IO",
|
|
162
|
+
"isGround": false,
|
|
163
|
+
"netLabelWidth": 0.42,
|
|
164
|
+
"netLabelHeight": 0.84,
|
|
165
|
+
"pinIds": [
|
|
166
|
+
"schematic_port_0",
|
|
167
|
+
"schematic_port_2",
|
|
168
|
+
"schematic_port_4",
|
|
169
|
+
"schematic_port_6"
|
|
170
|
+
]
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"netId": "GND",
|
|
174
|
+
"isGround": true,
|
|
175
|
+
"netLabelWidth": 0.42,
|
|
176
|
+
"netLabelHeight": 0.48,
|
|
177
|
+
"pinIds": [
|
|
178
|
+
"schematic_port_1",
|
|
179
|
+
"schematic_port_3",
|
|
180
|
+
"schematic_port_5",
|
|
181
|
+
"schematic_port_7",
|
|
182
|
+
"schematic_port_9",
|
|
183
|
+
"schematic_port_11",
|
|
184
|
+
"schematic_port_13"
|
|
185
|
+
]
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"netId": "MLDO_OUT",
|
|
189
|
+
"isGround": false,
|
|
190
|
+
"netLabelWidth": 1.08,
|
|
191
|
+
"anchoredNetLabelWidth": 1.08,
|
|
192
|
+
"allowInlineNetLabel": true,
|
|
193
|
+
"inlineNetLabelHeight": 0.12,
|
|
194
|
+
"inlineNetLabelWidth": 0.72,
|
|
195
|
+
"pinIds": ["schematic_port_8", "schematic_port_10"]
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"netId": "VBAT",
|
|
199
|
+
"isGround": false,
|
|
200
|
+
"netLabelWidth": 0.42,
|
|
201
|
+
"netLabelHeight": 0.6,
|
|
202
|
+
"pinIds": ["schematic_port_12"]
|
|
203
|
+
}
|
|
204
|
+
],
|
|
205
|
+
"textBoxes": [],
|
|
206
|
+
"availableNetLabelOrientations": {
|
|
207
|
+
"VDD_IO": ["y+"],
|
|
208
|
+
"GND": ["y-"],
|
|
209
|
+
"MLDO_OUT": ["x-", "x+"],
|
|
210
|
+
"VBAT": ["y+"]
|
|
211
|
+
},
|
|
212
|
+
"maxMspPairDistance": 8,
|
|
213
|
+
"_hideRatsNet": false
|
|
214
|
+
}
|