@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="1.7199999999999998,-1.6 1.7199999999999998,-1.4" data-type="line" data-label="" points="196.26234444887297,162.77047074974536 196.26234444887297,157.8105486913777" fill="none" stroke="hsl(166, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.88,0.30000000000000115 -1.88,-1.4999999999999987" data-type="line" data-label="" points="106.9837473982552,115.65121119525263 106.9837473982552,160.29050972056152" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,0.30000000000000115 -1.88,-3.9" data-type="line" data-label="" points="106.9837473982552,115.65121119525263 106.9837473982552,219.80957442097338" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,0.30000000000000115 1.7199999999999998,-4.600000000000001" data-type="line" data-label="" points="106.9837473982552,115.65121119525263 196.26234444887297,237.16930162526023" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,0.30000000000000115 1.7199999999999998,-2.800000000000001" data-type="line" data-label="" points="106.9837473982552,115.65121119525263 196.26234444887297,192.53000309995133" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,0.30000000000000115 1.7199999999999998,-2.400000000000001" data-type="line" data-label="" points="106.9837473982552,115.65121119525263 196.26234444887297,182.610158983216" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,0.30000000000000115 1.7199999999999998,-1.6" data-type="line" data-label="" points="106.9837473982552,115.65121119525263 196.26234444887297,162.77047074974536" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,0.30000000000000115 1.7199999999999998,-1.4" data-type="line" data-label="" points="106.9837473982552,115.65121119525263 196.26234444887297,157.8105486913777" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,-1.4999999999999987 -1.88,-3.9" data-type="line" data-label="" points="106.9837473982552,160.29050972056152 106.9837473982552,219.80957442097338" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,-1.4999999999999987 1.7199999999999998,-4.600000000000001" data-type="line" data-label="" points="106.9837473982552,160.29050972056152 196.26234444887297,237.16930162526023" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,-1.4999999999999987 1.7199999999999998,-2.800000000000001" data-type="line" data-label="" points="106.9837473982552,160.29050972056152 196.26234444887297,192.53000309995133" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,-1.4999999999999987 1.7199999999999998,-2.400000000000001" data-type="line" data-label="" points="106.9837473982552,160.29050972056152 196.26234444887297,182.610158983216" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,-1.4999999999999987 1.7199999999999998,-1.6" data-type="line" data-label="" points="106.9837473982552,160.29050972056152 196.26234444887297,162.77047074974536" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,-1.4999999999999987 1.7199999999999998,-1.4" data-type="line" data-label="" points="106.9837473982552,160.29050972056152 196.26234444887297,157.8105486913777" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,-3.9 1.7199999999999998,-4.600000000000001" data-type="line" data-label="" points="106.9837473982552,219.80957442097338 196.26234444887297,237.16930162526023" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,-3.9 1.7199999999999998,-2.800000000000001" data-type="line" data-label="" points="106.9837473982552,219.80957442097338 196.26234444887297,192.53000309995133" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,-3.9 1.7199999999999998,-2.400000000000001" data-type="line" data-label="" points="106.9837473982552,219.80957442097338 196.26234444887297,182.610158983216" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,-3.9 1.7199999999999998,-1.6" data-type="line" data-label="" points="106.9837473982552,219.80957442097338 196.26234444887297,162.77047074974536" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,-3.9 1.7199999999999998,-1.4" data-type="line" data-label="" points="106.9837473982552,219.80957442097338 196.26234444887297,157.8105486913777" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7199999999999998,-4.600000000000001 1.7199999999999998,-2.800000000000001" data-type="line" data-label="" points="196.26234444887297,237.16930162526023 196.26234444887297,192.53000309995133" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7199999999999998,-4.600000000000001 1.7199999999999998,-2.400000000000001" data-type="line" data-label="" points="196.26234444887297,237.16930162526023 196.26234444887297,182.610158983216" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7199999999999998,-4.600000000000001 1.7199999999999998,-1.6" data-type="line" data-label="" points="196.26234444887297,237.16930162526023 196.26234444887297,162.77047074974536" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7199999999999998,-4.600000000000001 1.7199999999999998,-1.4" data-type="line" data-label="" points="196.26234444887297,237.16930162526023 196.26234444887297,157.8105486913777" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7199999999999998,-2.800000000000001 1.7199999999999998,-2.400000000000001" data-type="line" data-label="" points="196.26234444887297,192.53000309995133 196.26234444887297,182.610158983216" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7199999999999998,-2.800000000000001 1.7199999999999998,-1.6" data-type="line" data-label="" points="196.26234444887297,192.53000309995133 196.26234444887297,162.77047074974536" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7199999999999998,-2.800000000000001 1.7199999999999998,-1.4" data-type="line" data-label="" points="196.26234444887297,192.53000309995133 196.26234444887297,157.8105486913777" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7199999999999998,-2.400000000000001 1.7199999999999998,-1.6" data-type="line" data-label="" points="196.26234444887297,182.610158983216 196.26234444887297,162.77047074974536" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7199999999999998,-2.400000000000001 1.7199999999999998,-1.4" data-type="line" data-label="" points="196.26234444887297,182.610158983216 196.26234444887297,157.8105486913777" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7199999999999998,-1.6 1.7199999999999998,-1.4" data-type="line" data-label="" points="196.26234444887297,162.77047074974536 196.26234444887297,157.8105486913777" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,-3.3 1.7199999999999998,0.20000000000000107" data-type="line" data-label="" points="106.9837473982552,204.92980824587042 196.26234444887297,118.13117222443645" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,-3.3 -3.65,-4.08" data-type="line" data-label="" points="106.9837473982552,204.92980824587042 63.088437181701465,224.27350427350427" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7199999999999998,0.20000000000000107 -3.65,-4.08" data-type="line" data-label="" points="196.26234444887297,118.13117222443645 63.088437181701465,224.27350427350427" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,-4.1 1.7199999999999998,-2.2000000000000006" data-type="line" data-label="" points="106.9837473982552,224.76949647934103 196.26234444887297,177.65023692484834" fill="none" stroke="hsl(30, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,-4.1 1.7199999999999998,-1.2000000000000002" data-type="line" data-label="" points="106.9837473982552,224.76949647934103 196.26234444887297,152.85062663301005" fill="none" stroke="hsl(30, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,-4.1 -3.65,-3.3200000000000003" data-type="line" data-label="" points="106.9837473982552,224.76949647934103 63.088437181701465,205.4258004517072" fill="none" stroke="hsl(30, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7199999999999998,-2.2000000000000006 1.7199999999999998,-1.2000000000000002" data-type="line" data-label="" points="196.26234444887297,177.65023692484834 196.26234444887297,152.85062663301005" fill="none" stroke="hsl(30, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7199999999999998,-2.2000000000000006 -3.65,-3.3200000000000003" data-type="line" data-label="" points="196.26234444887297,177.65023692484834 63.088437181701465,205.4258004517072" fill="none" stroke="hsl(30, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7199999999999998,-1.2000000000000002 -3.65,-3.3200000000000003" data-type="line" data-label="" points="196.26234444887297,152.85062663301005 63.088437181701465,205.4258004517072" fill="none" stroke="hsl(30, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.33,-12.05 12.13,-12.05 12.13,-14 12.8,-14 12.8,-13.8" data-type="line" data-label="" points="459.386209645277,421.9263982994553 454.4262875869094,421.9263982994553 454.4262875869094,470.28563836853994 471.04202648244103,470.28563836853994 471.04202648244103,465.3257163101723" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.6,-13.8 8.6,-14 7.93,-14 7.93,-12.05 8.129999999999999,-12.05" data-type="line" data-label="" points="366.8836632567203,465.3257163101723 366.8836632567203,470.28563836853994 350.26792436118865,470.28563836853994 350.26792436118865,421.9263982994553 355.2278464195563,421.9263982994553" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.88,-1.4999999999999987 -2.08,-1.4999999999999987 -2.08,0.30000000000000115 -1.88,0.30000000000000115" data-type="line" data-label="" points="106.9837473982552,160.29050972056152 102.02382533988754,160.29050972056152 102.02382533988754,115.65121119525263 106.9837473982552,115.65121119525263" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.7199999999999998,-1.4 1.8199999999999996,-1.4 1.8199999999999996,-1.6 1.7199999999999998,-1.6" data-type="line" data-label="" points="196.26234444887297,157.8105486913777 198.74230547805678,157.8105486913777 198.74230547805678,162.77047074974536 196.26234444887297,162.77047074974536" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.8800000000000003,-3.3000000000000007 -2.765,-3.3000000000000007 -2.765,-4.28 -3.65,-4.28 -3.65,-4.08" data-type="line" data-label="" points="106.98374739825519,204.92980824587045 85.03609228997833,204.92980824587045 85.03609228997833,229.23342633187195 63.088437181701465,229.23342633187195 63.088437181701465,224.27350427350427" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.7199999999999998,-2.800000000000001 2.901,-2.800000000000001 2.901,-4.600000000000001 1.7199999999999998,-4.600000000000001" data-type="line" data-label="" points="196.26234444887297,192.53000309995133 225.55068420353396,192.53000309995133 225.55068420353396,237.16930162526023 196.26234444887297,237.16930162526023" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.7199999999999998,-2.400000000000001 3.1609999999999996,-2.400000000000001 3.1609999999999996,-2.800000000000001 1.7199999999999998,-2.800000000000001" data-type="line" data-label="" points="196.26234444887297,182.610158983216 231.9985828794119,182.610158983216 231.9985828794119,192.53000309995133 196.26234444887297,192.53000309995133" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.7199999999999998,-1.6 2.6609999999999996,-1.6 2.6609999999999996,-2.400000000000001 1.7199999999999998,-2.400000000000001" data-type="line" data-label="" points="196.26234444887297,162.77047074974536 219.5987777334928,162.77047074974536 219.5987777334928,182.610158983216 196.26234444887297,182.610158983216" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.7199999999999998,-1.2000000000000002 2.7609999999999997,-1.2000000000000002 2.7609999999999997,-2.2000000000000006 1.7199999999999998,-2.2000000000000006" data-type="line" data-label="" points="196.26234444887297,152.85062663301005 222.0787387626766,152.85062663301005 222.0787387626766,177.65023692484834 196.26234444887297,177.65023692484834" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.08,0.30000000000000115 -2.4299999999999997,0.30000000000000115" data-type="line" data-label="" points="102.02382533988754,115.65121119525263 93.34396173774417,115.65121119525263" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.88,-3.9 -2.5309999999999997,-3.9 -2.5309999999999997,-3.199" data-type="line" data-label="" points="106.9837473982552,219.80957442097338 90.83920109826849,219.80957442097338 90.83920109826849,202.42504760639474" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.7199999999999998,0.20000000000000107 3.061,0.20000000000000107 3.061,0.14900000000000108" data-type="line" data-label="" points="196.26234444887297,118.13117222443645 229.5186218502281,118.13117222443645 229.5186218502281,119.39595234932021" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.88,-4.1 -4.281000000000001,-4.1 -4.281000000000001,-3.298999999999999" data-type="line" data-label="" points="106.9837473982552,224.76949647934103 47.43988308755149,224.76949647934103 47.43988308755149,204.90500863557855" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.0199999999999996,-1.2000000000000002 3.119999999999999,-1.2000000000000002 3.119999999999999,-0.6990000000000003" data-type="line" data-label="" points="203.70222753642446,152.85062663301005 230.98179885744653,152.85062663301005 230.98179885744653,140.4260218767991" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-0.08000000000000007" data-y="-2.5" x="106.98374739825522" y="113.1712501660688" width="89.27859705061776" height="143.837739692662" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04032321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-3.4575" data-y="-3.7" x="51.928612550374254" y="205.42580045170723" width="31.867499225012153" height="18.84770382179707" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04032321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="12.955000000000002" data-y="-13.5" x="459.8822018511138" y="450.4459501350692" width="30.00752845312428" height="14.879766175103043" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04032321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="17" data-y="-4" x="550.4007794163235" y="197.48992515831895" width="49.59922058367647" height="49.59922058367653" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04032321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="13.3" data-y="-7.700000000000001" x="474.5139719232984" y="305.6162260307338" width="17.855719410123527" height="16.863734998450013" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04032321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="13.3" data-y="-6.6" x="474.5139719232984" y="278.3366547097117" width="17.855719410123527" height="16.863734998450013" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04032321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="1.92" data-y="-12.5" x="169.9747575395244" y="415.47849962357736" width="62.49501793543243" height="35.21544661441038" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04032321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="8.6" data-y="-12" x="355.2278464195563" y="411.7720651875471" width="23.311633674327993" height="17.82870519463262" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04032321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="12.8" data-y="-12" x="459.386209645277" y="411.7720651875471" width="23.31163367432805" height="17.82870519463262" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04032321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="8.815000000000001" data-y="-13.5" x="355.7238386253931" y="450.4459501350692" width="32.98348168814482" height="14.879766175103043" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04032321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="10.555" data-y="-12.2" x="400.36313715070196" y="418.20645675567954" width="30.00752845312428" height="14.879766175102986" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04032321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="9.06125" data-y="-16.5" x="361.9237411983526" y="529.8047030689518" width="32.797484610956076" height="4.959922058367738" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04032321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="12.661249999999999" data-y="-16.5" x="451.20233824897036" y="529.8047030689518" width="32.79748461095602" height="4.959922058367738" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04032321428571429"/></g><g><rect data-type="rect" data-label="RP2040" data-x="-1.12" data-y="-5.53" x="116.90359151499052" y="258.00097427040436" width="17.85571941012354" height="4.463929852530896" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.04032321428571429"/></g><g><rect data-type="rect" data-label="U1" data-x="-1.3599999999999999" data-y="0.5149999999999999" x="115.4156148974802" y="107.21934369602765" width="8.927859705061778" height="6.199902572959559" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.04032321428571429"/></g><g><rect data-type="rect" data-label="W25Q16JVUXIQ" data-x="17.119999999999997" data-y="-5.13" x="560.3206235330588" y="248.081130153669" width="35.71143882024694" height="4.4639298525308675" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.04032321428571429"/></g><g><rect data-type="rect" data-label="U2" data-x="16.519999999999996" data-y="-2.885" x="558.8326469155484" y="191.53801868827776" width="8.927859705061792" height="6.199902572959559" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.04032321428571429"/></g><g><rect data-type="rect" data-label="netId: V3V3
|
|
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="1.7199999999999998,-1.6 1.7199999999999998,-1.4" data-type="line" data-label="" points="196.26234444887297,162.77047074974536 196.26234444887297,157.8105486913777" fill="none" stroke="hsl(166, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.88,0.30000000000000115 -1.88,-1.4999999999999987" data-type="line" data-label="" points="106.9837473982552,115.65121119525263 106.9837473982552,160.29050972056152" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,0.30000000000000115 -1.88,-3.9" data-type="line" data-label="" points="106.9837473982552,115.65121119525263 106.9837473982552,219.80957442097338" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,0.30000000000000115 1.7199999999999998,-4.600000000000001" data-type="line" data-label="" points="106.9837473982552,115.65121119525263 196.26234444887297,237.16930162526023" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,0.30000000000000115 1.7199999999999998,-2.800000000000001" data-type="line" data-label="" points="106.9837473982552,115.65121119525263 196.26234444887297,192.53000309995133" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,0.30000000000000115 1.7199999999999998,-2.400000000000001" data-type="line" data-label="" points="106.9837473982552,115.65121119525263 196.26234444887297,182.610158983216" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,0.30000000000000115 1.7199999999999998,-1.6" data-type="line" data-label="" points="106.9837473982552,115.65121119525263 196.26234444887297,162.77047074974536" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,0.30000000000000115 1.7199999999999998,-1.4" data-type="line" data-label="" points="106.9837473982552,115.65121119525263 196.26234444887297,157.8105486913777" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,-1.4999999999999987 -1.88,-3.9" data-type="line" data-label="" points="106.9837473982552,160.29050972056152 106.9837473982552,219.80957442097338" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,-1.4999999999999987 1.7199999999999998,-4.600000000000001" data-type="line" data-label="" points="106.9837473982552,160.29050972056152 196.26234444887297,237.16930162526023" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,-1.4999999999999987 1.7199999999999998,-2.800000000000001" data-type="line" data-label="" points="106.9837473982552,160.29050972056152 196.26234444887297,192.53000309995133" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,-1.4999999999999987 1.7199999999999998,-2.400000000000001" data-type="line" data-label="" points="106.9837473982552,160.29050972056152 196.26234444887297,182.610158983216" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,-1.4999999999999987 1.7199999999999998,-1.6" data-type="line" data-label="" points="106.9837473982552,160.29050972056152 196.26234444887297,162.77047074974536" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,-1.4999999999999987 1.7199999999999998,-1.4" data-type="line" data-label="" points="106.9837473982552,160.29050972056152 196.26234444887297,157.8105486913777" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,-3.9 1.7199999999999998,-4.600000000000001" data-type="line" data-label="" points="106.9837473982552,219.80957442097338 196.26234444887297,237.16930162526023" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,-3.9 1.7199999999999998,-2.800000000000001" data-type="line" data-label="" points="106.9837473982552,219.80957442097338 196.26234444887297,192.53000309995133" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,-3.9 1.7199999999999998,-2.400000000000001" data-type="line" data-label="" points="106.9837473982552,219.80957442097338 196.26234444887297,182.610158983216" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,-3.9 1.7199999999999998,-1.6" data-type="line" data-label="" points="106.9837473982552,219.80957442097338 196.26234444887297,162.77047074974536" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,-3.9 1.7199999999999998,-1.4" data-type="line" data-label="" points="106.9837473982552,219.80957442097338 196.26234444887297,157.8105486913777" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7199999999999998,-4.600000000000001 1.7199999999999998,-2.800000000000001" data-type="line" data-label="" points="196.26234444887297,237.16930162526023 196.26234444887297,192.53000309995133" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7199999999999998,-4.600000000000001 1.7199999999999998,-2.400000000000001" data-type="line" data-label="" points="196.26234444887297,237.16930162526023 196.26234444887297,182.610158983216" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7199999999999998,-4.600000000000001 1.7199999999999998,-1.6" data-type="line" data-label="" points="196.26234444887297,237.16930162526023 196.26234444887297,162.77047074974536" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7199999999999998,-4.600000000000001 1.7199999999999998,-1.4" data-type="line" data-label="" points="196.26234444887297,237.16930162526023 196.26234444887297,157.8105486913777" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7199999999999998,-2.800000000000001 1.7199999999999998,-2.400000000000001" data-type="line" data-label="" points="196.26234444887297,192.53000309995133 196.26234444887297,182.610158983216" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7199999999999998,-2.800000000000001 1.7199999999999998,-1.6" data-type="line" data-label="" points="196.26234444887297,192.53000309995133 196.26234444887297,162.77047074974536" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7199999999999998,-2.800000000000001 1.7199999999999998,-1.4" data-type="line" data-label="" points="196.26234444887297,192.53000309995133 196.26234444887297,157.8105486913777" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7199999999999998,-2.400000000000001 1.7199999999999998,-1.6" data-type="line" data-label="" points="196.26234444887297,182.610158983216 196.26234444887297,162.77047074974536" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7199999999999998,-2.400000000000001 1.7199999999999998,-1.4" data-type="line" data-label="" points="196.26234444887297,182.610158983216 196.26234444887297,157.8105486913777" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7199999999999998,-1.6 1.7199999999999998,-1.4" data-type="line" data-label="" points="196.26234444887297,162.77047074974536 196.26234444887297,157.8105486913777" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,-3.3 1.7199999999999998,0.20000000000000107" data-type="line" data-label="" points="106.9837473982552,204.92980824587042 196.26234444887297,118.13117222443645" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,-3.3 -3.65,-4.08" data-type="line" data-label="" points="106.9837473982552,204.92980824587042 63.088437181701465,224.27350427350427" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7199999999999998,0.20000000000000107 -3.65,-4.08" data-type="line" data-label="" points="196.26234444887297,118.13117222443645 63.088437181701465,224.27350427350427" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,-4.1 1.7199999999999998,-2.2000000000000006" data-type="line" data-label="" points="106.9837473982552,224.76949647934103 196.26234444887297,177.65023692484834" fill="none" stroke="hsl(30, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,-4.1 1.7199999999999998,-1.2000000000000002" data-type="line" data-label="" points="106.9837473982552,224.76949647934103 196.26234444887297,152.85062663301005" fill="none" stroke="hsl(30, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.88,-4.1 -3.65,-3.3200000000000003" data-type="line" data-label="" points="106.9837473982552,224.76949647934103 63.088437181701465,205.4258004517072" fill="none" stroke="hsl(30, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7199999999999998,-2.2000000000000006 1.7199999999999998,-1.2000000000000002" data-type="line" data-label="" points="196.26234444887297,177.65023692484834 196.26234444887297,152.85062663301005" fill="none" stroke="hsl(30, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7199999999999998,-2.2000000000000006 -3.65,-3.3200000000000003" data-type="line" data-label="" points="196.26234444887297,177.65023692484834 63.088437181701465,205.4258004517072" fill="none" stroke="hsl(30, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7199999999999998,-1.2000000000000002 -3.65,-3.3200000000000003" data-type="line" data-label="" points="196.26234444887297,152.85062663301005 63.088437181701465,205.4258004517072" fill="none" stroke="hsl(30, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.33,-12.05 12.13,-12.05 12.13,-14 12.8,-14 12.8,-13.8" data-type="line" data-label="" points="459.386209645277,421.9263982994553 454.4262875869094,421.9263982994553 454.4262875869094,470.28563836853994 471.04202648244103,470.28563836853994 471.04202648244103,465.3257163101723" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.6,-13.8 8.6,-14 7.93,-14 7.93,-12.05 8.129999999999999,-12.05" data-type="line" data-label="" points="366.8836632567203,465.3257163101723 366.8836632567203,470.28563836853994 350.26792436118865,470.28563836853994 350.26792436118865,421.9263982994553 355.2278464195563,421.9263982994553" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.88,-1.4999999999999987 -2.08,-1.4999999999999987 -2.08,0.30000000000000115 -1.88,0.30000000000000115" data-type="line" data-label="" points="106.9837473982552,160.29050972056152 102.02382533988754,160.29050972056152 102.02382533988754,115.65121119525263 106.9837473982552,115.65121119525263" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.7199999999999998,-1.4 1.8199999999999996,-1.4 1.8199999999999996,-1.6 1.7199999999999998,-1.6" data-type="line" data-label="" points="196.26234444887297,157.8105486913777 198.74230547805678,157.8105486913777 198.74230547805678,162.77047074974536 196.26234444887297,162.77047074974536" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.8800000000000003,-3.3000000000000007 -2.765,-3.3000000000000007 -2.765,-4.28 -3.65,-4.28 -3.65,-4.08" data-type="line" data-label="" points="106.98374739825519,204.92980824587045 85.03609228997833,204.92980824587045 85.03609228997833,229.23342633187195 63.088437181701465,229.23342633187195 63.088437181701465,224.27350427350427" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.7199999999999998,-2.800000000000001 2.901,-2.800000000000001 2.901,-4.600000000000001 1.7199999999999998,-4.600000000000001" data-type="line" data-label="" points="196.26234444887297,192.53000309995133 225.55068420353396,192.53000309995133 225.55068420353396,237.16930162526023 196.26234444887297,237.16930162526023" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.7199999999999998,-2.400000000000001 3.1609999999999996,-2.400000000000001 3.1609999999999996,-2.800000000000001 1.7199999999999998,-2.800000000000001" data-type="line" data-label="" points="196.26234444887297,182.610158983216 231.9985828794119,182.610158983216 231.9985828794119,192.53000309995133 196.26234444887297,192.53000309995133" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.7199999999999998,-1.6 2.6609999999999996,-1.6 2.6609999999999996,-2.400000000000001 1.7199999999999998,-2.400000000000001" data-type="line" data-label="" points="196.26234444887297,162.77047074974536 219.5987777334928,162.77047074974536 219.5987777334928,182.610158983216 196.26234444887297,182.610158983216" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.7199999999999998,-1.2000000000000002 2.7609999999999997,-1.2000000000000002 2.7609999999999997,-2.2000000000000006 1.7199999999999998,-2.2000000000000006" data-type="line" data-label="" points="196.26234444887297,152.85062663301005 222.0787387626766,152.85062663301005 222.0787387626766,177.65023692484834 196.26234444887297,177.65023692484834" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.08,0.30000000000000115 -2.4299999999999997,0.30000000000000115" data-type="line" data-label="" points="102.02382533988754,115.65121119525263 93.34396173774417,115.65121119525263" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.88,-3.9 -2.5309999999999997,-3.9 -2.5309999999999997,-3.199" data-type="line" data-label="" points="106.9837473982552,219.80957442097338 90.83920109826849,219.80957442097338 90.83920109826849,202.42504760639474" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.7199999999999998,0.20000000000000107 3.061,0.20000000000000107 3.061,0.14900000000000108" data-type="line" data-label="" points="196.26234444887297,118.13117222443645 229.5186218502281,118.13117222443645 229.5186218502281,119.39595234932021" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.88,-4.1 -4.281000000000001,-4.1 -4.281000000000001,-3.298999999999999" data-type="line" data-label="" points="106.9837473982552,224.76949647934103 47.43988308755149,224.76949647934103 47.43988308755149,204.90500863557855" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.0199999999999996,-1.2000000000000002 3.119999999999999,-1.2000000000000002 3.119999999999999,-0.6990000000000003" data-type="line" data-label="" points="203.70222753642446,152.85062663301005 230.98179885744653,152.85062663301005 230.98179885744653,140.4260218767991" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-0.08000000000000007" data-y="-2.5" x="106.98374739825522" y="113.1712501660688" width="89.27859705061776" height="143.837739692662" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04032321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-3.4575" data-y="-3.7" x="51.928612550374254" y="205.42580045170723" width="31.867499225012153" height="18.84770382179707" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04032321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="12.955000000000002" data-y="-13.5" x="459.8822018511138" y="450.4459501350692" width="30.00752845312428" height="14.879766175103043" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04032321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="17" data-y="-4" x="550.4007794163235" y="197.48992515831895" width="49.59922058367647" height="49.59922058367653" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04032321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="13.3" data-y="-7.700000000000001" x="474.5139719232984" y="305.6162260307338" width="17.855719410123527" height="16.863734998450013" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04032321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="13.3" data-y="-6.6" x="474.5139719232984" y="278.3366547097117" width="17.855719410123527" height="16.863734998450013" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04032321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="1.92" data-y="-12.5" x="169.9747575395244" y="415.47849962357736" width="62.49501793543243" height="35.21544661441038" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04032321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="8.6" data-y="-12" x="355.2278464195563" y="411.7720651875471" width="23.311633674327993" height="17.82870519463262" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04032321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="12.8" data-y="-12" x="459.386209645277" y="411.7720651875471" width="23.31163367432805" height="17.82870519463262" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04032321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="8.815000000000001" data-y="-13.5" x="355.7238386253931" y="450.4459501350692" width="32.98348168814482" height="14.879766175103043" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04032321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="10.555" data-y="-12.2" x="400.36313715070196" y="418.20645675567954" width="30.00752845312428" height="14.879766175102986" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04032321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="9.06125" data-y="-16.5" x="361.9237411983526" y="529.8047030689518" width="32.797484610956076" height="4.959922058367738" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04032321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="12.661249999999999" data-y="-16.5" x="451.20233824897036" y="529.8047030689518" width="32.79748461095602" height="4.959922058367738" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04032321428571429"/></g><g><rect data-type="rect" data-label="RP2040" data-x="-1.12" data-y="-5.53" x="116.90359151499052" y="258.00097427040436" width="17.85571941012354" height="4.463929852530896" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.04032321428571429"/></g><g><rect data-type="rect" data-label="U1" data-x="-1.3599999999999999" data-y="0.5149999999999999" x="115.4156148974802" y="107.21934369602765" width="8.927859705061778" height="6.199902572959559" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.04032321428571429"/></g><g><rect data-type="rect" data-label="W25Q16JVUXIQ" data-x="17.119999999999997" data-y="-5.13" x="560.3206235330588" y="248.081130153669" width="35.71143882024694" height="4.4639298525308675" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.04032321428571429"/></g><g><rect data-type="rect" data-label="U2" data-x="16.519999999999996" data-y="-2.885" x="558.8326469155484" y="191.53801868827776" width="8.927859705061792" height="6.199902572959559" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.04032321428571429"/></g><g><rect data-type="rect" data-label="netId: V3V3
|
|
2
4
|
globalConnNetId: connectivity_net7" data-x="3.1609999999999996" data-y="-2.190000000000001" x="224.55869979186042" y="172.19432266064393" width="14.879766175102986" height="10.415836322572062" fill="#ef444466" stroke="#ef4444" stroke-width="0.04032321428571429"/></g><g><rect data-type="rect" data-label="netId: V3V3
|
|
3
5
|
globalConnNetId: connectivity_net7" data-x="-2.4299999999999997" data-y="0.5100000000000011" x="85.9040786501927" y="105.23537487268055" width="14.879766175102944" height="10.415836322572076" fill="#ef444466" stroke="#ef4444" stroke-width="0.04032321428571429"/></g><g><rect data-type="rect" data-label="netId: V3V3
|
|
4
6
|
globalConnNetId: connectivity_net7" data-x="-2.5309999999999997" data-y="-2.989" x="83.39931801071701" y="192.0092112838227" width="14.879766175102958" height="10.415836322572034" fill="#ef444466" stroke="#ef4444" stroke-width="0.04032321428571429"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
@@ -176,7 +178,7 @@ orientation: x+" data-x="8.6" data-y="-14" cx="366.8836632567203" cy="470.285638
|
|
|
176
178
|
const h = svg.getElementById('crosshair-h');
|
|
177
179
|
const v = svg.getElementById('crosshair-v');
|
|
178
180
|
const coords = svg.getElementById('coordinates');
|
|
179
|
-
|
|
181
|
+
|
|
180
182
|
crosshair.style.display = 'block';
|
|
181
183
|
h.setAttribute('x1', '0');
|
|
182
184
|
h.setAttribute('x2', '640');
|
|
@@ -195,13 +197,13 @@ orientation: x+" data-x="8.6" data-y="-14" cx="366.8836632567203" cy="470.285638
|
|
|
195
197
|
// y' = (y - ty) / sy
|
|
196
198
|
const sx = matrix.a;
|
|
197
199
|
const sy = matrix.d;
|
|
198
|
-
const tx = matrix.e;
|
|
200
|
+
const tx = matrix.e;
|
|
199
201
|
const ty = matrix.f;
|
|
200
202
|
const realPoint = {
|
|
201
203
|
x: (x - tx) / sx,
|
|
202
204
|
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
203
205
|
}
|
|
204
|
-
|
|
206
|
+
|
|
205
207
|
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
206
208
|
coords.setAttribute('x', (x + 5).toString());
|
|
207
209
|
coords.setAttribute('y', (y - 5).toString());
|
|
@@ -209,4 +211,286 @@ orientation: x+" data-x="8.6" data-y="-14" cx="366.8836632567203" cy="470.285638
|
|
|
209
211
|
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
210
212
|
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
211
213
|
});
|
|
212
|
-
]]></script
|
|
214
|
+
]]></script>
|
|
215
|
+
</g>
|
|
216
|
+
<g transform="translate(1216, 200)">
|
|
217
|
+
<style>
|
|
218
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
219
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
220
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
221
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
222
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
223
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
224
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
225
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
226
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
227
|
+
|
|
228
|
+
</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 843.046193532797 579.1979712441452 L 834.3015587306171 579.1979712441452 L 834.3015587306171 664.4581605654001 L 863.59608531792 664.4581605654001 L 863.59608531792 655.7135257632201" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 843.046193532797 579.1979712441452 L 834.3015587306171 579.1979712441452 L 834.3015587306171 664.4581605654001 L 863.59608531792 664.4581605654001 L 863.59608531792 655.7135257632201" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" 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 679.9587544721401 655.7135257632201 L 679.9587544721401 664.4581605654001 L 650.664227884837 664.4581605654001 L 650.664227884837 579.1979712441452 L 659.4088626870171 579.1979712441452" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 679.9587544721401 655.7135257632201 L 679.9587544721401 664.4581605654001 L 650.664227884837 664.4581605654001 L 650.664227884837 579.1979712441452 L 659.4088626870171 579.1979712441452" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" 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 221.739890837908 117.91848542914994 L 212.995256035728 117.91848542914994 L 212.995256035728 39.21677220952995 L 221.739890837908 39.21677220952995" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 221.739890837908 117.91848542914994 L 212.995256035728 117.91848542914994 L 212.995256035728 39.21677220952995 L 221.739890837908 39.21677220952995" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" 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 379.143317277148 113.54616802806001 L 383.51563467823803 113.54616802806001 L 383.51563467823803 122.29080283024001 L 379.143317277148 122.29080283024001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 379.143317277148 113.54616802806001 L 383.51563467823803 113.54616802806001 L 383.51563467823803 122.29080283024001 L 379.143317277148 122.29080283024001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" 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 221.73989083790798 196.62019864877004 L 183.04488183826152 196.62019864877004 L 183.04488183826152 239.46890917945203 L 144.349872838615 239.46890917945203 L 144.349872838615 230.724274377272" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 221.73989083790798 196.62019864877004 L 183.04488183826152 196.62019864877004 L 183.04488183826152 239.46890917945203 L 144.349872838615 239.46890917945203 L 144.349872838615 230.724274377272" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" 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 379.143317277148 174.75861164332005 L 430.7803857840209 174.75861164332005 L 430.7803857840209 253.46032486294007 L 379.143317277148 253.46032486294007" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 379.143317277148 174.75861164332005 L 430.7803857840209 174.75861164332005 L 430.7803857840209 253.46032486294007 L 379.143317277148 253.46032486294007" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" 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 379.143317277148 157.26934203896005 L 442.1484110268549 157.26934203896005 L 442.1484110268549 174.75861164332005 L 379.143317277148 174.75861164332005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 379.143317277148 157.26934203896005 L 442.1484110268549 157.26934203896005 L 442.1484110268549 174.75861164332005 L 379.143317277148 174.75861164332005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" 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 379.143317277148 122.29080283024001 L 420.2868240214049 122.29080283024001 L 420.2868240214049 157.26934203896005 L 379.143317277148 157.26934203896005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 379.143317277148 122.29080283024001 L 420.2868240214049 122.29080283024001 L 420.2868240214049 157.26934203896005 L 379.143317277148 157.26934203896005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" 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 379.143317277148 104.80153322588001 L 424.65914142249494 104.80153322588001 L 424.65914142249494 148.52470723678005 L 379.143317277148 148.52470723678005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 379.143317277148 104.80153322588001 L 424.65914142249494 104.80153322588001 L 424.65914142249494 148.52470723678005 L 379.143317277148 148.52470723678005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" 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 212.995256035728 39.21677220952995 L 197.69214513191304 39.21677220952995" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 212.995256035728 39.21677220952995 L 197.69214513191304 39.21677220952995" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" 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 221.739890837908 222.85410305531 L 193.27610455681213 222.85410305531 L 193.27610455681213 192.2041580736691" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 221.739890837908 222.85410305531 L 193.27610455681213 222.85410305531 L 193.27610455681213 192.2041580736691" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><path d="M 379.143317277148 43.58908961061996 L 437.77609362576493 43.58908961061996 L 437.77609362576493 45.81897148517585" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 379.143317277148 43.58908961061996 L 437.77609362576493 43.58908961061996 L 437.77609362576493 45.81897148517585" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"><path d="M 221.739890837908 231.59873785749 L 116.76055003773709 231.59873785749 L 116.76055003773709 196.57647547475906" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 221.739890837908 231.59873785749 L 116.76055003773709 231.59873785749 L 116.76055003773709 196.57647547475906" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"><path d="M 392.260269480418 104.80153322588001 L 440.355760892408 104.80153322588001 L 440.355760892408 82.89622304641912" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 392.260269480418 104.80153322588001 L 440.355760892408 104.80153322588001 L 440.355760892408 82.89622304641912" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="212.995256035728" cy="39.21677220952995" r="1.311695220327" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><circle cx="379.143317277148" cy="122.29080283024001" r="1.311695220327" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><circle cx="379.143317277148" cy="174.75861164332005" r="1.311695220327" 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="379.143317277148" cy="157.26934203896005" r="1.311695220327" 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"/><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="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="239.229160442268" y="34.844454808439984" width="122.42488723052" height="253.59440926322003" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="239.229160442268" y="34.844454808439984" width="122.42488723052" height="253.59440926322003" fill="transparent"/><text class="sch-text" x="300.441604057528" y="161.64165944005" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.870171321962px" transform="rotate(0, 300.441604057528, 161.64165944005)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="39.21677220952995" x2="221.739890837908" y2="39.21677220952995" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="220.86542735769" y="38.34230872931195" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="38.34230872931195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="39.21677220952995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="47.96140701170996" x2="222.614354318126" y2="47.96140701170996" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="47.96140701170996" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="47.08694353149196" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="47.08694353149196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="47.96140701170996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_1</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="56.70604181388995" x2="222.614354318126" y2="56.70604181388995" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="56.70604181388995" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="55.83157833367195" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="55.83157833367195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="56.70604181388995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="65.45067661606996" x2="222.614354318126" y2="65.45067661606996" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="65.45067661606996" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="64.57621313585196" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="64.57621313585196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="65.45067661606996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_3</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="74.19531141824996" x2="222.614354318126" y2="74.19531141824996" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="74.19531141824996" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="73.32084793803196" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="73.32084793803196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="74.19531141824996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="82.93994622042996" x2="222.614354318126" y2="82.93994622042996" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="82.93994622042996" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="82.06548274021196" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="82.06548274021195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="82.93994622042996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_5</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="91.68458102260996" x2="222.614354318126" y2="91.68458102260996" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="91.68458102260996" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="90.81011754239196" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="90.81011754239195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="91.68458102260996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_6</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="100.42921582478995" x2="222.614354318126" y2="100.42921582478995" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="100.42921582478995" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="99.55475234457195" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="99.55475234457195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="100.42921582478995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_7</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="109.17385062696995" x2="222.614354318126" y2="109.17385062696995" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="109.17385062696995" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="108.29938714675195" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="108.29938714675194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="109.17385062696995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_8</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="117.91848542914994" x2="221.739890837908" y2="117.91848542914994" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><rect x="220.86542735769" y="117.04402194893194" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="117.04402194893194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="117.91848542914994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_9</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="126.66312023132994" x2="222.614354318126" y2="126.66312023132994" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="126.66312023132994" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="125.78865675111194" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="125.78865675111194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="126.66312023132994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_10</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="135.40775503350994" x2="222.614354318126" y2="135.40775503350994" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="135.40775503350994" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="134.53329155329195" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="134.53329155329195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="135.40775503350994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_11</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="144.15238983568995" x2="222.614354318126" y2="144.15238983568995" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="144.15238983568995" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="143.27792635547195" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="143.27792635547195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="144.15238983568995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_12</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="152.89702463786998" x2="222.614354318126" y2="152.89702463786998" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="152.89702463786998" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="152.02256115765198" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="152.02256115765195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="152.89702463786998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_13</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="161.64165944004998" x2="222.614354318126" y2="161.64165944004998" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="161.64165944004998" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="160.76719595983198" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="160.76719595983198" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="161.64165944004998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_14</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="170.38629424222998" x2="222.614354318126" y2="170.38629424222998" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="170.38629424222998" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="169.51183076201198" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="169.51183076201198" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="170.38629424222998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_15</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="179.13092904440998" x2="222.614354318126" y2="179.13092904440998" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="179.13092904440998" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="178.25646556419198" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="178.25646556419198" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="179.13092904440998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_16</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="187.87556384658998" x2="222.614354318126" y2="187.87556384658998" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="187.87556384658998" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="187.001100366372" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="187.001100366372" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="187.87556384658998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_17</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="196.62019864876999" x2="221.739890837908" y2="196.62019864876999" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><rect x="220.86542735769" y="195.745735168552" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="195.745735168552" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="196.62019864876999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_18</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="205.36483345095002" x2="222.614354318126" y2="205.36483345095002" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="205.36483345095002" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="204.49036997073202" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="204.49036997073202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="205.36483345095002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_19</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="214.10946825313" x2="222.614354318126" y2="214.10946825313" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="214.10946825313" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="213.235004772912" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="213.235004772912" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="214.10946825313" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_20</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="222.85410305531" x2="221.739890837908" y2="222.85410305531" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><rect x="220.86542735769" y="221.979639575092" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="221.979639575092" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="222.85410305531" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_21</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="231.59873785749" x2="221.739890837908" y2="231.59873785749" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_22__stack1"><rect x="220.86542735769" y="230.724274377272" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="230.724274377272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="231.59873785749" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_22</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="240.34337265967005" x2="222.614354318126" y2="240.34337265967005" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="240.34337265967005" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="239.46890917945206" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="239.46890917945206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="240.34337265967005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_23</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="249.08800746185" x2="222.614354318126" y2="249.08800746185" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="249.08800746185" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="248.213543981632" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="248.21354398163203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="249.08800746185" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_24</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="257.8326422640301" x2="222.614354318126" y2="257.8326422640301" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_25__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="257.8326422640301" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="256.95817878381206" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="256.9581787838121" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="257.8326422640301" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_25</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="266.57727706621006" x2="222.614354318126" y2="266.57727706621006" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="266.57727706621006" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="265.70281358599203" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="265.70281358599203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="266.57727706621006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_26</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="275.3219118683901" x2="222.614354318126" y2="275.3219118683901" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_27__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="275.3219118683901" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="274.44744838817206" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="274.4474483881721" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="275.3219118683901" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_27</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="284.06654667057006" x2="222.614354318126" y2="284.06654667057006" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="284.06654667057006" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="283.19208319035204" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="283.1920831903521" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="284.06654667057006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_28</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="279.69422926948005" x2="378.26885379693" y2="279.69422926948005" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="279.69422926948005" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="278.819765789262" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="278.8197657892621" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="279.69422926948005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_29</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="270.9495944673001" x2="378.26885379693" y2="270.9495944673001" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_30__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="270.9495944673001" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="270.07513098708205" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="270.0751309870821" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="270.9495944673001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_30</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="262.20495966512004" x2="378.26885379693" y2="262.20495966512004" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="262.20495966512004" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="261.330496184902" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="261.3304961849021" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="262.20495966512004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_31</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="253.46032486294007" x2="379.143317277148" y2="253.46032486294007" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_32__stack1"><rect x="378.26885379693" y="252.58586138272207" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="252.5858613827221" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="253.46032486294007" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_32</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="244.71569006076007" x2="378.26885379693" y2="244.71569006076007" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_33__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="244.71569006076007" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="243.84122658054207" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="243.84122658054207" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="244.71569006076007" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_33</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="235.97105525858007" x2="378.26885379693" y2="235.97105525858007" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="235.97105525858007" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="235.09659177836207" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="235.09659177836207" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="235.97105525858007" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_34</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="227.22642045640004" x2="378.26885379693" y2="227.22642045640004" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_35__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="227.22642045640004" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="226.35195697618204" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="226.35195697618204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="227.22642045640004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_35</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="218.48178565422006" x2="378.26885379693" y2="218.48178565422006" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_36__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="218.48178565422006" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="217.60732217400206" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="217.60732217400206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="218.48178565422006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_36</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="209.73715085204006" x2="378.26885379693" y2="209.73715085204006" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_37__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="209.73715085204006" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="208.86268737182206" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="208.86268737182206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="209.73715085204006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_37</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="200.99251604986006" x2="378.26885379693" y2="200.99251604986006" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_38__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="200.99251604986006" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="200.11805256964206" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="200.11805256964206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="200.99251604986006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_38</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="192.24788124768006" x2="378.26885379693" y2="192.24788124768006" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_39__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="192.24788124768006" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="191.37341776746206" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="191.37341776746206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="192.24788124768006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_39</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="183.50324644550005" x2="378.26885379693" y2="183.50324644550005" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_40__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="183.50324644550005" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="182.62878296528206" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="182.62878296528206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="183.50324644550005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_40</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="174.75861164332005" x2="379.143317277148" y2="174.75861164332005" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_41__stack1"><rect x="378.26885379693" y="173.88414816310205" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="173.88414816310205" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="174.75861164332005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_41</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="166.01397684114005" x2="378.26885379693" y2="166.01397684114005" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_42__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="166.01397684114005" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="165.13951336092205" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="165.13951336092205" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="166.01397684114005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_42</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="157.26934203896005" x2="379.143317277148" y2="157.26934203896005" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_43__stack1"><rect x="378.26885379693" y="156.39487855874205" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="156.39487855874205" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="157.26934203896005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_43</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="148.52470723678005" x2="379.143317277148" y2="148.52470723678005" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_44__stack1"><rect x="378.26885379693" y="147.65024375656205" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="147.65024375656205" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="148.52470723678005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_44</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="139.78007243460002" x2="378.26885379693" y2="139.78007243460002" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_45__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="139.78007243460002" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="138.90560895438202" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="138.90560895438202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="139.78007243460002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_45</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="131.03543763242" x2="378.26885379693" y2="131.03543763242" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_46__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="131.03543763242" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="130.16097415220202" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="130.16097415220202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="131.03543763242" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_46</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="122.29080283024001" x2="379.143317277148" y2="122.29080283024001" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_47__stack1"><rect x="378.26885379693" y="121.41633935002201" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="121.41633935002201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="122.29080283024001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_47</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="113.54616802806001" x2="379.143317277148" y2="113.54616802806001" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_48__stack1"><rect x="378.26885379693" y="112.67170454784201" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="112.67170454784201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="113.54616802806001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_48</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="104.80153322588001" x2="379.143317277148" y2="104.80153322588001" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_49__stack1"><rect x="378.26885379693" y="103.92706974566201" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="103.92706974566201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="104.80153322588001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_49</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="96.0568984237" x2="378.26885379693" y2="96.0568984237" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_50__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="96.0568984237" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="95.18243494348201" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="95.18243494348201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="96.0568984237" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_50</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="87.31226362152" x2="378.26885379693" y2="87.31226362152" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_51__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="87.31226362152" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="86.437800141302" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="86.437800141302" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="87.31226362152" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_51</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="78.56762881933999" x2="378.26885379693" y2="78.56762881933999" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_52__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="78.56762881933999" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="77.69316533912199" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="77.69316533912199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="78.56762881933999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_52</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="69.82299401715998" x2="378.26885379693" y2="69.82299401715998" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_53__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="69.82299401715998" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="68.94853053694199" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="68.94853053694197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="69.82299401715998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_53</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="61.07835921497997" x2="378.26885379693" y2="61.07835921497997" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_54__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="61.07835921497997" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="60.20389573476197" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="60.20389573476197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="61.07835921497997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_54</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="52.33372441279997" x2="378.26885379693" y2="52.33372441279997" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_55__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="52.33372441279997" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="51.45926093258197" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="51.45926093258196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="52.33372441279997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_55</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="43.58908961061996" x2="379.143317277148" y2="43.58908961061996" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_56__stack1"><rect x="378.26885379693" y="42.71462613040196" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="42.71462613040195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="43.58908961061996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_56</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="124.67444453371002" y="211.923309552585" width="56.184278604006465" height="4.372317401089987" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="124.67444453371002" y="211.923309552585" width="56.184278604006465" height="4.372317401089987" fill="transparent"/><text class="sch-text" x="152.76658383571325" y="214.10946825313002" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.870171321962px" transform="rotate(0, 152.76658383571325, 214.10946825313002)">schematic_component_1</text><line class="component-pin sch-component-pin sch-port-line" x1="144.349872838615" y1="211.923309552585" x2="144.349872838615" y2="198.369125609206" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="144.349872838615" cy="197.494662128988" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="143.475409358397" y="196.62019864877" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="143.475409358397" y="204.7089858407865" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform="rotate(-90 143.475409358397 204.7089858407865)"></text><text class="pin-number sch-pin-label" x="144.349872838615" y="216.295626953675" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="rotate(-90 144.349872838615 216.295626953675)">schematic_port_57</text><line class="component-pin sch-component-pin sch-port-line" x1="144.349872838615" y1="216.295626953675" x2="144.349872838615" y2="230.724274377272" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="143.475409358397" y="229.849810897054" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="143.475409358397" y="223.5099506654735" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform="rotate(-90 143.475409358397 223.5099506654735)"></text><text class="pin-number sch-pin-label" x="144.349872838615" y="211.923309552585" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="rotate(-90 144.349872838615 211.923309552585)">schematic_port_58</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="843.9206570130151" y="640.410414859405" width="52.905040553189" height="4.372317401090072" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="843.9206570130151" y="640.410414859405" width="52.905040553189" height="4.372317401090072" fill="transparent"/><text class="sch-text" x="870.3731772896097" y="642.5965735599501" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.870171321962px" transform="rotate(0, 870.3731772896097, 642.5965735599501)">schematic_component_2</text><line class="component-pin sch-component-pin sch-port-line" x1="863.59608531792" y1="644.7827322604951" x2="863.59608531792" y2="655.7135257632201" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="862.7216218377021" y="654.8390622830021" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="862.7216218377021" y="650.2481290118576" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform="rotate(-90 862.7216218377021 650.2481290118576)"></text><text class="pin-number sch-pin-label" x="863.59608531792" y="640.410414859405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="rotate(-90 863.59608531792 640.410414859405)">schematic_port_59</text><line class="component-pin sch-component-pin sch-port-line" x1="863.59608531792" y1="640.410414859405" x2="863.59608531792" y2="630.3540848368981" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="863.59608531792" cy="629.47962135668" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="862.7216218377021" y="628.605157876462" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="862.7216218377021" y="634.9450181080425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform="rotate(-90 862.7216218377021 634.9450181080425)"></text><text class="pin-number sch-pin-label" x="863.59608531792" y="644.7827322604951" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="rotate(-90 863.59608531792 644.7827322604951)">schematic_port_60</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="1020.99951175716" y="183.5032464455" width="52.46780881308018" height="87.44634802180002" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1020.99951175716" y="183.5032464455" width="52.46780881308018" height="87.44634802180002" fill="transparent"/><text class="sch-text" x="1047.2334161637" y="227.2264204564" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.870171321962px" transform="rotate(0, 1047.2334161637, 227.2264204564)">schematic_component_3</text><line class="component-pin sch-component-pin sch-port-line" x1="1020.99951175716" y1="200.99251604986003" x2="1004.384705633018" y2="200.99251604986003" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1003.5102421528001" cy="200.99251604986003" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="1002.6357786725821" y="200.11805256964203" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="1012.25487695498" y="200.11805256964203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="1025.37182915825" y="200.99251604986003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_61</text><line class="component-pin sch-component-pin sch-port-line" x1="1020.99951175716" y1="209.73715085204" x2="1004.384705633018" y2="209.73715085204" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1003.5102421528001" cy="209.73715085204" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="1002.6357786725821" y="208.862687371822" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="1012.25487695498" y="208.862687371822" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="1025.37182915825" y="209.73715085204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_62</text><line class="component-pin sch-component-pin sch-port-line" x1="1020.99951175716" y1="218.48178565422" x2="1004.384705633018" y2="218.48178565422" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_3_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1003.5102421528001" cy="218.48178565422" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="1002.6357786725821" y="217.607322174002" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="1012.25487695498" y="217.607322174002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="1025.37182915825" y="218.48178565422" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_63</text><line class="component-pin sch-component-pin sch-port-line" x1="1020.99951175716" y1="253.46032486293998" x2="1004.384705633018" y2="253.46032486293998" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_3_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1003.5102421528001" cy="253.46032486293998" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="1002.6357786725821" y="252.585861382722" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="1012.25487695498" y="252.58586138272202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="1025.37182915825" y="253.46032486293998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_64</text><line class="component-pin sch-component-pin sch-port-line" x1="1020.99951175716" y1="227.2264204564" x2="1004.384705633018" y2="227.2264204564" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_3_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1003.5102421528001" cy="227.2264204564" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="1002.6357786725821" y="226.351956976182" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="1012.25487695498" y="226.351956976182" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="1025.37182915825" y="227.2264204564" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_65</text><line class="component-pin sch-component-pin sch-port-line" x1="1020.99951175716" y1="235.97105525858" x2="1004.384705633018" y2="235.97105525858" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_3_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1003.5102421528001" cy="235.97105525858" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="1002.6357786725821" y="235.096591778362" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="1012.25487695498" y="235.09659177836204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="1025.37182915825" y="235.97105525858" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_66</text><line class="component-pin sch-component-pin sch-port-line" x1="1020.99951175716" y1="244.71569006076" x2="1004.384705633018" y2="244.71569006076" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_3_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1003.5102421528001" cy="244.71569006076" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="1002.6357786725821" y="243.841226580542" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="1012.25487695498" y="243.84122658054204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="1025.37182915825" y="244.71569006076" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_67</text><line class="component-pin sch-component-pin sch-port-line" x1="1020.99951175716" y1="192.24788124768" x2="1004.384705633018" y2="192.24788124768" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_3_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1003.5102421528001" cy="192.24788124768" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="1002.6357786725821" y="191.373417767462" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="1012.25487695498" y="191.373417767462" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="1025.37182915825" y="192.24788124768" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_68</text><line class="component-pin sch-component-pin sch-port-line" x1="1020.99951175716" y1="262.20495966512004" x2="1004.384705633018" y2="262.20495966512004" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_3_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1003.5102421528001" cy="262.20495966512004" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="1002.6357786725821" y="261.330496184902" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="1012.25487695498" y="261.330496184902" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="1025.37182915825" y="262.20495966512004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_69</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="883.2715136228251" y="374.13628513302405" width="4.372317401090072" height="29.731758327412024" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="883.2715136228251" y="374.13628513302405" width="4.372317401090072" height="29.731758327412024" fill="transparent"/><text class="sch-text" x="885.45767232337" y="389.0021642967301" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.870171321962px" transform="rotate(0, 885.45767232337, 389.0021642967301)">schematic_component_4</text><line class="component-pin sch-component-pin sch-port-line" x1="883.2715136228251" y1="389.00216429673003" x2="870.5917931596641" y2="389.00216429673003" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="869.7173296794462" cy="389.00216429673003" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="868.8428661992282" y="388.127700816512" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="876.4944216511356" y="388.12770081651206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="887.6438310239151" y="389.00216429673003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_70</text><line class="component-pin sch-component-pin sch-port-line" x1="887.6438310239151" y1="389.00216429673003" x2="900.3235514870761" y2="389.00216429673003" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="901.1980149672941" cy="389.00216429673003" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="900.3235514870761" y="388.127700816512" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="894.4209229956045" y="388.12770081651206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="883.2715136228251" y="389.00216429673003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_71</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="883.2715136228251" y="326.040793721034" width="4.372317401090072" height="29.731758327412024" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="883.2715136228251" y="326.040793721034" width="4.372317401090072" height="29.731758327412024" fill="transparent"/><text class="sch-text" x="885.45767232337" y="340.90667288474" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.870171321962px" transform="rotate(0, 885.45767232337, 340.90667288474)">schematic_component_5</text><line class="component-pin sch-component-pin sch-port-line" x1="883.2715136228251" y1="340.90667288474" x2="870.5917931596641" y2="340.90667288474" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="869.7173296794462" cy="340.90667288474" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="868.8428661992282" y="340.03220940452195" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="876.4944216511356" y="340.032209404522" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="887.6438310239151" y="340.90667288474" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_72</text><line class="component-pin sch-component-pin sch-port-line" x1="887.6438310239151" y1="340.90667288474" x2="900.3235514870761" y2="340.90667288474" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="901.1980149672941" cy="340.90667288474" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="900.3235514870761" y="340.03220940452195" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="894.4209229956045" y="340.032209404522" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="883.2715136228251" y="340.90667288474" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_73</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="350.286022429954" y="585.319215605671" width="75.203859298748" height="27.10836788675806" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="350.286022429954" y="585.319215605671" width="75.203859298748" height="27.10836788675806" fill="transparent"/><text class="sch-text" x="387.887952079328" y="598.8733995490501" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.870171321962px" transform="rotate(0, 387.887952079328, 598.8733995490501)">schematic_component_6</text><line class="component-pin sch-component-pin sch-port-line" x1="356.40726679148" y1="585.319215605671" x2="356.40726679148" y2="568.7044094815291" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="356.40726679148" cy="567.8299460013111" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="355.532803311262" y="566.9554825210931" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="355.532803311262" y="576.574580803491" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform="rotate(-90 355.532803311262 576.574580803491)"></text><text class="pin-number sch-pin-label" x="356.40726679148" y="589.691533006761" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="rotate(-90 356.40726679148 589.691533006761)">schematic_port_74</text><line class="component-pin sch-component-pin sch-port-line" x1="355.532803311262" y1="612.4275834924291" x2="355.532803311262" y2="629.0423896165712" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="355.532803311262" cy="629.9168530967892" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="354.658339831044" y="629.0423896165712" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="354.65833983104403" y="621.1722182946091" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform="rotate(-90 354.65833983104403 621.1722182946091)"></text><text class="pin-number sch-pin-label" x="355.532803311262" y="608.0552660913391" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="rotate(-90 355.532803311262 608.0552660913391)">schematic_port_75</text><line class="component-pin sch-component-pin sch-port-line" x1="350.286022429954" y1="599.3106312891591" x2="333.67121630581204" y2="599.3106312891591" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_6_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="332.796752825594" cy="599.3106312891591" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="331.922289345376" y="598.4361678089411" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="341.54138762777404" y="598.4361678089411" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="354.65833983104403" y="599.3106312891591" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_76</text><line class="component-pin sch-component-pin sch-port-line" x1="380.01778075736604" y1="612.4275834924291" x2="380.01778075736604" y2="629.0423896165712" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_6_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="380.01778075736604" cy="629.9168530967892" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="379.143317277148" y="629.0423896165712" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="379.143317277148" y="621.1722182946091" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform="rotate(-90 379.143317277148 621.1722182946091)"></text><text class="pin-number sch-pin-label" x="380.01778075736604" y="608.0552660913391" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="rotate(-90 380.01778075736604 608.0552660913391)">schematic_port_77</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="676.898132291377" y="561.2952837264012" width="6.12124436152601" height="31.43305763439787" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="676.898132291377" y="561.2952837264012" width="6.12124436152601" height="31.43305763439787" fill="transparent"/><text class="sch-text" x="679.9587544721401" y="577.0118125436001" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.870171321962px" transform="rotate(0, 679.9587544721401, 577.0118125436001)">schematic_component_7</text><line class="component-pin sch-component-pin sch-port-line" x1="676.898132291377" y1="579.1979712441452" x2="659.4088626870171" y2="579.1979712441452" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="658.5343992067991" y="578.3235077639272" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="668.153497489197" y="578.3235077639272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="681.270449692467" y="579.1979712441452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_78</text><line class="component-pin sch-component-pin sch-port-line" x1="676.898132291377" y1="579.1979712441452" x2="660.2833261672349" y2="579.1979712441452" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="659.4088626870171" cy="579.1979712441452" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="658.5343992067991" y="578.3235077639272" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="668.153497489197" y="578.3235077639272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="681.270449692467" y="579.1979712441452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_79</text><line class="component-pin sch-component-pin sch-port-line" x1="683.019376652903" y1="579.1979712441452" x2="699.634182777045" y2="579.1979712441452" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_7_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="700.5086462572631" cy="579.1979712441452" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="699.6341827770451" y="578.3235077639272" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="691.7640114550832" y="578.3235077639272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="678.6470592518131" y="579.1979712441452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_80</text><line class="component-pin sch-component-pin sch-port-line" x1="683.019376652903" y1="579.1979712441452" x2="699.634182777045" y2="579.1979712441452" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_7_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="700.5086462572631" cy="579.1979712441452" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="699.6341827770451" y="578.3235077639272" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="691.7640114550832" y="578.3235077639272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="678.6470592518131" y="579.1979712441452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_81</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="860.5354631371571" y="561.2952837264012" width="6.12124436152601" height="31.43305763439787" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="860.5354631371571" y="561.2952837264012" width="6.12124436152601" height="31.43305763439787" fill="transparent"/><text class="sch-text" x="863.59608531792" y="577.0118125436001" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.870171321962px" transform="rotate(0, 863.59608531792, 577.0118125436001)">schematic_component_8</text><line class="component-pin sch-component-pin sch-port-line" x1="860.5354631371571" y1="579.1979712441452" x2="843.046193532797" y2="579.1979712441452" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="842.171730052579" y="578.3235077639272" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="851.790828334977" y="578.3235077639272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="864.907780538247" y="579.1979712441452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_82</text><line class="component-pin sch-component-pin sch-port-line" x1="860.5354631371571" y1="579.1979712441452" x2="843.920657013015" y2="579.1979712441452" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="843.046193532797" cy="579.1979712441452" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="842.171730052579" y="578.3235077639272" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="851.790828334977" y="578.3235077639272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="864.907780538247" y="579.1979712441452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_83</text><line class="component-pin sch-component-pin sch-port-line" x1="866.6567074986831" y1="579.1979712441452" x2="883.2715136228252" y2="579.1979712441452" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_8_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="884.1459771030432" cy="579.1979712441452" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="883.2715136228252" y="578.3235077639272" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="875.4013423008631" y="578.3235077639272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="862.2843900975931" y="579.1979712441452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_84</text><line class="component-pin sch-component-pin sch-port-line" x1="866.6567074986831" y1="579.1979712441452" x2="883.2715136228252" y2="579.1979712441452" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_8_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="884.1459771030432" cy="579.1979712441452" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="883.2715136228252" y="578.3235077639272" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="875.4013423008631" y="578.3235077639272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="862.2843900975931" y="579.1979712441452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_85</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="660.2833261672351" y="640.410414859405" width="58.151821434496924" height="4.372317401090072" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="660.2833261672351" y="640.410414859405" width="58.151821434496924" height="4.372317401090072" fill="transparent"/><text class="sch-text" x="689.3592368844836" y="642.5965735599501" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.870171321962px" transform="rotate(0, 689.3592368844836, 642.5965735599501)">schematic_component_9</text><line class="component-pin sch-component-pin sch-port-line" x1="679.9587544721401" y1="644.7827322604951" x2="679.9587544721401" y2="655.7135257632201" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="679.0842909919221" y="654.8390622830021" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.084290991922" y="650.2481290118576" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform="rotate(-90 679.084290991922 650.2481290118576)"></text><text class="pin-number sch-pin-label" x="679.9587544721401" y="640.410414859405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="rotate(-90 679.9587544721401 640.410414859405)">schematic_port_86</text><line class="component-pin sch-component-pin sch-port-line" x1="679.9587544721401" y1="640.410414859405" x2="679.9587544721401" y2="630.3540848368981" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="679.9587544721401" cy="629.47962135668" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="679.0842909919221" y="628.605157876462" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.084290991922" y="634.9450181080425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform="rotate(-90 679.084290991922 634.9450181080425)"></text><text class="pin-number sch-pin-label" x="679.9587544721401" y="644.7827322604951" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="rotate(-90 679.9587544721401 644.7827322604951)">schematic_port_87</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_10__stack1"><rect class="component chip sch-component-body" x="738.9850393868551" y="583.570288645235" width="52.905040553189" height="4.372317401090072" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="738.9850393868551" y="583.570288645235" width="52.905040553189" height="4.372317401090072" fill="transparent"/><text class="sch-text" x="765.4375596634495" y="585.7564473457801" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.870171321962px" transform="rotate(0, 765.4375596634495, 585.7564473457801)">schematic_component_10</text><line class="component-pin sch-component-pin sch-port-line" x1="758.66046769176" y1="583.570288645235" x2="758.66046769176" y2="573.513958622728" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="758.66046769176" cy="572.63949514251" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="757.786004211542" y="571.765031662292" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.7860042115421" y="578.1048918938725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform="rotate(-90 757.7860042115421 578.1048918938725)"></text><text class="pin-number sch-pin-label" x="758.66046769176" y="587.9426060463251" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="rotate(-90 758.66046769176 587.9426060463251)">schematic_port_88</text><line class="component-pin sch-component-pin sch-port-line" x1="758.66046769176" y1="587.9426060463251" x2="758.66046769176" y2="597.9989360688321" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="758.66046769176" cy="598.8733995490501" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="757.786004211542" y="597.9989360688321" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.7860042115421" y="593.4080027976876" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform="rotate(-90 757.7860042115421 593.4080027976876)"></text><text class="pin-number sch-pin-label" x="758.66046769176" y="583.570288645235" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="rotate(-90 758.66046769176 583.570288645235)">schematic_port_89</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_11__stack1"><rect class="component chip sch-component-body" x="688.70338927432" y="769.39377819156" width="22.84535842069522" height="8.744634802180144" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="688.70338927432" y="769.39377819156" width="22.84535842069522" height="8.744634802180144" fill="transparent"/><text class="sch-text" x="700.1260684846677" y="773.7660955926501" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.37231740109px" transform="rotate(0, 700.1260684846677, 773.7660955926501)">schematic_port_90</text><line class="component-pin sch-component-pin sch-port-line" x1="688.70338927432" y1="773.7660955926501" x2="672.088583150178" y2="773.7660955926501" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="671.21411966996" cy="773.7660955926501" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="670.3396561897421" y="772.8916321124321" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.9587544721401" y="772.8916321124321" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="693.0757066754101" y="773.7660955926501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_90</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_12__stack1"><rect class="component chip sch-component-body" x="846.1068157135601" y="769.39377819156" width="22.845358420695106" height="8.744634802180144" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="846.1068157135601" y="769.39377819156" width="22.845358420695106" height="8.744634802180144" fill="transparent"/><text class="sch-text" x="857.5294949239076" y="773.7660955926501" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.37231740109px" transform="rotate(0, 857.5294949239076, 773.7660955926501)">schematic_port_91</text><line class="component-pin sch-component-pin sch-port-line" x1="846.1068157135601" y1="773.7660955926501" x2="829.492009589418" y2="773.7660955926501" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_12_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="828.6175461092" cy="773.7660955926501" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="827.743082628982" y="772.8916321124321" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="837.36218091138" y="772.8916321124321" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="850.47913311465" y="773.7660955926501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_91</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="221.739890837908" cy="39.21677220952995" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="221.739890837908" cy="47.96140701170996" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="221.739890837908" cy="56.70604181388995" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="221.739890837908" cy="65.45067661606996" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="221.739890837908" cy="74.19531141824996" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="221.739890837908" cy="82.93994622042996" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="221.739890837908" cy="91.68458102260996" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="221.739890837908" cy="100.42921582478995" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="221.739890837908" cy="109.17385062696995" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="221.739890837908" cy="117.91848542914994" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="221.739890837908" cy="126.66312023132994" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="221.739890837908" cy="135.40775503350994" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="221.739890837908" cy="144.15238983568995" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="221.739890837908" cy="152.89702463786998" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="221.739890837908" cy="161.64165944004998" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="221.739890837908" cy="170.38629424222998" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="221.739890837908" cy="179.13092904440998" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="221.739890837908" cy="187.87556384658998" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="221.739890837908" cy="196.62019864876999" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="221.739890837908" cy="205.36483345095002" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="221.739890837908" cy="214.10946825313" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="221.739890837908" cy="222.85410305531" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_22__stack1"><circle cx="221.739890837908" cy="231.59873785749" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_23__stack1"><circle cx="221.739890837908" cy="240.34337265967005" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_24__stack1"><circle cx="221.739890837908" cy="249.08800746185" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_25__stack1"><circle cx="221.739890837908" cy="257.8326422640301" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_26__stack1"><circle cx="221.739890837908" cy="266.57727706621006" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_27__stack1"><circle cx="221.739890837908" cy="275.3219118683901" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_28__stack1"><circle cx="221.739890837908" cy="284.06654667057006" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_29__stack1"><circle cx="379.143317277148" cy="279.69422926948005" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_30__stack1"><circle cx="379.143317277148" cy="270.9495944673001" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_31__stack1"><circle cx="379.143317277148" cy="262.20495966512004" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_32__stack1"><circle cx="379.143317277148" cy="253.46032486294007" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_33__stack1"><circle cx="379.143317277148" cy="244.71569006076007" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_34__stack1"><circle cx="379.143317277148" cy="235.97105525858007" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_35__stack1"><circle cx="379.143317277148" cy="227.22642045640004" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_36__stack1"><circle cx="379.143317277148" cy="218.48178565422006" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_37__stack1"><circle cx="379.143317277148" cy="209.73715085204006" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_38__stack1"><circle cx="379.143317277148" cy="200.99251604986006" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_39__stack1"><circle cx="379.143317277148" cy="192.24788124768006" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_40__stack1"><circle cx="379.143317277148" cy="183.50324644550005" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_41__stack1"><circle cx="379.143317277148" cy="174.75861164332005" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_42__stack1"><circle cx="379.143317277148" cy="166.01397684114005" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_43__stack1"><circle cx="379.143317277148" cy="157.26934203896005" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_44__stack1"><circle cx="379.143317277148" cy="148.52470723678005" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_45__stack1"><circle cx="379.143317277148" cy="139.78007243460002" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_46__stack1"><circle cx="379.143317277148" cy="131.03543763242" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_47__stack1"><circle cx="379.143317277148" cy="122.29080283024001" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_48__stack1"><circle cx="379.143317277148" cy="113.54616802806001" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_49__stack1"><circle cx="379.143317277148" cy="104.80153322588001" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_50__stack1"><circle cx="379.143317277148" cy="96.0568984237" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_51__stack1"><circle cx="379.143317277148" cy="87.31226362152" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_52__stack1"><circle cx="379.143317277148" cy="78.56762881933999" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_53__stack1"><circle cx="379.143317277148" cy="69.82299401715998" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_54__stack1"><circle cx="379.143317277148" cy="61.07835921497997" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_55__stack1"><circle cx="379.143317277148" cy="52.33372441279997" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_56__stack1"><circle cx="379.143317277148" cy="43.58908961061996" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="144.349872838615" cy="197.494662128988" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="144.349872838615" cy="230.724274377272" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="863.59608531792" cy="655.7135257632201" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="863.59608531792" cy="629.47962135668" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="1003.5102421528001" cy="200.99251604986003" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="1003.5102421528001" cy="209.73715085204" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_2__stack1"><circle cx="1003.5102421528001" cy="218.48178565422" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_3__stack1"><circle cx="1003.5102421528001" cy="253.46032486293998" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_4__stack1"><circle cx="1003.5102421528001" cy="227.2264204564" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_5__stack1"><circle cx="1003.5102421528001" cy="235.97105525858" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_6__stack1"><circle cx="1003.5102421528001" cy="244.71569006076" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_7__stack1"><circle cx="1003.5102421528001" cy="192.24788124768" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_8__stack1"><circle cx="1003.5102421528001" cy="262.20495966512004" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="869.7173296794462" cy="389.00216429673003" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="901.1980149672941" cy="389.00216429673003" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="869.7173296794462" cy="340.90667288474" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="901.1980149672941" cy="340.90667288474" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="356.40726679148" cy="567.8299460013111" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="355.532803311262" cy="629.9168530967892" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_2__stack1"><circle cx="332.796752825594" cy="599.3106312891591" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_3__stack1"><circle cx="380.01778075736604" cy="629.9168530967892" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="659.4088626870171" cy="579.1979712441452" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="659.4088626870171" cy="579.1979712441452" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_2__stack1"><circle cx="700.5086462572631" cy="579.1979712441452" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_3__stack1"><circle cx="700.5086462572631" cy="579.1979712441452" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="843.046193532797" cy="579.1979712441452" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="843.046193532797" cy="579.1979712441452" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_2__stack1"><circle cx="884.1459771030432" cy="579.1979712441452" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_3__stack1"><circle cx="884.1459771030432" cy="579.1979712441452" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="679.9587544721401" cy="655.7135257632201" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="679.9587544721401" cy="629.47962135668" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="758.66046769176" cy="572.63949514251" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="758.66046769176" cy="598.8733995490501" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="671.21411966996" cy="773.7660955926501" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="828.6175461092" cy="773.7660955926501" r="1.748926960436" 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="
|
|
229
|
+
M 442.1484110268549,157.26934203896005
|
|
230
|
+
L 437.7760936257649,154.90829064237144
|
|
231
|
+
L 437.7760936257649,139.91415683490015
|
|
232
|
+
L 446.5207284279449,139.91415683490015
|
|
233
|
+
L 446.5207284279449,154.90829064237144
|
|
234
|
+
Z
|
|
235
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><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="442.1484110268549" y="153.33425637797905" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="rotate(-90 442.1484110268549 153.33425637797905)">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="
|
|
236
|
+
M 197.69214513191304,39.21677220952995
|
|
237
|
+
L 193.31982773082305,36.85572081294135
|
|
238
|
+
L 193.31982773082305,21.861587005470042
|
|
239
|
+
L 202.06446253300305,21.861587005470042
|
|
240
|
+
L 202.06446253300302,36.85572081294135
|
|
241
|
+
Z
|
|
242
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><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="197.69214513191304" y="35.28168654854895" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="rotate(-90 197.69214513191304 35.28168654854895)">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="
|
|
243
|
+
M 193.27610455681213,192.2041580736691
|
|
244
|
+
L 188.90378715572214,189.8431066770805
|
|
245
|
+
L 188.90378715572214,174.8489728696092
|
|
246
|
+
L 197.64842195790214,174.8489728696092
|
|
247
|
+
L 197.64842195790212,189.8431066770805
|
|
248
|
+
Z
|
|
249
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><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="193.27610455681213" y="188.2690724126881" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="rotate(-90 193.27610455681213 188.2690724126881)">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="
|
|
250
|
+
M 144.349872838615,239.46890917945203
|
|
251
|
+
L 148.722190239705,241.82996057604063
|
|
252
|
+
L 148.72219023970501,256.8240943835119
|
|
253
|
+
L 139.977555437525,256.8240943835119
|
|
254
|
+
L 139.977555437525,241.82996057604063
|
|
255
|
+
Z
|
|
256
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><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="144.349872838615" y="243.40399484043303" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="rotate(90 144.349872838615 243.40399484043303)">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="
|
|
257
|
+
M 437.77609362576493,45.81897148517585
|
|
258
|
+
L 442.14841102685494,48.18002288176445
|
|
259
|
+
L 442.14841102685494,63.17415668923576
|
|
260
|
+
L 433.4037762246749,63.17415668923576
|
|
261
|
+
L 433.4037762246749,48.18002288176445
|
|
262
|
+
Z
|
|
263
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><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="437.77609362576493" y="49.75405714615685" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="rotate(90 437.77609362576493 49.75405714615685)">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="
|
|
264
|
+
M 332.796752825594,599.3106312891591
|
|
265
|
+
L 330.4357014290054,603.6829486902491
|
|
266
|
+
L 310.30555211438707,603.6829486902491
|
|
267
|
+
L 310.30555211438707,594.9383138880692
|
|
268
|
+
L 330.4357014290054,594.9383138880692
|
|
269
|
+
Z
|
|
270
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><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="328.86166716461304" y="599.3106312891591" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
|
|
271
|
+
M 221.739890837908,205.36483345095002
|
|
272
|
+
L 219.3788394413194,209.73715085204
|
|
273
|
+
L 199.24869012670104,209.73715085204
|
|
274
|
+
L 199.24869012670104,200.99251604986
|
|
275
|
+
L 219.3788394413194,200.99251604986003
|
|
276
|
+
Z
|
|
277
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><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="217.804805176927" y="205.36483345095002" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
|
|
278
|
+
M 380.01778075736604,629.9168530967892
|
|
279
|
+
L 384.39009815845606,632.2779044933777
|
|
280
|
+
L 384.39009815845606,657.5440693151431
|
|
281
|
+
L 375.645463356276,657.5440693151431
|
|
282
|
+
L 375.645463356276,632.2779044933777
|
|
283
|
+
Z
|
|
284
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="380.01778075736604" y="633.8519387577702" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="rotate(90 380.01778075736604 633.8519387577702)">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
|
|
285
|
+
M 221.739890837908,214.10946825313
|
|
286
|
+
L 219.3788394413194,218.48178565421998
|
|
287
|
+
L 194.11267461955399,218.48178565421998
|
|
288
|
+
L 194.11267461955399,209.73715085203997
|
|
289
|
+
L 219.3788394413194,209.73715085204
|
|
290
|
+
Z
|
|
291
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="217.804805176927" y="214.10946825313" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
|
|
292
|
+
M 116.76055003773709,196.57647547475906
|
|
293
|
+
L 112.38823263664709,194.21542407817046
|
|
294
|
+
L 112.38823263664709,179.22129027069917
|
|
295
|
+
L 121.13286743882709,179.22129027069917
|
|
296
|
+
L 121.13286743882709,194.21542407817046
|
|
297
|
+
Z
|
|
298
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="116.76055003773709" y="192.64138981377806" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="rotate(-90 116.76055003773709 192.64138981377806)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="
|
|
299
|
+
M 440.355760892408,82.89622304641912
|
|
300
|
+
L 435.983443491318,80.53517164983052
|
|
301
|
+
L 435.983443491318,65.54103784235922
|
|
302
|
+
L 444.728078293498,65.54103784235922
|
|
303
|
+
L 444.728078293498,80.53517164983053
|
|
304
|
+
Z
|
|
305
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="440.355760892408" y="78.96113738543812" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="rotate(-90 440.355760892408 78.96113738543812)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="
|
|
306
|
+
M 144.349872838615,197.494662128988
|
|
307
|
+
L 139.977555437525,195.1336107323994
|
|
308
|
+
L 139.977555437525,180.1394769249281
|
|
309
|
+
L 148.72219023970501,180.1394769249281
|
|
310
|
+
L 148.722190239705,195.1336107323994
|
|
311
|
+
Z
|
|
312
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" x="144.349872838615" y="193.559576468007" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="rotate(-90 144.349872838615 193.559576468007)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" d="
|
|
313
|
+
M 221.739890837908,240.34337265967005
|
|
314
|
+
L 219.3788394413194,244.71569006076004
|
|
315
|
+
L 188.97665911240694,244.71569006076004
|
|
316
|
+
L 188.97665911240694,235.97105525858004
|
|
317
|
+
L 219.3788394413194,235.97105525858007
|
|
318
|
+
Z
|
|
319
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" x="217.804805176927" y="240.34337265967005" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" d="
|
|
320
|
+
M 671.21411966996,773.7660955926501
|
|
321
|
+
L 668.8530682733715,778.1384129937401
|
|
322
|
+
L 638.4508879444589,778.1384129937401
|
|
323
|
+
L 638.4508879444589,769.3937781915602
|
|
324
|
+
L 668.8530682733715,769.3937781915602
|
|
325
|
+
Z
|
|
326
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" x="667.279034008979" y="773.7660955926501" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" d="
|
|
327
|
+
M 221.739890837908,249.08800746185
|
|
328
|
+
L 219.3788394413194,253.46032486293998
|
|
329
|
+
L 199.24869012670104,253.46032486293998
|
|
330
|
+
L 199.24869012670104,244.71569006075998
|
|
331
|
+
L 219.3788394413194,244.71569006076
|
|
332
|
+
Z
|
|
333
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" x="217.804805176927" y="249.08800746185" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" d="
|
|
334
|
+
M 828.6175461092,773.7660955926501
|
|
335
|
+
L 826.2564947126115,778.1384129937401
|
|
336
|
+
L 806.1263453979931,778.1384129937401
|
|
337
|
+
L 806.1263453979931,769.3937781915602
|
|
338
|
+
L 826.2564947126115,769.3937781915602
|
|
339
|
+
Z
|
|
340
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" x="824.682460448219" y="773.7660955926501" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" d="
|
|
341
|
+
M 834.3015587306171,579.1979712441452
|
|
342
|
+
L 829.9292413295271,576.8369198475566
|
|
343
|
+
L 829.9292413295271,546.434739518644
|
|
344
|
+
L 838.6738761317071,546.434739518644
|
|
345
|
+
L 838.6738761317071,576.8369198475566
|
|
346
|
+
Z
|
|
347
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" x="834.3015587306171" y="575.2628855831641" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="rotate(-90 834.3015587306171 575.2628855831641)">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" d="
|
|
348
|
+
M 221.739890837908,257.8326422640301
|
|
349
|
+
L 219.3788394413194,262.2049596651201
|
|
350
|
+
L 188.97665911240694,262.2049596651201
|
|
351
|
+
L 188.97665911240694,253.46032486294007
|
|
352
|
+
L 219.3788394413194,253.4603248629401
|
|
353
|
+
Z
|
|
354
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" x="217.804805176927" y="257.8326422640301" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" d="
|
|
355
|
+
M 379.143317277148,218.48178565422006
|
|
356
|
+
L 381.5043686737366,214.10946825313007
|
|
357
|
+
L 427.31459552409024,214.10946825313007
|
|
358
|
+
L 427.31459552409024,222.85410305531005
|
|
359
|
+
L 381.5043686737366,222.85410305531005
|
|
360
|
+
Z
|
|
361
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" x="383.078402938129" y="218.48178565422006" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" d="
|
|
362
|
+
M 758.66046769176,572.63949514251
|
|
363
|
+
L 754.28815029067,570.2784437459214
|
|
364
|
+
L 754.28815029067,524.4682168955678
|
|
365
|
+
L 763.03278509285,524.4682168955678
|
|
366
|
+
L 763.03278509285,570.2784437459214
|
|
367
|
+
Z
|
|
368
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" x="758.66046769176" y="568.704409481529" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="rotate(-90 758.66046769176 568.704409481529)">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" d="
|
|
369
|
+
M 379.143317277148,166.01397684114005
|
|
370
|
+
L 381.5043686737366,161.64165944005006
|
|
371
|
+
L 427.31459552409024,161.64165944005006
|
|
372
|
+
L 427.31459552409024,170.38629424223004
|
|
373
|
+
L 381.5043686737366,170.38629424223004
|
|
374
|
+
Z
|
|
375
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" x="383.078402938129" y="166.01397684114005" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" d="
|
|
376
|
+
M 901.1980149672941,389.00216429673003
|
|
377
|
+
L 903.5590663638826,384.62984689564
|
|
378
|
+
L 939.0972621999422,384.62984689564
|
|
379
|
+
L 939.0972621999422,393.37448169782004
|
|
380
|
+
L 903.5590663638826,393.37448169782004
|
|
381
|
+
Z
|
|
382
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" x="905.1331006282751" y="389.00216429673003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" d="
|
|
383
|
+
M 379.143317277148,139.78007243460002
|
|
384
|
+
L 381.5043686737366,135.40775503351003
|
|
385
|
+
L 417.04256450979614,135.40775503351003
|
|
386
|
+
L 417.04256450979614,144.15238983569
|
|
387
|
+
L 381.5043686737366,144.15238983569
|
|
388
|
+
Z
|
|
389
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" x="383.078402938129" y="139.78007243460002" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" d="
|
|
390
|
+
M 901.1980149672941,340.90667288474
|
|
391
|
+
L 903.5590663638826,336.53435548364996
|
|
392
|
+
L 939.0972621999422,336.53435548364996
|
|
393
|
+
L 939.0972621999422,345.27899028583
|
|
394
|
+
L 903.5590663638826,345.27899028583
|
|
395
|
+
Z
|
|
396
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" x="905.1331006282751" y="340.90667288474" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" d="
|
|
397
|
+
M 379.143317277148,131.03543763242
|
|
398
|
+
L 381.5043686737366,126.66312023133001
|
|
399
|
+
L 417.04256450979614,126.66312023133001
|
|
400
|
+
L 417.04256450979614,135.40775503351
|
|
401
|
+
L 381.5043686737366,135.40775503351
|
|
402
|
+
Z
|
|
403
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" x="383.078402938129" y="131.03543763242" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" d="
|
|
404
|
+
M 379.143317277148,96.0568984237
|
|
405
|
+
L 381.5043686737366,91.68458102261
|
|
406
|
+
L 427.31459552409024,91.68458102261
|
|
407
|
+
L 427.31459552409024,100.42921582479
|
|
408
|
+
L 381.5043686737366,100.42921582479
|
|
409
|
+
Z
|
|
410
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" x="383.078402938129" y="96.0568984237" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" d="
|
|
411
|
+
M 1003.5102421528001,244.71569006076
|
|
412
|
+
L 1001.1491907562115,249.08800746185
|
|
413
|
+
L 955.3389639058578,249.08800746185
|
|
414
|
+
L 955.3389639058578,240.34337265967
|
|
415
|
+
L 1001.1491907562115,240.34337265967002
|
|
416
|
+
Z
|
|
417
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" x="999.575156491819" y="244.71569006076" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_27__stack1" d="
|
|
418
|
+
M 379.143317277148,87.31226362152
|
|
419
|
+
L 381.5043686737366,82.93994622043
|
|
420
|
+
L 432.4506110312373,82.93994622043
|
|
421
|
+
L 432.4506110312373,91.68458102261
|
|
422
|
+
L 381.5043686737366,91.68458102261
|
|
423
|
+
Z
|
|
424
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_27__stack1" x="383.078402938129" y="87.31226362152" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_28__stack1" d="
|
|
425
|
+
M 1003.5102421528001,235.97105525858
|
|
426
|
+
L 1001.1491907562115,240.34337265967
|
|
427
|
+
L 950.2029483987108,240.34337265967
|
|
428
|
+
L 950.2029483987108,231.59873785749
|
|
429
|
+
L 1001.1491907562115,231.59873785749002
|
|
430
|
+
Z
|
|
431
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_28__stack1" x="999.575156491819" y="235.97105525858" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_29__stack1" d="
|
|
432
|
+
M 379.143317277148,78.56762881933999
|
|
433
|
+
L 381.5043686737366,74.19531141824999
|
|
434
|
+
L 427.31459552409024,74.19531141824999
|
|
435
|
+
L 427.31459552409024,82.93994622042999
|
|
436
|
+
L 381.5043686737366,82.93994622042999
|
|
437
|
+
Z
|
|
438
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_29__stack1" x="383.078402938129" y="78.56762881933999" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_30__stack1" d="
|
|
439
|
+
M 1003.5102421528001,227.2264204564
|
|
440
|
+
L 1001.1491907562115,231.59873785749
|
|
441
|
+
L 955.3389639058578,231.59873785749
|
|
442
|
+
L 955.3389639058578,222.85410305531
|
|
443
|
+
L 1001.1491907562115,222.85410305531002
|
|
444
|
+
Z
|
|
445
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_30__stack1" x="999.575156491819" y="227.2264204564" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_31__stack1" d="
|
|
446
|
+
M 379.143317277148,69.82299401715998
|
|
447
|
+
L 381.5043686737366,65.45067661606998
|
|
448
|
+
L 427.31459552409024,65.45067661606998
|
|
449
|
+
L 427.31459552409024,74.19531141824999
|
|
450
|
+
L 381.5043686737366,74.19531141824999
|
|
451
|
+
Z
|
|
452
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_31__stack1" x="383.078402938129" y="69.82299401715998" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_32__stack1" d="
|
|
453
|
+
M 1003.5102421528001,218.48178565422
|
|
454
|
+
L 1001.1491907562115,222.85410305531
|
|
455
|
+
L 955.3389639058578,222.85410305531
|
|
456
|
+
L 955.3389639058578,214.10946825313
|
|
457
|
+
L 1001.1491907562115,214.10946825313002
|
|
458
|
+
Z
|
|
459
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_32__stack1" x="999.575156491819" y="218.48178565422" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_33__stack1" d="
|
|
460
|
+
M 379.143317277148,61.07835921497997
|
|
461
|
+
L 381.5043686737366,56.70604181388997
|
|
462
|
+
L 427.31459552409024,56.70604181388997
|
|
463
|
+
L 427.31459552409024,65.45067661606997
|
|
464
|
+
L 381.5043686737366,65.45067661606997
|
|
465
|
+
Z
|
|
466
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_33__stack1" x="383.078402938129" y="61.07835921497997" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_34__stack1" d="
|
|
467
|
+
M 1003.5102421528001,209.73715085204
|
|
468
|
+
L 1001.1491907562115,214.10946825313
|
|
469
|
+
L 955.3389639058578,214.10946825313
|
|
470
|
+
L 955.3389639058578,205.36483345095
|
|
471
|
+
L 1001.1491907562115,205.36483345095002
|
|
472
|
+
Z
|
|
473
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_34__stack1" x="999.575156491819" y="209.73715085204" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_35__stack1" d="
|
|
474
|
+
M 379.143317277148,52.33372441279997
|
|
475
|
+
L 381.5043686737366,47.961407011709966
|
|
476
|
+
L 422.17858001694316,47.961407011709966
|
|
477
|
+
L 422.17858001694316,56.70604181388997
|
|
478
|
+
L 381.5043686737366,56.70604181388997
|
|
479
|
+
Z
|
|
480
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_35__stack1" x="383.078402938129" y="52.33372441279997" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_36__stack1" d="
|
|
481
|
+
M 1003.5102421528001,200.99251604986003
|
|
482
|
+
L 1001.1491907562115,205.36483345095002
|
|
483
|
+
L 960.4749794130049,205.36483345095002
|
|
484
|
+
L 960.4749794130049,196.62019864877
|
|
485
|
+
L 1001.1491907562115,196.62019864877004
|
|
486
|
+
Z
|
|
487
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_36__stack1" x="999.575156491819" y="200.99251604986003" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_37__stack1" d="
|
|
488
|
+
M 679.9587544721401,664.4581605654001
|
|
489
|
+
L 682.3198058687286,660.0858431643102
|
|
490
|
+
L 722.9940172119352,660.0858431643102
|
|
491
|
+
L 722.9940172119352,668.8304779664901
|
|
492
|
+
L 682.3198058687286,668.8304779664901
|
|
493
|
+
Z
|
|
494
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_37__stack1" x="683.8938401331211" y="664.4581605654001" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXXX</text><text class="sch-text" x="254.969503086192" y="294.12287669307705" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.870171321961988px" transform="rotate(0, 254.969503086192, 294.12287669307705)">RP2040</text><text class="sch-text" x="244.47594132357602" y="29.816289797186506" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.870171321962px" transform="rotate(0, 244.47594132357602, 29.816289797186506)">U1</text><text class="sch-text" x="1052.480197045008" y="276.63360708871704" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.870171321961988px" transform="rotate(0, 1052.480197045008, 276.63360708871704)">W25Q16JVUXIQ</text><text class="sch-text" x="1026.2462926384678" y="178.4750814342465" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.870171321962px" transform="rotate(0, 1026.2462926384678, 178.4750814342465)">U2</text><rect class="schematic-box sch-box" x="239.229160442268" y="290.187791032096" width="31.48068528784799" height="7.870171321962005" stroke-width="0.874463480218px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.995707841744 3.497853920872"/><rect class="schematic-box sch-box" x="236.60577000161402" y="24.350893045824005" width="15.74034264392401" height="10.930793502724999" stroke-width="0.874463480218px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.995707841744 3.497853920872"/><rect class="schematic-box sch-box" x="1020.99951175716" y="272.698521427736" width="62.96137057569604" height="7.870171321962005" stroke-width="0.874463480218px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.995707841744 3.497853920872"/><rect class="schematic-box sch-box" x="1018.3761213165059" y="173.00968468288403" width="15.74034264392401" height="10.930793502724953" stroke-width="0.874463480218px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.995707841744 3.497853920872"/>
|
|
495
|
+
</g>
|
|
496
|
+
</svg>
|