@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
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
<svg width="640" height="640" viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="white"/><g><polyline data-points="2.9875,-2.9000000000000004 4.049999999999999,-2.8" data-type="line" data-label="" points="181.75432098765435,470.7160493827161 218.4827160493827,467.2592592592593" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.9875,-2.7 4.049999999999999,-2.8" data-type="line" data-label="" points="181.75432098765435,463.80246913580254 218.4827160493827,467.2592592592593" fill="none" stroke="hsl(112, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.9875,-2.3000000000000007 4.049999999999999,-3.2" data-type="line" data-label="" points="181.75432098765435,449.9753086419754 218.4827160493827,481.0864197530865" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.9875,-2.5000000000000004 4.049999999999999,-3.2" data-type="line" data-label="" points="181.75432098765435,456.8888888888889 218.4827160493827,481.0864197530865" fill="none" stroke="hsl(224, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="7.15,-2.8 7.619999999999999,-4" data-type="line" data-label="" points="325.64320987654327,467.2592592592593 341.8901234567901,508.74074074074076" fill="none" stroke="hsl(224, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="7.15,-3.2 7.619999999999999,-2" data-type="line" data-label="" points="325.64320987654327,481.0864197530865 341.8901234567901,439.60493827160496" fill="none" stroke="hsl(120, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="8.58,-4 8.5,-2.9" data-type="line" data-label="" points="375.0753086419753,508.74074074074076 372.30987654320995,470.7160493827161" fill="none" stroke="hsl(112, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="8.58,-2 8.5,-3.1" data-type="line" data-label="" points="375.0753086419753,439.60493827160496 372.30987654320995,477.6296296296297" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="8.54,8 11.7,-3" data-type="line" data-label="" points="373.69259259259263,93.92592592592592 482.92716049382716,474.17283950617286" fill="none" stroke="hsl(232, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="11.7,-3 11.53,7.95" data-type="line" data-label="" points="482.92716049382716,474.17283950617286 477.0506172839507,95.65432098765433" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="8.66,6 11.7,-3.2" data-type="line" data-label="" points="377.8407407407408,163.06172839506172 482.92716049382716,481.0864197530865" fill="none" stroke="hsl(136, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5,1.38 11.7,-2.8" data-type="line" data-label="" points="251.32222222222225,322.7654320987655 482.92716049382716,467.2592592592593" fill="none" stroke="hsl(280, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="8.6,1 5,1.38" data-type="line" data-label="" points="375.76666666666665,335.90123456790127 251.32222222222225,322.7654320987655" fill="none" stroke="hsl(304, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="8.6,1 11.53,0.95" data-type="line" data-label="" points="375.76666666666665,335.90123456790127 477.0506172839507,337.6296296296297" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.9875,-1.7 2.9875,-1.4999999999999998" data-type="line" data-label="" points="181.75432098765435,429.2345679012346 181.75432098765435,422.320987654321" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.9875,-3.1000000000000005 1.9000000000000001,-6.3" data-type="line" data-label="" points="181.75432098765435,477.6296296296297 144.16172839506174,588.246913580247" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.9875,-3.3000000000000003 4.5,-6.3" data-type="line" data-label="" points="181.75432098765435,484.54320987654324 234.0382716049383,588.246913580247" fill="none" stroke="hsl(72, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="4.049999999999999,-3 12.47,7.95" data-type="line" data-label="" points="218.4827160493827,474.17283950617286 509.5444444444445,95.65432098765433" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.049999999999999,-3 12.47,0.95" data-type="line" data-label="" points="218.4827160493827,474.17283950617286 509.5444444444445,337.6296296296297" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.049999999999999,-3 5,0.6200000000000001" data-type="line" data-label="" points="218.4827160493827,474.17283950617286 251.32222222222225,349.03703703703707" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.049999999999999,-3 2.9875,-1.4999999999999998" data-type="line" data-label="" points="218.4827160493827,474.17283950617286 181.75432098765435,422.320987654321" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.049999999999999,-3 2.9875,-1.7" data-type="line" data-label="" points="218.4827160493827,474.17283950617286 181.75432098765435,429.2345679012346" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.049999999999999,-3 2.9875,-3.9000000000000004" data-type="line" data-label="" points="218.4827160493827,474.17283950617286 181.75432098765435,505.283950617284" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.049999999999999,-3 2.9875,-4.1" data-type="line" data-label="" points="218.4827160493827,474.17283950617286 181.75432098765435,512.1975308641976" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.049999999999999,-3 2.9875,-4.300000000000001" data-type="line" data-label="" points="218.4827160493827,474.17283950617286 181.75432098765435,519.1111111111112" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.049999999999999,-3 2.9875,-4.5" data-type="line" data-label="" points="218.4827160493827,474.17283950617286 181.75432098765435,526.0246913580247" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.47,7.95 12.47,0.95" data-type="line" data-label="" points="509.5444444444445,95.65432098765433 509.5444444444445,337.6296296296297" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.47,7.95 5,0.6200000000000001" data-type="line" data-label="" points="509.5444444444445,95.65432098765433 251.32222222222225,349.03703703703707" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.47,7.95 2.9875,-1.4999999999999998" data-type="line" data-label="" points="509.5444444444445,95.65432098765433 181.75432098765435,422.320987654321" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.47,7.95 2.9875,-1.7" data-type="line" data-label="" points="509.5444444444445,95.65432098765433 181.75432098765435,429.2345679012346" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.47,7.95 2.9875,-3.9000000000000004" data-type="line" data-label="" points="509.5444444444445,95.65432098765433 181.75432098765435,505.283950617284" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.47,7.95 2.9875,-4.1" data-type="line" data-label="" points="509.5444444444445,95.65432098765433 181.75432098765435,512.1975308641976" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.47,7.95 2.9875,-4.300000000000001" data-type="line" data-label="" points="509.5444444444445,95.65432098765433 181.75432098765435,519.1111111111112" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.47,7.95 2.9875,-4.5" data-type="line" data-label="" points="509.5444444444445,95.65432098765433 181.75432098765435,526.0246913580247" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.47,0.95 5,0.6200000000000001" data-type="line" data-label="" points="509.5444444444445,337.6296296296297 251.32222222222225,349.03703703703707" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.47,0.95 2.9875,-1.4999999999999998" data-type="line" data-label="" points="509.5444444444445,337.6296296296297 181.75432098765435,422.320987654321" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.47,0.95 2.9875,-1.7" data-type="line" data-label="" points="509.5444444444445,337.6296296296297 181.75432098765435,429.2345679012346" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.47,0.95 2.9875,-3.9000000000000004" data-type="line" data-label="" points="509.5444444444445,337.6296296296297 181.75432098765435,505.283950617284" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.47,0.95 2.9875,-4.1" data-type="line" data-label="" points="509.5444444444445,337.6296296296297 181.75432098765435,512.1975308641976" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.47,0.95 2.9875,-4.300000000000001" data-type="line" data-label="" points="509.5444444444445,337.6296296296297 181.75432098765435,519.1111111111112" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.47,0.95 2.9875,-4.5" data-type="line" data-label="" points="509.5444444444445,337.6296296296297 181.75432098765435,526.0246913580247" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5,0.6200000000000001 2.9875,-1.4999999999999998" data-type="line" data-label="" points="251.32222222222225,349.03703703703707 181.75432098765435,422.320987654321" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5,0.6200000000000001 2.9875,-1.7" data-type="line" data-label="" points="251.32222222222225,349.03703703703707 181.75432098765435,429.2345679012346" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5,0.6200000000000001 2.9875,-3.9000000000000004" data-type="line" data-label="" points="251.32222222222225,349.03703703703707 181.75432098765435,505.283950617284" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5,0.6200000000000001 2.9875,-4.1" data-type="line" data-label="" points="251.32222222222225,349.03703703703707 181.75432098765435,512.1975308641976" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5,0.6200000000000001 2.9875,-4.300000000000001" data-type="line" data-label="" points="251.32222222222225,349.03703703703707 181.75432098765435,519.1111111111112" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5,0.6200000000000001 2.9875,-4.5" data-type="line" data-label="" points="251.32222222222225,349.03703703703707 181.75432098765435,526.0246913580247" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.9875,-1.4999999999999998 2.9875,-1.7" data-type="line" data-label="" points="181.75432098765435,422.320987654321 181.75432098765435,429.2345679012346" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.9875,-1.4999999999999998 2.9875,-3.9000000000000004" data-type="line" data-label="" points="181.75432098765435,422.320987654321 181.75432098765435,505.283950617284" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.9875,-1.4999999999999998 2.9875,-4.1" data-type="line" data-label="" points="181.75432098765435,422.320987654321 181.75432098765435,512.1975308641976" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.9875,-1.4999999999999998 2.9875,-4.300000000000001" data-type="line" data-label="" points="181.75432098765435,422.320987654321 181.75432098765435,519.1111111111112" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.9875,-1.4999999999999998 2.9875,-4.5" data-type="line" data-label="" points="181.75432098765435,422.320987654321 181.75432098765435,526.0246913580247" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.9875,-1.7 2.9875,-3.9000000000000004" data-type="line" data-label="" points="181.75432098765435,429.2345679012346 181.75432098765435,505.283950617284" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.9875,-1.7 2.9875,-4.1" data-type="line" data-label="" points="181.75432098765435,429.2345679012346 181.75432098765435,512.1975308641976" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.9875,-1.7 2.9875,-4.300000000000001" data-type="line" data-label="" points="181.75432098765435,429.2345679012346 181.75432098765435,519.1111111111112" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.9875,-1.7 2.9875,-4.5" data-type="line" data-label="" points="181.75432098765435,429.2345679012346 181.75432098765435,526.0246913580247" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.9875,-3.9000000000000004 2.9875,-4.1" data-type="line" data-label="" points="181.75432098765435,505.283950617284 181.75432098765435,512.1975308641976" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.9875,-3.9000000000000004 2.9875,-4.300000000000001" data-type="line" data-label="" points="181.75432098765435,505.283950617284 181.75432098765435,519.1111111111112" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.9875,-3.9000000000000004 2.9875,-4.5" data-type="line" data-label="" points="181.75432098765435,505.283950617284 181.75432098765435,526.0246913580247" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.9875,-4.1 2.9875,-4.300000000000001" data-type="line" data-label="" points="181.75432098765435,512.1975308641976 181.75432098765435,519.1111111111112" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.9875,-4.1 2.9875,-4.5" data-type="line" data-label="" points="181.75432098765435,512.1975308641976 181.75432098765435,526.0246913580247" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.9875,-4.300000000000001 2.9875,-4.5" data-type="line" data-label="" points="181.75432098765435,519.1111111111112 181.75432098765435,526.0246913580247" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.460000000000001,8 7.34,6" data-type="line" data-label="" points="336.3592592592594,93.92592592592592 332.21111111111117,163.06172839506172" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.460000000000001,8 7.4,1" data-type="line" data-label="" points="336.3592592592594,93.92592592592592 334.28518518518524,335.90123456790127" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.34,6 7.4,1" data-type="line" data-label="" points="332.21111111111117,163.06172839506172 334.28518518518524,335.90123456790127" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.9875,-1.9000000000000001 2.9875,-2.1000000000000005" data-type="line" data-label="" points="181.75432098765435,436.1481481481482 181.75432098765435,443.0617283950618" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.9875,-2.7 3.0875,-2.7 3.0875,-2.8 4.049999999999999,-2.8" data-type="line" data-label="" points="181.75432098765435,463.80246913580254 185.21111111111114,463.80246913580254 185.21111111111114,467.2592592592593 218.4827160493827,467.2592592592593" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.9875,-2.9000000000000004 3.0875,-2.9000000000000004 3.0875,-2.7 2.9875,-2.7" data-type="line" data-label="" points="181.75432098765435,470.7160493827161 185.21111111111114,470.7160493827161 185.21111111111114,463.80246913580254 181.75432098765435,463.80246913580254" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.9875,-2.3000000000000007 3.1875,-2.3000000000000007 3.1875,-2.5000000000000004 2.9875,-2.5000000000000004" data-type="line" data-label="" points="181.75432098765435,449.9753086419754 188.66790123456792,449.9753086419754 188.66790123456792,456.8888888888889 181.75432098765435,456.8888888888889" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.15,-2.8 7.285,-2.8 7.285,-4 7.619999999999999,-4" data-type="line" data-label="" points="325.64320987654327,467.2592592592593 330.30987654320995,467.2592592592593 330.30987654320995,508.74074074074076 341.8901234567901,508.74074074074076" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.15,-3.2 7.484999999999999,-3.2 7.484999999999999,-2 7.619999999999999,-2" data-type="line" data-label="" points="325.64320987654327,481.0864197530865 337.22345679012346,481.0864197530865 337.22345679012346,439.60493827160496 341.8901234567901,439.60493827160496" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.58,-4 8.78,-4 8.78,-4.54 7.319999999999999,-4.54 7.319999999999999,-2.9 8.5,-2.9" data-type="line" data-label="" points="375.0753086419753,508.74074074074076 381.98888888888894,508.74074074074076 381.98888888888894,527.4074074074074 331.51975308641977,527.4074074074074 331.51975308641977,470.7160493827161 372.30987654320995,470.7160493827161" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.58,-2 8.78,-2 8.78,-1.46 7.519999999999999,-1.46 7.519999999999999,-3.1 8.5,-3.1" data-type="line" data-label="" points="375.0753086419753,439.60493827160496 381.98888888888894,439.60493827160496 381.98888888888894,420.93827160493834 338.4333333333333,420.93827160493834 338.4333333333333,477.6296296296297 372.30987654320995,477.6296296296297" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.9875,-4.1 3.1875,-4.1 3.1875,-3.9000000000000004 2.9875,-3.9000000000000004" data-type="line" data-label="" points="181.75432098765435,512.1975308641976 188.66790123456792,512.1975308641976 188.66790123456792,505.283950617284 181.75432098765435,505.283950617284" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.9875,-4.300000000000001 3.1875,-4.300000000000001 3.1875,-4.1 2.9875,-4.1" data-type="line" data-label="" points="181.75432098765435,519.1111111111112 188.66790123456792,519.1111111111112 188.66790123456792,512.1975308641976 181.75432098765435,512.1975308641976" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.9875,-4.5 2.9875,-4.7 3.1875,-4.7 3.1875,-4.300000000000001 2.9875,-4.300000000000001" data-type="line" data-label="" points="181.75432098765435,526.0246913580247 181.75432098765435,532.9382716049383 188.66790123456792,532.9382716049383 188.66790123456792,519.1111111111112 181.75432098765435,519.1111111111112" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.9875,-1.4999999999999998 2.9875,-1.2999999999999998 3.1875,-1.2999999999999998 3.1875,-1.7 2.9875,-1.7" data-type="line" data-label="" points="181.75432098765435,422.320987654321 181.75432098765435,415.40740740740745 188.66790123456792,415.40740740740745 188.66790123456792,429.2345679012346 181.75432098765435,429.2345679012346" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.34,6 7.14,6 7.14,8 7.460000000000001,8" data-type="line" data-label="" points="332.21111111111117,163.06172839506172 325.2975308641976,163.06172839506172 325.2975308641976,93.92592592592592 336.3592592592594,93.92592592592592" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.9875,-1.9000000000000001 3.1875,-1.9000000000000001 3.1875,-2.1000000000000005 2.9875,-2.1000000000000005" data-type="line" data-label="" points="181.75432098765435,436.1481481481482 188.66790123456792,436.1481481481482 188.66790123456792,443.0617283950618 181.75432098765435,443.0617283950618" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.54,8 10.035,8 10.035,7.95 11.53,7.95" data-type="line" data-label="" points="373.69259259259263,93.92592592592592 425.3716049382716,93.92592592592592 425.3716049382716,95.65432098765433 477.0506172839507,95.65432098765433" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5,1.38 5,1.58 8.8,1.58 8.8,1 8.6,1" data-type="line" data-label="" points="251.32222222222225,322.7654320987655 251.32222222222225,315.85185185185185 382.6802469135803,315.85185185185185 382.6802469135803,335.90123456790127 375.76666666666665,335.90123456790127" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.7,-2.8 11.899999999999999,-2.8 11.899999999999999,-0.9249999999999999 11.33,-0.9249999999999999 11.33,0.95 11.53,0.95" data-type="line" data-label="" points="482.92716049382716,467.2592592592593 489.8407407407408,467.2592592592593 489.8407407407408,402.44444444444446 470.1370370370371,402.44444444444446 470.1370370370371,337.6296296296297 477.0506172839507,337.6296296296297" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.9875,-2.5000000000000004 3.5187499999999994,-2.5000000000000004 3.5187499999999994,-3.2 4.049999999999999,-3.2" data-type="line" data-label="" points="181.75432098765435,456.8888888888889 200.11851851851853,456.8888888888889 200.11851851851853,481.0864197530865 218.4827160493827,481.0864197530865" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.9875,-3.9000000000000004 3.5187499999999994,-3.9000000000000004 3.5187499999999994,-3 4.049999999999999,-3" data-type="line" data-label="" points="181.75432098765435,505.283950617284 200.11851851851853,505.283950617284 200.11851851851853,474.17283950617286 218.4827160493827,474.17283950617286" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.9875,-1.7 3.2875,-1.7 3.2875,-3.9000000000000004 2.9875,-3.9000000000000004" data-type="line" data-label="" points="181.75432098765435,429.2345679012346 192.12469135802473,429.2345679012346 192.12469135802473,505.283950617284 181.75432098765435,505.283950617284" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.66,6 13.360999999999997,6 13.360999999999997,-3.2 11.7,-3.2" data-type="line" data-label="" points="377.8407407407408,163.06172839506172 540.3444444444444,163.06172839506172 540.3444444444444,481.0864197530865 482.92716049382716,481.0864197530865" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="12.47,7.95 12.711,7.95 12.711,7.599" data-type="line" data-label="" points="509.5444444444445,95.65432098765433 517.8753086419754,95.65432098765433 517.8753086419754,107.78765432098766" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="12.47,0.95 12.711,0.95 12.711,0.599" data-type="line" data-label="" points="509.5444444444445,337.6296296296297 517.8753086419754,337.6296296296297 517.8753086419754,349.762962962963" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.4,1 7.049,1 7.049,1.051" data-type="line" data-label="" points="334.28518518518524,335.90123456790127 322.1518518518519,335.90123456790127 322.1518518518519,334.1382716049383" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="10.1" data-y="-3" x="372.30987654321" y="463.80246913580254" width="110.6172839506172" height="20.740740740740705" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="schematic_component_49" data-x="5.6" data-y="-3" x="218.48271604938267" y="460.3456790123457" width="107.16049382716056" height="27.65432098765433" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="schematic_component_50" data-x="8.1" data-y="-2" x="341.8901234567901" y="427.85185185185185" width="33.18518518518522" height="23.506172839506178" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="schematic_component_51" data-x="8.1" data-y="-4" x="341.8901234567901" y="496.98765432098764" width="33.18518518518522" height="23.506172839506178" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="schematic_component_52" data-x="12" data-y="8" x="477.0506172839507" y="81.50030888888892" width="32.493827160493765" height="24.851234074074" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="schematic_component_53" data-x="8" data-y="8" x="336.3592592592594" y="82.17283950617286" width="37.33333333333326" height="23.50617283950612" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="schematic_component_54" data-x="8" data-y="6" x="332.2111111111112" y="151.30864197530866" width="45.62962962962962" height="23.50617283950615" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="schematic_component_55" data-x="12" data-y="1" x="477.0506172839507" y="323.47561753086427" width="32.493827160493765" height="24.851234074074" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="schematic_component_56" data-x="8" data-y="0.9999999999999999" x="334.2851851851853" y="324.14814814814815" width="41.48148148148141" height="23.506172839506178" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="schematic_component_57" data-x="5.2524999999999995" data-y="1" x="235.76666666666662" y="322.7654320987655" width="48.567901234567955" height="26.271604938271594" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="schematic_component_58" data-x="1.8" data-y="-3" x="99.65555555555557" y="422.320987654321" width="82.09876543209877" height="103.7037037037037" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="schematic_component_59" data-x="2.2" data-y="-6.3" x="144.16172839506174" y="576.493827160494" width="20.740740740740762" height="23.50617283950612" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="schematic_component_60" data-x="4.8" data-y="-6.3" x="234.0382716049383" y="576.493827160494" width="20.740740740740733" height="23.50617283950612" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="U_MCU_USB_BOOT" data-x="9.74" data-y="-2.5700000000000003" x="386.1370370370371" y="456.1975308641976" width="58.07407407407413" height="6.2222222222222285" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="ESP32_P4NRW32X" data-x="9.74" data-y="-3.4299999999999997" x="386.1370370370371" y="485.925925925926" width="58.07407407407413" height="6.222222222222172" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="USBLC6_2SC6" data-x="5.109999999999999" data-y="-3.53" x="232.3098765432099" y="489.3827160493828" width="45.62962962962962" height="6.222222222222172" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="U_ESD" data-x="4.749999999999999" data-y="-2.4850000000000003" x="230.23580246913582" y="452.0493827160494" width="24.888888888888857" height="8.641975308641975" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="TYPE-C-31-M-12" data-x="1.8525" data-y="-4.43" x="113.48271604938273" y="520.4938271604939" width="58.074074074074076" height="6.222222222222172" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="J_USB" data-x="1.3125000000000002" data-y="-1.585" x="111.40864197530865" y="420.93827160493834" width="24.888888888888914" height="8.641975308641918" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="netId: USB_HS_DM_MCU
|
|
1
|
+
<svg width="2416" height="1200" viewBox="0 0 2416 1200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on the left and Circuit JSON schematic on the right">
|
|
2
|
+
<g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
|
|
3
|
+
<rect width="100%" height="100%" fill="white"/><g><polyline data-points="2.9875,-2.9000000000000004 4.049999999999999,-2.8" data-type="line" data-label="" points="181.75432098765435,470.7160493827161 218.4827160493827,467.2592592592593" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.9875,-2.7 4.049999999999999,-2.8" data-type="line" data-label="" points="181.75432098765435,463.80246913580254 218.4827160493827,467.2592592592593" fill="none" stroke="hsl(112, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.9875,-2.3000000000000007 4.049999999999999,-3.2" data-type="line" data-label="" points="181.75432098765435,449.9753086419754 218.4827160493827,481.0864197530865" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.9875,-2.5000000000000004 4.049999999999999,-3.2" data-type="line" data-label="" points="181.75432098765435,456.8888888888889 218.4827160493827,481.0864197530865" fill="none" stroke="hsl(224, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="7.15,-2.8 7.619999999999999,-4" data-type="line" data-label="" points="325.64320987654327,467.2592592592593 341.8901234567901,508.74074074074076" fill="none" stroke="hsl(224, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="7.15,-3.2 7.619999999999999,-2" data-type="line" data-label="" points="325.64320987654327,481.0864197530865 341.8901234567901,439.60493827160496" fill="none" stroke="hsl(120, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="8.58,-4 8.5,-2.9" data-type="line" data-label="" points="375.0753086419753,508.74074074074076 372.30987654320995,470.7160493827161" fill="none" stroke="hsl(112, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="8.58,-2 8.5,-3.1" data-type="line" data-label="" points="375.0753086419753,439.60493827160496 372.30987654320995,477.6296296296297" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="8.54,8 11.7,-3" data-type="line" data-label="" points="373.69259259259263,93.92592592592592 482.92716049382716,474.17283950617286" fill="none" stroke="hsl(232, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="11.7,-3 11.53,7.95" data-type="line" data-label="" points="482.92716049382716,474.17283950617286 477.0506172839507,95.65432098765433" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="8.66,6 11.7,-3.2" data-type="line" data-label="" points="377.8407407407408,163.06172839506172 482.92716049382716,481.0864197530865" fill="none" stroke="hsl(136, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5,1.38 11.7,-2.8" data-type="line" data-label="" points="251.32222222222225,322.7654320987655 482.92716049382716,467.2592592592593" fill="none" stroke="hsl(280, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="8.6,1 5,1.38" data-type="line" data-label="" points="375.76666666666665,335.90123456790127 251.32222222222225,322.7654320987655" fill="none" stroke="hsl(304, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="8.6,1 11.53,0.95" data-type="line" data-label="" points="375.76666666666665,335.90123456790127 477.0506172839507,337.6296296296297" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.9875,-1.7 2.9875,-1.4999999999999998" data-type="line" data-label="" points="181.75432098765435,429.2345679012346 181.75432098765435,422.320987654321" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.9875,-3.1000000000000005 1.9000000000000001,-6.3" data-type="line" data-label="" points="181.75432098765435,477.6296296296297 144.16172839506174,588.246913580247" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.9875,-3.3000000000000003 4.5,-6.3" data-type="line" data-label="" points="181.75432098765435,484.54320987654324 234.0382716049383,588.246913580247" fill="none" stroke="hsl(72, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="4.049999999999999,-3 12.47,7.95" data-type="line" data-label="" points="218.4827160493827,474.17283950617286 509.5444444444445,95.65432098765433" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.049999999999999,-3 12.47,0.95" data-type="line" data-label="" points="218.4827160493827,474.17283950617286 509.5444444444445,337.6296296296297" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.049999999999999,-3 5,0.6200000000000001" data-type="line" data-label="" points="218.4827160493827,474.17283950617286 251.32222222222225,349.03703703703707" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.049999999999999,-3 2.9875,-1.4999999999999998" data-type="line" data-label="" points="218.4827160493827,474.17283950617286 181.75432098765435,422.320987654321" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.049999999999999,-3 2.9875,-1.7" data-type="line" data-label="" points="218.4827160493827,474.17283950617286 181.75432098765435,429.2345679012346" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.049999999999999,-3 2.9875,-3.9000000000000004" data-type="line" data-label="" points="218.4827160493827,474.17283950617286 181.75432098765435,505.283950617284" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.049999999999999,-3 2.9875,-4.1" data-type="line" data-label="" points="218.4827160493827,474.17283950617286 181.75432098765435,512.1975308641976" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.049999999999999,-3 2.9875,-4.300000000000001" data-type="line" data-label="" points="218.4827160493827,474.17283950617286 181.75432098765435,519.1111111111112" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.049999999999999,-3 2.9875,-4.5" data-type="line" data-label="" points="218.4827160493827,474.17283950617286 181.75432098765435,526.0246913580247" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.47,7.95 12.47,0.95" data-type="line" data-label="" points="509.5444444444445,95.65432098765433 509.5444444444445,337.6296296296297" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.47,7.95 5,0.6200000000000001" data-type="line" data-label="" points="509.5444444444445,95.65432098765433 251.32222222222225,349.03703703703707" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.47,7.95 2.9875,-1.4999999999999998" data-type="line" data-label="" points="509.5444444444445,95.65432098765433 181.75432098765435,422.320987654321" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.47,7.95 2.9875,-1.7" data-type="line" data-label="" points="509.5444444444445,95.65432098765433 181.75432098765435,429.2345679012346" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.47,7.95 2.9875,-3.9000000000000004" data-type="line" data-label="" points="509.5444444444445,95.65432098765433 181.75432098765435,505.283950617284" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.47,7.95 2.9875,-4.1" data-type="line" data-label="" points="509.5444444444445,95.65432098765433 181.75432098765435,512.1975308641976" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.47,7.95 2.9875,-4.300000000000001" data-type="line" data-label="" points="509.5444444444445,95.65432098765433 181.75432098765435,519.1111111111112" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.47,7.95 2.9875,-4.5" data-type="line" data-label="" points="509.5444444444445,95.65432098765433 181.75432098765435,526.0246913580247" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.47,0.95 5,0.6200000000000001" data-type="line" data-label="" points="509.5444444444445,337.6296296296297 251.32222222222225,349.03703703703707" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.47,0.95 2.9875,-1.4999999999999998" data-type="line" data-label="" points="509.5444444444445,337.6296296296297 181.75432098765435,422.320987654321" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.47,0.95 2.9875,-1.7" data-type="line" data-label="" points="509.5444444444445,337.6296296296297 181.75432098765435,429.2345679012346" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.47,0.95 2.9875,-3.9000000000000004" data-type="line" data-label="" points="509.5444444444445,337.6296296296297 181.75432098765435,505.283950617284" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.47,0.95 2.9875,-4.1" data-type="line" data-label="" points="509.5444444444445,337.6296296296297 181.75432098765435,512.1975308641976" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.47,0.95 2.9875,-4.300000000000001" data-type="line" data-label="" points="509.5444444444445,337.6296296296297 181.75432098765435,519.1111111111112" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.47,0.95 2.9875,-4.5" data-type="line" data-label="" points="509.5444444444445,337.6296296296297 181.75432098765435,526.0246913580247" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5,0.6200000000000001 2.9875,-1.4999999999999998" data-type="line" data-label="" points="251.32222222222225,349.03703703703707 181.75432098765435,422.320987654321" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5,0.6200000000000001 2.9875,-1.7" data-type="line" data-label="" points="251.32222222222225,349.03703703703707 181.75432098765435,429.2345679012346" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5,0.6200000000000001 2.9875,-3.9000000000000004" data-type="line" data-label="" points="251.32222222222225,349.03703703703707 181.75432098765435,505.283950617284" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5,0.6200000000000001 2.9875,-4.1" data-type="line" data-label="" points="251.32222222222225,349.03703703703707 181.75432098765435,512.1975308641976" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5,0.6200000000000001 2.9875,-4.300000000000001" data-type="line" data-label="" points="251.32222222222225,349.03703703703707 181.75432098765435,519.1111111111112" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5,0.6200000000000001 2.9875,-4.5" data-type="line" data-label="" points="251.32222222222225,349.03703703703707 181.75432098765435,526.0246913580247" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.9875,-1.4999999999999998 2.9875,-1.7" data-type="line" data-label="" points="181.75432098765435,422.320987654321 181.75432098765435,429.2345679012346" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.9875,-1.4999999999999998 2.9875,-3.9000000000000004" data-type="line" data-label="" points="181.75432098765435,422.320987654321 181.75432098765435,505.283950617284" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.9875,-1.4999999999999998 2.9875,-4.1" data-type="line" data-label="" points="181.75432098765435,422.320987654321 181.75432098765435,512.1975308641976" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.9875,-1.4999999999999998 2.9875,-4.300000000000001" data-type="line" data-label="" points="181.75432098765435,422.320987654321 181.75432098765435,519.1111111111112" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.9875,-1.4999999999999998 2.9875,-4.5" data-type="line" data-label="" points="181.75432098765435,422.320987654321 181.75432098765435,526.0246913580247" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.9875,-1.7 2.9875,-3.9000000000000004" data-type="line" data-label="" points="181.75432098765435,429.2345679012346 181.75432098765435,505.283950617284" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.9875,-1.7 2.9875,-4.1" data-type="line" data-label="" points="181.75432098765435,429.2345679012346 181.75432098765435,512.1975308641976" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.9875,-1.7 2.9875,-4.300000000000001" data-type="line" data-label="" points="181.75432098765435,429.2345679012346 181.75432098765435,519.1111111111112" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.9875,-1.7 2.9875,-4.5" data-type="line" data-label="" points="181.75432098765435,429.2345679012346 181.75432098765435,526.0246913580247" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.9875,-3.9000000000000004 2.9875,-4.1" data-type="line" data-label="" points="181.75432098765435,505.283950617284 181.75432098765435,512.1975308641976" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.9875,-3.9000000000000004 2.9875,-4.300000000000001" data-type="line" data-label="" points="181.75432098765435,505.283950617284 181.75432098765435,519.1111111111112" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.9875,-3.9000000000000004 2.9875,-4.5" data-type="line" data-label="" points="181.75432098765435,505.283950617284 181.75432098765435,526.0246913580247" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.9875,-4.1 2.9875,-4.300000000000001" data-type="line" data-label="" points="181.75432098765435,512.1975308641976 181.75432098765435,519.1111111111112" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.9875,-4.1 2.9875,-4.5" data-type="line" data-label="" points="181.75432098765435,512.1975308641976 181.75432098765435,526.0246913580247" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.9875,-4.300000000000001 2.9875,-4.5" data-type="line" data-label="" points="181.75432098765435,519.1111111111112 181.75432098765435,526.0246913580247" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.460000000000001,8 7.34,6" data-type="line" data-label="" points="336.3592592592594,93.92592592592592 332.21111111111117,163.06172839506172" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.460000000000001,8 7.4,1" data-type="line" data-label="" points="336.3592592592594,93.92592592592592 334.28518518518524,335.90123456790127" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.34,6 7.4,1" data-type="line" data-label="" points="332.21111111111117,163.06172839506172 334.28518518518524,335.90123456790127" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.9875,-1.9000000000000001 2.9875,-2.1000000000000005" data-type="line" data-label="" points="181.75432098765435,436.1481481481482 181.75432098765435,443.0617283950618" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.9875,-2.7 3.0875,-2.7 3.0875,-2.8 4.049999999999999,-2.8" data-type="line" data-label="" points="181.75432098765435,463.80246913580254 185.21111111111114,463.80246913580254 185.21111111111114,467.2592592592593 218.4827160493827,467.2592592592593" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.9875,-2.9000000000000004 3.0875,-2.9000000000000004 3.0875,-2.7 2.9875,-2.7" data-type="line" data-label="" points="181.75432098765435,470.7160493827161 185.21111111111114,470.7160493827161 185.21111111111114,463.80246913580254 181.75432098765435,463.80246913580254" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.9875,-2.3000000000000007 3.1875,-2.3000000000000007 3.1875,-2.5000000000000004 2.9875,-2.5000000000000004" data-type="line" data-label="" points="181.75432098765435,449.9753086419754 188.66790123456792,449.9753086419754 188.66790123456792,456.8888888888889 181.75432098765435,456.8888888888889" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.15,-2.8 7.285,-2.8 7.285,-4 7.619999999999999,-4" data-type="line" data-label="" points="325.64320987654327,467.2592592592593 330.30987654320995,467.2592592592593 330.30987654320995,508.74074074074076 341.8901234567901,508.74074074074076" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.15,-3.2 7.484999999999999,-3.2 7.484999999999999,-2 7.619999999999999,-2" data-type="line" data-label="" points="325.64320987654327,481.0864197530865 337.22345679012346,481.0864197530865 337.22345679012346,439.60493827160496 341.8901234567901,439.60493827160496" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.58,-4 8.78,-4 8.78,-4.54 7.319999999999999,-4.54 7.319999999999999,-2.9 8.5,-2.9" data-type="line" data-label="" points="375.0753086419753,508.74074074074076 381.98888888888894,508.74074074074076 381.98888888888894,527.4074074074074 331.51975308641977,527.4074074074074 331.51975308641977,470.7160493827161 372.30987654320995,470.7160493827161" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.58,-2 8.78,-2 8.78,-1.46 7.519999999999999,-1.46 7.519999999999999,-3.1 8.5,-3.1" data-type="line" data-label="" points="375.0753086419753,439.60493827160496 381.98888888888894,439.60493827160496 381.98888888888894,420.93827160493834 338.4333333333333,420.93827160493834 338.4333333333333,477.6296296296297 372.30987654320995,477.6296296296297" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.9875,-4.1 3.1875,-4.1 3.1875,-3.9000000000000004 2.9875,-3.9000000000000004" data-type="line" data-label="" points="181.75432098765435,512.1975308641976 188.66790123456792,512.1975308641976 188.66790123456792,505.283950617284 181.75432098765435,505.283950617284" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.9875,-4.300000000000001 3.1875,-4.300000000000001 3.1875,-4.1 2.9875,-4.1" data-type="line" data-label="" points="181.75432098765435,519.1111111111112 188.66790123456792,519.1111111111112 188.66790123456792,512.1975308641976 181.75432098765435,512.1975308641976" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.9875,-4.5 2.9875,-4.7 3.1875,-4.7 3.1875,-4.300000000000001 2.9875,-4.300000000000001" data-type="line" data-label="" points="181.75432098765435,526.0246913580247 181.75432098765435,532.9382716049383 188.66790123456792,532.9382716049383 188.66790123456792,519.1111111111112 181.75432098765435,519.1111111111112" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.9875,-1.4999999999999998 2.9875,-1.2999999999999998 3.1875,-1.2999999999999998 3.1875,-1.7 2.9875,-1.7" data-type="line" data-label="" points="181.75432098765435,422.320987654321 181.75432098765435,415.40740740740745 188.66790123456792,415.40740740740745 188.66790123456792,429.2345679012346 181.75432098765435,429.2345679012346" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.34,6 7.14,6 7.14,8 7.460000000000001,8" data-type="line" data-label="" points="332.21111111111117,163.06172839506172 325.2975308641976,163.06172839506172 325.2975308641976,93.92592592592592 336.3592592592594,93.92592592592592" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.9875,-1.9000000000000001 3.1875,-1.9000000000000001 3.1875,-2.1000000000000005 2.9875,-2.1000000000000005" data-type="line" data-label="" points="181.75432098765435,436.1481481481482 188.66790123456792,436.1481481481482 188.66790123456792,443.0617283950618 181.75432098765435,443.0617283950618" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.54,8 10.035,8 10.035,7.95 11.53,7.95" data-type="line" data-label="" points="373.69259259259263,93.92592592592592 425.3716049382716,93.92592592592592 425.3716049382716,95.65432098765433 477.0506172839507,95.65432098765433" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5,1.38 5,1.58 8.8,1.58 8.8,1 8.6,1" data-type="line" data-label="" points="251.32222222222225,322.7654320987655 251.32222222222225,315.85185185185185 382.6802469135803,315.85185185185185 382.6802469135803,335.90123456790127 375.76666666666665,335.90123456790127" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.7,-2.8 11.899999999999999,-2.8 11.899999999999999,-0.9249999999999999 11.33,-0.9249999999999999 11.33,0.95 11.53,0.95" data-type="line" data-label="" points="482.92716049382716,467.2592592592593 489.8407407407408,467.2592592592593 489.8407407407408,402.44444444444446 470.1370370370371,402.44444444444446 470.1370370370371,337.6296296296297 477.0506172839507,337.6296296296297" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.9875,-2.5000000000000004 3.5187499999999994,-2.5000000000000004 3.5187499999999994,-3.2 4.049999999999999,-3.2" data-type="line" data-label="" points="181.75432098765435,456.8888888888889 200.11851851851853,456.8888888888889 200.11851851851853,481.0864197530865 218.4827160493827,481.0864197530865" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.9875,-3.9000000000000004 3.5187499999999994,-3.9000000000000004 3.5187499999999994,-3 4.049999999999999,-3" data-type="line" data-label="" points="181.75432098765435,505.283950617284 200.11851851851853,505.283950617284 200.11851851851853,474.17283950617286 218.4827160493827,474.17283950617286" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.9875,-1.7 3.2875,-1.7 3.2875,-3.9000000000000004 2.9875,-3.9000000000000004" data-type="line" data-label="" points="181.75432098765435,429.2345679012346 192.12469135802473,429.2345679012346 192.12469135802473,505.283950617284 181.75432098765435,505.283950617284" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.66,6 13.360999999999997,6 13.360999999999997,-3.2 11.7,-3.2" data-type="line" data-label="" points="377.8407407407408,163.06172839506172 540.3444444444444,163.06172839506172 540.3444444444444,481.0864197530865 482.92716049382716,481.0864197530865" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="12.47,7.95 12.711,7.95 12.711,7.599" data-type="line" data-label="" points="509.5444444444445,95.65432098765433 517.8753086419754,95.65432098765433 517.8753086419754,107.78765432098766" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="12.47,0.95 12.711,0.95 12.711,0.599" data-type="line" data-label="" points="509.5444444444445,337.6296296296297 517.8753086419754,337.6296296296297 517.8753086419754,349.762962962963" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.4,1 7.049,1 7.049,1.051" data-type="line" data-label="" points="334.28518518518524,335.90123456790127 322.1518518518519,335.90123456790127 322.1518518518519,334.1382716049383" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="10.1" data-y="-3" x="372.30987654321" y="463.80246913580254" width="110.6172839506172" height="20.740740740740705" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="schematic_component_49" data-x="5.6" data-y="-3" x="218.48271604938267" y="460.3456790123457" width="107.16049382716056" height="27.65432098765433" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="schematic_component_50" data-x="8.1" data-y="-2" x="341.8901234567901" y="427.85185185185185" width="33.18518518518522" height="23.506172839506178" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="schematic_component_51" data-x="8.1" data-y="-4" x="341.8901234567901" y="496.98765432098764" width="33.18518518518522" height="23.506172839506178" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="schematic_component_52" data-x="12" data-y="8" x="477.0506172839507" y="81.50030888888892" width="32.493827160493765" height="24.851234074074" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="schematic_component_53" data-x="8" data-y="8" x="336.3592592592594" y="82.17283950617286" width="37.33333333333326" height="23.50617283950612" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="schematic_component_54" data-x="8" data-y="6" x="332.2111111111112" y="151.30864197530866" width="45.62962962962962" height="23.50617283950615" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="schematic_component_55" data-x="12" data-y="1" x="477.0506172839507" y="323.47561753086427" width="32.493827160493765" height="24.851234074074" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="schematic_component_56" data-x="8" data-y="0.9999999999999999" x="334.2851851851853" y="324.14814814814815" width="41.48148148148141" height="23.506172839506178" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="schematic_component_57" data-x="5.2524999999999995" data-y="1" x="235.76666666666662" y="322.7654320987655" width="48.567901234567955" height="26.271604938271594" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="schematic_component_58" data-x="1.8" data-y="-3" x="99.65555555555557" y="422.320987654321" width="82.09876543209877" height="103.7037037037037" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="schematic_component_59" data-x="2.2" data-y="-6.3" x="144.16172839506174" y="576.493827160494" width="20.740740740740762" height="23.50617283950612" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="schematic_component_60" data-x="4.8" data-y="-6.3" x="234.0382716049383" y="576.493827160494" width="20.740740740740733" height="23.50617283950612" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="U_MCU_USB_BOOT" data-x="9.74" data-y="-2.5700000000000003" x="386.1370370370371" y="456.1975308641976" width="58.07407407407413" height="6.2222222222222285" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="ESP32_P4NRW32X" data-x="9.74" data-y="-3.4299999999999997" x="386.1370370370371" y="485.925925925926" width="58.07407407407413" height="6.222222222222172" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="USBLC6_2SC6" data-x="5.109999999999999" data-y="-3.53" x="232.3098765432099" y="489.3827160493828" width="45.62962962962962" height="6.222222222222172" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="U_ESD" data-x="4.749999999999999" data-y="-2.4850000000000003" x="230.23580246913582" y="452.0493827160494" width="24.888888888888857" height="8.641975308641975" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="TYPE-C-31-M-12" data-x="1.8525" data-y="-4.43" x="113.48271604938273" y="520.4938271604939" width="58.074074074074076" height="6.222222222222172" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="J_USB" data-x="1.3125000000000002" data-y="-1.585" x="111.40864197530865" y="420.93827160493834" width="24.888888888888914" height="8.641975308641918" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="netId: USB_HS_DM_MCU
|
|
2
4
|
globalConnNetId: connectivity_net4" data-x="8.78" data-y="-3.775" x="378.5320987654321" y="493.1851851851853" width="6.913580246913625" height="15.555555555555543" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="netId: USB_HS_DP_MCU
|
|
3
5
|
globalConnNetId: connectivity_net5" data-x="8.78" data-y="-2.225" x="378.5320987654321" y="439.604938271605" width="6.913580246913625" height="15.555555555555543" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="netId: .R_RESET_PU > .pin2 to .C_RESET > .pin1
|
|
4
6
|
globalConnNetId: connectivity_net8" data-x="4.16" data-y="1.58" x="193.24814814814818" y="312.39506172839504" width="58.074074074074076" height="6.913580246913568" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.028928571428571425"/></g><g><rect data-type="rect" data-label="netId: .C_RESET > .pin1 to .U_MCU > .pin103
|
|
@@ -130,4 +132,167 @@ orientation: x-" data-x="4.5" data-y="-6.3" cx="234.0382716049383" cy="588.24691
|
|
|
130
132
|
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
131
133
|
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
132
134
|
});
|
|
133
|
-
]]></script
|
|
135
|
+
]]></script>
|
|
136
|
+
</g>
|
|
137
|
+
<g transform="translate(1216, 200)">
|
|
138
|
+
<style>
|
|
139
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
140
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
141
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
142
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
143
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
144
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
145
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
146
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
147
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
148
|
+
|
|
149
|
+
</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 418.14590160123873 593.62755351043 L 422.79392967532874 593.62755351043 L 422.79392967532874 598.27558158452 L 467.531199888445 598.27558158452" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 418.14590160123873 593.62755351043 L 422.79392967532874 593.62755351043 L 422.79392967532874 598.27558158452 L 467.531199888445 598.27558158452" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" 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 418.14590160123873 602.92360965861 L 422.79392967532874 602.92360965861 L 422.79392967532874 593.62755351043 L 418.14590160123873 593.62755351043" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 418.14590160123873 602.92360965861 L 422.79392967532874 602.92360965861 L 422.79392967532874 593.62755351043 L 418.14590160123873 593.62755351043" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" 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 418.14590160123873 575.03544121407 L 427.44195774941875 575.03544121407 L 427.44195774941875 584.33149736225 L 418.14590160123873 584.33149736225" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 418.14590160123873 575.03544121407 L 427.44195774941875 575.03544121407 L 427.44195774941875 584.33149736225 L 418.14590160123873 584.33149736225" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" 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 611.620070185235 598.27558158452 L 617.8949080852565 598.27558158452 L 617.8949080852565 654.0519184735999 L 633.465802133458 654.0519184735999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 611.620070185235 598.27558158452 L 617.8949080852565 598.27558158452 L 617.8949080852565 654.0519184735999 L 633.465802133458 654.0519184735999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" 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 611.620070185235 616.86769388088 L 627.1909642334365 616.86769388088 L 627.1909642334365 561.0913569918 L 633.465802133458 561.0913569918" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 611.620070185235 616.86769388088 L 627.1909642334365 616.86769388088 L 627.1909642334365 561.0913569918 L 633.465802133458 561.0913569918" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" 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 678.086871644722 654.0519184735999 L 687.382927792902 654.0519184735999 L 687.382927792902 679.151270073686 L 619.521717911188 679.151270073686 L 619.521717911188 602.92360965861 L 674.36844918545 602.92360965861" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 678.086871644722 654.0519184735999 L 687.382927792902 654.0519184735999 L 687.382927792902 679.151270073686 L 619.521717911188 679.151270073686 L 619.521717911188 602.92360965861 L 674.36844918545 602.92360965861" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" 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 678.086871644722 561.0913569918 L 687.382927792902 561.0913569918 L 687.382927792902 535.992005391714 L 628.817774059368 535.992005391714 L 628.817774059368 612.21966580679 L 674.36844918545 612.21966580679" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 678.086871644722 561.0913569918 L 687.382927792902 561.0913569918 L 687.382927792902 535.992005391714 L 628.817774059368 535.992005391714 L 628.817774059368 612.21966580679 L 674.36844918545 612.21966580679" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" 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 418.14590160123873 658.6999465476899 L 427.44195774941875 658.6999465476899 L 427.44195774941875 649.40389039951 L 418.14590160123873 649.40389039951" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 418.14590160123873 658.6999465476899 L 427.44195774941875 658.6999465476899 L 427.44195774941875 649.40389039951 L 418.14590160123873 649.40389039951" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" 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 418.14590160123873 667.99600269587 L 427.44195774941875 667.99600269587 L 427.44195774941875 658.6999465476899 L 418.14590160123873 658.6999465476899" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 418.14590160123873 667.99600269587 L 427.44195774941875 667.99600269587 L 427.44195774941875 658.6999465476899 L 418.14590160123873 658.6999465476899" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" 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_9__stack1"><path d="M 418.14590160123873 677.29205884405 L 418.14590160123873 686.58811499223 L 427.44195774941875 686.58811499223 L 427.44195774941875 667.99600269587 L 418.14590160123873 667.99600269587" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 418.14590160123873 677.29205884405 L 418.14590160123873 686.58811499223 L 427.44195774941875 686.58811499223 L 427.44195774941875 667.99600269587 L 418.14590160123873 667.99600269587" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" 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_10__stack1"><path d="M 418.14590160123873 537.85121662135 L 418.14590160123873 528.55516047317 L 427.44195774941875 528.55516047317 L 427.44195774941875 547.14727276953 L 418.14590160123873 547.14727276953" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 418.14590160123873 537.85121662135 L 418.14590160123873 528.55516047317 L 427.44195774941875 528.55516047317 L 427.44195774941875 547.14727276953 L 418.14590160123873 547.14727276953" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" 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_11__stack1"><path d="M 620.451323526006 189.24911106460002 L 611.155267377826 189.24911106460002 L 611.155267377826 96.28854958279999 L 626.028957214914 96.28854958279999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 620.451323526006 189.24911106460002 L 611.155267377826 189.24911106460002 L 611.155267377826 96.28854958279999 L 626.028957214914 96.28854958279999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" 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_12__stack1"><path d="M 418.14590160123873 556.44332891771 L 427.44195774941875 556.44332891771 L 427.44195774941875 565.73938506589 L 418.14590160123873 565.73938506589" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 418.14590160123873 556.44332891771 L 427.44195774941875 556.44332891771 L 427.44195774941875 565.73938506589 L 418.14590160123873 565.73938506589" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" 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_13__stack1"><path d="M 676.227660415086 96.28854958279999 L 745.7156801227316 96.28854958279999 L 745.7156801227316 98.61256361984499 L 815.203699830377 98.61256361984499" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 676.227660415086 96.28854958279999 L 745.7156801227316 96.28854958279999 L 745.7156801227316 98.61256361984499 L 815.203699830377 98.61256361984499" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" 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_14__stack1"><path d="M 511.68746659230004 403.988008087558 L 511.68746659230004 394.691951939378 L 688.3125334077201 394.691951939378 L 688.3125334077201 421.65051476909997 L 679.01647725954 421.65051476909997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 511.68746659230004 403.988008087558 L 511.68746659230004 394.691951939378 L 688.3125334077201 394.691951939378 L 688.3125334077201 421.65051476909997 L 679.01647725954 421.65051476909997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" 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_15__stack1"><path d="M 823.1053475563299 598.27558158452 L 832.4014037045099 598.27558158452 L 832.4014037045099 511.1250551953325 L 805.907643682197 511.1250551953325 L 805.907643682197 423.974528806145 L 815.203699830377 423.974528806145" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 823.1053475563299 598.27558158452 L 832.4014037045099 598.27558158452 L 832.4014037045099 511.1250551953325 L 805.907643682197 511.1250551953325 L 805.907643682197 423.974528806145 L 815.203699830377 423.974528806145" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" 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_16__stack1"><path d="M 418.14590160123873 584.33149736225 L 442.8385507448419 584.33149736225 L 442.8385507448419 616.86769388088 L 467.531199888445 616.86769388088" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 418.14590160123873 584.33149736225 L 442.8385507448419 584.33149736225 L 442.8385507448419 616.86769388088 L 467.531199888445 616.86769388088" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" 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_17__stack1"><path d="M 418.14590160123873 649.40389039951 L 442.8385507448419 649.40389039951 L 442.8385507448419 607.5716377327 L 467.531199888445 607.5716377327" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 418.14590160123873 649.40389039951 L 442.8385507448419 649.40389039951 L 442.8385507448419 607.5716377327 L 467.531199888445 607.5716377327" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" 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_18__stack1"><path d="M 418.14590160123873 547.14727276953 L 432.08998582350875 547.14727276953 L 432.08998582350875 649.40389039951 L 418.14590160123873 649.40389039951" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 418.14590160123873 547.14727276953 L 432.08998582350875 547.14727276953 L 432.08998582350875 649.40389039951 L 418.14590160123873 649.40389039951" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" 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_19__stack1"><path d="M 681.805294103994 189.24911106460002 L 900.3090938669648 189.24911106460002 L 900.3090938669648 616.86769388088 L 823.1053475563299 616.86769388088" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 681.805294103994 189.24911106460002 L 900.3090938669648 189.24911106460002 L 900.3090938669648 616.86769388088 L 823.1053475563299 616.86769388088" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" 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_20__stack1"><path d="M 858.8951637268231 98.61256361984499 L 870.0969113853798 98.61256361984499 L 870.0969113853798 114.92714215990088" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 858.8951637268231 98.61256361984499 L 870.0969113853798 98.61256361984499 L 870.0969113853798 114.92714215990088" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" 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_21__stack1"><path d="M 858.8951637268231 423.974528806145 L 870.0969113853798 423.974528806145 L 870.0969113853798 440.28910734620086" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 858.8951637268231 423.974528806145 L 870.0969113853798 423.974528806145 L 870.0969113853798 440.28910734620086" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" 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_22__stack1"><path d="M 623.24014037046 421.65051476909997 L 606.9255618304041 421.65051476909997 L 606.9255618304041 419.2800204513141" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 623.24014037046 421.65051476909997 L 606.9255618304041 421.65051476909997 L 606.9255618304041 419.2800204513141" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" 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="418.14590160123873" cy="593.62755351043" r="1.394408422227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="422.79392967532874" cy="593.62755351043" r="1.394408422227" 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"><circle cx="418.14590160123873" cy="584.33149736225" r="1.394408422227" 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_3__stack1"/><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"><circle cx="418.14590160123873" cy="658.6999465476899" r="1.394408422227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="427.44195774941875" cy="658.6999465476899" r="1.394408422227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="418.14590160123873" cy="649.40389039951" r="1.394408422227" 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_8__stack1"><circle cx="418.14590160123873" cy="667.99600269587" r="1.394408422227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="427.44195774941875" cy="667.99600269587" r="1.394408422227" 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_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><circle cx="418.14590160123873" cy="547.14727276953" r="1.394408422227" 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_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__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="692.96056148181" y="593.62755351043" width="111.55267377816006" height="27.888168444540042" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="692.96056148181" y="593.62755351043" width="111.55267377816006" height="27.888168444540042" fill="transparent"/><text class="sch-text" x="748.73689837089" y="607.5716377327" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533362px" transform="rotate(0, 748.73689837089, 607.5716377327)">schematic_component_7</text><line class="component-pin sch-component-pin sch-port-line" x1="692.96056148181" y1="602.92360965861" x2="674.36844918545" y2="602.92360965861" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="673.438843570632" y="601.994004043792" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="683.66450533363" y="601.994004043792" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="697.6085895559" y="602.92360965861" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_40</text><line class="component-pin sch-component-pin sch-port-line" x1="692.96056148181" y1="612.21966580679" x2="674.36844918545" y2="612.21966580679" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="673.438843570632" y="611.290060191972" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="683.66450533363" y="611.290060191972" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="697.6085895559" y="612.21966580679" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_41</text><line class="component-pin sch-component-pin sch-port-line" x1="804.5132352599701" y1="598.27558158452" x2="823.1053475563299" y2="598.27558158452" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="822.1757419415119" y="597.345975969702" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="813.8092914081501" y="597.345975969702" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="799.8652071858801" y="598.27558158452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_42</text><line class="component-pin sch-component-pin sch-port-line" x1="804.5132352599701" y1="607.5716377327" x2="822.1757419415121" y2="607.5716377327" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="823.1053475563299" cy="607.5716377327" r="0.929605614818" stroke-width="0.929605614818px"/><rect x="822.1757419415119" y="606.642032117882" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="813.8092914081501" y="606.642032117882" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="799.8652071858801" y="607.5716377327" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_43</text><line class="component-pin sch-component-pin sch-port-line" x1="804.5132352599701" y1="616.86769388088" x2="823.1053475563299" y2="616.86769388088" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="822.1757419415119" y="615.938088266062" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="813.8092914081501" y="615.938088266062" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="799.8652071858801" y="616.86769388088" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_44</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="486.123312184805" y="588.9795254363399" width="106.9046457040701" height="37.18422459272006" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="486.123312184805" y="588.9795254363399" width="106.9046457040701" height="37.18422459272006" fill="transparent"/><text class="sch-text" x="539.57563503684" y="607.5716377327" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533362px" transform="rotate(0, 539.57563503684, 607.5716377327)">schematic_component_49</text><line class="component-pin sch-component-pin sch-port-line" x1="486.123312184805" y1="598.27558158452" x2="467.531199888445" y2="598.27558158452" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="466.601594273627" y="597.345975969702" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.827256036625" y="597.345975969702" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="490.77134025889495" y="598.27558158452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_290</text><line class="component-pin sch-component-pin sch-port-line" x1="486.123312184805" y1="607.5716377327" x2="467.531199888445" y2="607.5716377327" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="466.601594273627" y="606.642032117882" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.827256036625" y="606.642032117882" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="490.77134025889495" y="607.5716377327" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_291</text><line class="component-pin sch-component-pin sch-port-line" x1="486.123312184805" y1="616.86769388088" x2="467.531199888445" y2="616.86769388088" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="466.601594273627" y="615.938088266062" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.827256036625" y="615.938088266062" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="490.77134025889495" y="616.86769388088" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_292</text><line class="component-pin sch-component-pin sch-port-line" x1="593.0279578888751" y1="616.86769388088" x2="611.620070185235" y2="616.86769388088" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="610.690464570417" y="615.938088266062" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="602.324014037055" y="615.938088266062" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="588.3799298147851" y="616.86769388088" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_293</text><line class="component-pin sch-component-pin sch-port-line" x1="593.0279578888751" y1="607.5716377327" x2="610.6904645704171" y2="607.5716377327" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_1_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="611.620070185235" cy="607.5716377327" r="0.929605614818" stroke-width="0.929605614818px"/><rect x="610.690464570417" y="606.642032117882" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="602.324014037055" y="606.642032117882" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="588.3799298147851" y="607.5716377327" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_294</text><line class="component-pin sch-component-pin sch-port-line" x1="593.0279578888751" y1="598.27558158452" x2="611.620070185235" y2="598.27558158452" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_1_5__stack1"><rect x="610.690464570417" y="597.345975969702" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="602.324014037055" y="597.345975969702" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="588.3799298147851" y="598.27558158452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_295</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="652.0579144298181" y="545.288061539894" width="7.436844918544011" height="31.606590903812048" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="652.0579144298181" y="545.288061539894" width="7.436844918544011" height="31.606590903812048" fill="transparent"/><text class="sch-text" x="655.7763368890901" y="561.0913569918" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533362px" transform="rotate(0, 655.7763368890901, 561.0913569918)">schematic_component_50</text><line class="component-pin sch-component-pin sch-port-line" x1="652.0579144298181" y1="561.0913569918" x2="633.465802133458" y2="561.0913569918" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="632.53619651864" y="560.161751376982" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="642.7618582816381" y="560.161751376982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="656.705942503908" y="561.0913569918" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_296</text><line class="component-pin sch-component-pin sch-port-line" x1="659.4947593483621" y1="561.0913569918" x2="678.086871644722" y2="561.0913569918" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="677.157266029904" y="560.161751376982" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="668.7908154965421" y="560.161751376982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="654.8467312742721" y="561.0913569918" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_297</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="652.0579144298181" y="638.248623021694" width="7.436844918544011" height="31.606590903811934" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="652.0579144298181" y="638.248623021694" width="7.436844918544011" height="31.606590903811934" fill="transparent"/><text class="sch-text" x="655.7763368890901" y="654.0519184735999" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533362px" transform="rotate(0, 655.7763368890901, 654.0519184735999)">schematic_component_51</text><line class="component-pin sch-component-pin sch-port-line" x1="652.0579144298181" y1="654.0519184735999" x2="633.465802133458" y2="654.0519184735999" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="632.53619651864" y="653.1223128587819" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="642.7618582816381" y="653.1223128587819" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="656.705942503908" y="654.0519184735999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_298</text><line class="component-pin sch-component-pin sch-port-line" x1="659.4947593483621" y1="654.0519184735999" x2="678.086871644722" y2="654.0519184735999" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="677.157266029904" y="653.1223128587819" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="668.7908154965421" y="653.1223128587819" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="654.8467312742721" y="654.0519184735999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_299</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="833.795812126737" y="79.58096400098157" width="6.50723930372601" height="33.41517116363684" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="833.795812126737" y="79.58096400098157" width="6.50723930372601" height="33.41517116363684" fill="transparent"/><text class="sch-text" x="837.0494317785999" y="96.28854958279999" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533362px" transform="rotate(0, 837.0494317785999, 96.28854958279999)">schematic_component_52</text><line class="component-pin sch-component-pin sch-port-line" x1="833.795812126737" y1="98.61256361984499" x2="815.203699830377" y2="98.61256361984499" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="814.274094215559" y="97.68295800502699" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="824.499755978557" y="97.68295800502699" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="838.443840200827" y="98.61256361984499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_300</text><line class="component-pin sch-component-pin sch-port-line" x1="840.303051430463" y1="98.61256361984499" x2="858.8951637268231" y2="98.61256361984499" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="857.965558112005" y="97.68295800502699" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="849.599107578643" y="97.68295800502699" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="835.655023356373" y="98.61256361984499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_301</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="644.6210695112741" y="80.48525413089402" width="13.014478607451906" height="31.606590903811934" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="644.6210695112741" y="80.48525413089402" width="13.014478607451906" height="31.606590903811934" fill="transparent"/><text class="sch-text" x="651.1283088150001" y="96.28854958279999" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533362px" transform="rotate(0, 651.1283088150001, 96.28854958279999)">schematic_component_53</text><line class="component-pin sch-component-pin sch-port-line" x1="644.6210695112741" y1="96.28854958279999" x2="626.028957214914" y2="96.28854958279999" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="625.099351600096" y="95.35894396798199" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="635.3250133630941" y="95.35894396798199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="649.2690975853641" y="96.28854958279999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_302</text><line class="component-pin sch-component-pin sch-port-line" x1="657.635548118726" y1="96.28854958279999" x2="676.227660415086" y2="96.28854958279999" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="675.298054800268" y="95.35894396798199" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="666.931604266906" y="95.35894396798199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="652.987520044636" y="96.28854958279999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_303</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="639.0434358223661" y="173.445815612694" width="24.169745985268037" height="31.60659090381199" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="639.0434358223661" y="173.445815612694" width="24.169745985268037" height="31.60659090381199" fill="transparent"/><text class="sch-text" x="651.1283088150001" y="189.24911106460002" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533362px" transform="rotate(0, 651.1283088150001, 189.24911106460002)">schematic_component_54</text><line class="component-pin sch-component-pin sch-port-line" x1="639.0434358223661" y1="189.24911106460002" x2="620.451323526006" y2="189.24911106460002" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="619.521717911188" y="188.319505449782" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="629.747379674186" y="188.319505449782" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="643.6914638964561" y="189.24911106460002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_304</text><line class="component-pin sch-component-pin sch-port-line" x1="663.2131818076341" y1="189.24911106460002" x2="681.805294103994" y2="189.24911106460002" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="680.875688489176" y="188.319505449782" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="672.5092379558141" y="188.319505449782" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="658.5651537335441" y="189.24911106460002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_305</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component chip sch-component-body" x="833.795812126737" y="404.94292918728155" width="6.50723930372601" height="33.4151711636369" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="833.795812126737" y="404.94292918728155" width="6.50723930372601" height="33.4151711636369" fill="transparent"/><text class="sch-text" x="837.0494317785999" y="421.65051476909997" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533362px" transform="rotate(0, 837.0494317785999, 421.65051476909997)">schematic_component_55</text><line class="component-pin sch-component-pin sch-port-line" x1="833.795812126737" y1="423.974528806145" x2="815.203699830377" y2="423.974528806145" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="814.274094215559" y="423.044923191327" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="824.499755978557" y="423.044923191327" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="838.443840200827" y="423.974528806145" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_306</text><line class="component-pin sch-component-pin sch-port-line" x1="840.303051430463" y1="423.974528806145" x2="858.8951637268231" y2="423.974528806145" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="857.965558112005" y="423.044923191327" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="849.599107578643" y="423.044923191327" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="835.655023356373" y="423.974528806145" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_307</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component chip sch-component-body" x="641.8322526668201" y="405.847219317194" width="18.592112296359915" height="31.60659090381199" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="641.8322526668201" y="405.847219317194" width="18.592112296359915" height="31.60659090381199" fill="transparent"/><text class="sch-text" x="651.1283088150001" y="421.65051476909997" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533362px" transform="rotate(0, 651.1283088150001, 421.65051476909997)">schematic_component_56</text><line class="component-pin sch-component-pin sch-port-line" x1="641.8322526668201" y1="421.65051476909997" x2="623.24014037046" y2="421.65051476909997" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="622.310534755642" y="420.72090915428197" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="632.53619651864" y="420.72090915428197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="646.4802807409101" y="421.65051476909997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_308</text><line class="component-pin sch-component-pin sch-port-line" x1="660.42436496318" y1="421.65051476909997" x2="679.01647725954" y2="421.65051476909997" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><rect x="678.086871644722" y="420.72090915428197" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="669.7204211113601" y="420.72090915428197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="655.7763368890901" y="421.65051476909997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_309</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component chip sch-component-body" x="490.77134025889495" y="419.32650073205497" width="65.30479444096454" height="4.648028074090007" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="490.77134025889495" y="419.32650073205497" width="65.30479444096454" height="4.648028074090007" fill="transparent"/><text class="sch-text" x="523.4237374793772" y="421.65051476909997" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533362px" transform="rotate(0, 523.4237374793772, 421.65051476909997)">schematic_component_57</text><line class="component-pin sch-component-pin sch-port-line" x1="511.68746659230004" y1="419.32650073205497" x2="511.68746659230004" y2="403.988008087558" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="510.75786097748204" y="403.05840247274" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="510.75786097748204" y="411.6572544098065" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform="rotate(-90 510.75786097748204 411.6572544098065)"></text><text class="pin-number sch-pin-label" x="511.68746659230004" y="423.974528806145" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="rotate(-90 511.68746659230004 423.974528806145)">schematic_port_310</text><line class="component-pin sch-component-pin sch-port-line" x1="511.68746659230004" y1="423.974528806145" x2="511.68746659230004" y2="438.383415835824" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="511.68746659230004" cy="439.313021450642" r="0.929605614818" stroke-width="0.929605614818px"/><rect x="510.75786097748204" y="438.383415835824" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="510.75786097748204" y="431.6437751283935" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform="rotate(-90 510.75786097748204 431.6437751283935)"></text><text class="pin-number sch-pin-label" x="511.68746659230004" y="419.32650073205497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.972042111135px" transform="rotate(-90 511.68746659230004 419.32650073205497)">schematic_port_311</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_10__stack1"><rect class="component chip sch-component-body" x="326.34734713796126" y="556.44332891771" width="73.2064421669175" height="102.25661762997993" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="326.34734713796126" y="556.44332891771" width="73.2064421669175" height="102.25661762997993" fill="transparent"/><text class="sch-text" x="362.95056822142004" y="607.5716377327" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533362px" transform="rotate(0, 362.95056822142004, 607.5716377327)">schematic_component_58</text><line class="component-pin sch-component-pin sch-port-line" x1="418.14590160123873" y1="556.44332891771" x2="418.14590160123873" y2="537.85121662135" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="417.21629598642073" y="536.921611006532" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="417.21629598642073" y="547.14727276953" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform="rotate(-90 417.21629598642073 547.14727276953)"></text><text class="pin-number sch-pin-label" x="418.14590160123873" y="561.0913569918" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="rotate(-90 418.14590160123873 561.0913569918)">schematic_port_312</text><line class="component-pin sch-component-pin sch-port-line" x1="399.55378930487876" y1="547.14727276953" x2="418.14590160123873" y2="547.14727276953" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="417.21629598642073" y="546.217667154712" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="408.8498454530587" y="546.217667154712" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="394.90576123078876" y="547.14727276953" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_313</text><line class="component-pin sch-component-pin sch-port-line" x1="399.55378930487876" y1="556.44332891771" x2="418.14590160123873" y2="556.44332891771" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_2__stack1"><rect x="417.21629598642073" y="555.513723302892" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="408.8498454530587" y="555.513723302892" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="394.90576123078876" y="556.44332891771" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_314</text><line class="component-pin sch-component-pin sch-port-line" x1="399.55378930487876" y1="565.73938506589" x2="418.14590160123873" y2="565.73938506589" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_3__stack1"><rect x="417.21629598642073" y="564.809779451072" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="408.8498454530587" y="564.809779451072" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="394.90576123078876" y="565.73938506589" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_315</text><line class="component-pin sch-component-pin sch-port-line" x1="399.55378930487876" y1="640.10783425133" x2="417.21629598642073" y2="640.10783425133" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="418.14590160123873" cy="640.10783425133" r="0.929605614818" stroke-width="0.929605614818px"/><rect x="417.21629598642073" y="639.178228636512" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="408.8498454530587" y="639.178228636512" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="394.90576123078876" y="640.10783425133" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_316</text><line class="component-pin sch-component-pin sch-port-line" x1="399.55378930487876" y1="612.21966580679" x2="417.21629598642073" y2="612.21966580679" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="418.14590160123873" cy="612.21966580679" r="0.929605614818" stroke-width="0.929605614818px"/><rect x="417.21629598642073" y="611.290060191972" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="408.8498454530587" y="611.290060191972" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="394.90576123078876" y="612.21966580679" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_317</text><line class="component-pin sch-component-pin sch-port-line" x1="399.55378930487876" y1="602.92360965861" x2="418.14590160123873" y2="602.92360965861" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_6__stack1"><rect x="417.21629598642073" y="601.994004043792" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="408.8498454530587" y="601.994004043792" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="394.90576123078876" y="602.92360965861" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_318</text><line class="component-pin sch-component-pin sch-port-line" x1="399.55378930487876" y1="575.03544121407" x2="418.14590160123873" y2="575.03544121407" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_7__stack1"><rect x="417.21629598642073" y="574.105835599252" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="408.8498454530587" y="574.105835599252" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="394.90576123078876" y="575.03544121407" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_319</text><line class="component-pin sch-component-pin sch-port-line" x1="399.55378930487876" y1="593.62755351043" x2="418.14590160123873" y2="593.62755351043" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_8__stack1"><rect x="417.21629598642073" y="592.697947895612" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="408.8498454530587" y="592.697947895612" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="394.90576123078876" y="593.62755351043" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_320</text><line class="component-pin sch-component-pin sch-port-line" x1="399.55378930487876" y1="584.33149736225" x2="418.14590160123873" y2="584.33149736225" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_9__stack1"><rect x="417.21629598642073" y="583.401891747432" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="408.8498454530587" y="583.401891747432" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="394.90576123078876" y="584.33149736225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_321</text><line class="component-pin sch-component-pin sch-port-line" x1="399.55378930487876" y1="630.81177810315" x2="417.21629598642073" y2="630.81177810315" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="418.14590160123873" cy="630.81177810315" r="0.929605614818" stroke-width="0.929605614818px"/><rect x="417.21629598642073" y="629.882172488332" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="408.8498454530587" y="629.882172488332" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="394.90576123078876" y="630.81177810315" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_322</text><line class="component-pin sch-component-pin sch-port-line" x1="399.55378930487876" y1="621.51572195497" x2="417.21629598642073" y2="621.51572195497" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="418.14590160123873" cy="621.51572195497" r="0.929605614818" stroke-width="0.929605614818px"/><rect x="417.21629598642073" y="620.586116340152" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="408.8498454530587" y="620.586116340152" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="394.90576123078876" y="621.51572195497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_323</text><line class="component-pin sch-component-pin sch-port-line" x1="399.55378930487876" y1="649.40389039951" x2="418.14590160123873" y2="649.40389039951" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_12__stack1"><rect x="417.21629598642073" y="648.474284784692" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="408.8498454530587" y="648.474284784692" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="394.90576123078876" y="649.40389039951" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_324</text><line class="component-pin sch-component-pin sch-port-line" x1="399.55378930487876" y1="658.6999465476899" x2="418.14590160123873" y2="658.6999465476899" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_13__stack1"><rect x="417.21629598642073" y="657.7703409328719" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="408.8498454530587" y="657.7703409328719" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="394.90576123078876" y="658.6999465476899" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_325</text><line class="component-pin sch-component-pin sch-port-line" x1="399.55378930487876" y1="667.99600269587" x2="418.14590160123873" y2="667.99600269587" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_14__stack1"><rect x="417.21629598642073" y="667.066397081052" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="408.8498454530587" y="667.0663970810521" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="394.90576123078876" y="667.99600269587" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_326</text><line class="component-pin sch-component-pin sch-port-line" x1="418.14590160123873" y1="658.6999465476899" x2="418.14590160123873" y2="677.29205884405" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_15__stack1"><rect x="417.21629598642073" y="676.362453229232" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="417.21629598642073" y="667.99600269587" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform="rotate(-90 417.21629598642073 667.99600269587)"></text><text class="pin-number sch-pin-label" x="418.14590160123873" y="654.0519184735999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.972042111135px" transform="rotate(-90 418.14590160123873 654.0519184735999)">schematic_port_327</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_11__stack1"><rect class="component chip sch-component-body" x="379.218666480735" y="745.1532687257641" width="4.648028074090007" height="31.60659090381182" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="379.218666480735" y="745.1532687257641" width="4.648028074090007" height="31.60659090381182" fill="transparent"/><text class="sch-text" x="381.54268051778" y="760.95656417767" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533362px" transform="rotate(0, 381.54268051778, 760.95656417767)">schematic_component_59</text><line class="component-pin sch-component-pin sch-port-line" x1="379.218666480735" y1="760.95656417767" x2="368.52820191032805" y2="760.95656417767" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="367.59859629551005" cy="760.95656417767" r="0.929605614818" stroke-width="0.929605614818px"/><rect x="366.66899068069205" y="760.026958562852" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="373.40863138812256" y="760.026958562852" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="383.866694554825" y="760.95656417767" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_328</text><line class="component-pin sch-component-pin sch-port-line" x1="383.866694554825" y1="760.95656417767" x2="394.55715912523203" y2="760.95656417767" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_11_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="395.48676474005003" cy="760.95656417767" r="0.929605614818" stroke-width="0.929605614818px"/><rect x="394.55715912523203" y="760.026958562852" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="389.6767296474375" y="760.026958562852" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="379.218666480735" y="760.95656417767" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_329</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_12__stack1"><rect class="component chip sch-component-body" x="500.067396407075" y="745.1532687257641" width="4.64802807408995" height="31.60659090381182" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="500.067396407075" y="745.1532687257641" width="4.64802807408995" height="31.60659090381182" fill="transparent"/><text class="sch-text" x="502.39141044412" y="760.95656417767" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533362px" transform="rotate(0, 502.39141044412, 760.95656417767)">schematic_component_60</text><line class="component-pin sch-component-pin sch-port-line" x1="500.067396407075" y1="760.95656417767" x2="489.376931836668" y2="760.95656417767" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_12_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="488.44732622185006" cy="760.95656417767" r="0.929605614818" stroke-width="0.929605614818px"/><rect x="487.51772060703206" y="760.026958562852" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="494.2573613144625" y="760.026958562852" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="504.715424481165" y="760.95656417767" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_330</text><line class="component-pin sch-component-pin sch-port-line" x1="504.715424481165" y1="760.95656417767" x2="515.405889051572" y2="760.95656417767" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_12_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="516.33549466639" cy="760.95656417767" r="0.929605614818" stroke-width="0.929605614818px"/><rect x="515.405889051572" y="760.026958562852" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="510.52545957377754" y="760.026958562852" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="500.067396407075" y="760.95656417767" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_331</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="674.36844918545" cy="602.92360965861" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="674.36844918545" cy="612.21966580679" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="823.1053475563299" cy="598.27558158452" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="823.1053475563299" cy="607.5716377327" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="823.1053475563299" cy="616.86769388088" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="467.531199888445" cy="598.27558158452" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="467.531199888445" cy="607.5716377327" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="467.531199888445" cy="616.86769388088" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="611.620070185235" cy="616.86769388088" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_4__stack1"><circle cx="611.620070185235" cy="607.5716377327" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_5__stack1"><circle cx="611.620070185235" cy="598.27558158452" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="633.465802133458" cy="561.0913569918" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="678.086871644722" cy="561.0913569918" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="633.465802133458" cy="654.0519184735999" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="678.086871644722" cy="654.0519184735999" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="815.203699830377" cy="98.61256361984499" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="858.8951637268231" cy="98.61256361984499" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="626.028957214914" cy="96.28854958279999" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="676.227660415086" cy="96.28854958279999" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="620.451323526006" cy="189.24911106460002" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="681.805294103994" cy="189.24911106460002" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="815.203699830377" cy="423.974528806145" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="858.8951637268231" cy="423.974528806145" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="623.24014037046" cy="421.65051476909997" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="679.01647725954" cy="421.65051476909997" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="511.68746659230004" cy="403.988008087558" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="511.68746659230004" cy="439.313021450642" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="418.14590160123873" cy="537.85121662135" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="418.14590160123873" cy="547.14727276953" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_2__stack1"><circle cx="418.14590160123873" cy="556.44332891771" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_3__stack1"><circle cx="418.14590160123873" cy="565.73938506589" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_4__stack1"><circle cx="418.14590160123873" cy="640.10783425133" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_5__stack1"><circle cx="418.14590160123873" cy="612.21966580679" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_6__stack1"><circle cx="418.14590160123873" cy="602.92360965861" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_7__stack1"><circle cx="418.14590160123873" cy="575.03544121407" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_8__stack1"><circle cx="418.14590160123873" cy="593.62755351043" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_9__stack1"><circle cx="418.14590160123873" cy="584.33149736225" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_10__stack1"><circle cx="418.14590160123873" cy="630.81177810315" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_11__stack1"><circle cx="418.14590160123873" cy="621.51572195497" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_12__stack1"><circle cx="418.14590160123873" cy="649.40389039951" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_13__stack1"><circle cx="418.14590160123873" cy="658.6999465476899" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_14__stack1"><circle cx="418.14590160123873" cy="667.99600269587" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_15__stack1"><circle cx="418.14590160123873" cy="677.29205884405" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="367.59859629551005" cy="760.95656417767" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="395.48676474005003" cy="760.95656417767" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="488.44732622185006" cy="760.95656417767" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="516.33549466639" cy="760.95656417767" r="1.859211229636" 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="
|
|
150
|
+
M 687.382927792902,654.0519184735999
|
|
151
|
+
L 682.734899718812,651.5419833135913
|
|
152
|
+
L 682.734899718812,635.6023457048453
|
|
153
|
+
L 692.030955866992,635.6023457048453
|
|
154
|
+
L 692.030955866992,651.5419833135913
|
|
155
|
+
Z
|
|
156
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="687.382927792902" y="649.8686932069189" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(-90 687.382927792902 649.8686932069189)">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="
|
|
157
|
+
M 687.382927792902,561.0913569918
|
|
158
|
+
L 692.030955866992,563.6012921518086
|
|
159
|
+
L 692.030955866992,579.5409297605546
|
|
160
|
+
L 682.734899718812,579.5409297605546
|
|
161
|
+
L 682.734899718812,563.6012921518086
|
|
162
|
+
Z
|
|
163
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="687.382927792902" y="565.274582258481" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(90 687.382927792902 565.274582258481)">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="
|
|
164
|
+
M 511.68746659230004,394.691951939378
|
|
165
|
+
L 509.17753143229146,399.339980013468
|
|
166
|
+
L 433.17917373553723,399.339980013468
|
|
167
|
+
L 433.17917373553723,390.043923865288
|
|
168
|
+
L 509.17753143229146,390.043923865288
|
|
169
|
+
Z
|
|
170
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="507.50424132561903" y="394.691951939378" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="">XXXXXXXXXXXXX</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="
|
|
171
|
+
M 832.4014037045099,554.7003183899262
|
|
172
|
+
L 829.8914685445013,559.3483464640162
|
|
173
|
+
L 753.893110847747,559.3483464640162
|
|
174
|
+
L 753.893110847747,550.0522903158362
|
|
175
|
+
L 829.8914685445013,550.0522903158362
|
|
176
|
+
Z
|
|
177
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="828.2181784378289" y="554.7003183899262" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="">XXXXXXXXXXXXX</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="
|
|
178
|
+
M 710.9716702689088,96.28854958279999
|
|
179
|
+
L 706.3236421948188,93.77861442279139
|
|
180
|
+
L 706.3236421948188,23.240140370401548
|
|
181
|
+
L 715.6196983429988,23.240140370401548
|
|
182
|
+
L 715.6196983429988,93.77861442279139
|
|
183
|
+
Z
|
|
184
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="710.9716702689088" y="92.10532431611898" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(-90 710.9716702689088 92.10532431611898)">XXXXXXXXXXXX</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="
|
|
185
|
+
M 823.1053475563299,607.5716377327
|
|
186
|
+
L 825.6152827163385,602.92360965861
|
|
187
|
+
L 896.1537567687283,602.92360965861
|
|
188
|
+
L 896.1537567687283,612.21966580679
|
|
189
|
+
L 825.6152827163385,612.21966580679
|
|
190
|
+
Z
|
|
191
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="827.2885728230109" y="607.5716377327" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="">XXXXXXXXXXXX</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="
|
|
192
|
+
M 791.0571939854794,189.24911106460002
|
|
193
|
+
L 786.4091659113894,186.7391759045914
|
|
194
|
+
L 786.4091659113894,116.20070185220158
|
|
195
|
+
L 795.7052220595695,116.20070185220158
|
|
196
|
+
L 795.7052220595695,186.7391759045914
|
|
197
|
+
Z
|
|
198
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="791.0571939854794" y="185.065885797919" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(-90 791.0571939854794 185.065885797919)">XXXXXXXXXXXX</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="
|
|
199
|
+
M 452.86086127959845,598.27558158452
|
|
200
|
+
L 448.21283320550845,595.7656464245114
|
|
201
|
+
L 448.21283320550845,579.8260088157654
|
|
202
|
+
L 457.50888935368846,579.8260088157654
|
|
203
|
+
L 457.50888935368846,595.7656464245114
|
|
204
|
+
Z
|
|
205
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="452.86086127959845" y="594.092356317839" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(-90 452.86086127959845 594.092356317839)">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="
|
|
206
|
+
M 418.14590160123873,686.58811499223
|
|
207
|
+
L 422.79392967532874,689.0980501522386
|
|
208
|
+
L 422.79392967532874,705.0376877609846
|
|
209
|
+
L 413.4978735271487,705.0376877609846
|
|
210
|
+
L 413.4978735271487,689.0980501522386
|
|
211
|
+
Z
|
|
212
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="418.14590160123873" y="690.771340258911" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(90 418.14590160123873 690.771340258911)">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="
|
|
213
|
+
M 870.0969113853798,114.92714215990088
|
|
214
|
+
L 874.7449394594698,117.43707731990948
|
|
215
|
+
L 874.7449394594698,133.37671492865545
|
|
216
|
+
L 865.4488833112898,133.37671492865545
|
|
217
|
+
L 865.4488833112898,117.43707731990948
|
|
218
|
+
Z
|
|
219
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="870.0969113853798" y="119.11036742658189" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(90 870.0969113853798 119.11036742658189)">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="
|
|
220
|
+
M 870.0969113853798,440.28910734620086
|
|
221
|
+
L 874.7449394594698,442.79904250620945
|
|
222
|
+
L 874.7449394594698,458.73868011495546
|
|
223
|
+
L 865.4488833112898,458.73868011495546
|
|
224
|
+
L 865.4488833112898,442.79904250620945
|
|
225
|
+
Z
|
|
226
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="870.0969113853798" y="444.47233261288187" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(90 870.0969113853798 444.47233261288187)">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="
|
|
227
|
+
M 511.68746659230004,439.313021450642
|
|
228
|
+
L 516.33549466639,441.8229566106506
|
|
229
|
+
L 516.33549466639,457.7625942193966
|
|
230
|
+
L 507.03943851821003,457.7625942193966
|
|
231
|
+
L 507.03943851821003,441.8229566106506
|
|
232
|
+
Z
|
|
233
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="511.68746659230004" y="443.496246717323" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(90 511.68746659230004 443.496246717323)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" d="
|
|
234
|
+
M 442.8385507448419,584.33149736225
|
|
235
|
+
L 438.1905226707519,581.8215622022415
|
|
236
|
+
L 438.1905226707519,565.8819245934955
|
|
237
|
+
L 447.4865788189319,565.8819245934955
|
|
238
|
+
L 447.4865788189319,581.8215622022415
|
|
239
|
+
Z
|
|
240
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" x="442.8385507448419" y="580.148272095569" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(-90 442.8385507448419 580.148272095569)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" d="
|
|
241
|
+
M 627.1909642334365,616.86769388088
|
|
242
|
+
L 631.8389923075265,619.3776290408886
|
|
243
|
+
L 631.8389923075265,635.3172666496346
|
|
244
|
+
L 622.5429361593465,635.3172666496346
|
|
245
|
+
L 622.5429361593465,619.3776290408886
|
|
246
|
+
Z
|
|
247
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" x="627.1909642334365" y="621.050919147561" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(90 627.1909642334365 621.050919147561)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" d="
|
|
248
|
+
M 617.8949080852565,598.27558158452
|
|
249
|
+
L 613.2468800111665,595.7656464245114
|
|
250
|
+
L 613.2468800111665,579.8260088157654
|
|
251
|
+
L 622.5429361593465,579.8260088157654
|
|
252
|
+
L 622.5429361593465,595.7656464245114
|
|
253
|
+
Z
|
|
254
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" x="617.8949080852565" y="594.092356317839" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(-90 617.8949080852565 594.092356317839)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" d="
|
|
255
|
+
M 611.155267377826,96.28854958279999
|
|
256
|
+
L 606.507239303736,93.77861442279139
|
|
257
|
+
L 606.507239303736,77.83897681404541
|
|
258
|
+
L 615.803295451916,77.83897681404541
|
|
259
|
+
L 615.803295451916,93.77861442279139
|
|
260
|
+
Z
|
|
261
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" x="611.155267377826" y="92.10532431611898" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(-90 611.155267377826 92.10532431611898)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" d="
|
|
262
|
+
M 606.9255618304041,419.2800204513141
|
|
263
|
+
L 602.2775337563141,416.7700852913055
|
|
264
|
+
L 602.2775337563141,400.8304476825595
|
|
265
|
+
L 611.5735899044942,400.8304476825595
|
|
266
|
+
L 611.5735899044942,416.7700852913055
|
|
267
|
+
Z
|
|
268
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" x="606.9255618304041" y="415.0967951846331" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(-90 606.9255618304041 415.0967951846331)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" d="
|
|
269
|
+
M 418.14590160123873,612.21966580679
|
|
270
|
+
L 420.6558367612473,607.5716377327
|
|
271
|
+
L 474.814659880544,607.5716377327
|
|
272
|
+
L 474.814659880544,616.86769388088
|
|
273
|
+
L 420.6558367612473,616.86769388088
|
|
274
|
+
Z
|
|
275
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" x="422.32912686791974" y="612.21966580679" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" d="
|
|
276
|
+
M 367.59859629551005,760.95656417767
|
|
277
|
+
L 365.08866113550147,765.60459225176
|
|
278
|
+
L 310.92983801620477,765.60459225176
|
|
279
|
+
L 310.92983801620477,756.30853610358
|
|
280
|
+
L 365.08866113550147,756.30853610358
|
|
281
|
+
Z
|
|
282
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" x="363.41537102882904" y="760.95656417767" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" d="
|
|
283
|
+
M 418.14590160123873,621.51572195497
|
|
284
|
+
L 420.6558367612473,616.86769388088
|
|
285
|
+
L 474.814659880544,616.86769388088
|
|
286
|
+
L 474.814659880544,626.16375002906
|
|
287
|
+
L 420.6558367612473,626.16375002906
|
|
288
|
+
Z
|
|
289
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" x="422.32912686791974" y="621.51572195497" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" d="
|
|
290
|
+
M 488.44732622185006,760.95656417767
|
|
291
|
+
L 485.9373910618415,765.60459225176
|
|
292
|
+
L 431.7785679425448,765.60459225176
|
|
293
|
+
L 431.7785679425448,756.30853610358
|
|
294
|
+
L 485.9373910618415,756.30853610358
|
|
295
|
+
Z
|
|
296
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" x="484.26410095516906" y="760.95656417767" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="">XXXXXXXXX</text><text class="sch-text" x="732.003997304166" y="587.5851170141129" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533361986px" transform="rotate(0, 732.003997304166, 587.5851170141129)">U_MCU_USB_BOOT</text><text class="sch-text" x="732.003997304166" y="627.558158451287" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533361986px" transform="rotate(0, 732.003997304166, 627.558158451287)">ESP32_P4NRW32X</text><text class="sch-text" x="516.800297473799" y="632.206186525377" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533361986px" transform="rotate(0, 516.800297473799, 632.206186525377)">USBLC6_2SC6</text><text class="sch-text" x="500.06739640707497" y="583.6342931511365" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533362px" transform="rotate(0, 500.06739640707497, 583.6342931511365)">U_ESD</text><text class="sch-text" x="365.39078296031727" y="674.038439192187" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533361986px" transform="rotate(0, 365.39078296031727, 674.038439192187)">TYPE-C-31-M-12</text><text class="sch-text" x="340.2914313602313" y="541.8020404843264" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533362px" transform="rotate(0, 340.2914313602313, 541.8020404843264)">J_USB</text><rect class="schematic-box sch-box" x="692.96056148181" y="583.401891747432" width="78.086871644712" height="8.366450533361899" stroke-width="0.929605614818px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.436844918544 3.718422459272"/><rect class="schematic-box sch-box" x="692.96056148181" y="623.374933184606" width="78.086871644712" height="8.366450533362013" stroke-width="0.929605614818px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.436844918544 3.718422459272"/><rect class="schematic-box sch-box" x="486.123312184805" y="628.022961258696" width="61.353970577988036" height="8.366450533361899" stroke-width="0.929605614818px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.436844918544 3.718422459272"/><rect class="schematic-box sch-box" x="483.33449534035105" y="577.824258058524" width="33.46580213344794" height="11.620070185224904" stroke-width="0.929605614818px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.436844918544 3.718422459272"/><rect class="schematic-box sch-box" x="326.34734713796126" y="669.855213925506" width="78.086871644712" height="8.366450533362013" stroke-width="0.929605614818px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.436844918544 3.718422459272"/><rect class="schematic-box sch-box" x="323.55853029350726" y="535.992005391714" width="33.46580213344805" height="11.620070185225018" stroke-width="0.929605614818px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.436844918544 3.718422459272"/>
|
|
297
|
+
</g>
|
|
298
|
+
</svg>
|