@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="0.6899999999999998,0.7849999999999999 0.6900000000000003,-1.0850000000000002" data-type="line" data-label="" points="274.7613619545753,262.99615972410015 274.76136195457536,344.4146675078946" fill="none" stroke="hsl(96, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.7100000000000002,-0.6850000000000003 -3.3044553499999996,-1.135" data-type="line" data-label="" points="170.26702041387665,326.99894391777815 100.84553628292076,346.5916329566591" fill="none" stroke="hsl(116, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7100000000000002,-0.6850000000000003 -1.4414851166666667,-3.09" data-type="line" data-label="" points="170.26702041387665,326.99894391777815 181.95797288379092,431.71098200335325" fill="none" stroke="hsl(116, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.3044553499999996,-1.135 -1.4414851166666667,-3.09" data-type="line" data-label="" points="100.84553628292076,346.5916329566591 181.95797288379092,431.71098200335325" fill="none" stroke="hsl(116, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7100000000000002,-1.2850000000000001 -3.6509404666666665,-2.3449999999999998" data-type="line" data-label="" points="170.26702041387665,353.1225293029528 85.75981373303094,399.27419681676133" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7100000000000002,-1.2850000000000001 1.3049999999999997,-3.4744553499999995" data-type="line" data-label="" points="170.26702041387665,353.1225293029528 301.53803697437934,448.4499022742069" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.6509404666666665,-2.3449999999999998 1.3049999999999997,-3.4744553499999995" data-type="line" data-label="" points="85.75981373303094,399.27419681676133 301.53803697437934,448.4499022742069" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.6900000000000003,-1.2850000000000001 -1.4414851166666667,-4.19" data-type="line" data-label="" points="274.76136195457536,353.1225293029528 181.95797288379092,479.6042218761735" fill="none" stroke="hsl(164, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.6900000000000003,-1.2850000000000001 2.8499999999999996,-3.5299999999999985" data-type="line" data-label="" points="274.76136195457536,353.1225293029528 368.80626934120414,450.86827795248126" fill="none" stroke="hsl(164, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.6900000000000003,-1.2850000000000001 -3.6509404666666665,-3.4450000000000003" data-type="line" data-label="" points="274.76136195457536,353.1225293029528 85.75981373303094,447.16743668958156" fill="none" stroke="hsl(164, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.6900000000000003,-1.2850000000000001 5.01,-4.282499999999999" data-type="line" data-label="" points="274.76136195457536,353.1225293029528 462.8511767278329,483.6316079563878" fill="none" stroke="hsl(164, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4414851166666667,-4.19 2.8499999999999996,-3.5299999999999985" data-type="line" data-label="" points="181.95797288379092,479.6042218761735 368.80626934120414,450.86827795248126" fill="none" stroke="hsl(164, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4414851166666667,-4.19 -3.6509404666666665,-3.4450000000000003" data-type="line" data-label="" points="181.95797288379092,479.6042218761735 85.75981373303094,447.16743668958156" fill="none" stroke="hsl(164, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4414851166666667,-4.19 5.01,-4.282499999999999" data-type="line" data-label="" points="181.95797288379092,479.6042218761735 462.8511767278329,483.6316079563878" fill="none" stroke="hsl(164, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.8499999999999996,-3.5299999999999985 -3.6509404666666665,-3.4450000000000003" data-type="line" data-label="" points="368.80626934120414,450.86827795248126 85.75981373303094,447.16743668958156" fill="none" stroke="hsl(164, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.8499999999999996,-3.5299999999999985 5.01,-4.282499999999999" data-type="line" data-label="" points="368.80626934120414,450.86827795248126 462.8511767278329,483.6316079563878" fill="none" stroke="hsl(164, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.6509404666666665,-3.4450000000000003 5.01,-4.282499999999999" data-type="line" data-label="" points="85.75981373303094,447.16743668958156 462.8511767278329,483.6316079563878" fill="none" stroke="hsl(164, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.6900000000000003,-0.4850000000000002 2.5149999999999997,-0.7849999999999987" data-type="line" data-label="" points="274.76136195457536,318.2910821227199 354.2206008344816,331.3528748153072" fill="none" stroke="hsl(99, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.6900000000000003,-0.8850000000000002 3.6149999999999993,1.5044553500000009" data-type="line" data-label="" points="274.76136195457536,335.70680571283634 402.11384070730185,231.67157094652393" fill="none" stroke="hsl(78, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.6900000000000003,-0.8850000000000002 2.5149999999999997,-0.5849999999999987" data-type="line" data-label="" points="274.76136195457536,335.70680571283634 354.2206008344816,322.64501302024894" fill="none" stroke="hsl(78, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.6149999999999993,1.5044553500000009 2.5149999999999997,-0.5849999999999987" data-type="line" data-label="" points="402.11384070730185,231.67157094652393 354.2206008344816,322.64501302024894" fill="none" stroke="hsl(78, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.6900000000000003,-0.6850000000000002 -2.8994553499999993,1.1749999999999998" data-type="line" data-label="" points="274.76136195457536,326.9989439177781 118.47895641791366,246.01582922373666" fill="none" stroke="hsl(80, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.6900000000000003,-0.6850000000000002 2.5149999999999997,1.5044553500000009" data-type="line" data-label="" points="274.76136195457536,326.9989439177781 354.2206008344816,231.67157094652393" fill="none" stroke="hsl(80, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8994553499999993,1.1749999999999998 2.5149999999999997,1.5044553500000009" data-type="line" data-label="" points="118.47895641791366,246.01582922373666 354.2206008344816,231.67157094652393" fill="none" stroke="hsl(80, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7100000000000002,-0.4850000000000002 -3.3044553499999996,-0.03499999999999992" data-type="line" data-label="" points="170.26702041387665,318.2910821227199 100.84553628292076,298.6983930838389" fill="none" stroke="hsl(215, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7100000000000002,-0.4850000000000002 -2.8994553499999993,2.2750000000000004" data-type="line" data-label="" points="170.26702041387665,318.2910821227199 118.47895641791366,198.1225893509164" fill="none" stroke="hsl(215, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7100000000000002,-0.4850000000000002 0.6899999999999998,1.885" data-type="line" data-label="" points="170.26702041387665,318.2910821227199 274.7613619545753,215.10291985127995" fill="none" stroke="hsl(215, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.3044553499999996,-0.03499999999999992 -2.8994553499999993,2.2750000000000004" data-type="line" data-label="" points="100.84553628292076,298.6983930838389 118.47895641791366,198.1225893509164" fill="none" stroke="hsl(215, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.3044553499999996,-0.03499999999999992 0.6899999999999998,1.885" data-type="line" data-label="" points="100.84553628292076,298.6983930838389 274.7613619545753,215.10291985127995" fill="none" stroke="hsl(215, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8994553499999993,2.2750000000000004 0.6899999999999998,1.885" data-type="line" data-label="" points="118.47895641791366,198.1225893509164 274.7613619545753,215.10291985127995" fill="none" stroke="hsl(215, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.515,-0.6849999999999987 2.8499999999999996,-2.4899999999999984" data-type="line" data-label="" points="441.29921878506383,326.99894391777804 368.80626934120414,405.5873966181785" fill="none" stroke="hsl(140, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.515,-0.6849999999999987 5.72,-1.5874999999999986" data-type="line" data-label="" points="441.29921878506383,326.99894391777804 493.76408610028966,366.29317026797827" fill="none" stroke="hsl(140, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.8499999999999996,-2.4899999999999984 5.72,-1.5874999999999986" data-type="line" data-label="" points="368.80626934120414,405.5873966181785 493.76408610028966,366.29317026797827" fill="none" stroke="hsl(140, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.88,-1.5974999999999986 0.20499999999999952,-3.4744553499999995" data-type="line" data-label="" points="544.2696845116272,366.7285633577312 253.64479710155913,448.4499022742069" fill="none" stroke="hsl(302, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.88,-1.5974999999999986 5.01,-3.1824999999999983" data-type="line" data-label="" points="544.2696845116272,366.7285633577312 462.8511767278329,435.7383680835676" fill="none" stroke="hsl(302, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.20499999999999952,-3.4744553499999995 5.01,-3.1824999999999983" data-type="line" data-label="" points="253.64479710155913,448.4499022742069 462.8511767278329,435.7383680835676" fill="none" stroke="hsl(302, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.6900000000000003,-0.4850000000000002 1.2710000000000004,-0.4850000000000002 1.2710000000000004,-0.7849999999999987 2.5149999999999997,-0.7849999999999987" data-type="line" data-label="" points="274.76136195457536,318.2910821227199 300.05770046921947,318.2910821227199 300.05770046921947,331.3528748153072 354.2206008344816,331.3528748153072" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.6900000000000003,-0.8850000000000002 1.7025000000000001,-0.8850000000000002 1.7025000000000001,-0.5849999999999987 2.5149999999999997,-0.5849999999999987" data-type="line" data-label="" points="274.76136195457536,335.70680571283634 318.8449122920576,335.70680571283634 318.8449122920576,322.64501302024894 354.2206008344816,322.64501302024894" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.7100000000000002,-0.4850000000000001 -2.0575,-0.4850000000000001 -2.0575,0.16500000000000026 -3.3044553499999996,0.16500000000000026 -3.3044553499999996,-0.03499999999999992" data-type="line" data-label="" points="170.26702041387665,318.2910821227199 155.13711054496298,318.2910821227199 155.13711054496298,289.99053128878063 100.84553628292076,289.99053128878063 100.84553628292076,298.6983930838389" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.515,-0.6849999999999987 5.1175,-0.6849999999999987 5.1175,-1.5874999999999986 5.72,-1.5874999999999986" data-type="line" data-label="" points="441.29921878506383,326.99894391777804 467.5316524426767,326.99894391777804 467.5316524426767,366.29317026797827 493.76408610028966,366.29317026797827" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.7100000000000002,-1.2850000000000001 -1.9100000000000001,-1.2850000000000001 -1.9100000000000001,-2.379727675 1.5049999999999997,-2.379727675 1.5049999999999997,-3.4744553499999995 1.3049999999999995,-3.4744553499999995" data-type="line" data-label="" points="170.26702041387665,353.1225293029528 161.55915861881843,353.1225293029528 161.55915861881843,400.78621578857985 310.2458987694376,400.78621578857985 310.2458987694376,448.4499022742069 301.53803697437934,448.4499022742069" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.6900000000000003,-1.2850000000000001 1.77,-1.2850000000000001 1.77,-3.7299999999999986 2.8499999999999996,-3.7299999999999986 2.8499999999999996,-3.5299999999999985" data-type="line" data-label="" points="274.76136195457536,353.1225293029528 321.78381564788975,353.1225293029528 321.78381564788975,459.5761397475395 368.80626934120414,459.5761397475395 368.80626934120414,450.86827795248126" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.4414851166666667,-4.19 -1.4414851166666667,-4.390000000000001 -3.6509404666666665,-4.390000000000001 -3.6509404666666665,-3.4450000000000003" data-type="line" data-label="" points="181.95797288379092,479.6042218761735 181.95797288379092,488.3120836712317 85.75981373303094,488.3120836712317 85.75981373303094,447.16743668958156" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.8994553499999993,2.2750000000000004 -2.8994553499999993,2.4750000000000005 0.69,2.4750000000000005 0.69,1.8849999999999998" data-type="line" data-label="" points="118.47895641791366,198.1225893509164 118.47895641791366,189.41472755585818 274.76136195457536,189.41472755585818 274.76136195457536,215.10291985127998" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.88,-1.5974999999999984 7.08,-1.5974999999999984 7.08,-2.389999999999998 5.01,-2.389999999999998 5.01,-3.1824999999999983" data-type="line" data-label="" points="544.2696845116272,366.72856335773116 552.9775463066856,366.72856335773116 552.9775463066856,401.23346572064935 462.8511767278329,401.23346572064935 462.8511767278329,435.7383680835676" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.6899999999999998,0.7849999999999999 0.6899999999999998,-0.15000000000000036 0.8900000000000002,-0.15000000000000036 0.8900000000000002,-1.0850000000000004 0.6900000000000003,-1.0850000000000004" data-type="line" data-label="" points="274.7613619545753,262.99615972410015 274.7613619545753,303.7054136159974 283.46922374963356,303.7054136159974 283.46922374963356,344.4146675078946 274.76136195457536,344.4146675078946" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.7100000000000002,-0.6850000000000003 -2.0575,-0.6850000000000003 -2.0575,-1.3350000000000002 -3.3044553499999996,-1.3350000000000002 -3.3044553499999996,-1.135" data-type="line" data-label="" points="170.26702041387665,326.99894391777815 155.13711054496298,326.99894391777815 155.13711054496298,355.29949475171736 100.84553628292076,355.29949475171736 100.84553628292076,346.5916329566591" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.4414851166666667,-3.09 -1.4414851166666667,-2.989 -1.6424851166666665,-2.989" data-type="line" data-label="" points="181.95797288379092,431.71098200335325 181.95797288379092,427.31351179684884 173.20657177975738,427.31351179684884" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.6509404666666665,-2.3449999999999998 -3.6509404666666665,-2.2439999999999998 -4.101940466666666,-2.2439999999999998" data-type="line" data-label="" points="85.75981373303094,399.27419681676133 85.75981373303094,394.8767266102569 66.12358538517466,394.8767266102569" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.01,-4.282499999999999 5.01,-4.383499999999999 4.558999999999999,-4.383499999999999" data-type="line" data-label="" points="462.8511767278329,483.6316079563878 462.8511767278329,488.02907816289223 443.2149483799766,488.02907816289223" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.0962500000000002,-0.4850000000000002 1.1462500000000002,-0.4850000000000002 1.1462500000000002,0.715 0.24525000000000008,0.715" data-type="line" data-label="" points="292.44920622578735,318.2910821227199 294.6261716745519,318.2910821227199 294.6261716745519,266.04391135237057 255.3972542878146,266.04391135237057" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.7025000000000001,-0.5849999999999987 1.7525000000000002,-0.5849999999999987 1.7525000000000002,-0.38499999999999873 1.6515000000000002,-0.38499999999999873" data-type="line" data-label="" points="318.8449122920576,322.64501302024894 321.02187774082216,322.64501302024894 321.02187774082216,313.93715122519075 316.62440753431775,313.93715122519075" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.8994553499999993,1.1749999999999998 -2.8994553499999993,1.0739999999999998 -3.1004553499999994,1.0739999999999998" data-type="line" data-label="" points="118.47895641791366,246.01582922373666 118.47895641791366,250.41329943024104 109.72755531388015,250.41329943024104" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.8499999999999996,-2.4899999999999984 2.8499999999999996,-2.3889999999999985 2.2489999999999997,-2.3889999999999985" data-type="line" data-label="" points="368.80626934120414,405.5873966181785 368.80626934120414,401.1899264116741 342.6391446470542,401.1899264116741" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-0.51" data-y="-0.8850000000000002" x="170.26702041387665" y="309.58322032766165" width="104.49434154069871" height="52.247170770349385" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.022967750833333335"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-2.9519553499999995" data-y="-0.585" x="92.37908471737242" y="298.6983930838389" width="47.628115958676915" height="47.89323987282023" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.022967750833333335"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-1.0889851166666666" data-y="-3.64" x="173.49152131824258" y="431.71098200335325" width="47.628115958676915" height="47.89323987282023" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.022967750833333335"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-2.5469553499999993" data-y="1.725" x="110.0125048523653" y="198.12258935091643" width="47.62811595867694" height="47.89323987282026" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.022967750833333335"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="3.0649999999999995" data-y="1.5044553500000009" x="354.2206008344816" y="214.71495413079379" width="47.89323987282023" height="33.91323363146026" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.022967750833333335"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="3.5149999999999997" data-y="-0.6849999999999987" x="354.2206008344816" y="318.2910821227198" width="87.07861795058221" height="17.415723590116443" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.022967750833333335"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="2.6899999999999995" data-y="-3.0099999999999985" x="343.11807704578234" y="405.5873966181785" width="37.443805718750355" height="45.28088133430276" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.022967750833333335"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="6.3" data-y="-1.5674999999999986" x="493.76408610028966" y="347.57126740860303" width="50.50559841133759" height="35.70223335973873" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.022967750833333335"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="0.7774999999999997" data-y="1.335" x="256.4748521849531" y="215.10291985127998" width="44.192398609920474" height="47.8932398728202" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.022967750833333335"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="-3.4534404666666663" data-y="-2.895" x="67.4733039634087" y="399.27419681676133" width="53.77104658448454" height="47.89323987282023" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.022967750833333335"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="0.7549999999999997" data-y="-3.4744553499999995" x="253.6447971015591" y="431.49328545847675" width="47.8932398728202" height="33.91323363146029" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.022967750833333335"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="5.2075" data-y="-3.7324999999999986" x="444.56466695821064" y="435.7383680835676" width="53.771046584484566" height="47.89323987282023" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.022967750833333335"/></g><g><rect data-type="rect" data-label="netId: UVLO
|
|
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="0.6899999999999998,0.7849999999999999 0.6900000000000003,-1.0850000000000002" data-type="line" data-label="" points="274.7613619545753,262.99615972410015 274.76136195457536,344.4146675078946" fill="none" stroke="hsl(96, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.7100000000000002,-0.6850000000000003 -3.3044553499999996,-1.135" data-type="line" data-label="" points="170.26702041387665,326.99894391777815 100.84553628292076,346.5916329566591" fill="none" stroke="hsl(116, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7100000000000002,-0.6850000000000003 -1.4414851166666667,-3.09" data-type="line" data-label="" points="170.26702041387665,326.99894391777815 181.95797288379092,431.71098200335325" fill="none" stroke="hsl(116, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.3044553499999996,-1.135 -1.4414851166666667,-3.09" data-type="line" data-label="" points="100.84553628292076,346.5916329566591 181.95797288379092,431.71098200335325" fill="none" stroke="hsl(116, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7100000000000002,-1.2850000000000001 -3.6509404666666665,-2.3449999999999998" data-type="line" data-label="" points="170.26702041387665,353.1225293029528 85.75981373303094,399.27419681676133" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7100000000000002,-1.2850000000000001 1.3049999999999997,-3.4744553499999995" data-type="line" data-label="" points="170.26702041387665,353.1225293029528 301.53803697437934,448.4499022742069" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.6509404666666665,-2.3449999999999998 1.3049999999999997,-3.4744553499999995" data-type="line" data-label="" points="85.75981373303094,399.27419681676133 301.53803697437934,448.4499022742069" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.6900000000000003,-1.2850000000000001 -1.4414851166666667,-4.19" data-type="line" data-label="" points="274.76136195457536,353.1225293029528 181.95797288379092,479.6042218761735" fill="none" stroke="hsl(164, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.6900000000000003,-1.2850000000000001 2.8499999999999996,-3.5299999999999985" data-type="line" data-label="" points="274.76136195457536,353.1225293029528 368.80626934120414,450.86827795248126" fill="none" stroke="hsl(164, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.6900000000000003,-1.2850000000000001 -3.6509404666666665,-3.4450000000000003" data-type="line" data-label="" points="274.76136195457536,353.1225293029528 85.75981373303094,447.16743668958156" fill="none" stroke="hsl(164, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.6900000000000003,-1.2850000000000001 5.01,-4.282499999999999" data-type="line" data-label="" points="274.76136195457536,353.1225293029528 462.8511767278329,483.6316079563878" fill="none" stroke="hsl(164, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4414851166666667,-4.19 2.8499999999999996,-3.5299999999999985" data-type="line" data-label="" points="181.95797288379092,479.6042218761735 368.80626934120414,450.86827795248126" fill="none" stroke="hsl(164, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4414851166666667,-4.19 -3.6509404666666665,-3.4450000000000003" data-type="line" data-label="" points="181.95797288379092,479.6042218761735 85.75981373303094,447.16743668958156" fill="none" stroke="hsl(164, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4414851166666667,-4.19 5.01,-4.282499999999999" data-type="line" data-label="" points="181.95797288379092,479.6042218761735 462.8511767278329,483.6316079563878" fill="none" stroke="hsl(164, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.8499999999999996,-3.5299999999999985 -3.6509404666666665,-3.4450000000000003" data-type="line" data-label="" points="368.80626934120414,450.86827795248126 85.75981373303094,447.16743668958156" fill="none" stroke="hsl(164, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.8499999999999996,-3.5299999999999985 5.01,-4.282499999999999" data-type="line" data-label="" points="368.80626934120414,450.86827795248126 462.8511767278329,483.6316079563878" fill="none" stroke="hsl(164, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.6509404666666665,-3.4450000000000003 5.01,-4.282499999999999" data-type="line" data-label="" points="85.75981373303094,447.16743668958156 462.8511767278329,483.6316079563878" fill="none" stroke="hsl(164, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.6900000000000003,-0.4850000000000002 2.5149999999999997,-0.7849999999999987" data-type="line" data-label="" points="274.76136195457536,318.2910821227199 354.2206008344816,331.3528748153072" fill="none" stroke="hsl(99, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.6900000000000003,-0.8850000000000002 3.6149999999999993,1.5044553500000009" data-type="line" data-label="" points="274.76136195457536,335.70680571283634 402.11384070730185,231.67157094652393" fill="none" stroke="hsl(78, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.6900000000000003,-0.8850000000000002 2.5149999999999997,-0.5849999999999987" data-type="line" data-label="" points="274.76136195457536,335.70680571283634 354.2206008344816,322.64501302024894" fill="none" stroke="hsl(78, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.6149999999999993,1.5044553500000009 2.5149999999999997,-0.5849999999999987" data-type="line" data-label="" points="402.11384070730185,231.67157094652393 354.2206008344816,322.64501302024894" fill="none" stroke="hsl(78, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.6900000000000003,-0.6850000000000002 -2.8994553499999993,1.1749999999999998" data-type="line" data-label="" points="274.76136195457536,326.9989439177781 118.47895641791366,246.01582922373666" fill="none" stroke="hsl(80, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.6900000000000003,-0.6850000000000002 2.5149999999999997,1.5044553500000009" data-type="line" data-label="" points="274.76136195457536,326.9989439177781 354.2206008344816,231.67157094652393" fill="none" stroke="hsl(80, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8994553499999993,1.1749999999999998 2.5149999999999997,1.5044553500000009" data-type="line" data-label="" points="118.47895641791366,246.01582922373666 354.2206008344816,231.67157094652393" fill="none" stroke="hsl(80, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7100000000000002,-0.4850000000000002 -3.3044553499999996,-0.03499999999999992" data-type="line" data-label="" points="170.26702041387665,318.2910821227199 100.84553628292076,298.6983930838389" fill="none" stroke="hsl(215, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7100000000000002,-0.4850000000000002 -2.8994553499999993,2.2750000000000004" data-type="line" data-label="" points="170.26702041387665,318.2910821227199 118.47895641791366,198.1225893509164" fill="none" stroke="hsl(215, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7100000000000002,-0.4850000000000002 0.6899999999999998,1.885" data-type="line" data-label="" points="170.26702041387665,318.2910821227199 274.7613619545753,215.10291985127995" fill="none" stroke="hsl(215, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.3044553499999996,-0.03499999999999992 -2.8994553499999993,2.2750000000000004" data-type="line" data-label="" points="100.84553628292076,298.6983930838389 118.47895641791366,198.1225893509164" fill="none" stroke="hsl(215, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.3044553499999996,-0.03499999999999992 0.6899999999999998,1.885" data-type="line" data-label="" points="100.84553628292076,298.6983930838389 274.7613619545753,215.10291985127995" fill="none" stroke="hsl(215, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8994553499999993,2.2750000000000004 0.6899999999999998,1.885" data-type="line" data-label="" points="118.47895641791366,198.1225893509164 274.7613619545753,215.10291985127995" fill="none" stroke="hsl(215, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.515,-0.6849999999999987 2.8499999999999996,-2.4899999999999984" data-type="line" data-label="" points="441.29921878506383,326.99894391777804 368.80626934120414,405.5873966181785" fill="none" stroke="hsl(140, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.515,-0.6849999999999987 5.72,-1.5874999999999986" data-type="line" data-label="" points="441.29921878506383,326.99894391777804 493.76408610028966,366.29317026797827" fill="none" stroke="hsl(140, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.8499999999999996,-2.4899999999999984 5.72,-1.5874999999999986" data-type="line" data-label="" points="368.80626934120414,405.5873966181785 493.76408610028966,366.29317026797827" fill="none" stroke="hsl(140, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.88,-1.5974999999999986 0.20499999999999952,-3.4744553499999995" data-type="line" data-label="" points="544.2696845116272,366.7285633577312 253.64479710155913,448.4499022742069" fill="none" stroke="hsl(302, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.88,-1.5974999999999986 5.01,-3.1824999999999983" data-type="line" data-label="" points="544.2696845116272,366.7285633577312 462.8511767278329,435.7383680835676" fill="none" stroke="hsl(302, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.20499999999999952,-3.4744553499999995 5.01,-3.1824999999999983" data-type="line" data-label="" points="253.64479710155913,448.4499022742069 462.8511767278329,435.7383680835676" fill="none" stroke="hsl(302, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.6900000000000003,-0.4850000000000002 1.2710000000000004,-0.4850000000000002 1.2710000000000004,-0.7849999999999987 2.5149999999999997,-0.7849999999999987" data-type="line" data-label="" points="274.76136195457536,318.2910821227199 300.05770046921947,318.2910821227199 300.05770046921947,331.3528748153072 354.2206008344816,331.3528748153072" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.6900000000000003,-0.8850000000000002 1.7025000000000001,-0.8850000000000002 1.7025000000000001,-0.5849999999999987 2.5149999999999997,-0.5849999999999987" data-type="line" data-label="" points="274.76136195457536,335.70680571283634 318.8449122920576,335.70680571283634 318.8449122920576,322.64501302024894 354.2206008344816,322.64501302024894" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.7100000000000002,-0.4850000000000001 -2.0575,-0.4850000000000001 -2.0575,0.16500000000000026 -3.3044553499999996,0.16500000000000026 -3.3044553499999996,-0.03499999999999992" data-type="line" data-label="" points="170.26702041387665,318.2910821227199 155.13711054496298,318.2910821227199 155.13711054496298,289.99053128878063 100.84553628292076,289.99053128878063 100.84553628292076,298.6983930838389" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.515,-0.6849999999999987 5.1175,-0.6849999999999987 5.1175,-1.5874999999999986 5.72,-1.5874999999999986" data-type="line" data-label="" points="441.29921878506383,326.99894391777804 467.5316524426767,326.99894391777804 467.5316524426767,366.29317026797827 493.76408610028966,366.29317026797827" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.7100000000000002,-1.2850000000000001 -1.9100000000000001,-1.2850000000000001 -1.9100000000000001,-2.379727675 1.5049999999999997,-2.379727675 1.5049999999999997,-3.4744553499999995 1.3049999999999995,-3.4744553499999995" data-type="line" data-label="" points="170.26702041387665,353.1225293029528 161.55915861881843,353.1225293029528 161.55915861881843,400.78621578857985 310.2458987694376,400.78621578857985 310.2458987694376,448.4499022742069 301.53803697437934,448.4499022742069" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.6900000000000003,-1.2850000000000001 1.77,-1.2850000000000001 1.77,-3.7299999999999986 2.8499999999999996,-3.7299999999999986 2.8499999999999996,-3.5299999999999985" data-type="line" data-label="" points="274.76136195457536,353.1225293029528 321.78381564788975,353.1225293029528 321.78381564788975,459.5761397475395 368.80626934120414,459.5761397475395 368.80626934120414,450.86827795248126" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.4414851166666667,-4.19 -1.4414851166666667,-4.390000000000001 -3.6509404666666665,-4.390000000000001 -3.6509404666666665,-3.4450000000000003" data-type="line" data-label="" points="181.95797288379092,479.6042218761735 181.95797288379092,488.3120836712317 85.75981373303094,488.3120836712317 85.75981373303094,447.16743668958156" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.8994553499999993,2.2750000000000004 -2.8994553499999993,2.4750000000000005 0.69,2.4750000000000005 0.69,1.8849999999999998" data-type="line" data-label="" points="118.47895641791366,198.1225893509164 118.47895641791366,189.41472755585818 274.76136195457536,189.41472755585818 274.76136195457536,215.10291985127998" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.88,-1.5974999999999984 7.08,-1.5974999999999984 7.08,-2.389999999999998 5.01,-2.389999999999998 5.01,-3.1824999999999983" data-type="line" data-label="" points="544.2696845116272,366.72856335773116 552.9775463066856,366.72856335773116 552.9775463066856,401.23346572064935 462.8511767278329,401.23346572064935 462.8511767278329,435.7383680835676" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.6899999999999998,0.7849999999999999 0.6899999999999998,-0.15000000000000036 0.8900000000000002,-0.15000000000000036 0.8900000000000002,-1.0850000000000004 0.6900000000000003,-1.0850000000000004" data-type="line" data-label="" points="274.7613619545753,262.99615972410015 274.7613619545753,303.7054136159974 283.46922374963356,303.7054136159974 283.46922374963356,344.4146675078946 274.76136195457536,344.4146675078946" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.7100000000000002,-0.6850000000000003 -2.0575,-0.6850000000000003 -2.0575,-1.3350000000000002 -3.3044553499999996,-1.3350000000000002 -3.3044553499999996,-1.135" data-type="line" data-label="" points="170.26702041387665,326.99894391777815 155.13711054496298,326.99894391777815 155.13711054496298,355.29949475171736 100.84553628292076,355.29949475171736 100.84553628292076,346.5916329566591" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.4414851166666667,-3.09 -1.4414851166666667,-2.989 -1.6424851166666665,-2.989" data-type="line" data-label="" points="181.95797288379092,431.71098200335325 181.95797288379092,427.31351179684884 173.20657177975738,427.31351179684884" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.6509404666666665,-2.3449999999999998 -3.6509404666666665,-2.2439999999999998 -4.101940466666666,-2.2439999999999998" data-type="line" data-label="" points="85.75981373303094,399.27419681676133 85.75981373303094,394.8767266102569 66.12358538517466,394.8767266102569" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.01,-4.282499999999999 5.01,-4.383499999999999 4.558999999999999,-4.383499999999999" data-type="line" data-label="" points="462.8511767278329,483.6316079563878 462.8511767278329,488.02907816289223 443.2149483799766,488.02907816289223" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.0962500000000002,-0.4850000000000002 1.1462500000000002,-0.4850000000000002 1.1462500000000002,0.715 0.24525000000000008,0.715" data-type="line" data-label="" points="292.44920622578735,318.2910821227199 294.6261716745519,318.2910821227199 294.6261716745519,266.04391135237057 255.3972542878146,266.04391135237057" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.7025000000000001,-0.5849999999999987 1.7525000000000002,-0.5849999999999987 1.7525000000000002,-0.38499999999999873 1.6515000000000002,-0.38499999999999873" data-type="line" data-label="" points="318.8449122920576,322.64501302024894 321.02187774082216,322.64501302024894 321.02187774082216,313.93715122519075 316.62440753431775,313.93715122519075" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.8994553499999993,1.1749999999999998 -2.8994553499999993,1.0739999999999998 -3.1004553499999994,1.0739999999999998" data-type="line" data-label="" points="118.47895641791366,246.01582922373666 118.47895641791366,250.41329943024104 109.72755531388015,250.41329943024104" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.8499999999999996,-2.4899999999999984 2.8499999999999996,-2.3889999999999985 2.2489999999999997,-2.3889999999999985" data-type="line" data-label="" points="368.80626934120414,405.5873966181785 368.80626934120414,401.1899264116741 342.6391446470542,401.1899264116741" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-0.51" data-y="-0.8850000000000002" x="170.26702041387665" y="309.58322032766165" width="104.49434154069871" height="52.247170770349385" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.022967750833333335"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-2.9519553499999995" data-y="-0.585" x="92.37908471737242" y="298.6983930838389" width="47.628115958676915" height="47.89323987282023" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.022967750833333335"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-1.0889851166666666" data-y="-3.64" x="173.49152131824258" y="431.71098200335325" width="47.628115958676915" height="47.89323987282023" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.022967750833333335"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-2.5469553499999993" data-y="1.725" x="110.0125048523653" y="198.12258935091643" width="47.62811595867694" height="47.89323987282026" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.022967750833333335"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="3.0649999999999995" data-y="1.5044553500000009" x="354.2206008344816" y="214.71495413079379" width="47.89323987282023" height="33.91323363146026" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.022967750833333335"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="3.5149999999999997" data-y="-0.6849999999999987" x="354.2206008344816" y="318.2910821227198" width="87.07861795058221" height="17.415723590116443" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.022967750833333335"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="2.6899999999999995" data-y="-3.0099999999999985" x="343.11807704578234" y="405.5873966181785" width="37.443805718750355" height="45.28088133430276" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.022967750833333335"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="6.3" data-y="-1.5674999999999986" x="493.76408610028966" y="347.57126740860303" width="50.50559841133759" height="35.70223335973873" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.022967750833333335"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="0.7774999999999997" data-y="1.335" x="256.4748521849531" y="215.10291985127998" width="44.192398609920474" height="47.8932398728202" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.022967750833333335"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="-3.4534404666666663" data-y="-2.895" x="67.4733039634087" y="399.27419681676133" width="53.77104658448454" height="47.89323987282023" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.022967750833333335"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="0.7549999999999997" data-y="-3.4744553499999995" x="253.6447971015591" y="431.49328545847675" width="47.8932398728202" height="33.91323363146029" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.022967750833333335"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="5.2075" data-y="-3.7324999999999986" x="444.56466695821064" y="435.7383680835676" width="53.771046584484566" height="47.89323987282023" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.022967750833333335"/></g><g><rect data-type="rect" data-label="netId: UVLO
|
|
2
4
|
globalConnNetId: connectivity_net1" data-x="-3.6044553499999994" data-y="-1.3350000000000002" x="74.72195089774608" y="350.9455638541882" width="26.123585385174664" height="8.70786179505825" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.022967750833333335"/></g><g><rect data-type="rect" data-label="netId: UVLO
|
|
3
5
|
globalConnNetId: connectivity_net1" data-x="-1.9424851166666666" data-y="-2.989" x="147.08298639458275" y="422.9595808993197" width="26.123585385174636" height="8.70786179505825" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.022967750833333335"/></g><g><rect data-type="rect" data-label="netId: IADJ
|
|
4
6
|
globalConnNetId: connectivity_net2" data-x="-2.011" data-y="-0.8850000000000002" x="144.0998957197267" y="331.35287481530725" width="26.123585385174664" height="8.707861795058193" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.022967750833333335"/></g><g><rect data-type="rect" data-label="netId: DIM_PWM
|
|
@@ -85,7 +87,7 @@ orientation: x-" data-x="0.20499999999999952" data-y="-3.4744553499999995" cx="2
|
|
|
85
87
|
const h = svg.getElementById('crosshair-h');
|
|
86
88
|
const v = svg.getElementById('crosshair-v');
|
|
87
89
|
const coords = svg.getElementById('coordinates');
|
|
88
|
-
|
|
90
|
+
|
|
89
91
|
crosshair.style.display = 'block';
|
|
90
92
|
h.setAttribute('x1', '0');
|
|
91
93
|
h.setAttribute('x2', '640');
|
|
@@ -104,13 +106,13 @@ orientation: x-" data-x="0.20499999999999952" data-y="-3.4744553499999995" cx="2
|
|
|
104
106
|
// y' = (y - ty) / sy
|
|
105
107
|
const sx = matrix.a;
|
|
106
108
|
const sy = matrix.d;
|
|
107
|
-
const tx = matrix.e;
|
|
109
|
+
const tx = matrix.e;
|
|
108
110
|
const ty = matrix.f;
|
|
109
111
|
const realPoint = {
|
|
110
112
|
x: (x - tx) / sx,
|
|
111
113
|
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
112
114
|
}
|
|
113
|
-
|
|
115
|
+
|
|
114
116
|
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
115
117
|
coords.setAttribute('x', (x + 5).toString());
|
|
116
118
|
coords.setAttribute('y', (y - 5).toString());
|
|
@@ -118,4 +120,174 @@ orientation: x-" data-x="0.20499999999999952" data-y="-3.4744553499999995" cx="2
|
|
|
118
120
|
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
119
121
|
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
120
122
|
});
|
|
121
|
-
]]></script
|
|
123
|
+
]]></script>
|
|
124
|
+
</g>
|
|
125
|
+
<g transform="translate(1216, 200)">
|
|
126
|
+
<style>
|
|
127
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
128
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
129
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
130
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
131
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
132
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
133
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
134
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
135
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
136
|
+
|
|
137
|
+
</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 510.83668485810705 391.2371351805455 L 560.9389429536814 391.2371351805455 L 560.9389429536814 417.1074922006354 L 668.2146900636545 417.1074922006354" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.797523744048002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 510.83668485810705 391.2371351805455 L 560.9389429536814 391.2371351805455 L 560.9389429536814 417.1074922006354 L 668.2146900636545 417.1074922006354" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7246904680060002px" 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 510.83668485810705 425.7309445406655 L 598.1491398009108 425.7309445406655 L 598.1491398009108 399.8605875205754 L 668.2146900636545 399.8605875205754" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.797523744048002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 510.83668485810705 425.7309445406655 L 598.1491398009108 425.7309445406655 L 598.1491398009108 399.8605875205754 L 668.2146900636545 399.8605875205754" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7246904680060002px" 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 303.873828697387 391.2371351805455 L 273.90733181578275 391.2371351805455 L 273.90733181578275 335.1846949703505 L 166.37673150707855 335.1846949703505 L 166.37673150707855 352.43159965041053" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.797523744048002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 303.873828697387 391.2371351805455 L 273.90733181578275 391.2371351805455 L 273.90733181578275 335.1846949703505 L 166.37673150707855 335.1846949703505 L 166.37673150707855 352.43159965041053" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7246904680060002px" 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 840.6837368642546 408.48403986060544 L 892.6400372129353 408.48403986060544 L 892.6400372129353 486.31069722937616 L 944.5963375616161 486.31069722937616" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.797523744048002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 840.6837368642546 408.48403986060544 L 892.6400372129353 408.48403986060544 L 892.6400372129353 486.31069722937616 L 944.5963375616161 486.31069722937616" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7246904680060002px" 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 303.873828697387 460.2247539007856 L 286.62692401732704 460.2247539007856 L 286.62692401732704 554.628073207529 L 581.1178214293515 554.628073207529 L 581.1178214293515 649.0313925142725 L 563.8709167492915 649.0313925142725" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.797523744048002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 303.873828697387 460.2247539007856 L 286.62692401732704 460.2247539007856 L 286.62692401732704 554.628073207529 L 581.1178214293515 554.628073207529 L 581.1178214293515 649.0313925142725 L 563.8709167492915 649.0313925142725" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7246904680060002px" 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 510.83668485810705 460.2247539007856 L 603.9699701304311 460.2247539007856 L 603.9699701304311 671.0681636145189 L 697.103255402755 671.0681636145189 L 697.103255402755 653.8212589344589" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.797523744048002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 510.83668485810705 460.2247539007856 L 603.9699701304311 460.2247539007856 L 603.9699701304311 671.0681636145189 L 697.103255402755 671.0681636145189 L 697.103255402755 653.8212589344589" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7246904680060002px" 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 327.0290816875242 710.7360443786571 L 327.0290816875242 727.9829490587172 L 136.49775260603116 727.9829490587172 L 136.49775260603116 646.4913244454335" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.797523744048002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 327.0290816875242 710.7360443786571 L 327.0290816875242 727.9829490587172 L 136.49775260603116 727.9829490587172 L 136.49775260603116 646.4913244454335" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7246904680060002px" 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 201.30171348420004 153.22985059571747 L 201.30171348420004 135.98294591565747 L 510.83668485810705 135.98294591565747 L 510.83668485810705 186.86131472183453" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.797523744048002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 201.30171348420004 153.22985059571747 L 201.30171348420004 135.98294591565747 L 510.83668485810705 135.98294591565747 L 510.83668485810705 186.86131472183453" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7246904680060002px" 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 1044.628384705964 487.17304246337915 L 1061.8752893860242 487.17304246337915 L 1061.8752893860242 555.5139022581168 L 883.3698259474031 555.5139022581168 L 883.3698259474031 623.8547620528547" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.797523744048002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1044.628384705964 487.17304246337915 L 1061.8752893860242 487.17304246337915 L 1061.8752893860242 555.5139022581168 L 883.3698259474031 555.5139022581168 L 883.3698259474031 623.8547620528547" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7246904680060002px" 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 510.836684858107 281.7192904621645 L 510.836684858107 362.34856984144506 L 528.0835895381671 362.34856984144506 L 528.0835895381671 442.97784922072555 L 510.83668485810705 442.97784922072555" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.797523744048002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 510.836684858107 281.7192904621645 L 510.836684858107 362.34856984144506 L 528.0835895381671 362.34856984144506 L 528.0835895381671 442.97784922072555 L 510.83668485810705 442.97784922072555" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7246904680060002px" 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 303.873828697387 408.48403986060555 L 273.90733181578275 408.48403986060555 L 273.90733181578275 464.53648007080056 L 166.37673150707855 464.53648007080056 L 166.37673150707855 447.28957539074054" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.797523744048002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 303.873828697387 408.48403986060555 L 273.90733181578275 408.48403986060555 L 273.90733181578275 464.53648007080056 L 166.37673150707855 464.53648007080056 L 166.37673150707855 447.28957539074054" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7246904680060002px" 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 327.0290816875242 615.878068638327 L 327.0290816875242 607.1683817748967 L 309.6959424840639 607.1683817748967" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.797523744048002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 327.0290816875242 615.878068638327 L 327.0290816875242 607.1683817748967 L 309.6959424840639 607.1683817748967" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7246904680060002px" 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 136.49775260603116 551.6333487051036 L 136.49775260603116 542.9236618416733 L 97.6059825524959 542.9236618416733" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.797523744048002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 136.49775260603116 551.6333487051036 L 136.49775260603116 542.9236618416733 L 97.6059825524959 542.9236618416733" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7246904680060002px" 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 883.3698259474031 718.7127377931847 L 883.3698259474031 727.422424656615 L 844.4780558938677 727.422424656615" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.797523744048002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 883.3698259474031 718.7127377931847 L 883.3698259474031 727.422424656615 L 844.4780558938677 727.422424656615" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"><path d="M 545.869459989479 391.2371351805455 L 550.1811861594939 391.2371351805455 L 550.1811861594939 287.75570710018553 L 472.4838805758236 287.75570710018553" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.797523744048002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 545.869459989479 391.2371351805455 L 550.1811861594939 391.2371351805455 L 550.1811861594939 287.75570710018553 L 472.4838805758236 287.75570710018553" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"><path d="M 598.1491398009108 399.8605875205754 L 602.4608659709259 399.8605875205754 L 602.4608659709259 382.6136828405154 L 593.7511791074955 382.6136828405154" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.797523744048002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 598.1491398009108 399.8605875205754 L 602.4608659709259 399.8605875205754 L 602.4608659709259 382.6136828405154 L 593.7511791074955 382.6136828405154" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"><path d="M 201.30171348420004 248.08782633604753 L 201.30171348420004 256.79751319947786 L 183.96857428073974 256.79751319947786" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.797523744048002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 201.30171348420004 248.08782633604753 L 201.30171348420004 256.79751319947786 L 183.96857428073974 256.79751319947786" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"><path d="M 697.103255402755 564.1373545981469 L 697.103255402755 555.4276677347166 L 645.2763068391747 555.4276677347166" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.797523744048002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 697.103255402755 564.1373545981469 L 697.103255402755 555.4276677347166 L 645.2763068391747 555.4276677347166" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="598.1491398009108" cy="399.8605875205754" r="2.587035702009" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="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="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="338.367638057507" y="373.99023050048555" width="137.97523744048004" height="103.48142808035999" stroke-width="1.7246904680060002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="338.367638057507" y="373.99023050048555" width="137.97523744048004" height="103.48142808035999" fill="transparent"/><text class="sch-text" x="407.355256777747" y="425.7309445406655" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.522214212054001px" transform="rotate(0, 407.355256777747, 425.7309445406655)">U4</text><line class="component-pin sch-component-pin sch-port-line" x1="338.367638057507" y1="408.48403986060555" x2="303.873828697387" y2="408.48403986060555" stroke-width="1.7246904680060002px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="302.14913822938104" y="406.7593493925996" width="3.4493809360120005" height="3.4493809360120005" opacity="0"/></g><text class="pin-number sch-pin-number" x="321.120733377447" y="406.7593493925996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.935178510045px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="338.367638057507" y1="425.7309445406655" x2="305.598519165393" y2="425.7309445406655" stroke-width="1.7246904680060002px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="303.873828697387" cy="425.7309445406655" r="1.7246904680060002" stroke-width="1.7246904680060002px"/><rect x="302.14913822938104" y="424.00625407265954" width="3.4493809360120005" height="3.4493809360120005" opacity="0"/></g><text class="pin-number sch-pin-number" x="321.120733377447" y="424.00625407265954" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.935178510045px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="338.367638057507" y1="442.97784922072555" x2="305.598519165393" y2="442.97784922072555" stroke-width="1.7246904680060002px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="303.873828697387" cy="442.97784922072555" r="1.7246904680060002" stroke-width="1.7246904680060002px"/><rect x="302.14913822938104" y="441.25315875271957" width="3.4493809360120005" height="3.4493809360120005" opacity="0"/></g><text class="pin-number sch-pin-number" x="321.120733377447" y="441.25315875271957" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.935178510045px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="338.367638057507" y1="460.2247539007856" x2="303.873828697387" y2="460.2247539007856" stroke-width="1.7246904680060002px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="302.14913822938104" y="458.5000634327796" width="3.4493809360120005" height="3.4493809360120005" opacity="0"/></g><text class="pin-number sch-pin-number" x="321.120733377447" y="458.50006343277954" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.935178510045px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="476.34287549798705" y1="460.2247539007856" x2="510.83668485810705" y2="460.2247539007856" stroke-width="1.7246904680060002px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="509.1119943901011" y="458.5000634327796" width="3.4493809360120005" height="3.4493809360120005" opacity="0"/></g><text class="pin-number sch-pin-number" x="493.589780178047" y="458.50006343277954" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.935178510045px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="476.34287549798705" y1="391.2371351805455" x2="510.83668485810705" y2="391.2371351805455" stroke-width="1.7246904680060002px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="509.1119943901011" y="389.51244471253955" width="3.4493809360120005" height="3.4493809360120005" opacity="0"/></g><text class="pin-number sch-pin-number" x="493.589780178047" y="389.51244471253955" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.935178510045px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="476.34287549798705" y1="425.7309445406655" x2="510.83668485810705" y2="425.7309445406655" stroke-width="1.7246904680060002px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="509.1119943901011" y="424.00625407265954" width="3.4493809360120005" height="3.4493809360120005" opacity="0"/></g><text class="pin-number sch-pin-number" x="493.589780178047" y="424.00625407265954" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.935178510045px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="476.34287549798705" y1="408.48403986060555" x2="509.1119943901011" y2="408.48403986060555" stroke-width="1.7246904680060002px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="510.83668485810705" cy="408.48403986060555" r="1.7246904680060002" stroke-width="1.7246904680060002px"/><rect x="509.1119943901011" y="406.7593493925996" width="3.4493809360120005" height="3.4493809360120005" opacity="0"/></g><text class="pin-number sch-pin-number" x="493.589780178047" y="406.7593493925995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.935178510045px" transform="">8</text><line class="component-pin sch-component-pin sch-port-line" x1="476.34287549798705" y1="442.97784922072555" x2="510.83668485810705" y2="442.97784922072555" stroke-width="1.7246904680060002px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="509.1119943901011" y="441.25315875271957" width="3.4493809360120005" height="3.4493809360120005" opacity="0"/></g><text class="pin-number sch-pin-number" x="493.589780178047" y="441.2531587527195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.935178510045px" transform="">9</text><line class="component-pin sch-component-pin sch-port-line" x1="338.367638057507" y1="391.2371351805455" x2="303.873828697387" y2="391.2371351805455" stroke-width="1.7246904680060002px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><rect x="302.14913822938104" y="389.51244471253955" width="3.4493809360120005" height="3.4493809360120005" opacity="0"/></g><text class="pin-number sch-pin-number" x="321.120733377447" y="389.51244471253955" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.935178510045px" transform="">10</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component-overlay sch-component-overlay" x="153.73216334089255" y="352.4315996504105" width="25.28913633237198" height="94.85797574033006" fill="transparent"/><path class="sch-component-symbol-path" d="M 166.37673150707855 352.4315996504105 L 166.37673150707855 368.2444242063235" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 166.37673150707855 431.4767508348275 L 166.37673150707855 447.28957539074054" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 179.02129967326454 368.2444242063235 L 179.02129967326454 431.4767508348275 L 153.73216334089255 431.4767508348275 L 153.73216334089255 368.2444242063235 L 179.02129967326454 368.2444242063235" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="191.67219170449988" y="374.5651273231542" stroke="rgb(245, 241, 237)" stroke-width="1.7246904680060002px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="15.522214212054001px">R6</text><text class="sch-component-text" x="191.67219170449988" y="425.15604771799684" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="15.522214212054001px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component-overlay sch-component-overlay" x="314.3845135213382" y="615.878068638327" width="25.28913633237198" height="94.85797574032995" fill="transparent"/><path class="sch-component-symbol-path" d="M 327.0290816875242 615.878068638327 L 327.0290816875242 631.69089319424" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 327.0290816875242 694.923219822744 L 327.0290816875242 710.736044378657" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 339.6736498537102 631.69089319424 L 339.6736498537102 694.923219822744 L 314.3845135213382 694.923219822744 L 314.3845135213382 631.69089319424 L 339.6736498537102 631.69089319424" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="352.3245418849455" y="638.0115963110707" stroke="rgb(245, 241, 237)" stroke-width="1.7246904680060002px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="15.522214212054001px">R7</text><text class="sch-component-text" x="352.3245418849455" y="688.6025167059133" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="15.522214212054001px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component-overlay sch-component-overlay" x="188.65714531801405" y="153.2298505957175" width="25.28913633237198" height="94.85797574033006" fill="transparent"/><path class="sch-component-symbol-path" d="M 201.30171348420004 153.2298505957175 L 201.30171348420004 169.04267515163053" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 201.30171348420004 232.27500178013452 L 201.30171348420004 248.08782633604756" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 213.94628165038603 169.04267515163053 L 213.94628165038603 232.27500178013452 L 188.65714531801405 232.27500178013452 L 188.65714531801405 169.04267515163053 L 213.94628165038603 169.04267515163053" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="226.59717368162137" y="175.3633782684612" stroke="rgb(245, 241, 237)" stroke-width="1.7246904680060002px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="15.522214212054001px">R8</text><text class="sch-component-text" x="226.59717368162137" y="225.95429866330386" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="15.522214212054001px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component-overlay sch-component-overlay" x="668.2146900636545" y="207.03283308093242" width="94.85797574032995" height="25.28913633237198" fill="transparent"/><path class="sch-component-symbol-path" d="M 668.2146900636545 219.6774012471184 L 684.0275146195676 219.6774012471184" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 747.2598412480714 219.6774012471184 L 763.0726658039845 219.6774012471184" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 684.0275146195676 207.03283308093242 L 747.2598412480714 207.03283308093242 L 747.2598412480714 232.3219694133044 L 684.0275146195676 232.3219694133044 L 684.0275146195676 207.03283308093242" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="715.6436779338195" y="194.38194104969708" stroke="rgb(245, 241, 237)" stroke-width="1.7246904680060002px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="15.522214212054001px">R9</text><text class="sch-component-text" x="715.6436779338195" y="244.97286144453975" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="15.522214212054001px"></text><circle class="component-pin sch-component-pin" cx="668.2146900636545" cy="219.6774012471184" r="1.7246904680060002px" stroke-width="1.7246904680060002px" fill="none" stroke="rgb(132, 0, 0)"/><circle class="component-pin sch-component-pin" cx="763.0726658039845" cy="219.6774012471184" r="1.7246904680060002px" stroke-width="1.7246904680060002px" fill="none" stroke="rgb(132, 0, 0)"/></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="702.7084994237745" y="391.2371351805454" width="103.48142808036005" height="34.49380936012" stroke-width="1.7246904680060002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="702.7084994237745" y="391.2371351805454" width="103.48142808036005" height="34.49380936012" fill="transparent"/><text class="sch-text" x="754.4492134639545" y="408.48403986060544" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.497936453373335px" transform="rotate(0, 754.4492134639545, 408.48403986060544)">Q1</text><line class="component-pin sch-component-pin sch-port-line" x1="702.7084994237745" y1="417.1074922006354" x2="668.2146900636545" y2="417.1074922006354" stroke-width="1.7246904680060002px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="666.4899995956486" y="415.38280173262945" width="3.4493809360120005" height="3.4493809360120005" opacity="0"/></g><text class="pin-number sch-pin-number" x="685.4615947437145" y="415.38280173262945" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.935178510045px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="806.1899275041345" y1="408.48403986060544" x2="840.6837368642546" y2="408.48403986060544" stroke-width="1.7246904680060002px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="838.9590463962486" y="406.75934939259946" width="3.4493809360120005" height="3.4493809360120005" opacity="0"/></g><text class="pin-number sch-pin-number" x="823.4368321841945" y="406.7593493925994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.935178510045px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="702.7084994237745" y1="399.8605875205754" x2="668.2146900636545" y2="399.8605875205754" stroke-width="1.7246904680060002px"/><g class="sch-port" data-schematic-port-id="source_port_5_2__stack1"><rect x="666.4899995956486" y="398.1358970525694" width="3.4493809360120005" height="3.4493809360120005" opacity="0"/></g><text class="pin-number sch-pin-number" x="685.4615947437145" y="398.1358970525694" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.935178510045px" transform="">3</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component-overlay sch-component-overlay" x="685.030422126713" y="564.1373545981469" width="23.283321318080993" height="89.68390433631203" fill="transparent"/><path class="sch-component-symbol-path" d="M 697.103255402755 596.9064734902609 L 708.313743444794 619.3274495743389" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 685.030422126713 619.3274495743389 L 697.103255402755 596.9064734902609" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 708.313743444794 619.3274495743389 L 685.030422126713 619.3274495743389" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 685.030422126713 596.9064734902609 L 708.313743444794 596.9064734902609" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 697.103255402755 619.3274495743389 L 697.103255402755 653.8212589344589" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 697.103255402755 564.1373545981469 L 697.103255402755 596.0441282562579" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="677.269315020686" y="609.8416520003059" stroke="rgb(245, 241, 237)" stroke-width="1.7246904680060002px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="end" dominant-baseline="middle" font-size="15.522214212054001px">D2</text><text class="sch-component-text" x="723.8359576568481" y="608.9793067663029" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="15.522214212054001px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component-overlay sch-component-overlay" x="944.6551744349508" y="477.1177815914305" width="100.00558313002284" height="9.74612436534278" fill="transparent"/><path class="sch-component-symbol-path" d="M 975.8570979036425 486.55274322021023 L 975.621225520967 486.0947952019808 L 975.3853531382913 485.63821635535254 L 975.1494807556157 485.18436741052835 L 974.9136083729402 484.7345922669589 L 974.6777359902646 484.29020970775525 L 974.4418636075891 483.8525052689527 L 974.2059912249135 483.42272331375364 L 973.970118842238 483.00205936061445 L 973.7342464595624 482.5916527124769 L 973.4983740768869 482.1925794325863 L 973.2625016942113 481.8058457102042 L 973.0266293115358 481.4323816571167 L 972.7907569288601 481.07303557318613 L 972.5548845461846 480.72856871630023 L 972.319012163509 480.3996506089642 L 972.0831397808334 480.0868549104717 L 971.8472673981579 479.79065588010474 L 971.6113950154823 479.51142545316725 L 971.3755226328068 479.24943094788057 L 971.1396502501312 479.0048334172773 L 970.9037778674557 478.77768665625626 L 970.6679054847801 478.5679368699187 L 970.4320331021046 478.3754230052319 L 970.1961607194289 478.1998777439746 L 969.9602883367534 478.04092915084277 L 969.7244159540778 477.8981029665545 L 969.4885435714023 477.7708255318162 L 969.2526711887267 477.65842732412244 L 969.0167988060512 477.56014708558564 L 968.7809264233756 477.47513651634347 L 968.5450540407 477.4024655046097 L 968.3091816580245 477.3411278611231 L 968.073309275349 477.29004752263796 L 967.8374368926734 477.24808518621273 L 967.6015645099977 477.21404533339097 L 967.3656921273222 477.18668360097035 L 967.1298197446466 477.1647144529155 L 966.8939473619711 477.1468191061154 L 966.6580749792955 477.1316536611194 L 966.42220259662 477.1178573877246 L 966.1863304508079 477.1316536611194 L 965.9504583049957 477.1468191061154 L 965.7145861591836 477.1647144529155 L 965.4787140133714 477.18668360097035 L 965.2428418675593 477.21404533339097 L 965.0069697217472 477.24808518621273 L 964.771097575935 477.29004752263796 L 964.5352254301229 477.3411278611231 L 964.2993532843107 477.4024655046097 L 964.0634811384986 477.47513651634347 L 963.8276089926865 477.56014708558564 L 963.5917368468743 477.65842732412244 L 963.3558647010622 477.7708255318162 L 963.11999255525 477.8981029665545 L 962.8841204094379 478.04092915084277 L 962.6482482636258 478.1998777439746 L 962.4123761178136 478.3754230052319 L 962.1765039720015 478.5679368699187 L 961.9406318261892 478.77768665625626 L 961.7047596803772 479.0048334172773 L 961.468887534565 479.24943094788057 L 961.2330153887528 479.51142545316725 L 960.9971432429408 479.79065588010474 L 960.7612710971285 480.0868549104717 L 960.5253989513164 480.3996506089642 L 960.2895268055044 480.72856871630023 L 960.0536546596921 481.07303557318613 L 959.81778251388 481.4323816571167 L 959.5819103680678 481.8058457102042 L 959.3460382222557 482.1925794325863 L 959.1101660764436 482.5916527124769 L 958.8742939306314 483.00205936061445 L 958.6384217848193 483.42272331375364 L 958.4025496390071 483.8525052689527 L 958.166677493195 484.29020970775525 L 957.930805347383 484.7345922669589 L 957.6949332015707 485.18436741052835 L 957.4590610557586 485.63821635535254 L 957.2231889099464 486.0947952019808 L 956.9873167641343 486.55274322021023" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 994.7268695686138 486.55267689845294 L 994.4909974228017 486.09472864336004 L 994.2551252769896 485.63814955986834 L 994.0192531311774 485.18430037818075 L 993.7833809853653 484.7345249977479 L 993.5475088395531 484.2901422016808 L 993.311636693741 483.85243752601485 L 993.0757645479289 483.4226553339524 L 992.8398924021167 483.0019911439498 L 992.6040202563046 482.5915842589488 L 992.3681481104924 482.19251074219477 L 992.1322759646803 481.80577678294924 L 991.8964038188682 481.43231249299834 L 991.660531673056 481.07296617220436 L 991.4246595272439 480.72849907845506 L 991.1887873814317 480.39958073425555 L 990.9529152356196 480.08678479889966 L 990.7170430898075 479.79058553166925 L 990.4811709439953 479.51135486786836 L 990.2452987981832 479.2493601257182 L 990.0094266523711 479.0047623582516 L 989.7735545065589 478.7776153603671 L 989.5376823607468 478.56786533716615 L 989.3018102149346 478.3753512356159 L 989.0659380691225 478.1998057374952 L 988.8300659233104 478.0408569075 L 988.5941937774982 477.8980304863483 L 988.3583216316861 477.7707528147465 L 988.1224494858739 477.6583543701894 L 987.8865773400618 477.5600738947891 L 987.6507051942497 477.47506308868356 L 987.4148330484375 477.4023918400864 L 987.1789609026254 477.3410539597363 L 986.9430887568132 477.2899733843878 L 986.7072166110011 477.24801081109916 L 986.471344465189 477.213970721414 L 986.2354723193768 477.1866087521299 L 985.9996001735647 477.1646393672117 L 985.7637280277524 477.1467437835482 L 985.5278558819404 477.1315781016887 L 985.2919837361283 477.1177815914305 L 985.0561113534526 477.1315781016887 L 984.820238970777 477.1467437835482 L 984.5843665881015 477.1646393672117 L 984.3484942054259 477.1866087521299 L 984.1126218227504 477.213970721414 L 983.8767494400748 477.24801081109916 L 983.6408770573993 477.2899733843878 L 983.4050046747237 477.3410539597363 L 983.1691322920482 477.4023918400864 L 982.9332599093726 477.47506308868356 L 982.6973875266971 477.5600738947891 L 982.4615151440214 477.6583543701894 L 982.2256427613459 477.7707528147465 L 981.9897703786703 477.8980304863483 L 981.7538979959947 478.0408569075 L 981.5180256133192 478.1998057374952 L 981.2821532306436 478.3753512356159 L 981.0462808479681 478.56786533716615 L 980.8104084652925 478.7776153603671 L 980.574536082617 479.0047623582516 L 980.3386636999414 479.2493601257182 L 980.1027913172659 479.51135486786836 L 979.8669189345903 479.79058553166925 L 979.6310465519147 480.08678479889966 L 979.3951741692391 480.39958073425555 L 979.1593017865636 480.72849907845506 L 978.923429403888 481.07296617220436 L 978.6875570212125 481.43231249299834 L 978.4516846385369 481.80577678294924 L 978.2158122558614 482.19251074219477 L 977.9799398731858 482.5915842589488 L 977.7440674905102 483.0019911439498 L 977.5081951078347 483.4226553339524 L 977.2723227251591 483.85243752601485 L 977.0364503424835 484.2901422016808 L 976.8005779598079 484.7345249977479 L 976.5647055771324 485.18430037818075 L 976.3288331944568 485.63814955986834 L 976.0929608117813 486.09472864336004 L 975.8570884291057 486.55267689845294" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1013.596650708122 486.55267689845294 L 1013.3607783254464 486.09472864336004 L 1013.1249059427709 485.63814955986834 L 1012.8890335600953 485.18430037818075 L 1012.6531611774197 484.7345249977479 L 1012.4172887947441 484.2901422016808 L 1012.1814164120685 483.85243752601485 L 1011.945544029393 483.4226553339524 L 1011.7096716467174 483.0019911439498 L 1011.4737992640419 482.5915842589488 L 1011.2379268813663 482.19251074219477 L 1011.0020544986908 481.80577678294924 L 1010.7661821160152 481.43231249299834 L 1010.5303097333397 481.07296617220436 L 1010.2944373506641 480.72849907845506 L 1010.0585649679886 480.39958073425555 L 1009.8226925853129 480.08678479889966 L 1009.5868202026373 479.79058553166925 L 1009.3509478199618 479.51135486786836 L 1009.1150754372862 479.2493601257182 L 1008.8792030546107 479.0047623582516 L 1008.6433306719351 478.7776153603671 L 1008.4074582892596 478.56786533716615 L 1008.171585906584 478.3753512356159 L 1007.9357135239085 478.1998057374952 L 1007.6998411412329 478.0408569075 L 1007.4639687585574 477.8980304863483 L 1007.2280963758817 477.7707528147465 L 1006.9922239932062 477.6583543701894 L 1006.7563516105306 477.5600738947891 L 1006.520479227855 477.47506308868356 L 1006.2846068451795 477.4023918400864 L 1006.048734462504 477.3410539597363 L 1005.8128620798284 477.2899733843878 L 1005.5769896971528 477.24801081109916 L 1005.3411173144773 477.213970721414 L 1005.1052449318017 477.1866087521299 L 1004.8693725491262 477.1646393672117 L 1004.6335001664505 477.1467437835482 L 1004.397627783775 477.1315781016887 L 1004.1617554010994 477.1177815914305 L 1003.9258832552873 477.1315781016887 L 1003.6900111094751 477.1467437835482 L 1003.454138963663 477.1646393672117 L 1003.2182668178509 477.1866087521299 L 1002.9823946720387 477.213970721414 L 1002.7465225262266 477.24801081109916 L 1002.5106503804145 477.2899733843878 L 1002.2747782346023 477.3410539597363 L 1002.0389060887902 477.4023918400864 L 1001.803033942978 477.47506308868356 L 1001.5671617971659 477.5600738947891 L 1001.3312896513538 477.6583543701894 L 1001.0954175055416 477.7707528147465 L 1000.8595453597295 477.8980304863483 L 1000.6236732139173 478.0408569075 L 1000.3878010681052 478.1998057374952 L 1000.1519289222931 478.3753512356159 L 999.9160567764809 478.56786533716615 L 999.6801846306688 478.7776153603671 L 999.4443124848566 479.0047623582516 L 999.2084403390445 479.2493601257182 L 998.9725681932324 479.51135486786836 L 998.7366960474202 479.79058553166925 L 998.5008239016081 480.08678479889966 L 998.2649517557959 480.39958073425555 L 998.0290796099838 480.72849907845506 L 997.7932074641717 481.07296617220436 L 997.5573353183595 481.43231249299834 L 997.3214631725474 481.80577678294924 L 997.0855910267352 482.19251074219477 L 996.8497188809231 482.5915842589488 L 996.613846735111 483.0019911439498 L 996.3779745892988 483.4226553339524 L 996.1421024434867 483.85243752601485 L 995.9062302976745 484.2901422016808 L 995.6703581518624 484.7345249977479 L 995.4344860060503 485.18430037818075 L 995.1986138602381 485.63814955986834 L 994.962741714426 486.09472864336004 L 994.7268695686138 486.55267689845294" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1032.4664223730933 486.55267689845294 L 1032.2305502272811 486.09472864336004 L 1031.994678081469 485.63814955986834 L 1031.758805935657 485.18430037818075 L 1031.5229337898447 484.7345249977479 L 1031.2870616440325 484.2901422016808 L 1031.0511894982205 483.85243752601485 L 1030.8153173524083 483.4226553339524 L 1030.5794452065961 483.0019911439498 L 1030.3435730607841 482.5915842589488 L 1030.107700914972 482.19251074219477 L 1029.8718287691597 481.80577678294924 L 1029.6359566233475 481.43231249299834 L 1029.4000844775355 481.07296617220436 L 1029.1642123317233 480.72849907845506 L 1028.928340185911 480.39958073425555 L 1028.6924680400991 480.08678479889966 L 1028.456595894287 479.79058553166925 L 1028.2207237484747 479.51135486786836 L 1027.9848516026627 479.2493601257182 L 1027.7489794568505 479.0047623582516 L 1027.5131073110383 478.7776153603671 L 1027.277235165226 478.56786533716615 L 1027.0413630194141 478.3753512356159 L 1026.805490873602 478.1998057374952 L 1026.5696187277897 478.0408569075 L 1026.3337465819777 477.8980304863483 L 1026.0978744361655 477.7707528147465 L 1025.8620022903533 477.6583543701894 L 1025.6261301445413 477.5600738947891 L 1025.390257998729 477.47506308868356 L 1025.154385852917 477.4023918400864 L 1024.918513707105 477.3410539597363 L 1024.6826415612927 477.2899733843878 L 1024.4467694154805 477.24801081109916 L 1024.2108972696683 477.213970721414 L 1023.9750251238562 477.1866087521299 L 1023.7391529780441 477.1646393672117 L 1023.503280832232 477.1467437835482 L 1023.2674086864198 477.1315781016887 L 1023.0315365406077 477.1177815914305 L 1022.7956641579322 477.1315781016887 L 1022.5597917752566 477.1467437835482 L 1022.323919392581 477.1646393672117 L 1022.0880470099055 477.1866087521299 L 1021.8521746272298 477.213970721414 L 1021.6163022445543 477.24801081109916 L 1021.3804298618787 477.2899733843878 L 1021.1445574792032 477.3410539597363 L 1020.9086850965276 477.4023918400864 L 1020.6728127138521 477.47506308868356 L 1020.4369403311765 477.5600738947891 L 1020.201067948501 477.6583543701894 L 1019.9651955658254 477.7707528147465 L 1019.7293231831499 477.8980304863483 L 1019.4934508004742 478.0408569075 L 1019.2575784177986 478.1998057374952 L 1019.0217060351231 478.3753512356159 L 1018.7858336524475 478.56786533716615 L 1018.549961269772 478.7776153603671 L 1018.3140888870964 479.0047623582516 L 1018.0782165044209 479.2493601257182 L 1017.8423441217453 479.51135486786836 L 1017.6064717390698 479.79058553166925 L 1017.3705993563942 480.08678479889966 L 1017.1347269737187 480.39958073425555 L 1016.8988545910431 480.72849907845506 L 1016.6629822083675 481.07296617220436 L 1016.4271098256919 481.43231249299834 L 1016.1912374430163 481.80577678294924 L 1015.9553650603408 482.19251074219477 L 1015.7194926776652 482.5915842589488 L 1015.4836202949897 483.0019911439498 L 1015.2477479123141 483.4226553339524 L 1015.0118755296386 483.85243752601485 L 1014.776003146963 484.2901422016808 L 1014.5401307642875 484.7345249977479 L 1014.3042583816119 485.18430037818075 L 1014.0683859989363 485.63814955986834 L 1013.8325136162607 486.09472864336004 L 1013.5966412335852 486.55267689845294" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 956.6907163905851 486.4312038625393 L 944.6551744349508 486.4312038625393" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1044.6607575649737 486.8639059567733 L 1032.6252156093394 486.8639059567733" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="994.4227274637966" y="462.5063215281512" stroke="rgb(245, 241, 237)" stroke-width="1.7246904680060002px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="15.522214212054001px">L2</text><text class="sch-component-text" x="994.4065634024073" y="506.08419671468283" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="15.522214212054001px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component-overlay sch-component-overlay" x="485.538062728161" y="186.86131472183453" width="50.59724425989202" height="94.85797574033003" fill="transparent"/><path class="sch-component-symbol-path" d="M 510.836684858107 186.86131472183453 L 510.836684858107 224.80450501796653" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 510.836684858107 243.77610016603253 L 510.836684858107 281.71929046216457" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 485.538062728161 224.80450501796653 L 536.135306988053 224.80450501796653" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 485.538062728161 243.77610016603253 L 536.135306988053 243.77610016603253" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="525.8558643503259" y="202.67097734522287" stroke="rgb(245, 241, 237)" stroke-width="1.7246904680060002px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="15.522214212054001px">C7</text><text class="sch-component-text" x="525.8558643503259" y="265.9096278387762" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="15.522214212054001px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component-overlay sch-component-overlay" x="111.19913047608513" y="551.6333487051036" width="50.59724425989204" height="94.85797574032995" fill="transparent"/><path class="sch-component-symbol-path" d="M 136.49775260603116 646.4913244454335 L 136.49775260603116 608.5481341493015" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 136.49775260603116 589.5765390012356 L 136.49775260603116 551.6333487051036" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 161.79637473597717 608.5481341493015 L 111.19913047608513 608.5481341493015" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 161.79637473597717 589.5765390012356 L 111.19913047608513 589.5765390012356" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="154.67886462292773" y="567.4430113284918" stroke="rgb(245, 241, 237)" stroke-width="1.7246904680060002px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="15.522214212054001px">C8</text><text class="sch-component-text" x="154.67886462292776" y="630.6816618220453" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="15.522214212054001px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_10__stack1"><rect class="component-overlay sch-component-overlay" x="469.0129410089615" y="636.3868243480865" width="94.85797574033" height="25.28913633237198" fill="transparent"/><path class="sch-component-symbol-path" d="M 469.0129410089615 649.0313925142725 L 484.82576556487453 649.0313925142725" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 548.0580921933786 649.0313925142725 L 563.8709167492915 649.0313925142725" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 484.82576556487453 636.3868243480865 L 548.0580921933786 636.3868243480865 L 548.0580921933786 661.6759606804585 L 484.82576556487453 661.6759606804585 L 484.82576556487453 636.3868243480865" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="516.4419288791265" y="623.7359323168512" stroke="rgb(245, 241, 237)" stroke-width="1.7246904680060002px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="15.522214212054001px">R10</text><text class="sch-component-text" x="516.4419288791265" y="674.3268527116938" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="15.522214212054001px"></text><circle class="component-pin sch-component-pin" cx="469.0129410089615" cy="649.0313925142725" r="1.7246904680060002px" stroke-width="1.7246904680060002px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_11__stack1"><rect class="component-overlay sch-component-overlay" x="858.0712038174571" y="623.8547620528548" width="50.59724425989202" height="94.85797574032995" fill="transparent"/><path class="sch-component-symbol-path" d="M 883.3698259474031 718.7127377931847 L 883.3698259474031 680.7695474970527" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 883.3698259474031 661.7979523489868 L 883.3698259474031 623.8547620528548" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 908.6684480773491 680.7695474970527 L 858.0712038174571 680.7695474970527" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 908.6684480773491 661.7979523489868 L 858.0712038174571 661.7979523489868" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7246904680060002px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="901.5509379642997" y="639.664424676243" stroke="rgb(245, 241, 237)" stroke-width="1.7246904680060002px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="15.522214212054001px">C9</text><text class="sch-component-text" x="901.5509379642997" y="702.9030751697965" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="15.522214212054001px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="303.873828697387" cy="408.48403986060555" r="3.4493809360120005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="303.873828697387" cy="425.7309445406655" r="3.4493809360120005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="303.873828697387" cy="442.97784922072555" r="3.4493809360120005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="303.873828697387" cy="460.2247539007856" r="3.4493809360120005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="510.83668485810705" cy="460.2247539007856" r="3.4493809360120005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="510.83668485810705" cy="391.2371351805455" r="3.4493809360120005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="510.83668485810705" cy="425.7309445406655" r="3.4493809360120005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="510.83668485810705" cy="408.48403986060555" r="3.4493809360120005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="510.83668485810705" cy="442.97784922072555" r="3.4493809360120005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="303.873828697387" cy="391.2371351805455" r="3.4493809360120005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="166.37673150707855" cy="373.9902305004855" r="3.4493809360120005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="166.37673150707855" cy="468.84820624081556" r="3.4493809360120005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="327.0290816875242" cy="637.436699488402" r="3.4493809360120005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="327.0290816875242" cy="732.2946752287321" r="3.4493809360120005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="201.30171348420004" cy="174.7884814457925" r="3.4493809360120005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="201.30171348420004" cy="269.6464571861226" r="3.4493809360120005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="689.7733209137295" cy="219.6774012471184" r="3.4493809360120005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="784.6312966540595" cy="219.6774012471184" r="3.4493809360120005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="668.2146900636545" cy="417.1074922006354" r="3.4493809360120005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="840.6837368642546" cy="408.48403986060544" r="3.4493809360120005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_2__stack1"><circle cx="668.2146900636545" cy="399.8605875205754" r="3.4493809360120005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="697.103255402755" cy="653.8212589344589" r="3.4493809360120005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="697.103255402755" cy="564.1373545981469" r="3.4493809360120005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="949.089318646981" cy="486.12965323400124" r="3.4493809360120005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="1049.121365791329" cy="486.9919984680042" r="3.4493809360120005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="510.836684858107" cy="303.2779213122395" r="3.4493809360120005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="510.836684858107" cy="208.41994557190952" r="3.4493809360120005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="136.49775260603116" cy="573.1919795551786" r="3.4493809360120005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="136.49775260603116" cy="668.0499552955087" r="3.4493809360120005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="490.5715718590365" cy="649.0313925142725" r="3.4493809360120005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="585.4295475993665" cy="649.0313925142725" r="3.4493809360120005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="883.3698259474031" cy="645.4133929029297" r="3.4493809360120005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="883.3698259474031" cy="740.2713686432596" r="3.4493809360120005" 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="
|
|
138
|
+
M 166.37673150707855,464.53648007080056
|
|
139
|
+
L 161.72006724346235,473.15993241083055
|
|
140
|
+
L 111.88801065454231,473.15993241083055
|
|
141
|
+
L 111.88801065454231,455.9130277307706
|
|
142
|
+
L 161.72006724346235,455.9130277307706
|
|
143
|
+
Z
|
|
144
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.7246904680060002px"/><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="158.61562440105155" y="464.53648007080056" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.522214212054001px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
|
|
145
|
+
M 309.6959424840639,607.1683817748967
|
|
146
|
+
L 305.03927822044767,615.7918341149267
|
|
147
|
+
L 255.20722163152766,615.7918341149267
|
|
148
|
+
L 255.20722163152766,598.5449294348667
|
|
149
|
+
L 305.03927822044767,598.5449294348667
|
|
150
|
+
Z
|
|
151
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.7246904680060002px"/><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="301.9348353780369" y="607.1683817748967" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.522214212054001px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
|
|
152
|
+
M 303.873828697387,425.7309445406655
|
|
153
|
+
L 299.2171644337708,434.3543968806955
|
|
154
|
+
L 249.38510784485078,434.3543968806955
|
|
155
|
+
L 249.38510784485078,417.10749220063553
|
|
156
|
+
L 299.2171644337708,417.10749220063553
|
|
157
|
+
Z
|
|
158
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.7246904680060002px"/><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="296.11272159136" y="425.7309445406655" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.522214212054001px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
|
|
159
|
+
M 303.873828697387,442.97784922072555
|
|
160
|
+
L 299.2171644337708,451.60130156075553
|
|
161
|
+
L 218.99606179858506,451.60130156075553
|
|
162
|
+
L 218.99606179858506,434.35439688069556
|
|
163
|
+
L 299.2171644337708,434.35439688069556
|
|
164
|
+
Z
|
|
165
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.7246904680060002px"/><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="296.11272159136" y="442.97784922072555" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.522214212054001px" 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_4__stack1" d="
|
|
166
|
+
M 286.62692401732704,507.4264135541573
|
|
167
|
+
L 281.9702597537108,516.0498658941873
|
|
168
|
+
L 232.1382031647908,516.0498658941873
|
|
169
|
+
L 232.1382031647908,498.8029612141273
|
|
170
|
+
L 281.9702597537108,498.8029612141273
|
|
171
|
+
Z
|
|
172
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.7246904680060002px"/><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="278.86581691130004" y="507.4264135541573" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.522214212054001px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
|
|
173
|
+
M 97.6059825524959,542.9236618416733
|
|
174
|
+
L 92.9493182888797,551.5471141817033
|
|
175
|
+
L 43.11726169995968,551.5471141817033
|
|
176
|
+
L 43.11726169995968,534.3002095016433
|
|
177
|
+
L 92.94931828887971,534.3002095016433
|
|
178
|
+
Z
|
|
179
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.7246904680060002px"/><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="89.8448754464689" y="542.9236618416733" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.522214212054001px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
|
|
180
|
+
M 603.9699701304311,460.2247539007856
|
|
181
|
+
L 608.6266343940473,451.6013015607556
|
|
182
|
+
L 709.1071010600768,451.6013015607556
|
|
183
|
+
L 709.1071010600768,468.84820624081556
|
|
184
|
+
L 608.6266343940473,468.84820624081556
|
|
185
|
+
Z
|
|
186
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.7246904680060002px"/><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="611.7310772364581" y="460.2247539007856" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.522214212054001px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
|
|
187
|
+
M 327.0290816875242,719.3594967186871
|
|
188
|
+
L 331.6857459511404,710.7360443786571
|
|
189
|
+
L 432.16621261716995,710.7360443786571
|
|
190
|
+
L 432.16621261716995,727.982949058717
|
|
191
|
+
L 331.6857459511404,727.982949058717
|
|
192
|
+
Z
|
|
193
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.7246904680060002px"/><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="334.7901887935512" y="719.3594967186871" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.522214212054001px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
|
|
194
|
+
M 844.4780558938677,727.422424656615
|
|
195
|
+
L 839.8213916302515,736.045876996645
|
|
196
|
+
L 739.3409249642219,736.045876996645
|
|
197
|
+
L 739.3409249642219,718.798972316585
|
|
198
|
+
L 839.8213916302515,718.798972316585
|
|
199
|
+
Z
|
|
200
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.7246904680060002px"/><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="836.7169487878407" y="727.422424656615" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.522214212054001px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
|
|
201
|
+
M 472.4838805758236,287.75570710018553
|
|
202
|
+
L 467.8272163122074,296.3791594402155
|
|
203
|
+
L 407.86547770786547,296.3791594402155
|
|
204
|
+
L 407.86547770786547,279.13225476015555
|
|
205
|
+
L 467.8272163122074,279.13225476015555
|
|
206
|
+
Z
|
|
207
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.7246904680060002px"/><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="464.7227734697966" y="287.75570710018553" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.522214212054001px" 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_10__stack1" d="
|
|
208
|
+
M 593.7511791074955,382.6136828405154
|
|
209
|
+
L 589.0945148438793,391.2371351805454
|
|
210
|
+
L 549.3921402703812,391.2371351805454
|
|
211
|
+
L 549.3921402703812,373.99023050048544
|
|
212
|
+
L 589.0945148438793,373.99023050048544
|
|
213
|
+
Z
|
|
214
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.7246904680060002px"/><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="585.9900720014685" y="382.6136828405154" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.522214212054001px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="
|
|
215
|
+
M 763.0726658039845,219.6774012471184
|
|
216
|
+
L 767.7293300676007,211.0539489070884
|
|
217
|
+
L 807.4317046410988,211.0539489070884
|
|
218
|
+
L 807.4317046410988,228.30085358714842
|
|
219
|
+
L 767.7293300676007,228.30085358714842
|
|
220
|
+
Z
|
|
221
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.7246904680060002px"/><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="770.8337729100115" y="219.6774012471184" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.522214212054001px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" d="
|
|
222
|
+
M 510.83668485810705,408.48403986060555
|
|
223
|
+
L 515.4933491217232,399.86058752057556
|
|
224
|
+
L 555.1957236952213,399.86058752057556
|
|
225
|
+
L 555.1957236952213,417.10749220063553
|
|
226
|
+
L 515.4933491217232,417.10749220063553
|
|
227
|
+
Z
|
|
228
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.7246904680060002px"/><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="518.5977919641341" y="408.48403986060555" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.522214212054001px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" d="
|
|
229
|
+
M 183.96857428073974,256.79751319947786
|
|
230
|
+
L 179.31191001712355,265.42096553950785
|
|
231
|
+
L 139.60953544362542,265.42096553950785
|
|
232
|
+
L 139.60953544362542,248.17406085944785
|
|
233
|
+
L 179.31191001712355,248.17406085944785
|
|
234
|
+
Z
|
|
235
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.7246904680060002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" x="176.20746717471275" y="256.79751319947786" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.522214212054001px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" d="
|
|
236
|
+
M 668.2146900636545,219.6774012471184
|
|
237
|
+
L 663.5580258000383,228.30085358714842
|
|
238
|
+
L 623.8556512265402,228.3008535871484
|
|
239
|
+
L 623.8556512265402,211.0539489070884
|
|
240
|
+
L 663.5580258000383,211.0539489070884
|
|
241
|
+
Z
|
|
242
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.7246904680060002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" x="660.4535829576275" y="219.6774012471184" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.522214212054001px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" d="
|
|
243
|
+
M 510.836684858107,322.0339301518048
|
|
244
|
+
L 515.4933491217232,313.4104778117748
|
|
245
|
+
L 545.0660416797994,313.4104778117748
|
|
246
|
+
L 545.0660416797994,330.65738249183477
|
|
247
|
+
L 515.4933491217232,330.65738249183477
|
|
248
|
+
Z
|
|
249
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.7246904680060002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" x="518.597791964134" y="322.0339301518048" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.522214212054001px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" d="
|
|
250
|
+
M 273.90733181578275,335.1846949703505
|
|
251
|
+
L 265.28387947575277,330.5280307067343
|
|
252
|
+
L 265.28387947575277,250.30692807154855
|
|
253
|
+
L 282.53078415581274,250.30692807154855
|
|
254
|
+
L 282.53078415581274,330.5280307067343
|
|
255
|
+
Z
|
|
256
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.7246904680060002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" x="273.90733181578275" y="327.4235878643235" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.522214212054001px" transform="rotate(-90 273.90733181578275 327.4235878643235)">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" d="
|
|
257
|
+
M 201.30171348420004,135.98294591565747
|
|
258
|
+
L 192.67826114417002,131.32628165204127
|
|
259
|
+
L 192.67826114417005,51.10517901685553
|
|
260
|
+
L 209.92516582423005,51.10517901685553
|
|
261
|
+
L 209.92516582423005,131.32628165204127
|
|
262
|
+
Z
|
|
263
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.7246904680060002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" x="201.30171348420004" y="128.22183880963047" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.522214212054001px" transform="rotate(-90 201.30171348420004 128.22183880963047)">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" d="
|
|
264
|
+
M 892.6400372129353,408.48403986060544
|
|
265
|
+
L 897.2967014765516,399.86058752057545
|
|
266
|
+
L 926.8693940346277,399.86058752057545
|
|
267
|
+
L 926.8693940346277,417.1074922006354
|
|
268
|
+
L 897.2967014765516,417.1074922006354
|
|
269
|
+
Z
|
|
270
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.7246904680060002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" x="900.4011443189623" y="408.48403986060544" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.522214212054001px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" d="
|
|
271
|
+
M 645.2763068391747,555.4276677347166
|
|
272
|
+
L 640.6196425755585,564.0511200747466
|
|
273
|
+
L 611.0469500174823,564.0511200747466
|
|
274
|
+
L 611.0469500174823,546.8042153946866
|
|
275
|
+
L 640.6196425755585,546.8042153946866
|
|
276
|
+
Z
|
|
277
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.7246904680060002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" x="637.5151997331477" y="555.4276677347166" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.522214212054001px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" d="
|
|
278
|
+
M 1061.8752893860242,487.17304246337915
|
|
279
|
+
L 1066.5319536496404,478.54959012334916
|
|
280
|
+
L 1156.882738300248,478.54959012334916
|
|
281
|
+
L 1156.882738300248,495.79649480340913
|
|
282
|
+
L 1066.5319536496404,495.79649480340913
|
|
283
|
+
Z
|
|
284
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.7246904680060002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" x="1069.6363964920513" y="487.17304246337915" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.522214212054001px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" d="
|
|
285
|
+
M 469.0129410089615,649.0313925142725
|
|
286
|
+
L 464.35627674534527,657.6548448543025
|
|
287
|
+
L 374.00549209473763,657.6548448543025
|
|
288
|
+
L 374.00549209473763,640.4079401742425
|
|
289
|
+
L 464.35627674534527,640.4079401742425
|
|
290
|
+
Z
|
|
291
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.7246904680060002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" x="461.2518339029345" y="649.0313925142725" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.522214212054001px" transform="">XXXXXXXX</text>
|
|
292
|
+
</g>
|
|
293
|
+
</svg>
|