@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.2,-0.04999999999999997 -1.7000000000000002,-0.04999999999999982" data-type="line" data-label="" points="356.6961573612885,321.61579672123105 372.8541245735991,321.61579672123105" fill="none" stroke="hsl(96, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-9.65,-3.35 -5.8,-2.65" data-type="line" data-label="" points="115.94244589786001,428.2583803224813 240.3587934326519,405.63722622524637" fill="none" stroke="hsl(280, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.8,-2.65 -1.7000000000000002,-2.1000000000000005" data-type="line" data-label="" points="240.3587934326519,405.63722622524637 372.8541245735991,387.8634622917047" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-9.65,-3.55 -1.7000000000000002,-2.3500000000000005" data-type="line" data-label="" points="115.94244589786001,434.72156720740554 372.8541245735991,395.94244589786" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-9.65,-3.75 -1.7000000000000002,-2.6000000000000005" data-type="line" data-label="" points="115.94244589786001,441.1847540923298 372.8541245735991,404.0214295040153" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.65,-0.44999999999999996 4.8779125,3.24737545" data-type="line" data-label="" points="277.52211802096633,334.54217049107956 585.4255135744958,215.058027905675" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.7000000000000002,0.5549999999999997 -9.600000000000001,1.0999999999999999" data-type="line" data-label="" points="482.7283016173115,302.0646563943352 117.558242619091,284.4524721329166" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7000000000000002,0.5549999999999997 -3.4,3.9499999999999997" data-type="line" data-label="" points="482.7283016173115,302.0646563943352 317.91703605174297,192.35205902274598" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7000000000000002,0.5549999999999997 -6,1.07" data-type="line" data-label="" points="482.7283016173115,302.0646563943352 233.89560654772765,285.42195016565523" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7000000000000002,0.5549999999999997 -2.7,3.68" data-type="line" data-label="" points="482.7283016173115,302.0646563943352 340.53819014897783,201.0773613173937" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7000000000000002,0.5549999999999997 -2.8,-0.05000000000000004" data-type="line" data-label="" points="482.7283016173115,302.0646563943352 337.30659670651573,321.61579672123105" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.600000000000001,1.0999999999999999 -3.4,3.9499999999999997" data-type="line" data-label="" points="117.558242619091,284.4524721329166 317.91703605174297,192.35205902274598" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.600000000000001,1.0999999999999999 -6,1.07" data-type="line" data-label="" points="117.558242619091,284.4524721329166 233.89560654772765,285.42195016565523" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.600000000000001,1.0999999999999999 -2.7,3.68" data-type="line" data-label="" points="117.558242619091,284.4524721329166 340.53819014897783,201.0773613173937" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.600000000000001,1.0999999999999999 -2.8,-0.05000000000000004" data-type="line" data-label="" points="117.558242619091,284.4524721329166 337.30659670651573,321.61579672123105" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4,3.9499999999999997 -6,1.07" data-type="line" data-label="" points="317.91703605174297,192.35205902274598 233.89560654772765,285.42195016565523" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4,3.9499999999999997 -2.7,3.68" data-type="line" data-label="" points="317.91703605174297,192.35205902274598 340.53819014897783,201.0773613173937" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4,3.9499999999999997 -2.8,-0.05000000000000004" data-type="line" data-label="" points="317.91703605174297,192.35205902274598 337.30659670651573,321.61579672123105" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,1.07 -2.7,3.68" data-type="line" data-label="" points="233.89560654772765,285.42195016565523 340.53819014897783,201.0773613173937" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,1.07 -2.8,-0.05000000000000004" data-type="line" data-label="" points="233.89560654772765,285.42195016565523 337.30659670651573,321.61579672123105" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,3.68 -2.8,-0.05000000000000004" data-type="line" data-label="" points="340.53819014897783,201.0773613173937 337.30659670651573,321.61579672123105" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.65,-2.75 -5.8,-2.0500000000000003" data-type="line" data-label="" points="115.94244589786001,408.8688196677085 240.3587934326519,386.2476655704736" fill="none" stroke="hsl(277, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.2,-0.04999999999999997 -1.7000000000000002,-0.04999999999999982" data-type="line" data-label="" points="356.6961573612885,321.61579672123105 372.8541245735991,321.61579672123105" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.8,-2.65 -5.8,-3.35 -9.65,-3.35" data-type="line" data-label="" points="240.3587934326519,405.63722622524637 240.3587934326519,428.2583803224813 115.94244589786001,428.2583803224813" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.7000000000000002,-2.1 -3.7499999999999996,-2.1 -3.7499999999999996,-2.85 -5.8,-2.85 -5.8,-2.65" data-type="line" data-label="" points="372.8541245735991,387.86346229170465 306.60645900312556,387.86346229170465 306.60645900312556,412.1004131101706 240.3587934326519,412.1004131101706 240.3587934326519,405.63722622524637" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.65,-3.55 -3.5300000000000002,-3.55 -3.5300000000000002,-2.3500000000000005 -1.7000000000000002,-2.3500000000000005" data-type="line" data-label="" points="115.94244589786001,434.72156720740554 313.7159645765422,434.72156720740554 313.7159645765422,395.94244589786 372.8541245735991,395.94244589786" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.65,-3.75 -3.33,-3.75 -3.33,-2.6000000000000005 -1.7000000000000002,-2.6000000000000005" data-type="line" data-label="" points="115.94244589786001,441.1847540923298 320.17915146146646,441.1847540923298 320.17915146146646,404.0214295040153 372.8541245735991,404.0214295040153" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.8,-0.05000000000000004 -3.27,-0.05000000000000004 -3.27,-4.17 1.9000000000000004,-4.17 1.9000000000000004,0.5549999999999997 1.7000000000000002,0.5549999999999997" data-type="line" data-label="" points="337.30659670651573,321.61579672123105 322.11810752694373,321.61579672123105 322.11810752694373,454.7574465506707 489.19148850223576,454.7574465506707 489.19148850223576,302.0646563943352 482.7283016173115,302.0646563943352" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.7,3.68 -2.7,3.8800000000000003 -3.27,3.8800000000000003 -3.27,-0.05000000000000004 -2.8,-0.05000000000000004" data-type="line" data-label="" points="340.53819014897783,201.0773613173937 340.53819014897783,194.61417443246944 322.11810752694373,194.61417443246944 322.11810752694373,321.61579672123105 337.30659670651573,321.61579672123105" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.4,3.9499999999999997 -2.7,3.9499999999999997 -2.7,3.68" data-type="line" data-label="" points="317.91703605174297,192.35205902274598 340.53819014897783,192.35205902274598 340.53819014897783,201.0773613173937" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.600000000000001,1.0999999999999999 -7.800000000000001,1.0999999999999999 -7.800000000000001,0.8700000000000001 -6,0.8700000000000001 -6,1.07" data-type="line" data-label="" points="117.558242619091,284.4524721329166 175.72692458340933,284.4524721329166 175.72692458340933,291.8851370505795 233.89560654772765,291.8851370505795 233.89560654772765,285.42195016565523" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.65,-2.75 -7.725,-2.75 -7.725,-1.8500000000000003 -5.8,-1.8500000000000003 -5.8,-2.0500000000000003" data-type="line" data-label="" points="115.94244589786001,408.8688196677085 178.15061966525596,408.8688196677085 178.15061966525596,379.78447868554935 240.3587934326519,379.78447868554935 240.3587934326519,386.2476655704736" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6,1.07 -6,0.8700000000000001 -3.27,0.8700000000000001 -3.27,-0.050000000000000266 -2.8,-0.050000000000000266" data-type="line" data-label="" points="233.89560654772765,285.42195016565523 233.89560654772765,291.8851370505795 322.11810752694373,291.8851370505795 322.11810752694373,321.61579672123105 337.30659670651573,321.61579672123105" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="372.8541245735991" y="198.8152459076702" width="109.8741770437124" height="242.3695081846596" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-10.8" data-y="1.4" x="40.00000000000003" y="258.59972459321955" width="77.558242619091" height="32.31593442462133" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-4.5" data-y="4.05" x="246.8219803175762" y="179.4256852528975" width="71.0950557341668" height="19.389560654772737" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-5.9875" data-y="1.45" x="219.35343605664806" y="260.86184000294304" width="29.8922393427747" height="24.560110162712192" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-2.6375" data-y="3.3" x="325.9960196578983" y="201.0773613173937" width="33.1238327852368" height="24.560110162712192" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="-10.8" data-y="-3.25" x="41.61579672123105" y="402.4056327827842" width="74.32664917662896" height="45.242308194469786" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="-2.5" data-y="-0.05000000000000002" x="337.30659670651573" y="310.6283790168598" width="19.389560654772765" height="21.97483540874248" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-5.705" data-y="-2.35" x="225.81662294157232" y="386.2476655704736" width="35.22436852283721" height="19.389560654772765" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="-4.495" data-y="-0.75" x="262.9799475298868" y="334.54217049107956" width="39.10228065379181" height="19.389560654772765" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="4.35" data-y="3.25" x="551.30554211062" y="200.9522873405934" width="34.1199714638758" height="28.041851558774994" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="BQ25895RTWR" data-x="-0.6400000000000001" data-y="-3.88" x="385.7804983434477" y="442.4773914693146" width="42.65703344050007" height="5.816868196431869" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="U1" data-x="-1.1800000000000002" data-y="3.865" x="383.84154227797035" y="191.05942164576106" width="11.633736392863682" height="8.078983606155333" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="USB Input" data-x="-11.060000000000002" data-y="0.7699999999999999" x="52.92637376984848" y="292.20829639482577" width="34.90120917859093" height="5.8168681964318125" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="J1" data-x="-11.48" data-y="2.015" x="50.98741770437124" y="250.8439003313105" width="11.633736392863625" height="8.078983606155305" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="Phone OTG" data-x="-4.66" data-y="3.62" x="259.7483540874247" y="200.10788328465506" width="34.90120917859099" height="5.8168681964318125" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="J2" data-x="-5.08" data-y="4.465" x="257.80939802194735" y="171.66986099098835" width="11.633736392863682" height="8.078983606155305" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="Host" data-x="-11.31" data-y="-4.08" x="54.54217049107953" y="448.94057835423894" width="15.511648523818224" height="5.816868196431756" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="J3" data-x="-11.43" data-y="-2.4349999999999996" x="52.60321442560232" y="394.6498085208751" width="11.633736392863682" height="8.078983606155361" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="netId: R4.pin2 to U1.INT
|
|
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.2,-0.04999999999999997 -1.7000000000000002,-0.04999999999999982" data-type="line" data-label="" points="356.6961573612885,321.61579672123105 372.8541245735991,321.61579672123105" fill="none" stroke="hsl(96, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-9.65,-3.35 -5.8,-2.65" data-type="line" data-label="" points="115.94244589786001,428.2583803224813 240.3587934326519,405.63722622524637" fill="none" stroke="hsl(280, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.8,-2.65 -1.7000000000000002,-2.1000000000000005" data-type="line" data-label="" points="240.3587934326519,405.63722622524637 372.8541245735991,387.8634622917047" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-9.65,-3.55 -1.7000000000000002,-2.3500000000000005" data-type="line" data-label="" points="115.94244589786001,434.72156720740554 372.8541245735991,395.94244589786" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-9.65,-3.75 -1.7000000000000002,-2.6000000000000005" data-type="line" data-label="" points="115.94244589786001,441.1847540923298 372.8541245735991,404.0214295040153" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.65,-0.44999999999999996 4.8779125,3.24737545" data-type="line" data-label="" points="277.52211802096633,334.54217049107956 585.4255135744958,215.058027905675" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.7000000000000002,0.5549999999999997 -9.600000000000001,1.0999999999999999" data-type="line" data-label="" points="482.7283016173115,302.0646563943352 117.558242619091,284.4524721329166" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7000000000000002,0.5549999999999997 -3.4,3.9499999999999997" data-type="line" data-label="" points="482.7283016173115,302.0646563943352 317.91703605174297,192.35205902274598" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7000000000000002,0.5549999999999997 -6,1.07" data-type="line" data-label="" points="482.7283016173115,302.0646563943352 233.89560654772765,285.42195016565523" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7000000000000002,0.5549999999999997 -2.7,3.68" data-type="line" data-label="" points="482.7283016173115,302.0646563943352 340.53819014897783,201.0773613173937" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7000000000000002,0.5549999999999997 -2.8,-0.05000000000000004" data-type="line" data-label="" points="482.7283016173115,302.0646563943352 337.30659670651573,321.61579672123105" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.600000000000001,1.0999999999999999 -3.4,3.9499999999999997" data-type="line" data-label="" points="117.558242619091,284.4524721329166 317.91703605174297,192.35205902274598" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.600000000000001,1.0999999999999999 -6,1.07" data-type="line" data-label="" points="117.558242619091,284.4524721329166 233.89560654772765,285.42195016565523" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.600000000000001,1.0999999999999999 -2.7,3.68" data-type="line" data-label="" points="117.558242619091,284.4524721329166 340.53819014897783,201.0773613173937" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.600000000000001,1.0999999999999999 -2.8,-0.05000000000000004" data-type="line" data-label="" points="117.558242619091,284.4524721329166 337.30659670651573,321.61579672123105" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4,3.9499999999999997 -6,1.07" data-type="line" data-label="" points="317.91703605174297,192.35205902274598 233.89560654772765,285.42195016565523" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4,3.9499999999999997 -2.7,3.68" data-type="line" data-label="" points="317.91703605174297,192.35205902274598 340.53819014897783,201.0773613173937" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4,3.9499999999999997 -2.8,-0.05000000000000004" data-type="line" data-label="" points="317.91703605174297,192.35205902274598 337.30659670651573,321.61579672123105" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,1.07 -2.7,3.68" data-type="line" data-label="" points="233.89560654772765,285.42195016565523 340.53819014897783,201.0773613173937" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,1.07 -2.8,-0.05000000000000004" data-type="line" data-label="" points="233.89560654772765,285.42195016565523 337.30659670651573,321.61579672123105" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,3.68 -2.8,-0.05000000000000004" data-type="line" data-label="" points="340.53819014897783,201.0773613173937 337.30659670651573,321.61579672123105" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.65,-2.75 -5.8,-2.0500000000000003" data-type="line" data-label="" points="115.94244589786001,408.8688196677085 240.3587934326519,386.2476655704736" fill="none" stroke="hsl(277, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.2,-0.04999999999999997 -1.7000000000000002,-0.04999999999999982" data-type="line" data-label="" points="356.6961573612885,321.61579672123105 372.8541245735991,321.61579672123105" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.8,-2.65 -5.8,-3.35 -9.65,-3.35" data-type="line" data-label="" points="240.3587934326519,405.63722622524637 240.3587934326519,428.2583803224813 115.94244589786001,428.2583803224813" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.7000000000000002,-2.1 -3.7499999999999996,-2.1 -3.7499999999999996,-2.85 -5.8,-2.85 -5.8,-2.65" data-type="line" data-label="" points="372.8541245735991,387.86346229170465 306.60645900312556,387.86346229170465 306.60645900312556,412.1004131101706 240.3587934326519,412.1004131101706 240.3587934326519,405.63722622524637" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.65,-3.55 -3.5300000000000002,-3.55 -3.5300000000000002,-2.3500000000000005 -1.7000000000000002,-2.3500000000000005" data-type="line" data-label="" points="115.94244589786001,434.72156720740554 313.7159645765422,434.72156720740554 313.7159645765422,395.94244589786 372.8541245735991,395.94244589786" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.65,-3.75 -3.33,-3.75 -3.33,-2.6000000000000005 -1.7000000000000002,-2.6000000000000005" data-type="line" data-label="" points="115.94244589786001,441.1847540923298 320.17915146146646,441.1847540923298 320.17915146146646,404.0214295040153 372.8541245735991,404.0214295040153" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.8,-0.05000000000000004 -3.27,-0.05000000000000004 -3.27,-4.17 1.9000000000000004,-4.17 1.9000000000000004,0.5549999999999997 1.7000000000000002,0.5549999999999997" data-type="line" data-label="" points="337.30659670651573,321.61579672123105 322.11810752694373,321.61579672123105 322.11810752694373,454.7574465506707 489.19148850223576,454.7574465506707 489.19148850223576,302.0646563943352 482.7283016173115,302.0646563943352" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.7,3.68 -2.7,3.8800000000000003 -3.27,3.8800000000000003 -3.27,-0.05000000000000004 -2.8,-0.05000000000000004" data-type="line" data-label="" points="340.53819014897783,201.0773613173937 340.53819014897783,194.61417443246944 322.11810752694373,194.61417443246944 322.11810752694373,321.61579672123105 337.30659670651573,321.61579672123105" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.4,3.9499999999999997 -2.7,3.9499999999999997 -2.7,3.68" data-type="line" data-label="" points="317.91703605174297,192.35205902274598 340.53819014897783,192.35205902274598 340.53819014897783,201.0773613173937" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.600000000000001,1.0999999999999999 -7.800000000000001,1.0999999999999999 -7.800000000000001,0.8700000000000001 -6,0.8700000000000001 -6,1.07" data-type="line" data-label="" points="117.558242619091,284.4524721329166 175.72692458340933,284.4524721329166 175.72692458340933,291.8851370505795 233.89560654772765,291.8851370505795 233.89560654772765,285.42195016565523" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.65,-2.75 -7.725,-2.75 -7.725,-1.8500000000000003 -5.8,-1.8500000000000003 -5.8,-2.0500000000000003" data-type="line" data-label="" points="115.94244589786001,408.8688196677085 178.15061966525596,408.8688196677085 178.15061966525596,379.78447868554935 240.3587934326519,379.78447868554935 240.3587934326519,386.2476655704736" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6,1.07 -6,0.8700000000000001 -3.27,0.8700000000000001 -3.27,-0.050000000000000266 -2.8,-0.050000000000000266" data-type="line" data-label="" points="233.89560654772765,285.42195016565523 233.89560654772765,291.8851370505795 322.11810752694373,291.8851370505795 322.11810752694373,321.61579672123105 337.30659670651573,321.61579672123105" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="372.8541245735991" y="198.8152459076702" width="109.8741770437124" height="242.3695081846596" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-10.8" data-y="1.4" x="40.00000000000003" y="258.59972459321955" width="77.558242619091" height="32.31593442462133" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-4.5" data-y="4.05" x="246.8219803175762" y="179.4256852528975" width="71.0950557341668" height="19.389560654772737" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-5.9875" data-y="1.45" x="219.35343605664806" y="260.86184000294304" width="29.8922393427747" height="24.560110162712192" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-2.6375" data-y="3.3" x="325.9960196578983" y="201.0773613173937" width="33.1238327852368" height="24.560110162712192" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="-10.8" data-y="-3.25" x="41.61579672123105" y="402.4056327827842" width="74.32664917662896" height="45.242308194469786" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="-2.5" data-y="-0.05000000000000002" x="337.30659670651573" y="310.6283790168598" width="19.389560654772765" height="21.97483540874248" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-5.705" data-y="-2.35" x="225.81662294157232" y="386.2476655704736" width="35.22436852283721" height="19.389560654772765" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="-4.495" data-y="-0.75" x="262.9799475298868" y="334.54217049107956" width="39.10228065379181" height="19.389560654772765" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="4.35" data-y="3.25" x="551.30554211062" y="200.9522873405934" width="34.1199714638758" height="28.041851558774994" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="BQ25895RTWR" data-x="-0.6400000000000001" data-y="-3.88" x="385.7804983434477" y="442.4773914693146" width="42.65703344050007" height="5.816868196431869" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="U1" data-x="-1.1800000000000002" data-y="3.865" x="383.84154227797035" y="191.05942164576106" width="11.633736392863682" height="8.078983606155333" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="USB Input" data-x="-11.060000000000002" data-y="0.7699999999999999" x="52.92637376984848" y="292.20829639482577" width="34.90120917859093" height="5.8168681964318125" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="J1" data-x="-11.48" data-y="2.015" x="50.98741770437124" y="250.8439003313105" width="11.633736392863625" height="8.078983606155305" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="Phone OTG" data-x="-4.66" data-y="3.62" x="259.7483540874247" y="200.10788328465506" width="34.90120917859099" height="5.8168681964318125" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="J2" data-x="-5.08" data-y="4.465" x="257.80939802194735" y="171.66986099098835" width="11.633736392863682" height="8.078983606155305" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="Host" data-x="-11.31" data-y="-4.08" x="54.54217049107953" y="448.94057835423894" width="15.511648523818224" height="5.816868196431756" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="J3" data-x="-11.43" data-y="-2.4349999999999996" x="52.60321442560232" y="394.6498085208751" width="11.633736392863682" height="8.078983606155361" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="netId: R4.pin2 to U1.INT
|
|
2
4
|
globalConnNetId: connectivity_net1" data-x="-2.7249999999999996" data-y="-1.875" x="336.49869834590027" y="373.3212918006251" width="6.463186884924255" height="14.54217049107956" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="netId: J3.pin6 to U1.CE
|
|
3
5
|
globalConnNetId: connectivity_net3" data-x="-6.49" data-y="-3.975" x="214.8292052372011" y="441.1847540923298" width="6.463186884924227" height="14.54217049107956" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="netId: R1.pin1 to U1.ILIM
|
|
4
6
|
globalConnNetId: connectivity_net0" data-x="-1.9500000000000002" data-y="0.1750000000000001" x="361.5435475249817" y="307.0736262301515" width="6.463186884924255" height="14.54217049107956" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
@@ -98,4 +100,69 @@ orientation: x+" data-x="4.8779125" data-y="3.24737545" cx="585.4255135744958" c
|
|
|
98
100
|
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
99
101
|
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
100
102
|
});
|
|
101
|
-
]]></script
|
|
103
|
+
]]></script>
|
|
104
|
+
</g>
|
|
105
|
+
<g transform="translate(1216, 200)">
|
|
106
|
+
<style>
|
|
107
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
108
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
109
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
110
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
111
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
112
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
113
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
114
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
115
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
116
|
+
|
|
117
|
+
</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 661.7160060212 403.704967385875 L 691.8213748119499 403.704967385875" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.63371801304px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 661.7160060212 403.704967385875 L 691.8213748119499 403.704967385875" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.20421475163px" 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 444.95735072779996 560.252885097775 L 444.95735072779996 602.4004014048251 L 213.14601103902498 602.4004014048251" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.63371801304px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 444.95735072779996 560.252885097775 L 444.95735072779996 602.4004014048251 L 213.14601103902498 602.4004014048251" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.20421475163px" 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 691.8213748119499 527.13697942795 L 568.389362769875 527.13697942795 L 568.389362769875 572.295032614075 L 444.95735072779996 572.295032614075 L 444.95735072779996 560.252885097775" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.63371801304px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 691.8213748119499 527.13697942795 L 568.389362769875 527.13697942795 L 568.389362769875 572.295032614075 L 444.95735072779996 572.295032614075 L 444.95735072779996 560.252885097775" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.20421475163px" 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 213.14601103902498 614.442548921125 L 581.635725037805 614.442548921125 L 581.635725037805 542.1896638233251 L 691.8213748119499 542.1896638233251" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.63371801304px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 213.14601103902498 614.442548921125 L 581.635725037805 614.442548921125 L 581.635725037805 542.1896638233251 L 691.8213748119499 542.1896638233251" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.20421475163px" 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 213.14601103902498 626.484696437425 L 593.677872554105 626.484696437425 L 593.677872554105 557.2423482187 L 691.8213748119499 557.2423482187" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.63371801304px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 213.14601103902498 626.484696437425 L 593.677872554105 626.484696437425 L 593.677872554105 557.2423482187 L 691.8213748119499 557.2423482187" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.20421475163px" 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 625.5895634722999 403.704967385875 L 597.290516808995 403.704967385875 L 597.290516808995 651.7732062216551 L 908.58003010535 651.7732062216551 L 908.58003010535 367.27747114906754 L 896.53788258905 367.27747114906754" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.63371801304px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 625.5895634722999 403.704967385875 L 597.290516808995 403.704967385875 L 597.290516808995 651.7732062216551 L 908.58003010535 651.7732062216551 L 908.58003010535 367.27747114906754 L 896.53788258905 367.27747114906754" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.20421475163px" 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 631.6106372304499 179.11891620688002 L 631.6106372304499 167.07676869058 L 597.290516808995 167.07676869058 L 597.290516808995 403.704967385875 L 625.5895634722999 403.704967385875" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.63371801304px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 631.6106372304499 179.11891620688002 L 631.6106372304499 167.07676869058 L 597.290516808995 167.07676869058 L 597.290516808995 403.704967385875 L 625.5895634722999 403.704967385875" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.20421475163px" 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 589.4631209234 162.86201705987503 L 631.6106372304499 162.86201705987503 L 631.6106372304499 179.11891620688002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.63371801304px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 589.4631209234 162.86201705987503 L 631.6106372304499 162.86201705987503 L 631.6106372304499 179.11891620688002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.20421475163px" 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 216.15654791809993 334.46261916715 L 324.53587556479994 334.46261916715 L 324.53587556479994 348.311088810895 L 432.91520321149994 348.311088810895 L 432.91520321149994 336.26894129459504" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.63371801304px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 216.15654791809993 334.46261916715 L 324.53587556479994 334.46261916715 L 324.53587556479994 348.311088810895 L 432.91520321149994 348.311088810895 L 432.91520321149994 336.26894129459504" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.20421475163px" 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 213.14601103902498 566.273958855925 L 329.0516808834125 566.273958855925 L 329.0516808834125 512.084295032575 L 444.95735072779996 512.084295032575 L 444.95735072779996 524.126442548875" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.63371801304px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 213.14601103902498 566.273958855925 L 329.0516808834125 566.273958855925 L 329.0516808834125 512.084295032575 L 444.95735072779996 512.084295032575 L 444.95735072779996 524.126442548875" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.20421475163px" 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 432.91520321149994 336.26894129459504 L 432.91520321149994 348.311088810895 L 597.290516808995 348.311088810895 L 597.290516808995 403.704967385875 L 625.5895634722999 403.704967385875" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.63371801304px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 432.91520321149994 336.26894129459504 L 432.91520321149994 348.311088810895 L 597.290516808995 348.311088810895 L 597.290516808995 403.704967385875 L 625.5895634722999 403.704967385875" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.20421475163px" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="444.95735072779996" cy="560.252885097775" r="1.8063221274449999" 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_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><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"><circle cx="625.5895634722999" cy="403.704967385875" r="1.8063221274449999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="597.290516808995" cy="403.704967385875" r="1.8063221274449999" 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_6__stack1"><circle cx="631.6106372304499" cy="179.11891620688002" r="1.8063221274449999" 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_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><circle cx="432.91520321149994" cy="348.311088810895" r="1.8063221274449999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="432.91520321149994" cy="336.26894129459504" r="1.8063221274449999" 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"/><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="715.90566984455" y="174.90416457617502" width="156.54791771190003" height="451.58053186124994" stroke-width="1.20421475163px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="715.90566984455" y="174.90416457617502" width="156.54791771190003" height="451.58053186124994" fill="transparent"/><text class="sch-text" x="794.1796287005" y="400.6944305068" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.837932764669999px" transform="rotate(0, 794.1796287005, 400.6944305068)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="715.90566984455" y1="310.37832413455" x2="693.02558956358" y2="310.37832413455" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="691.8213748119499" cy="310.37832413455" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="690.6171600603199" y="309.17410938292" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="703.8635223282499" y="309.17410938292" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="721.9267436027" y="310.37832413455" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="715.90566984455" y1="355.536377320675" x2="693.02558956358" y2="355.536377320675" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="691.8213748119499" cy="355.536377320675" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="690.6171600603199" y="354.332162569045" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="703.8635223282499" y="354.332162569045" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="721.9267436027" y="355.536377320675" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_1</text><line class="component-pin sch-component-pin sch-port-line" x1="715.90566984455" y1="370.58906171604997" x2="693.02558956358" y2="370.58906171604997" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="691.8213748119499" cy="370.58906171604997" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="690.6171600603199" y="369.38484696442" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="703.8635223282499" y="369.38484696442" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="721.9267436027" y="370.58906171604997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="715.90566984455" y1="457.89463120922505" x2="693.02558956358" y2="457.89463120922505" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="691.8213748119499" cy="457.89463120922505" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="690.6171600603199" y="456.69041645759506" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="703.8635223282499" y="456.690416457595" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="721.9267436027" y="457.89463120922505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_3</text><line class="component-pin sch-component-pin sch-port-line" x1="715.90566984455" y1="512.084295032575" x2="693.02558956358" y2="512.084295032575" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="691.8213748119499" cy="512.084295032575" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="690.6171600603199" y="510.88008028094504" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="703.8635223282499" y="510.88008028094504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="721.9267436027" y="512.084295032575" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="715.90566984455" y1="497.03161063720006" x2="693.02558956358" y2="497.03161063720006" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="691.8213748119499" cy="497.03161063720006" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="690.6171600603199" y="495.82739588557007" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="703.8635223282499" y="495.82739588557" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="721.9267436027" y="497.03161063720006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_5</text><line class="component-pin sch-component-pin sch-port-line" x1="715.90566984455" y1="527.1369794279501" x2="691.8213748119499" y2="527.1369794279501" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="690.6171600603199" y="525.9327646763201" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="703.8635223282499" y="525.9327646763201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="721.9267436027" y="527.1369794279501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_6</text><line class="component-pin sch-component-pin sch-port-line" x1="715.90566984455" y1="542.1896638233251" x2="691.8213748119499" y2="542.1896638233251" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="690.6171600603199" y="540.985449071695" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="703.8635223282499" y="540.985449071695" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="721.9267436027" y="542.1896638233251" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_7</text><line class="component-pin sch-component-pin sch-port-line" x1="715.90566984455" y1="557.2423482187" x2="691.8213748119499" y2="557.2423482187" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="690.6171600603199" y="556.03813346707" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="703.8635223282499" y="556.0381334670701" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="721.9267436027" y="557.2423482187" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_8</text><line class="component-pin sch-component-pin sch-port-line" x1="715.90566984455" y1="403.704967385875" x2="691.8213748119499" y2="403.704967385875" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><rect x="690.6171600603199" y="402.50075263424503" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="703.8635223282499" y="402.50075263424503" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="721.9267436027" y="403.704967385875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_9</text><line class="component-pin sch-component-pin sch-port-line" x1="872.45358755645" y1="562.9623682889426" x2="895.33366783742" y2="562.9623682889426" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="896.53788258905" cy="562.9623682889426" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="895.33366783742" y="561.7581535373125" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.49573507275" y="561.7581535373125" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="866.4325137983" y="562.9623682889426" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_10</text><line class="component-pin sch-component-pin sch-port-line" x1="872.45358755645" y1="493.7200200702175" x2="895.33366783742" y2="493.7200200702175" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="896.53788258905" cy="493.7200200702175" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="895.33366783742" y="492.5158053185875" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.49573507275" y="492.5158053185875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="866.4325137983" y="493.7200200702175" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_11</text><line class="component-pin sch-component-pin sch-port-line" x1="872.45358755645" y1="454.58304064224257" x2="895.33366783742" y2="454.58304064224257" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="896.53788258905" cy="454.58304064224257" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="895.33366783742" y="453.3788258906126" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.49573507275" y="453.3788258906126" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="866.4325137983" y="454.58304064224257" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_12</text><line class="component-pin sch-component-pin sch-port-line" x1="872.45358755645" y1="415.44606121426756" x2="895.33366783742" y2="415.44606121426756" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="896.53788258905" cy="415.44606121426756" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="895.33366783742" y="414.24184646263757" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.49573507275" y="414.24184646263757" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="866.4325137983" y="415.44606121426756" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_13</text><line class="component-pin sch-component-pin sch-port-line" x1="872.45358755645" y1="367.27747114906754" x2="896.53788258905" y2="367.27747114906754" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><rect x="895.33366783742" y="366.07325639743755" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.49573507275" y="366.07325639743755" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="866.4325137983" y="367.27747114906754" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_14</text><line class="component-pin sch-component-pin sch-port-line" x1="872.45358755645" y1="238.4264927246575" x2="895.33366783742" y2="238.4264927246575" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="896.53788258905" cy="238.4264927246575" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="895.33366783742" y="237.2222779730275" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.49573507275" y="237.2222779730275" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="866.4325137983" y="238.4264927246575" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_15</text><line class="component-pin sch-component-pin sch-port-line" x1="872.45358755645" y1="310.0772704466425" x2="895.33366783742" y2="310.0772704466425" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="896.53788258905" cy="310.0772704466425" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="895.33366783742" y="308.8730556950125" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.49573507275" y="308.8730556950125" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="866.4325137983" y="310.0772704466425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_16</text><line class="component-pin sch-component-pin sch-port-line" x1="872.45358755645" y1="325.1299548420175" x2="895.33366783742" y2="325.1299548420175" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="896.53788258905" cy="325.1299548420175" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="895.33366783742" y="323.92574009038754" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.49573507275" y="323.92574009038754" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="866.4325137983" y="325.1299548420175" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_17</text><line class="component-pin sch-component-pin sch-port-line" x1="715.90566984455" y1="244.1465127949" x2="693.02558956358" y2="244.1465127949" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="691.8213748119499" cy="244.1465127949" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="690.6171600603199" y="242.94229804327" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="703.8635223282499" y="242.94229804327" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="721.9267436027" y="244.1465127949" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_18</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="95.73507275509996" y="286.29402910195006" width="96.33718013039993" height="60.210737581499984" stroke-width="1.20421475163px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="95.73507275509996" y="286.29402910195006" width="96.33718013039993" height="60.210737581499984" fill="transparent"/><text class="sch-text" x="143.90366282029993" y="316.3993978927" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.837932764669999px" transform="rotate(0, 143.90366282029993, 316.3993978927)">schematic_component_1</text><line class="component-pin sch-component-pin sch-port-line" x1="192.0722528854999" y1="298.33617661825" x2="214.95233316646988" y2="298.33617661825" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="216.15654791809993" cy="298.33617661825" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="214.95233316646994" y="297.13196186662003" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="204.1144004017999" y="297.13196186662003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="186.05117912734988" y="298.33617661825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_19</text><line class="component-pin sch-component-pin sch-port-line" x1="192.0722528854999" y1="310.37832413455" x2="214.95233316646988" y2="310.37832413455" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="216.15654791809993" cy="310.37832413455" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="214.95233316646994" y="309.17410938292" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="204.1144004017999" y="309.17410938292005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="186.05117912734988" y="310.37832413455" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_20</text><line class="component-pin sch-component-pin sch-port-line" x1="192.0722528854999" y1="322.42047165085" x2="214.95233316646988" y2="322.42047165085" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="216.15654791809993" cy="322.42047165085" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="214.95233316646994" y="321.21625689922" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="204.1144004017999" y="321.21625689922" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="186.05117912734988" y="322.42047165085" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_21</text><line class="component-pin sch-component-pin sch-port-line" x1="192.0722528854999" y1="334.46261916715" x2="216.15654791809993" y2="334.46261916715" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="214.95233316646994" y="333.25840441552003" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="204.1144004017999" y="333.25840441552003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="186.05117912734988" y="334.46261916715" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_22</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="481.08379327669996" y="138.77772202727505" width="84.29503261410008" height="36.12644254889997" stroke-width="1.20421475163px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="481.08379327669996" y="138.77772202727505" width="84.29503261410008" height="36.12644254889997" fill="transparent"/><text class="sch-text" x="523.23130958375" y="156.84094330172505" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.837932764669999px" transform="rotate(0, 523.23130958375, 156.84094330172505)">schematic_component_2</text><line class="component-pin sch-component-pin sch-port-line" x1="565.3788258908" y1="150.81986954357507" x2="588.2589061717699" y2="150.81986954357507" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="589.4631209234" cy="150.81986954357507" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="588.2589061717699" y="149.61565479194508" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.4209734071" y="149.61565479194508" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="559.3577521326499" y="150.81986954357507" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_23</text><line class="component-pin sch-component-pin sch-port-line" x1="565.3788258908" y1="162.86201705987503" x2="589.4631209234" y2="162.86201705987503" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="588.2589061717699" y="161.65780230824504" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.4209734071" y="161.65780230824504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="559.3577521326499" y="162.86201705987503" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_24</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="405.82037129982496" y="310.37832413455" width="55.69493226288756" height="6.02107375815001" stroke-width="1.20421475163px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="405.82037129982496" y="310.37832413455" width="55.69493226288756" height="6.02107375815001" fill="transparent"/><text class="sch-text" x="433.6678374312687" y="313.38886101362505" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.837932764669999px" transform="rotate(0, 433.6678374312687, 313.38886101362505)">schematic_component_3</text><line class="component-pin sch-component-pin sch-port-line" x1="432.91520321149994" y1="310.37832413455" x2="432.91520321149994" y2="291.71299548428505" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="432.91520321149994" cy="290.50878073265505" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="431.71098845986995" y="289.30456598102506" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="431.71098845987" y="300.4435524336025" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform="rotate(-90 431.71098845987 300.4435524336025)"></text><text class="pin-number sch-pin-label" x="432.91520321149994" y="316.3993978927" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="rotate(-90 432.91520321149994 316.3993978927)">schematic_port_25</text><line class="component-pin sch-component-pin sch-port-line" x1="432.91520321149994" y1="316.3993978927" x2="432.91520321149994" y2="336.26894129459504" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="431.71098845986995" y="335.06472654296505" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="431.71098845987" y="326.3341695936475" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform="rotate(-90 431.71098845987 326.3341695936475)"></text><text class="pin-number sch-pin-label" x="432.91520321149994" y="310.37832413455" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.031610637224999px" transform="rotate(-90 432.91520321149994 310.37832413455)">schematic_port_26</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="604.5158053187749" y="198.98845960877503" width="61.716006021037515" height="6.021073758149981" stroke-width="1.20421475163px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="604.5158053187749" y="198.98845960877503" width="61.716006021037515" height="6.021073758149981" fill="transparent"/><text class="sch-text" x="635.3738083292938" y="201.99899648785004" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.837932764669999px" transform="rotate(0, 635.3738083292938, 201.99899648785004)">schematic_component_4</text><line class="component-pin sch-component-pin sch-port-line" x1="631.6106372304499" y1="205.009533366925" x2="631.6106372304499" y2="223.67486201719007" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.6106372304499" cy="224.87907676882006" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="630.4064224788199" y="223.67486201719007" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="630.40642247882" y="214.94430506787256" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform="rotate(-90 630.40642247882 214.94430506787256)"></text><text class="pin-number sch-pin-label" x="631.6106372304499" y="198.98845960877503" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.031610637224999px" transform="rotate(-90 631.6106372304499 198.98845960877503)">schematic_port_27</text><line class="component-pin sch-component-pin sch-port-line" x1="631.6106372304499" y1="198.98845960877503" x2="631.6106372304499" y2="179.11891620688002" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="630.4064224788199" y="177.91470145525003" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="630.40642247882" y="189.0536879078275" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform="rotate(-90 630.40642247882 189.0536879078275)"></text><text class="pin-number sch-pin-label" x="631.6106372304499" y="205.009533366925" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="rotate(-90 631.6106372304499 205.009533366925)">schematic_port_28</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="98.74560963417491" y="554.231811339625" width="90.31610637225003" height="84.29503261410002" stroke-width="1.20421475163px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="98.74560963417491" y="554.231811339625" width="90.31610637225003" height="84.29503261410002" fill="transparent"/><text class="sch-text" x="143.90366282029993" y="596.379327646675" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.837932764669999px" transform="rotate(0, 143.90366282029993, 596.379327646675)">schematic_component_5</text><line class="component-pin sch-component-pin sch-port-line" x1="189.06171600642494" y1="566.273958855925" x2="213.14601103902498" y2="566.273958855925" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="211.941796287395" y="565.069744104295" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="201.10386352272496" y="565.0697441042951" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="183.04064224827493" y="566.273958855925" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_29</text><line class="component-pin sch-component-pin sch-port-line" x1="189.06171600642494" y1="578.316106372225" x2="211.94179628739494" y2="578.316106372225" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="213.14601103902498" cy="578.316106372225" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="211.941796287395" y="577.111891620595" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="201.10386352272496" y="577.1118916205951" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="183.04064224827493" y="578.316106372225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_30</text><line class="component-pin sch-component-pin sch-port-line" x1="189.06171600642494" y1="590.358253888525" x2="211.94179628739494" y2="590.358253888525" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_5_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="213.14601103902498" cy="590.358253888525" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="211.941796287395" y="589.154039136895" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="201.10386352272496" y="589.154039136895" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="183.04064224827493" y="590.358253888525" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_31</text><line class="component-pin sch-component-pin sch-port-line" x1="189.06171600642494" y1="602.4004014048251" x2="213.14601103902498" y2="602.4004014048251" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_5_3__stack1"><rect x="211.941796287395" y="601.196186653195" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="201.10386352272496" y="601.196186653195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="183.04064224827493" y="602.4004014048251" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_32</text><line class="component-pin sch-component-pin sch-port-line" x1="189.06171600642494" y1="614.442548921125" x2="213.14601103902498" y2="614.442548921125" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_5_4__stack1"><rect x="211.941796287395" y="613.2383341694949" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="201.10386352272496" y="613.238334169495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="183.04064224827493" y="614.442548921125" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_33</text><line class="component-pin sch-component-pin sch-port-line" x1="189.06171600642494" y1="626.484696437425" x2="213.14601103902498" y2="626.484696437425" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_5_5__stack1"><rect x="211.941796287395" y="625.2804816857949" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="201.10386352272496" y="625.280481685795" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="183.04064224827493" y="626.484696437425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_34</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="640.642247867675" y="383.233316608165" width="6.021073758149896" height="40.94330155542002" stroke-width="1.20421475163px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="640.642247867675" y="383.233316608165" width="6.021073758149896" height="40.94330155542002" fill="transparent"/><text class="sch-text" x="643.65278474675" y="403.704967385875" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.837932764669999px" transform="rotate(0, 643.65278474675, 403.704967385875)">schematic_component_6</text><line class="component-pin sch-component-pin sch-port-line" x1="646.6633216258249" y1="403.704967385875" x2="661.7160060212" y2="403.704967385875" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="660.5117912695699" y="402.50075263424503" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="654.1896638235124" y="402.50075263424503" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="640.642247867675" y="403.704967385875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_35</text><line class="component-pin sch-component-pin sch-port-line" x1="640.642247867675" y1="403.704967385875" x2="625.5895634722999" y2="403.704967385875" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="624.3853487206699" y="402.50075263424503" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="633.1159056699875" y="402.50075263424503" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="646.6633216258249" y="403.704967385875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_36</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="417.862518816125" y="539.17912694425" width="65.62970396383497" height="6.02107375815001" stroke-width="1.20421475163px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="417.862518816125" y="539.17912694425" width="65.62970396383497" height="6.02107375815001" fill="transparent"/><text class="sch-text" x="450.6773707980425" y="542.189663823325" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.837932764669999px" transform="rotate(0, 450.6773707980425, 542.189663823325)">schematic_component_7</text><line class="component-pin sch-component-pin sch-port-line" x1="444.95735072779996" y1="539.17912694425" x2="444.95735072779996" y2="524.126442548875" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="443.75313597617" y="522.922227797245" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="443.75313597617003" y="531.6527847465625" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform="rotate(-90 443.75313597617003 531.6527847465625)"></text><text class="pin-number sch-pin-label" x="444.95735072779996" y="545.2002007024" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="rotate(-90 444.95735072779996 545.2002007024)">schematic_port_37</text><line class="component-pin sch-component-pin sch-port-line" x1="444.95735072779996" y1="545.2002007024" x2="444.95735072779996" y2="560.252885097775" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="443.75313597617" y="559.048670346145" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="443.75313597617003" y="552.7265429000875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform="rotate(-90 443.75313597617003 552.7265429000875)"></text><text class="pin-number sch-pin-label" x="444.95735072779996" y="539.17912694425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.031610637224999px" transform="rotate(-90 444.95735072779996 539.17912694425)">schematic_port_38</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="487.1048670348499" y="442.84194681385003" width="72.85499247361508" height="6.02107375815001" stroke-width="1.20421475163px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="487.1048670348499" y="442.84194681385003" width="72.85499247361508" height="6.02107375815001" fill="transparent"/><text class="sch-text" x="523.5323632716575" y="445.85248369292503" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.837932764669999px" transform="rotate(0, 523.5323632716575, 445.85248369292503)">schematic_component_8</text><line class="component-pin sch-component-pin sch-port-line" x1="514.1996989465249" y1="442.84194681385003" x2="514.1996989465249" y2="428.993477170105" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="514.1996989465249" cy="427.789262418475" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="512.9954841948949" y="426.585047666845" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.995484194895" y="435.31560461616255" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform="rotate(-90 512.995484194895 435.31560461616255)"></text><text class="pin-number sch-pin-label" x="514.1996989465249" y="448.86302057200004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="rotate(-90 514.1996989465249 448.86302057200004)">schematic_port_39</text><line class="component-pin sch-component-pin sch-port-line" x1="514.1996989465249" y1="448.86302057200004" x2="514.1996989465249" y2="462.711490215745" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="514.1996989465249" cy="463.915704967375" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="512.9954841948949" y="462.711490215745" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.995484194895" y="456.3893627696875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform="rotate(-90 512.995484194895 456.3893627696875)"></text><text class="pin-number sch-pin-label" x="514.1996989465249" y="442.84194681385003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.031610637224999px" transform="rotate(-90 514.1996989465249 442.84194681385003)">schematic_port_40</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="1048.3946312091314" y="178.88587957868145" width="15.403411941787226" height="52.247307576487145" stroke-width="1.20421475163px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1048.3946312091314" y="178.88587957868145" width="15.403411941787226" height="52.247307576487145" fill="transparent"/><text class="sch-text" x="1056.0963371800249" y="205.009533366925" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.837932764669999px" transform="rotate(0, 1056.0963371800249, 205.009533366925)">schematic_component_9</text><line class="component-pin sch-component-pin sch-port-line" x1="1048.3946312091314" y1="204.85150727560554" x2="1025.5145509281613" y2="204.85150727560554" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1024.3103361765313" cy="204.85150727560554" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="1023.1061214249013" y="203.64729252397555" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="1036.3524836928314" y="203.64729252397555" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="1054.4157049672813" y="204.85150727560554" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_41</text><line class="component-pin sch-component-pin sch-port-line" x1="1063.7980431509186" y1="205.16755945824457" x2="1086.6781234318887" y2="205.16755945824457" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1087.8823381835186" cy="205.16755945824457" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="1086.6781234318887" y="203.96334470661458" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="1075.8401906672186" y="203.96334470661455" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="1057.7769693927685" y="205.16755945824457" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_42</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="691.8213748119499" cy="310.37832413455" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="691.8213748119499" cy="355.536377320675" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="691.8213748119499" cy="370.58906171604997" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="691.8213748119499" cy="457.89463120922505" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="691.8213748119499" cy="512.084295032575" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="691.8213748119499" cy="497.03161063720006" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="691.8213748119499" cy="527.1369794279501" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="691.8213748119499" cy="542.1896638233251" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="691.8213748119499" cy="557.2423482187" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="691.8213748119499" cy="403.704967385875" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="896.53788258905" cy="562.9623682889426" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="896.53788258905" cy="493.7200200702175" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="896.53788258905" cy="454.58304064224257" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="896.53788258905" cy="415.44606121426756" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="896.53788258905" cy="367.27747114906754" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="896.53788258905" cy="238.4264927246575" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="896.53788258905" cy="310.0772704466425" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="896.53788258905" cy="325.1299548420175" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="691.8213748119499" cy="244.1465127949" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="216.15654791809993" cy="298.33617661825" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="216.15654791809993" cy="310.37832413455" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="216.15654791809993" cy="322.42047165085" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="216.15654791809993" cy="334.46261916715" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="589.4631209234" cy="150.81986954357507" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="589.4631209234" cy="162.86201705987503" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="432.91520321149994" cy="290.50878073265505" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="432.91520321149994" cy="336.26894129459504" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="631.6106372304499" cy="224.87907676882006" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="631.6106372304499" cy="179.11891620688002" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="213.14601103902498" cy="566.273958855925" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="213.14601103902498" cy="578.316106372225" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_2__stack1"><circle cx="213.14601103902498" cy="590.358253888525" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_3__stack1"><circle cx="213.14601103902498" cy="602.4004014048251" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_4__stack1"><circle cx="213.14601103902498" cy="614.442548921125" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_5__stack1"><circle cx="213.14601103902498" cy="626.484696437425" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="661.7160060212" cy="403.704967385875" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="625.5895634722999" cy="403.704967385875" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="444.95735072779996" cy="524.126442548875" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="444.95735072779996" cy="560.252885097775" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="514.1996989465249" cy="427.789262418475" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="514.1996989465249" cy="463.915704967375" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="1024.3103361765313" cy="204.85150727560554" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="1087.8823381835186" cy="205.16755945824457" r="2.40842950326" 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="
|
|
118
|
+
M 630.1053687909125,527.13697942795
|
|
119
|
+
L 624.0842950327625,523.885599598549
|
|
120
|
+
L 624.0842950327625,503.2373306572666
|
|
121
|
+
L 636.1264425490625,503.2373306572666
|
|
122
|
+
L 636.1264425490625,523.885599598549
|
|
123
|
+
Z
|
|
124
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.20421475163px"/><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="630.1053687909125" y="521.718013045615" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.837932764669999px" transform="rotate(-90 630.1053687909125 521.718013045615)">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="
|
|
125
|
+
M 403.411941796565,626.484696437425
|
|
126
|
+
L 409.433015554715,629.736076266826
|
|
127
|
+
L 409.433015554715,650.3843452081084
|
|
128
|
+
L 397.39086803841496,650.3843452081084
|
|
129
|
+
L 397.39086803841496,629.736076266826
|
|
130
|
+
Z
|
|
131
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.20421475163px"/><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="403.411941796565" y="631.90366281976" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.837932764669999px" transform="rotate(90 403.411941796565 631.90366281976)">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="
|
|
132
|
+
M 676.7686904165749,403.704967385875
|
|
133
|
+
L 670.7476166584249,400.453587556474
|
|
134
|
+
L 670.7476166584249,379.80531861519165
|
|
135
|
+
L 682.789764174725,379.80531861519165
|
|
136
|
+
L 682.789764174725,400.453587556474
|
|
137
|
+
Z
|
|
138
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.20421475163px"/><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="676.7686904165749" y="398.28600100354004" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.837932764669999px" transform="rotate(-90 676.7686904165749 398.28600100354004)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
|
|
139
|
+
M 597.290516808995,651.7732062216551
|
|
140
|
+
L 603.311590567145,655.0245860510561
|
|
141
|
+
L 603.311590567145,675.6728549923384
|
|
142
|
+
L 591.269443050845,675.6728549923384
|
|
143
|
+
L 591.269443050845,655.0245860510561
|
|
144
|
+
Z
|
|
145
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.20421475163px"/><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="597.290516808995" y="657.1921726039901" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.837932764669999px" transform="rotate(90 597.290516808995 657.1921726039901)">XX</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="
|
|
146
|
+
M 444.95735072779996,512.084295032575
|
|
147
|
+
L 438.93627696964995,508.832915203174
|
|
148
|
+
L 438.93627696964995,488.18464626189166
|
|
149
|
+
L 450.97842448595,488.18464626189166
|
|
150
|
+
L 450.97842448595,508.832915203174
|
|
151
|
+
Z
|
|
152
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.20421475163px"/><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="444.95735072779996" y="506.66532865024004" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.837932764669999px" transform="rotate(-90 444.95735072779996 506.66532865024004)">XX</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="
|
|
153
|
+
M 514.1996989465249,427.789262418475
|
|
154
|
+
L 508.1786251883749,424.537882589074
|
|
155
|
+
L 508.1786251883749,403.88961364779163
|
|
156
|
+
L 520.2207727046749,403.88961364779163
|
|
157
|
+
L 520.2207727046749,424.537882589074
|
|
158
|
+
Z
|
|
159
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.20421475163px"/><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="514.1996989465249" y="422.37029603614" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.837932764669999px" transform="rotate(-90 514.1996989465249 422.37029603614)">XX</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="
|
|
160
|
+
M 1087.8823381835186,205.16755945824457
|
|
161
|
+
L 1091.1337180129196,199.14648570009456
|
|
162
|
+
L 1111.781986954202,199.14648570009456
|
|
163
|
+
L 1111.781986954202,211.18863321639458
|
|
164
|
+
L 1091.1337180129196,211.18863321639458
|
|
165
|
+
Z
|
|
166
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.20421475163px"/><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="1093.3013045658536" y="205.16755945824457" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.837932764669999px" transform="">XX</text><text class="sch-text" x="755.6447566483399" y="634.31209232302" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.837932764669983px" transform="rotate(0, 755.6447566483399, 634.31209232302)">BQ25895RTWR</text><text class="sch-text" x="723.13095835433" y="167.9799297543025" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.837932764669999px" transform="rotate(0, 723.13095835433, 167.9799297543025)">U1</text><text class="sch-text" x="128.24887104910988" y="354.332162569045" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.837932764669995px" transform="rotate(0, 128.24887104910988, 354.332162569045)">USB Input</text><text class="sch-text" x="102.96036126487991" y="279.3697942800775" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.837932764669999px" transform="rotate(0, 102.96036126487991, 279.3697942800775)">J1</text><text class="sch-text" x="513.5975915707099" y="182.73156046177002" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.837932764669983px" transform="rotate(0, 513.5975915707099, 182.73156046177002)">Phone OTG</text><text class="sch-text" x="488.30908178647996" y="131.85348720540253" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.837932764669999px" transform="rotate(0, 488.30908178647996, 131.85348720540253)">J2</text><text class="sch-text" x="113.19618665373491" y="646.35423983932" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.837932764669983px" transform="rotate(0, 113.19618665373491, 646.35423983932)">Host</text><text class="sch-text" x="105.97089814395497" y="547.3075765177525" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.837932764669999px" transform="rotate(0, 105.97089814395497, 547.3075765177525)">J3</text><rect class="schematic-box sch-box" x="715.90566984455" y="628.893125940685" width="79.47817360757995" height="10.837932764670086" stroke-width="1.20421475163px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="9.63371801304 4.81685900652"/><rect class="schematic-box sch-box" x="712.2930255896599" y="160.45358755661505" width="21.675865529340058" height="15.052684395374968" stroke-width="1.20421475163px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="9.63371801304 4.81685900652"/><rect class="schematic-box sch-box" x="95.73507275509985" y="348.91319618671" width="65.02759658802006" height="10.837932764669972" stroke-width="1.20421475163px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="9.63371801304 4.81685900652"/><rect class="schematic-box sch-box" x="92.12242850020994" y="271.84345208238994" width="21.675865529340058" height="15.052684395375081" stroke-width="1.20421475163px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="9.63371801304 4.81685900652"/><rect class="schematic-box sch-box" x="481.08379327669996" y="177.31259407943503" width="65.02759658802" height="10.837932764669972" stroke-width="1.20421475163px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="9.63371801304 4.81685900652"/><rect class="schematic-box sch-box" x="477.47114902181" y="124.3271450077151" width="21.675865529339944" height="15.05268439537491" stroke-width="1.20421475163px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="9.63371801304 4.81685900652"/><rect class="schematic-box sch-box" x="98.74560963417491" y="640.935273456985" width="28.90115403912" height="10.837932764670086" stroke-width="1.20421475163px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="9.63371801304 4.81685900652"/><rect class="schematic-box sch-box" x="95.132965379285" y="539.781234320065" width="21.675865529340058" height="15.052684395374968" stroke-width="1.20421475163px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="9.63371801304 4.81685900652"/>
|
|
167
|
+
</g>
|
|
168
|
+
</svg>
|