@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.1800000000000002,2.000000000000001 -2.9699999999999998,4.3" data-type="line" data-label="" points="278.6468919877098,243.23327818482625 160.18789884188138,91.02339872370601" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,2.000000000000001 -2.67,3.3800000000000003" data-type="line" data-label="" points="278.6468919877098,243.23327818482625 180.04136138028838,151.90735050815408" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.02,-2.1000000000000005 2.1399999999999997,-2.6199999999999997" data-type="line" data-label="" points="490.41715906405113,514.5639328763887 498.3585440794139,548.9766012762941" fill="none" stroke="hsl(136, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.8000000000000007 -4.1425,3.000000000000001" data-type="line" data-label="" points="278.6468919877098,256.4689198770976 82.5939494209407,177.0550697234696" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.6000000000000008 -4.1425,2.200000000000002" data-type="line" data-label="" points="278.6468919877098,269.70456156936893 82.5939494209407,229.99763649255485" fill="none" stroke="hsl(112, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.4000000000000008 -4.1425,1.4000000000000015" data-type="line" data-label="" points="278.6468919877098,282.94020326164025 82.5939494209407,282.9402032616402" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.2000000000000008 -4.1425,0.6000000000000012" data-type="line" data-label="" points="278.6468919877098,296.17584495391156 82.5939494209407,335.88277003072557" fill="none" stroke="hsl(272, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.0000000000000009 -4.1425,-0.1999999999999991" data-type="line" data-label="" points="278.6468919877098,309.4114866461829 82.5939494209407,388.8253367998109" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,-2.0000000000000004 -1.7425000000000002,-2.0000000000000004" data-type="line" data-label="" points="278.6468919877098,507.94611203025295 241.42164972819666,507.94611203025295" fill="none" stroke="hsl(88, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,2.400000000000001 2.02,0.49999999999999956" data-type="line" data-label="" points="278.6468919877098,216.7619948002836 490.41715906405113,342.50059087686134" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1800000000000002,2.400000000000001 2.02,0.6999999999999997" data-type="line" data-label="" points="278.6468919877098,216.7619948002836 490.41715906405113,329.26494918458997" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1800000000000002,2.400000000000001 -2.67,2.6199999999999997" data-type="line" data-label="" points="278.6468919877098,216.7619948002836 180.04136138028838,202.2027889387852" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1800000000000002,2.400000000000001 3.08,-2.6199999999999997" data-type="line" data-label="" points="278.6468919877098,216.7619948002836 560.5660600330891,548.9766012762941" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.02,0.49999999999999956 2.02,0.6999999999999997" data-type="line" data-label="" points="490.41715906405113,342.50059087686134 490.41715906405113,329.26494918458997" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.02,0.49999999999999956 -2.67,2.6199999999999997" data-type="line" data-label="" points="490.41715906405113,342.50059087686134 180.04136138028838,202.2027889387852" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.02,0.49999999999999956 3.08,-2.6199999999999997" data-type="line" data-label="" points="490.41715906405113,342.50059087686134 560.5660600330891,548.9766012762941" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.02,0.6999999999999997 -2.67,2.6199999999999997" data-type="line" data-label="" points="490.41715906405113,329.26494918458997 180.04136138028838,202.2027889387852" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.02,0.6999999999999997 3.08,-2.6199999999999997" data-type="line" data-label="" points="490.41715906405113,329.26494918458997 560.5660600330891,548.9766012762941" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.67,2.6199999999999997 3.08,-2.6199999999999997" data-type="line" data-label="" points="180.04136138028838,202.2027889387852 560.5660600330891,548.9766012762941" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1800000000000002,2.2000000000000006 -2.37,4.3" data-type="line" data-label="" points="278.6468919877098,229.99763649255493 199.89482391869535,91.02339872370601" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.67,3.3800000000000003 -2.67,3.84 -3.17,3.84 -3.17,4.3 -2.9699999999999998,4.3" data-type="line" data-label="" points="180.04136138028838,151.90735050815408 180.04136138028838,121.46537461593005 146.95225714961003,121.46537461593005 146.95225714961003,91.02339872370601 160.18789884188138,91.02339872370601" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.02,-2.1000000000000005 2.08,-2.1000000000000005 2.08,-2.6199999999999997 2.1399999999999997,-2.6199999999999997" data-type="line" data-label="" points="490.41715906405113,514.5639328763887 494.38785157173254,514.5639328763887 494.38785157173254,548.9766012762941 498.3585440794139,548.9766012762941" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.6000000000000008 -3.8312500000000003,1.6000000000000008 -3.8312500000000003,2.200000000000002 -4.1425,2.200000000000002" data-type="line" data-label="" points="278.6468919877098,269.70456156936893 103.19191680453793,269.70456156936893 103.19191680453793,229.99763649255485 82.5939494209407,229.99763649255485" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.4000000000000008 -4.1425,1.4000000000000015" data-type="line" data-label="" points="278.6468919877098,282.94020326164025 82.5939494209407,282.9402032616402" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.2000000000000008 -2.66125,1.2000000000000008 -2.66125,0.6000000000000012 -4.1425,0.6000000000000012" data-type="line" data-label="" points="278.6468919877098,296.17584495391156 180.62042070432526,296.17584495391156 180.62042070432526,335.88277003072557 82.5939494209407,335.88277003072557" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.0000000000000009 -1.3800000000000001,1.0000000000000009 -1.3800000000000001,-0.1999999999999991 -4.1425,-0.1999999999999991" data-type="line" data-label="" points="278.6468919877098,309.4114866461829 265.41125029543844,309.4114866461829 265.41125029543844,388.8253367998109 82.5939494209407,388.8253367998109" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,-2.0000000000000004 -1.7425000000000002,-2.0000000000000004" data-type="line" data-label="" points="278.6468919877098,507.94611203025295 241.42164972819666,507.94611203025295" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.67,2.6199999999999997 -2.67,2.400000000000001 -1.1800000000000002,2.400000000000001" data-type="line" data-label="" points="180.04136138028838,202.2027889387852 180.04136138028838,216.7619948002836 278.6468919877098,216.7619948002836" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.02,0.6999999999999997 2.22,0.6999999999999997 2.22,0.49999999999999956 2.02,0.49999999999999956" data-type="line" data-label="" points="490.41715906405113,329.26494918458997 503.65280075632245,329.26494918458997 503.65280075632245,342.50059087686134 490.41715906405113,342.50059087686134" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.8000000000000007 -3.63125,1.8000000000000007 -3.63125,3.000000000000001 -4.1425,3.000000000000001" data-type="line" data-label="" points="278.6468919877098,256.4689198770976 116.42755849680927,256.4689198770976 116.42755849680927,177.0550697234696 82.5939494209407,177.0550697234696" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.22,0.49999999999999956 2.51,0.49999999999999956" data-type="line" data-label="" points="503.65280075632245,342.50059087686134 522.8444812101159,342.50059087686134" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.08,-2.6199999999999997 3.321,-2.6199999999999997 3.321,-2.9709999999999996" data-type="line" data-label="" points="560.5660600330891,548.9766012762941 576.5150082722762,548.9766012762941 576.5150082722762,572.2051524462303" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,2.2000000000000006 -1.481,2.2000000000000006 -1.481,2.5010000000000003" data-type="line" data-label="" points="278.6468919877098,229.99763649255493 258.72725124084144,229.99763649255493 258.72725124084144,210.0779957456866" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.37,4.3 -2.0690000000000004,4.3 -2.0690000000000004,4.651" data-type="line" data-label="" points="199.89482391869535,91.02339872370601 219.8144646655637,91.02339872370601 219.8144646655637,67.79484755376978" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0.41999999999999993" data-y="0" x="278.64689198770975" y="210.14417395414796" width="211.77026707634133" height="330.89104230678333" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-2.67" data-y="4.3" x="160.1878988418814" y="68.52280784684476" width="39.706925076813974" height="45.001181753722506" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-2.5975" data-y="3" x="150.2611675726779" y="151.90735050815408" width="69.15622784211772" height="50.29543843063112" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="2.61" data-y="-2.57" x="498.35854407941383" y="521.8795797683764" width="62.20751595367523" height="47.576222169699804" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-1.9425" data-y="-2.0000000000000004" x="214.95036634365403" y="501.32829118411723" width="26.47128338454263" height="13.235641692271372" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="-4.3425" data-y="3.000000000000001" x="56.12266603639799" y="170.4372488773339" width="26.471283384542687" height="13.235641692271344" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="-4.3425" data-y="2.200000000000002" x="56.12266603639799" y="223.37981564641916" width="26.471283384542687" height="13.235641692271344" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-4.3425" data-y="1.4000000000000015" x="56.12266603639799" y="276.32238241550453" width="26.471283384542687" height="13.235641692271315" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="-4.3425" data-y="0.6000000000000012" x="56.12266603639799" y="329.2649491845899" width="26.471283384542687" height="13.235641692271315" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="-4.3425" data-y="-0.19999999999999907" x="56.12266603639799" y="382.2075159536752" width="26.471283384542687" height="13.235641692271315" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="ESP32_S3_WROOM_1_N16R8" data-x="0.5399999999999998" data-y="-2.63" x="305.1181753722525" y="543.6823445993855" width="174.71047033798158" height="11.912077523044218" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="U1" data-x="-0.66" data-y="2.615" x="301.1474828645711" y="194.26140392342236" width="23.82415504608838" height="16.544552115339172" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
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.1800000000000002,2.000000000000001 -2.9699999999999998,4.3" data-type="line" data-label="" points="278.6468919877098,243.23327818482625 160.18789884188138,91.02339872370601" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,2.000000000000001 -2.67,3.3800000000000003" data-type="line" data-label="" points="278.6468919877098,243.23327818482625 180.04136138028838,151.90735050815408" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.02,-2.1000000000000005 2.1399999999999997,-2.6199999999999997" data-type="line" data-label="" points="490.41715906405113,514.5639328763887 498.3585440794139,548.9766012762941" fill="none" stroke="hsl(136, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.8000000000000007 -4.1425,3.000000000000001" data-type="line" data-label="" points="278.6468919877098,256.4689198770976 82.5939494209407,177.0550697234696" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.6000000000000008 -4.1425,2.200000000000002" data-type="line" data-label="" points="278.6468919877098,269.70456156936893 82.5939494209407,229.99763649255485" fill="none" stroke="hsl(112, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.4000000000000008 -4.1425,1.4000000000000015" data-type="line" data-label="" points="278.6468919877098,282.94020326164025 82.5939494209407,282.9402032616402" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.2000000000000008 -4.1425,0.6000000000000012" data-type="line" data-label="" points="278.6468919877098,296.17584495391156 82.5939494209407,335.88277003072557" fill="none" stroke="hsl(272, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.0000000000000009 -4.1425,-0.1999999999999991" data-type="line" data-label="" points="278.6468919877098,309.4114866461829 82.5939494209407,388.8253367998109" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,-2.0000000000000004 -1.7425000000000002,-2.0000000000000004" data-type="line" data-label="" points="278.6468919877098,507.94611203025295 241.42164972819666,507.94611203025295" fill="none" stroke="hsl(88, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,2.400000000000001 2.02,0.49999999999999956" data-type="line" data-label="" points="278.6468919877098,216.7619948002836 490.41715906405113,342.50059087686134" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1800000000000002,2.400000000000001 2.02,0.6999999999999997" data-type="line" data-label="" points="278.6468919877098,216.7619948002836 490.41715906405113,329.26494918458997" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1800000000000002,2.400000000000001 -2.67,2.6199999999999997" data-type="line" data-label="" points="278.6468919877098,216.7619948002836 180.04136138028838,202.2027889387852" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1800000000000002,2.400000000000001 3.08,-2.6199999999999997" data-type="line" data-label="" points="278.6468919877098,216.7619948002836 560.5660600330891,548.9766012762941" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.02,0.49999999999999956 2.02,0.6999999999999997" data-type="line" data-label="" points="490.41715906405113,342.50059087686134 490.41715906405113,329.26494918458997" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.02,0.49999999999999956 -2.67,2.6199999999999997" data-type="line" data-label="" points="490.41715906405113,342.50059087686134 180.04136138028838,202.2027889387852" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.02,0.49999999999999956 3.08,-2.6199999999999997" data-type="line" data-label="" points="490.41715906405113,342.50059087686134 560.5660600330891,548.9766012762941" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.02,0.6999999999999997 -2.67,2.6199999999999997" data-type="line" data-label="" points="490.41715906405113,329.26494918458997 180.04136138028838,202.2027889387852" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.02,0.6999999999999997 3.08,-2.6199999999999997" data-type="line" data-label="" points="490.41715906405113,329.26494918458997 560.5660600330891,548.9766012762941" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.67,2.6199999999999997 3.08,-2.6199999999999997" data-type="line" data-label="" points="180.04136138028838,202.2027889387852 560.5660600330891,548.9766012762941" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1800000000000002,2.2000000000000006 -2.37,4.3" data-type="line" data-label="" points="278.6468919877098,229.99763649255493 199.89482391869535,91.02339872370601" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.67,3.3800000000000003 -2.67,3.84 -3.17,3.84 -3.17,4.3 -2.9699999999999998,4.3" data-type="line" data-label="" points="180.04136138028838,151.90735050815408 180.04136138028838,121.46537461593005 146.95225714961003,121.46537461593005 146.95225714961003,91.02339872370601 160.18789884188138,91.02339872370601" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.02,-2.1000000000000005 2.08,-2.1000000000000005 2.08,-2.6199999999999997 2.1399999999999997,-2.6199999999999997" data-type="line" data-label="" points="490.41715906405113,514.5639328763887 494.38785157173254,514.5639328763887 494.38785157173254,548.9766012762941 498.3585440794139,548.9766012762941" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.6000000000000008 -3.8312500000000003,1.6000000000000008 -3.8312500000000003,2.200000000000002 -4.1425,2.200000000000002" data-type="line" data-label="" points="278.6468919877098,269.70456156936893 103.19191680453793,269.70456156936893 103.19191680453793,229.99763649255485 82.5939494209407,229.99763649255485" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.4000000000000008 -4.1425,1.4000000000000015" data-type="line" data-label="" points="278.6468919877098,282.94020326164025 82.5939494209407,282.9402032616402" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.2000000000000008 -2.66125,1.2000000000000008 -2.66125,0.6000000000000012 -4.1425,0.6000000000000012" data-type="line" data-label="" points="278.6468919877098,296.17584495391156 180.62042070432526,296.17584495391156 180.62042070432526,335.88277003072557 82.5939494209407,335.88277003072557" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.0000000000000009 -1.3800000000000001,1.0000000000000009 -1.3800000000000001,-0.1999999999999991 -4.1425,-0.1999999999999991" data-type="line" data-label="" points="278.6468919877098,309.4114866461829 265.41125029543844,309.4114866461829 265.41125029543844,388.8253367998109 82.5939494209407,388.8253367998109" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,-2.0000000000000004 -1.7425000000000002,-2.0000000000000004" data-type="line" data-label="" points="278.6468919877098,507.94611203025295 241.42164972819666,507.94611203025295" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.67,2.6199999999999997 -2.67,2.400000000000001 -1.1800000000000002,2.400000000000001" data-type="line" data-label="" points="180.04136138028838,202.2027889387852 180.04136138028838,216.7619948002836 278.6468919877098,216.7619948002836" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.02,0.6999999999999997 2.22,0.6999999999999997 2.22,0.49999999999999956 2.02,0.49999999999999956" data-type="line" data-label="" points="490.41715906405113,329.26494918458997 503.65280075632245,329.26494918458997 503.65280075632245,342.50059087686134 490.41715906405113,342.50059087686134" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.8000000000000007 -3.63125,1.8000000000000007 -3.63125,3.000000000000001 -4.1425,3.000000000000001" data-type="line" data-label="" points="278.6468919877098,256.4689198770976 116.42755849680927,256.4689198770976 116.42755849680927,177.0550697234696 82.5939494209407,177.0550697234696" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.22,0.49999999999999956 2.51,0.49999999999999956" data-type="line" data-label="" points="503.65280075632245,342.50059087686134 522.8444812101159,342.50059087686134" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.08,-2.6199999999999997 3.321,-2.6199999999999997 3.321,-2.9709999999999996" data-type="line" data-label="" points="560.5660600330891,548.9766012762941 576.5150082722762,548.9766012762941 576.5150082722762,572.2051524462303" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,2.2000000000000006 -1.481,2.2000000000000006 -1.481,2.5010000000000003" data-type="line" data-label="" points="278.6468919877098,229.99763649255493 258.72725124084144,229.99763649255493 258.72725124084144,210.0779957456866" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.37,4.3 -2.0690000000000004,4.3 -2.0690000000000004,4.651" data-type="line" data-label="" points="199.89482391869535,91.02339872370601 219.8144646655637,91.02339872370601 219.8144646655637,67.79484755376978" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0.41999999999999993" data-y="0" x="278.64689198770975" y="210.14417395414796" width="211.77026707634133" height="330.89104230678333" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-2.67" data-y="4.3" x="160.1878988418814" y="68.52280784684476" width="39.706925076813974" height="45.001181753722506" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-2.5975" data-y="3" x="150.2611675726779" y="151.90735050815408" width="69.15622784211772" height="50.29543843063112" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="2.61" data-y="-2.57" x="498.35854407941383" y="521.8795797683764" width="62.20751595367523" height="47.576222169699804" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-1.9425" data-y="-2.0000000000000004" x="214.95036634365403" y="501.32829118411723" width="26.47128338454263" height="13.235641692271372" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="-4.3425" data-y="3.000000000000001" x="56.12266603639799" y="170.4372488773339" width="26.471283384542687" height="13.235641692271344" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="-4.3425" data-y="2.200000000000002" x="56.12266603639799" y="223.37981564641916" width="26.471283384542687" height="13.235641692271344" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-4.3425" data-y="1.4000000000000015" x="56.12266603639799" y="276.32238241550453" width="26.471283384542687" height="13.235641692271315" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="-4.3425" data-y="0.6000000000000012" x="56.12266603639799" y="329.2649491845899" width="26.471283384542687" height="13.235641692271315" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="-4.3425" data-y="-0.19999999999999907" x="56.12266603639799" y="382.2075159536752" width="26.471283384542687" height="13.235641692271315" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="ESP32_S3_WROOM_1_N16R8" data-x="0.5399999999999998" data-y="-2.63" x="305.1181753722525" y="543.6823445993855" width="174.71047033798158" height="11.912077523044218" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="U1" data-x="-0.66" data-y="2.615" x="301.1474828645711" y="194.26140392342236" width="23.82415504608838" height="16.544552115339172" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
2
4
|
globalConnNetId: connectivity_net8" data-x="-2.67" data-y="2.190000000000001" x="164.15859134956276" y="216.7619948002836" width="31.765540061451247" height="27.794847553769785" fill="#00000066" stroke="#000000" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
3
5
|
globalConnNetId: connectivity_net8" data-x="2.51" data-y="0.2899999999999996" x="506.96171117939025" y="342.50059087686134" width="31.765540061451247" height="27.794847553769785" fill="#00000066" stroke="#000000" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
4
6
|
globalConnNetId: connectivity_net8" data-x="3.321" data-y="-3.1809999999999996" x="560.6322382415506" y="572.2051524462304" width="31.765540061451134" height="27.794847553769728" fill="#00000066" stroke="#000000" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="netId: V3V3
|
|
@@ -95,7 +97,7 @@ orientation: x+" data-x="2.08" data-y="-2.1000000000000005" cx="494.387851571732
|
|
|
95
97
|
const h = svg.getElementById('crosshair-h');
|
|
96
98
|
const v = svg.getElementById('crosshair-v');
|
|
97
99
|
const coords = svg.getElementById('coordinates');
|
|
98
|
-
|
|
100
|
+
|
|
99
101
|
crosshair.style.display = 'block';
|
|
100
102
|
h.setAttribute('x1', '0');
|
|
101
103
|
h.setAttribute('x2', '640');
|
|
@@ -114,13 +116,13 @@ orientation: x+" data-x="2.08" data-y="-2.1000000000000005" cx="494.387851571732
|
|
|
114
116
|
// y' = (y - ty) / sy
|
|
115
117
|
const sx = matrix.a;
|
|
116
118
|
const sy = matrix.d;
|
|
117
|
-
const tx = matrix.e;
|
|
119
|
+
const tx = matrix.e;
|
|
118
120
|
const ty = matrix.f;
|
|
119
121
|
const realPoint = {
|
|
120
122
|
x: (x - tx) / sx,
|
|
121
123
|
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
122
124
|
}
|
|
123
|
-
|
|
125
|
+
|
|
124
126
|
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
125
127
|
coords.setAttribute('x', (x + 5).toString());
|
|
126
128
|
coords.setAttribute('y', (y - 5).toString());
|
|
@@ -128,4 +130,111 @@ orientation: x+" data-x="2.08" data-y="-2.1000000000000005" cx="494.387851571732
|
|
|
128
130
|
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
129
131
|
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
130
132
|
});
|
|
131
|
-
]]></script
|
|
133
|
+
]]></script>
|
|
134
|
+
</g>
|
|
135
|
+
<g transform="translate(1216, 200)">
|
|
136
|
+
<style>
|
|
137
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
138
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
139
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
140
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
141
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
142
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
143
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
144
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
145
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
146
|
+
|
|
147
|
+
</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 402.56729775288204 184.194055424348 L 402.56729775288204 145.111089083864 L 360.085812600182 145.111089083864 L 360.085812600182 106.02812274338004 L 377.078406661262 106.02812274338004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 402.56729775288204 184.194055424348 L 402.56729775288204 145.111089083864 L 360.085812600182 145.111089083864 L 360.085812600182 106.02812274338004 L 377.078406661262 106.02812274338004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 801.043628485208 649.79113269794 L 806.1414067035321 649.79113269794 L 806.1414067035321 693.971877256748 L 811.239184921856 693.971877256748" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 801.043628485208 649.79113269794 L 806.1414067035321 649.79113269794 L 806.1414067035321 693.971877256748 L 811.239184921856 693.971877256748" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 529.162123507928 335.42814256796 L 303.9040484857362 335.42814256796 L 303.9040484857362 284.45036038471983 L 277.45932397818046 284.45036038471983" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 529.162123507928 335.42814256796 L 303.9040484857362 335.42814256796 L 303.9040484857362 284.45036038471983 L 277.45932397818046 284.45036038471983" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 529.162123507928 352.42073662903994 L 277.45932397818046 352.4207366290399" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 529.162123507928 352.42073662903994 L 277.45932397818046 352.4207366290399" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 529.162123507928 369.41333069011995 L 403.31072374305427 369.41333069011995 L 403.31072374305427 420.39111287335993 L 277.45932397818046 420.39111287335993" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 529.162123507928 369.41333069011995 L 403.31072374305427 369.41333069011995 L 403.31072374305427 420.39111287335993 L 277.45932397818046 420.39111287335993" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 529.162123507928 386.40592475119996 L 512.169529446848 386.40592475119996 L 512.169529446848 488.3614891176799 L 277.45932397818046 488.3614891176799" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 529.162123507928 386.40592475119996 L 512.169529446848 386.40592475119996 L 512.169529446848 488.3614891176799 L 277.45932397818046 488.3614891176799" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 529.162123507928 641.2948356674001 L 481.3704527111405 641.2948356674001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 529.162123507928 641.2948356674001 L 481.3704527111405 641.2948356674001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 402.56729775288204 248.76591285645205 L 402.56729775288204 267.45776632363993 L 529.162123507928 267.45776632363993" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 402.56729775288204 248.76591285645205 L 402.56729775288204 267.45776632363993 L 529.162123507928 267.45776632363993" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 801.043628485208 411.89481584282004 L 818.0362225462881 411.89481584282004 L 818.0362225462881 428.88740990390005 L 801.043628485208 428.88740990390005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 801.043628485208 411.89481584282004 L 818.0362225462881 411.89481584282004 L 818.0362225462881 428.88740990390005 L 801.043628485208 428.88740990390005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 529.162123507928 318.43554850687997 L 320.8966425468162 318.43554850687997 L 320.8966425468162 216.47998414039992 L 277.45932397818046 216.47998414039992" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 529.162123507928 318.43554850687997 L 320.8966425468162 318.43554850687997 L 320.8966425468162 216.47998414039992 L 277.45932397818046 216.47998414039992" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 818.0362225462881 428.88740990390005 L 842.675483934854 428.88740990390005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 818.0362225462881 428.88740990390005 L 842.675483934854 428.88740990390005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 891.104377008932 693.971877256748 L 911.5804528525334 693.971877256748 L 911.5804528525334 723.7938798339434" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 891.104377008932 693.971877256748 L 911.5804528525334 693.971877256748 L 911.5804528525334 723.7938798339434" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 529.162123507928 284.45036038471994 L 503.5882694460026 284.45036038471994 L 503.5882694460026 258.87650632279457" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 529.162123507928 284.45036038471994 L 503.5882694460026 284.45036038471994 L 503.5882694460026 258.87650632279457" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 428.056188844502 106.02812274338004 L 453.6300429064274 106.02812274338004 L 453.6300429064274 76.20612016618463" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 428.056188844502 106.02812274338004 L 453.6300429064274 106.02812274338004 L 453.6300429064274 76.20612016618463" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><circle cx="818.0362225462881" cy="428.88740990390005" r="2.5488891091620003" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="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="563.147311630088" y="258.9614692931" width="203.91112873296004" height="424.8148515270001" stroke-width="1.6992594061080002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="563.147311630088" y="258.9614692931" width="203.91112873296004" height="424.8148515270001" fill="transparent"/><text class="sch-text" x="665.1028759965681" y="471.3688950566" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.293334654972px" transform="rotate(0, 665.1028759965681, 471.3688950566)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="267.45776632363993" x2="529.162123507928" y2="267.45776632363993" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="527.46286410182" y="265.7585069175319" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="265.7585069175319" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="267.45776632363993" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="284.45036038471994" x2="529.162123507928" y2="284.45036038471994" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="527.46286410182" y="282.75110097861193" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="282.75110097861193" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="284.45036038471994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_1</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="301.44295444579996" x2="530.861382914036" y2="301.44295444579996" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.162123507928" cy="301.44295444579996" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="527.46286410182" y="299.74369503969194" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="299.74369503969194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="301.44295444579996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="318.43554850687997" x2="529.162123507928" y2="318.43554850687997" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="527.46286410182" y="316.73628910077196" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="316.73628910077196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="318.43554850687997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_3</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="335.42814256796" x2="529.162123507928" y2="335.42814256796" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="527.46286410182" y="333.72888316185197" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="333.72888316185197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="335.42814256796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="352.42073662903994" x2="529.162123507928" y2="352.42073662903994" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="527.46286410182" y="350.7214772229319" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="350.721477222932" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="352.42073662903994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_5</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="369.41333069011995" x2="529.162123507928" y2="369.41333069011995" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="527.46286410182" y="367.71407128401194" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="367.71407128401194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="369.41333069011995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_6</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="386.40592475119996" x2="529.162123507928" y2="386.40592475119996" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="527.46286410182" y="384.70666534509195" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="384.70666534509195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="386.40592475119996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_7</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="403.3985188122799" x2="530.861382914036" y2="403.3985188122799" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.162123507928" cy="403.3985188122799" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="527.46286410182" y="401.6992594061719" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="401.6992594061719" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="403.3985188122799" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_8</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="420.39111287335993" x2="530.861382914036" y2="420.39111287335993" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.162123507928" cy="420.39111287335993" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="527.46286410182" y="418.6918534672519" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="418.6918534672519" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="420.39111287335993" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_9</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="437.38370693443994" x2="530.861382914036" y2="437.38370693443994" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.162123507928" cy="437.38370693443994" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="527.46286410182" y="435.68444752833193" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="435.68444752833193" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="437.38370693443994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_10</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="454.37630099551995" x2="530.861382914036" y2="454.37630099551995" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.162123507928" cy="454.37630099551995" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="527.46286410182" y="452.67704158941194" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="452.67704158941194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="454.37630099551995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_11</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="471.36889505659997" x2="530.861382914036" y2="471.36889505659997" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.162123507928" cy="471.36889505659997" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="527.46286410182" y="469.66963565049195" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="469.66963565049195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="471.36889505659997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_12</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="488.36148911768" x2="530.861382914036" y2="488.36148911768" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.162123507928" cy="488.36148911768" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="527.46286410182" y="486.66222971157197" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="486.66222971157197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="488.36148911768" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_13</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="505.35408317876" x2="530.861382914036" y2="505.35408317876" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.162123507928" cy="505.35408317876" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="527.46286410182" y="503.654823772652" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="503.654823772652" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="505.35408317876" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_14</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="522.34667723984" x2="530.861382914036" y2="522.34667723984" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.162123507928" cy="522.34667723984" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="527.46286410182" y="520.647417833732" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="520.647417833732" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="522.34667723984" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_15</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="539.33927130092" x2="530.861382914036" y2="539.33927130092" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.162123507928" cy="539.33927130092" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="527.46286410182" y="537.640011894812" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="537.640011894812" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="539.33927130092" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_16</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="556.331865362" x2="530.861382914036" y2="556.331865362" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.162123507928" cy="556.331865362" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="527.46286410182" y="554.632605955892" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="554.632605955892" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="556.331865362" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_17</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="573.32445942308" x2="530.861382914036" y2="573.32445942308" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.162123507928" cy="573.32445942308" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="527.46286410182" y="571.625200016972" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="571.625200016972" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="573.32445942308" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_18</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="590.31705348416" x2="530.861382914036" y2="590.31705348416" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.162123507928" cy="590.31705348416" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="527.46286410182" y="588.617794078052" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="588.617794078052" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="590.31705348416" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_19</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="607.3096475452401" x2="530.861382914036" y2="607.3096475452401" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.162123507928" cy="607.3096475452401" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="527.46286410182" y="605.610388139132" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="605.610388139132" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="607.3096475452401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_20</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="624.3022416063201" x2="530.861382914036" y2="624.3022416063201" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.162123507928" cy="624.3022416063201" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="527.46286410182" y="622.6029822002121" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="622.6029822002121" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="624.3022416063201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_21</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="641.2948356674001" x2="529.162123507928" y2="641.2948356674001" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_22__stack1"><rect x="527.46286410182" y="639.5955762612921" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="639.5955762612921" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="641.2948356674001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_22</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="658.2874297284801" x2="530.861382914036" y2="658.2874297284801" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.162123507928" cy="658.2874297284801" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="527.46286410182" y="656.5881703223721" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="656.5881703223721" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="658.2874297284801" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_23</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="675.2800237895601" x2="530.861382914036" y2="675.2800237895601" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.162123507928" cy="675.2800237895601" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="527.46286410182" y="673.5807643834521" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="673.5807643834521" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="675.2800237895601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_24</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="666.78372675902" x2="799.3443690791" y2="666.78372675902" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_25__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="666.78372675902" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="665.084467352912" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="665.084467352912" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="666.78372675902" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_25</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="649.79113269794" x2="801.043628485208" y2="649.79113269794" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_26__stack1"><rect x="799.3443690791" y="648.091873291832" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="648.0918732918321" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="649.79113269794" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_26</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="632.7985386368601" x2="799.3443690791" y2="632.7985386368601" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_27__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="632.7985386368601" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="631.0992792307521" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="631.0992792307521" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="632.7985386368601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_27</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="615.8059445757801" x2="799.3443690791" y2="615.8059445757801" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="615.8059445757801" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="614.1066851696721" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="614.1066851696721" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="615.8059445757801" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_28</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="598.8133505147001" x2="799.3443690791" y2="598.8133505147001" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="598.8133505147001" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="597.1140911085921" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="597.1140911085921" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="598.8133505147001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_29</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="581.8207564536201" x2="799.3443690791" y2="581.8207564536201" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_30__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="581.8207564536201" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="580.1214970475121" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="580.1214970475121" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="581.8207564536201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_30</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="564.8281623925401" x2="799.3443690791" y2="564.8281623925401" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="564.8281623925401" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="563.1289029864321" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="563.1289029864321" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="564.8281623925401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_31</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="547.8355683314601" x2="799.3443690791" y2="547.8355683314601" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_32__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="547.8355683314601" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="546.1363089253521" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="546.1363089253521" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="547.8355683314601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_32</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="530.8429742703801" x2="799.3443690791" y2="530.8429742703801" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_33__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="530.8429742703801" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="529.143714864272" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="529.143714864272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="530.8429742703801" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_33</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="513.8503802093" x2="799.3443690791" y2="513.8503802093" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="513.8503802093" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="512.151120803192" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="512.151120803192" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="513.8503802093" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_34</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="496.8577861482201" x2="799.3443690791" y2="496.8577861482201" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_35__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="496.8577861482201" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="495.1585267421121" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="495.1585267421121" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="496.8577861482201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_35</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="479.8651920871401" x2="799.3443690791" y2="479.8651920871401" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_36__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="479.8651920871401" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="478.1659326810321" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="478.16593268103213" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="479.8651920871401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_36</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="462.8725980260601" x2="799.3443690791" y2="462.8725980260601" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_37__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="462.8725980260601" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="461.17333861995206" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="461.1733386199521" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="462.8725980260601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_37</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="445.88000396498006" x2="799.3443690791" y2="445.88000396498006" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_38__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="445.88000396498006" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="444.18074455887205" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="444.18074455887205" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="445.88000396498006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_38</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="428.88740990390005" x2="801.043628485208" y2="428.88740990390005" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_39__stack1"><rect x="799.3443690791" y="427.18815049779204" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="427.18815049779204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="428.88740990390005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_39</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="411.89481584282004" x2="801.043628485208" y2="411.89481584282004" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_40__stack1"><rect x="799.3443690791" y="410.195556436712" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="410.195556436712" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="411.89481584282004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_40</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="394.90222178174" x2="799.3443690791" y2="394.90222178174" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_41__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="394.90222178174" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="393.202962375632" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="393.202962375632" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="394.90222178174" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_41</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="377.90962772066" x2="799.3443690791" y2="377.90962772066" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_42__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="377.90962772066" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="376.210368314552" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="376.210368314552" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="377.90962772066" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_42</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="360.91703365958" x2="799.3443690791" y2="360.91703365958" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_43__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="360.91703365958" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="359.217774253472" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="359.217774253472" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="360.91703365958" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_43</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="343.9244395985" x2="799.3443690791" y2="343.9244395985" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_44__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="343.9244395985" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="342.225180192392" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="342.225180192392" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="343.9244395985" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_44</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="326.93184553742003" x2="799.3443690791" y2="326.93184553742003" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_45__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="326.93184553742003" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="325.232586131312" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="325.232586131312" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="326.93184553742003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_45</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="309.93925147634" x2="799.3443690791" y2="309.93925147634" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_46__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="309.93925147634" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="308.239992070232" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="308.239992070232" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="309.93925147634" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_46</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="292.94665741526" x2="799.3443690791" y2="292.94665741526" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_47__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="292.94665741526" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="291.247398009152" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="291.247398009152" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="292.94665741526" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_47</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="275.95406335417994" x2="799.3443690791" y2="275.95406335417994" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_48__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="275.95406335417994" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="274.2548039480719" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="274.254803948072" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="275.95406335417994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_48</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="398.319149237612" y="77.14071283954405" width="8.49629703053995" height="57.774819807671975" stroke-width="1.6992594061080002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="398.319149237612" y="77.14071283954405" width="8.49629703053995" height="57.774819807671975" fill="transparent"/><text class="sch-text" x="402.56729775288204" y="106.02812274338004" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.293334654972px" transform="rotate(0, 402.56729775288204, 106.02812274338004)">schematic_component_1</text><line class="component-pin sch-component-pin sch-port-line" x1="398.319149237612" y1="106.02812274338004" x2="377.078406661262" y2="106.02812274338004" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="375.379147255154" y="104.32886333727204" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="387.69877794943704" y="104.32886333727203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="406.81544626815196" y="106.02812274338004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_49</text><line class="component-pin sch-component-pin sch-port-line" x1="406.81544626815196" y1="106.02812274338004" x2="428.056188844502" y2="106.02812274338004" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="426.356929438394" y="104.32886333727204" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="417.43581755632704" y="104.32886333727203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="398.319149237612" y="106.02812274338004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_50</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="364.333961115452" y="212.23183562513003" width="88.78630396914298" height="8.49629703053995" stroke-width="1.6992594061080002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="364.333961115452" y="212.23183562513003" width="88.78630396914298" height="8.49629703053995" fill="transparent"/><text class="sch-text" x="408.72711310002353" y="216.4799841404" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.293334654972px" transform="rotate(0, 408.72711310002353, 216.4799841404)">schematic_component_2</text><line class="component-pin sch-component-pin sch-port-line" x1="402.56729775288204" y1="212.23183562513003" x2="402.56729775288204" y2="184.194055424348" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="400.86803834677403" y="182.49479601823998" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="400.86803834677403" y="198.21294552473898" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform="rotate(-90 400.86803834677403 198.21294552473898)"></text><text class="pin-number sch-pin-label" x="402.56729775288204" y="220.72813265566998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="rotate(-90 402.56729775288204 220.72813265566998)">schematic_port_51</text><line class="component-pin sch-component-pin sch-port-line" x1="402.56729775288204" y1="220.72813265566998" x2="402.56729775288204" y2="248.76591285645205" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="400.86803834677403" y="247.06665345034403" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="400.86803834677403" y="234.74702275606103" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform="rotate(-90 400.86803834677403 234.74702275606103)"></text><text class="pin-number sch-pin-label" x="402.56729775288204" y="212.23183562513003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="rotate(-90 402.56729775288204 212.23183562513003)">schematic_port_52</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="845.224373044016" y="659.1833345133109" width="11.894815842755975" height="61.08078845633429" stroke-width="1.6992594061080002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="845.224373044016" y="659.1833345133109" width="11.894815842755975" height="61.08078845633429" fill="transparent"/><text class="sch-text" x="851.171780965394" y="689.723728741478" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.293334654972px" transform="rotate(0, 851.171780965394, 689.723728741478)">schematic_component_3</text><line class="component-pin sch-component-pin sch-port-line" x1="845.224373044016" y1="693.971877256748" x2="811.239184921856" y2="693.971877256748" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="809.539925515748" y="692.27261785064" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="828.231778982936" y="692.27261785064" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="853.720670074556" y="693.971877256748" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_53</text><line class="component-pin sch-component-pin sch-port-line" x1="857.119188886772" y1="693.971877256748" x2="891.104377008932" y2="693.971877256748" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="889.405117602824" y="692.27261785064" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="874.111782947852" y="692.27261785064" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="848.6228918562321" y="693.971877256748" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_54</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="460.1297101347905" y="632.79853863686" width="8.496297030540006" height="16.992594061080013" stroke-width="1.6992594061080002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="460.1297101347905" y="632.79853863686" width="8.496297030540006" height="16.992594061080013" fill="transparent"/><text class="sch-text" x="464.3778586500605" y="641.2948356674001" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.496297030540001px" transform="rotate(0, 464.3778586500605, 641.2948356674001)">schematic_port_55</text><line class="component-pin sch-component-pin sch-port-line" x1="468.6260071653305" y1="641.2948356674001" x2="481.3704527111405" y2="641.2948356674001" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="479.6711933050325" y="639.5955762612921" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="474.9982299382355" y="639.5955762612921" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="460.1297101347905" y="641.2948356674001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_55</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="256.2185814018305" y="207.98368710985994" width="8.496297030540006" height="16.992594061079984" stroke-width="1.6992594061080002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="256.2185814018305" y="207.98368710985994" width="8.496297030540006" height="16.992594061079984" fill="transparent"/><text class="sch-text" x="260.46672991710045" y="216.47998414039992" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.496297030540001px" transform="rotate(0, 260.46672991710045, 216.47998414039992)">schematic_port_56</text><line class="component-pin sch-component-pin sch-port-line" x1="264.7148784323705" y1="216.47998414039992" x2="277.45932397818046" y2="216.47998414039992" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="275.76006457207245" y="214.7807247342919" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="271.0871012052755" y="214.78072473429194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="256.2185814018305" y="216.47998414039992" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_56</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="256.2185814018305" y="275.9540633541798" width="8.496297030540006" height="16.99259406108007" stroke-width="1.6992594061080002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="256.2185814018305" y="275.9540633541798" width="8.496297030540006" height="16.99259406108007" fill="transparent"/><text class="sch-text" x="260.46672991710045" y="284.45036038471983" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.496297030540001px" transform="rotate(0, 260.46672991710045, 284.45036038471983)">schematic_port_57</text><line class="component-pin sch-component-pin sch-port-line" x1="264.7148784323705" y1="284.45036038471983" x2="277.45932397818046" y2="284.45036038471983" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="275.76006457207245" y="282.7511009786118" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="271.0871012052755" y="282.7511009786118" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="256.2185814018305" y="284.45036038471983" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_57</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="256.2185814018305" y="343.9244395984999" width="8.496297030540006" height="16.992594061080013" stroke-width="1.6992594061080002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="256.2185814018305" y="343.9244395984999" width="8.496297030540006" height="16.992594061080013" fill="transparent"/><text class="sch-text" x="260.46672991710045" y="352.4207366290399" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.496297030540001px" transform="rotate(0, 260.46672991710045, 352.4207366290399)">schematic_port_58</text><line class="component-pin sch-component-pin sch-port-line" x1="264.7148784323705" y1="352.4207366290399" x2="277.45932397818046" y2="352.4207366290399" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="275.76006457207245" y="350.72147722293187" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="271.0871012052755" y="350.72147722293187" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="256.2185814018305" y="352.4207366290399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_58</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="256.2185814018305" y="411.8948158428199" width="8.496297030540006" height="16.992594061080013" stroke-width="1.6992594061080002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="256.2185814018305" y="411.8948158428199" width="8.496297030540006" height="16.992594061080013" fill="transparent"/><text class="sch-text" x="260.46672991710045" y="420.39111287335993" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.496297030540001px" transform="rotate(0, 260.46672991710045, 420.39111287335993)">schematic_port_59</text><line class="component-pin sch-component-pin sch-port-line" x1="264.7148784323705" y1="420.39111287335993" x2="277.45932397818046" y2="420.39111287335993" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="275.76006457207245" y="418.6918534672519" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="271.0871012052755" y="418.6918534672519" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="256.2185814018305" y="420.39111287335993" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_59</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="256.2185814018305" y="479.86519208714" width="8.496297030540006" height="16.992594061079956" stroke-width="1.6992594061080002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="256.2185814018305" y="479.86519208714" width="8.496297030540006" height="16.992594061079956" fill="transparent"/><text class="sch-text" x="260.46672991710045" y="488.3614891176799" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.496297030540001px" transform="rotate(0, 260.46672991710045, 488.3614891176799)">schematic_port_60</text><line class="component-pin sch-component-pin sch-port-line" x1="264.7148784323705" y1="488.3614891176799" x2="277.45932397818046" y2="488.3614891176799" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="275.76006457207245" y="486.6622297115719" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="271.0871012052755" y="486.66222971157197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="256.2185814018305" y="488.3614891176799" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_60</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="529.162123507928" cy="267.45776632363993" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="529.162123507928" cy="284.45036038471994" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="529.162123507928" cy="301.44295444579996" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="529.162123507928" cy="318.43554850687997" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="529.162123507928" cy="335.42814256796" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="529.162123507928" cy="352.42073662903994" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="529.162123507928" cy="369.41333069011995" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="529.162123507928" cy="386.40592475119996" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="529.162123507928" cy="403.3985188122799" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="529.162123507928" cy="420.39111287335993" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="529.162123507928" cy="437.38370693443994" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="529.162123507928" cy="454.37630099551995" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="529.162123507928" cy="471.36889505659997" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="529.162123507928" cy="488.36148911768" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="529.162123507928" cy="505.35408317876" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="529.162123507928" cy="522.34667723984" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="529.162123507928" cy="539.33927130092" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="529.162123507928" cy="556.331865362" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="529.162123507928" cy="573.32445942308" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="529.162123507928" cy="590.31705348416" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="529.162123507928" cy="607.3096475452401" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="529.162123507928" cy="624.3022416063201" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_22__stack1"><circle cx="529.162123507928" cy="641.2948356674001" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_23__stack1"><circle cx="529.162123507928" cy="658.2874297284801" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_24__stack1"><circle cx="529.162123507928" cy="675.2800237895601" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_25__stack1"><circle cx="801.043628485208" cy="666.78372675902" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_26__stack1"><circle cx="801.043628485208" cy="649.79113269794" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_27__stack1"><circle cx="801.043628485208" cy="632.7985386368601" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_28__stack1"><circle cx="801.043628485208" cy="615.8059445757801" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_29__stack1"><circle cx="801.043628485208" cy="598.8133505147001" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_30__stack1"><circle cx="801.043628485208" cy="581.8207564536201" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_31__stack1"><circle cx="801.043628485208" cy="564.8281623925401" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_32__stack1"><circle cx="801.043628485208" cy="547.8355683314601" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_33__stack1"><circle cx="801.043628485208" cy="530.8429742703801" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_34__stack1"><circle cx="801.043628485208" cy="513.8503802093" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_35__stack1"><circle cx="801.043628485208" cy="496.8577861482201" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_36__stack1"><circle cx="801.043628485208" cy="479.8651920871401" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_37__stack1"><circle cx="801.043628485208" cy="462.8725980260601" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_38__stack1"><circle cx="801.043628485208" cy="445.88000396498006" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_39__stack1"><circle cx="801.043628485208" cy="428.88740990390005" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_40__stack1"><circle cx="801.043628485208" cy="411.89481584282004" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_41__stack1"><circle cx="801.043628485208" cy="394.90222178174" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_42__stack1"><circle cx="801.043628485208" cy="377.90962772066" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_43__stack1"><circle cx="801.043628485208" cy="360.91703365958" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_44__stack1"><circle cx="801.043628485208" cy="343.9244395985" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_45__stack1"><circle cx="801.043628485208" cy="326.93184553742003" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_46__stack1"><circle cx="801.043628485208" cy="309.93925147634" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_47__stack1"><circle cx="801.043628485208" cy="292.94665741526" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_48__stack1"><circle cx="801.043628485208" cy="275.95406335417994" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="377.078406661262" cy="106.02812274338004" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="428.056188844502" cy="106.02812274338004" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="402.56729775288204" cy="184.194055424348" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="402.56729775288204" cy="248.76591285645205" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="811.239184921856" cy="693.971877256748" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="891.104377008932" cy="693.971877256748" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="481.3704527111405" cy="641.2948356674001" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="277.45932397818046" cy="216.47998414039992" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="277.45932397818046" cy="284.45036038471983" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="277.45932397818046" cy="352.4207366290399" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="277.45932397818046" cy="420.39111287335993" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="277.45932397818046" cy="488.3614891176799" r="3.3985188122160004" 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="
|
|
148
|
+
M 402.56729775288204,267.45776632363993
|
|
149
|
+
L 411.06359478342205,272.04576672013155
|
|
150
|
+
L 411.06359478342205,301.1824013368634
|
|
151
|
+
L 394.07100072234203,301.1824013368634
|
|
152
|
+
L 394.07100072234203,272.04576672013155
|
|
153
|
+
Z
|
|
154
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="402.56729775288204" y="275.10443365112593" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" transform="rotate(90 402.56729775288204 275.10443365112593)">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="
|
|
155
|
+
M 842.675483934854,428.88740990390005
|
|
156
|
+
L 851.171780965394,433.4754103003917
|
|
157
|
+
L 851.171780965394,462.6120449171235
|
|
158
|
+
L 834.1791869043141,462.6120449171235
|
|
159
|
+
L 834.1791869043141,433.4754103003917
|
|
160
|
+
Z
|
|
161
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="842.675483934854" y="436.53407723138605" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" transform="rotate(90 842.675483934854 436.53407723138605)">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="
|
|
162
|
+
M 911.5804528525334,723.7938798339434
|
|
163
|
+
L 920.0767498830734,728.381880230435
|
|
164
|
+
L 920.0767498830734,757.5185148471668
|
|
165
|
+
L 903.0841558219935,757.5185148471668
|
|
166
|
+
L 903.0841558219935,728.381880230435
|
|
167
|
+
Z
|
|
168
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="911.5804528525334" y="731.4405471614293" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" transform="rotate(90 911.5804528525334 731.4405471614293)">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="
|
|
169
|
+
M 503.5882694460026,258.87650632279457
|
|
170
|
+
L 495.0919724154626,254.28850592630297
|
|
171
|
+
L 495.0919724154626,225.15187130957113
|
|
172
|
+
L 512.0845664765426,225.15187130957113
|
|
173
|
+
L 512.0845664765426,254.28850592630297
|
|
174
|
+
Z
|
|
175
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="503.5882694460026" y="251.22983899530857" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" transform="rotate(-90 503.5882694460026 251.22983899530857)">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="
|
|
176
|
+
M 453.6300429064274,76.20612016618463
|
|
177
|
+
L 445.13374587588737,71.61811976969304
|
|
178
|
+
L 445.13374587588737,42.48148515296119
|
|
179
|
+
L 462.1263399369674,42.48148515296119
|
|
180
|
+
L 462.1263399369674,71.61811976969304
|
|
181
|
+
Z
|
|
182
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="453.6300429064274" y="68.55945283869863" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" transform="rotate(-90 453.6300429064274 68.55945283869863)">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="
|
|
183
|
+
M 529.162123507928,301.44295444579996
|
|
184
|
+
L 524.5741231114364,309.93925147633996
|
|
185
|
+
L 465.49653775908155,309.93925147633996
|
|
186
|
+
L 465.49653775908155,292.94665741525995
|
|
187
|
+
L 524.5741231114364,292.94665741525995
|
|
188
|
+
Z
|
|
189
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="521.515456180442" y="301.44295444579996" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" 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_6__stack1" d="
|
|
190
|
+
M 402.56729775288204,164.65257225410596
|
|
191
|
+
L 407.15529814937366,156.15627522356596
|
|
192
|
+
L 466.23288350172845,156.15627522356596
|
|
193
|
+
L 466.23288350172845,173.14886928464597
|
|
194
|
+
L 407.15529814937366,173.14886928464597
|
|
195
|
+
Z
|
|
196
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="410.21396508036804" y="164.65257225410596" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" 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_7__stack1" d="
|
|
197
|
+
M 350.739885866588,318.43554850687997
|
|
198
|
+
L 342.243588836048,313.84754811038835
|
|
199
|
+
L 342.243588836048,244.78964584615926
|
|
200
|
+
L 359.236182897128,244.78964584615926
|
|
201
|
+
L 359.236182897128,313.84754811038835
|
|
202
|
+
Z
|
|
203
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="350.739885866588" y="310.78888117939397" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" transform="rotate(-90 350.739885866588 310.78888117939397)">XXXXXX</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="
|
|
204
|
+
M 303.9040484857362,309.9392514763399
|
|
205
|
+
L 299.3160480892446,318.4355485068799
|
|
206
|
+
L 230.2581458250155,318.4355485068799
|
|
207
|
+
L 230.2581458250155,301.4429544457999
|
|
208
|
+
L 299.3160480892446,301.4429544457999
|
|
209
|
+
Z
|
|
210
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="296.2573811582502" y="309.9392514763399" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" 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_9__stack1" d="
|
|
211
|
+
M 466.23642362549117,369.41333069011995
|
|
212
|
+
L 474.7327206560312,374.0013310866116
|
|
213
|
+
L 474.7327206560312,443.05923335084066
|
|
214
|
+
L 457.74012659495116,443.05923335084066
|
|
215
|
+
L 457.74012659495116,374.0013310866116
|
|
216
|
+
Z
|
|
217
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="466.23642362549117" y="377.05999801760595" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" transform="rotate(90 466.23642362549117 377.05999801760595)">XXXXXX</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="
|
|
218
|
+
M 512.169529446848,454.37630099551995
|
|
219
|
+
L 507.5815290503563,462.87259802605996
|
|
220
|
+
L 428.54330987425294,462.87259802605996
|
|
221
|
+
L 428.54330987425294,445.88000396497995
|
|
222
|
+
L 507.5815290503563,445.88000396497995
|
|
223
|
+
Z
|
|
224
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="504.52286211936195" y="454.37630099551995" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" 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_11__stack1" d="
|
|
225
|
+
M 505.26628810953423,641.2948356674001
|
|
226
|
+
L 496.7699910789942,636.7068352709085
|
|
227
|
+
L 496.7699910789942,607.5702006541767
|
|
228
|
+
L 513.7625851400742,607.5702006541767
|
|
229
|
+
L 513.7625851400742,636.7068352709085
|
|
230
|
+
Z
|
|
231
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="505.26628810953423" y="633.648168339914" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" transform="rotate(-90 505.26628810953423 633.648168339914)">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="
|
|
232
|
+
M 806.1414067035321,649.79113269794
|
|
233
|
+
L 810.7294071000236,641.2948356674001
|
|
234
|
+
L 839.8660417167555,641.2948356674001
|
|
235
|
+
L 839.8660417167555,658.28742972848
|
|
236
|
+
L 810.7294071000236,658.28742972848
|
|
237
|
+
Z
|
|
238
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="813.7880740310181" y="649.79113269794" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" transform="">XX</text><text class="sch-text" x="675.298432433216" y="694.821506959802" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.293334654971977px" transform="rotate(0, 675.298432433216, 694.821506959802)">ESP32_S3_WROOM_1_N16R8</text><text class="sch-text" x="573.3428680667361" y="249.190727707979" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.293334654972px" transform="rotate(0, 573.3428680667361, 249.190727707979)">U1</text><rect class="schematic-box sch-box" x="563.147311630088" y="687.174839632316" width="224.30224160625596" height="15.293334654972" stroke-width="1.6992594061080002px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="13.594075248864002 6.797037624432001"/><rect class="schematic-box sch-box" x="558.0495334117641" y="238.57035641980403" width="30.586669309944" height="21.24074257634996" stroke-width="1.6992594061080002px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="13.594075248864002 6.797037624432001"/>
|
|
239
|
+
</g>
|
|
240
|
+
</svg>
|