@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="17.565,0 17.765,0 17.765,2 17.565,2" data-type="line" data-label="" points="594.9036857272865,290.95950250265435 598.301228575762,290.95950250265435 598.301228575762,256.9840740178978 594.9036857272865,256.9840740178978" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="17.565,-2 17.765,-2 17.765,0 17.565,0" data-type="line" data-label="" points="594.9036857272865,324.9349309874109 598.301228575762,324.9349309874109 598.301228575762,290.95950250265435 594.9036857272865,290.95950250265435" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="17.565,-4 17.765,-4 17.765,-2 17.565,-2" data-type="line" data-label="" points="594.9036857272865,358.91035947216744 598.301228575762,358.91035947216744 598.301228575762,324.9349309874109 594.9036857272865,324.9349309874109" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.949999999999999,9 -4.5249999999999995,9 -4.5249999999999995,2.3 -4.1,2.3" data-type="line" data-label="" points="212.4252995601395,138.07007432124985 219.64507811315028,138.07007432124985 219.64507811315028,251.88775974518433 226.86485666616105,251.88775974518433" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.85,1.7 -5.975,1.7 -5.975,2.1 -4.1,2.1" data-type="line" data-label="" points="163.1609282572425,262.08038829061127 195.01289246170177,262.08038829061127 195.01289246170177,255.28530259365996 226.86485666616105,255.28530259365996" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.15,2.1 10.450000000000001,2.1 10.450000000000001,5.55 8.75,5.55 8.75,9 8.95,9" data-type="line" data-label="" points="468.9397846200515,255.28530259365996 474.03609889276504,255.28530259365996 474.03609889276504,196.6776884574549 445.1569846807219,196.6776884574549 445.1569846807219,138.07007432124985 448.55452752919757,138.07007432124985" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.9,-4.3 -6,-4.3 -6,-4.1 -4.1,-4.1" data-type="line" data-label="" points="162.3115425451236,364.0066737448809 194.5881996056423,364.0066737448809 194.5881996056423,360.6091308964053 226.86485666616105,360.6091308964053" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="15.05,9 15.7425,9 15.7425,-4 16.435,-4" data-type="line" data-label="" points="552.1795844077051,138.07007432124985 563.943576520552,138.07007432124985 563.943576520552,358.91035947216744 575.707568633399,358.91035947216744" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.15,-9.5 1.3499999999999999,-9.5 1.3499999999999999,-10.75 0.25,-10.75 0.25,-12 0.44999999999999996,-12" data-type="line" data-label="" points="316.050356438647,452.342787805248 319.44789928712265,452.342787805248 319.44789928712265,473.5774306082208 300.7614136205066,473.5774306082208 300.7614136205066,494.8120734111937 304.1589564689822,494.8120734111937" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.15,2.3 4.3500000000000005,2.3 4.3500000000000005,2.7 10.25,2.7 10.25,2.3 10.15,2.3" data-type="line" data-label="" points="367.0134991657818,251.88775974518433 370.4110420142575,251.88775974518433 370.4110420142575,245.092674048233 470.6385560442893,245.092674048233 470.6385560442893,251.88775974518433 468.9397846200515,251.88775974518433" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.9,-3.7 -7.7,-3.7 -7.7,-3.3 -1.7,-3.3 -1.7,-3.7 -1.9,-3.7" data-type="line" data-label="" points="162.3115425451236,353.814045199454 165.70908539359922,353.814045199454 165.70908539359922,347.01895950250264 267.6353708478689,347.01895950250264 267.6353708478689,353.814045199454 264.23782799939323,353.814045199454" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11.55,-12 -11.75,-12 -11.75,-12.819999999999999 -8.75,-12.819999999999999 -8.75,-12 -8.55,-12" data-type="line" data-label="" points="100.30638556044286,494.8120734111937 96.90884271196722,494.8120734111937 96.90884271196722,508.7419990899439 147.87198543910205,508.7419990899439 147.87198543910205,494.8120734111937 151.26952828757769,494.8120734111937" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.55,-12 -5.75,-12 -5.75,-12.819999999999999 -2.7499999999999982,-12.819999999999999 -2.7499999999999982,-12 -2.549999999999999,-12" data-type="line" data-label="" points="202.23267101471254,494.8120734111937 198.83512816623687,494.8120734111937 198.83512816623687,508.7419990899439 249.79827089337175,508.7419990899439 249.79827089337175,494.8120734111937 253.1958137418474,494.8120734111937" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.45,-12 3.25,-12 3.25,-12.819999999999999 6.25,-12.819999999999999 6.25,-12 6.45,-12" data-type="line" data-label="" points="355.12209919611706,494.8120734111937 351.7245563476414,494.8120734111937 351.7245563476414,508.7419990899439 402.6876990747762,508.7419990899439 402.6876990747762,494.8120734111937 406.0852419232519,494.8120734111937" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.15,-9.3 1.75,-9.3 1.75,-12 1.55,-12" data-type="line" data-label="" points="316.050356438647,448.94524495677234 326.242984984074,448.94524495677234 326.242984984074,494.8120734111937 322.8454421355983,494.8120734111937" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.55,-12 7.75,-12 7.75,-12.819999999999999 10.75,-12.819999999999999 10.75,-12 10.55,-12" data-type="line" data-label="" points="424.77172758986796,494.8120734111937 428.16927043834363,494.8120734111937 428.16927043834363,508.7419990899439 479.13241316547845,508.7419990899439 479.13241316547845,494.8120734111937 475.7348703170028,494.8120734111937" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.9,4.3 -12.700000000000001,4.3 -12.700000000000001,6.65 -13.75,6.65 -13.75,9 -13.55,9" data-type="line" data-label="" points="77.37297133323219,217.91233126042775 80.77051418170782,217.91233126042775 80.77051418170782,177.9912027908388 62.93341422721065,177.9912027908388 62.93341422721065,138.07007432124985 66.33095707568629,138.07007432124985" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.45,9 -11.600999999999999,9 -11.600999999999999,2.3 -10.15,2.3" data-type="line" data-label="" points="85.01744274230242,138.07007432124985 99.4400121340816,138.07007432124985 99.4400121340816,251.88775974518433 124.08918549977244,251.88775974518433" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.8499999999999996,2.3 -1.319,2.3 -1.319,9 -2.45,9" data-type="line" data-label="" points="327.9417564083118,251.88775974518433 274.107689974215,251.88775974518433 274.107689974215,138.07007432124985 254.8945851660852,138.07007432124985" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9000000000000021,1.7 -1.7000000000000028,1.7 -1.7000000000000028,-0.9 -10.650999999999998,-0.9 -10.650999999999998,-3.9 -10.1,-3.9" data-type="line" data-label="" points="264.23782799939323,262.08038829061127 267.63537084786884,262.08038829061127 267.63537084786884,306.2484453207948 115.57834066434097,306.2484453207948 115.57834066434097,357.21158804792964 124.93857121189137,357.21158804792964" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.15,1.9 4.701,1.9 4.701,-0.9000000000000001 1.6499999999999995,-0.9000000000000001 1.6499999999999995,-3.7 1.8499999999999996,-3.7" data-type="line" data-label="" points="367.0134991657818,258.6828454421356 376.37372971333224,258.6828454421356 376.37372971333224,306.2484453207948 324.5442135598361,306.2484453207948 324.5442135598361,353.814045199454 327.9417564083118,353.814045199454" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.15,1.7 15.800999999999998,1.7 15.800999999999998,4.3 15.15,4.3" data-type="line" data-label="" points="468.9397846200515,262.08038829061127 564.9373578037312,262.08038829061127 564.9373578037312,217.91233126042775 553.8783558319428,217.91233126042775" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.15,-4.1 10.700999999999999,-4.1000000000000005 10.700999999999999,-4.8 -1.049,-4.8 -1.049,-3.8000000000000003 -1.3489999999999998,-3.8000000000000003 -1.3489999999999998,-4.1 -1.9,-4.1" data-type="line" data-label="" points="468.9397846200515,360.6091308964053 478.30001516760194,360.6091308964053 478.30001516760194,372.5005308660701 278.6943728196572,372.5005308660701 278.6943728196572,355.51281662369183 273.59805854694366,355.51281662369183 273.59805854694366,360.6091308964053 264.23782799939323,360.6091308964053" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.85,-3.9 7.299,-3.9 7.299,0.6000000000000001 15.900999999999998,0.6000000000000001 15.900999999999998,4.7 15.15,4.7" data-type="line" data-label="" points="429.86804186258144,357.21158804792964 420.50781131503106,357.21158804792964 420.50781131503106,280.7668739572274 566.6361292279689,280.7668739572274 566.6361292279689,211.11724556347644 553.8783558319428,211.11724556347644" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.15,1.7 -10.750999999999998,1.7 -10.750999999999998,-4.3 -10.1,-4.3" data-type="line" data-label="" points="124.08918549977244,262.08038829061127 113.87956924010314,262.08038829061127 113.87956924010314,364.0066737448809 124.93857121189137,364.0066737448809" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.9,4.7 -12.8,4.7 -12.8,4.751 -12.499,4.751" data-type="line" data-label="" points="77.37297133323219,211.11724556347644 79.07174275747002,211.11724556347644 79.07174275747002,210.25087213711515 84.18504474442588,210.25087213711515" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="15.15,3.3 16.151,3.3 16.151,3.3509999999999995" data-type="line" data-label="" points="553.8783558319428,234.90004550280602 570.8830577885635,234.90004550280602 570.8830577885635,234.03367207644476" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.85,2.3 -7.749,2.3 -7.749,2.501" data-type="line" data-label="" points="163.1609282572425,251.88775974518433 164.8766873957227,251.88775974518433 164.8766873957227,248.47322918246627" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,2.3 -1.799,2.3 -1.799,2.501" data-type="line" data-label="" points="264.23782799939323,251.88775974518433 265.95358713787346,251.88775974518433 265.95358713787346,248.47322918246627" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.15,-3.7 4.251,-3.7 4.251,-3.499" data-type="line" data-label="" points="367.0134991657818,353.814045199454 368.72925830426203,353.814045199454 368.72925830426203,350.39951463673594" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.15,-3.7 10.251,-3.7 10.251,-3.499" data-type="line" data-label="" points="468.9397846200515,353.814045199454 470.65554375853173,353.814045199454 470.65554375853173,350.39951463673594" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.55,9 -3.651,9 -3.651,9.401" data-type="line" data-label="" points="236.20809949946909,138.07007432124985 234.4923403609889,138.07007432124985 234.4923403609889,131.25800091005615" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.05,9 -1.151,9 -1.151,9.401" data-type="line" data-label="" points="278.67738510541477,138.07007432124985 276.96162596693455,138.07007432124985 276.96162596693455,131.25800091005615" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.45,-12 9.349,-12 9.349,-11.349" data-type="line" data-label="" points="457.04838465038665,494.8120734111937 455.3326255119065,494.8120734111937 455.3326255119065,483.7530714394054" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.9,4.5 -12.8,4.5 -12.8,4.449 -12.349000000000002,4.449" data-type="line" data-label="" points="77.37297133323219,214.5147884119521 79.07174275747002,214.5147884119521 79.07174275747002,215.3811618383134 86.73320188078259,215.3811618383134" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="15.15,3.5 15.251,3.5 15.251,3.099" data-type="line" data-label="" points="553.8783558319428,231.50250265433039 555.5941149704231,231.50250265433039 555.5941149704231,238.31457606552405" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.1,1.7 -4.201,1.7 -4.201,1.499" data-type="line" data-label="" points="226.86485666616105,262.08038829061127 225.14909752768085,262.08038829061127 225.14909752768085,265.4949188533293" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.8499999999999996,1.7 1.7489999999999997,1.7 1.7489999999999997,1.499" data-type="line" data-label="" points="327.9417564083118,262.08038829061127 326.22599726983157,262.08038829061127 326.22599726983157,265.4949188533293" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.85,1.7 7.749,1.7 7.749,1.499" data-type="line" data-label="" points="429.86804186258144,262.08038829061127 428.15228272410127,262.08038829061127 428.15228272410127,265.4949188533293" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.1,-4.3 -4.201,-4.3 -4.201,-4.501" data-type="line" data-label="" points="226.86485666616105,364.0066737448809 225.14909752768085,364.0066737448809 225.14909752768085,367.421204307599" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.8499999999999996,-4.3 -1.150999999999998,-4.3 -1.150999999999998,-4.901" data-type="line" data-label="" points="327.9417564083118,364.0066737448809 276.9616259669346,364.0066737448809 276.9616259669346,374.2162900045503" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.45,-12 -10.299,-12 -10.299,-12.051" data-type="line" data-label="" points="118.992871227059,494.8120734111937 121.5580160776581,494.8120734111937 121.5580160776581,495.678446837555" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.449999999999999,-12 -7.348999999999999,-12 -7.348999999999999,-12.651" data-type="line" data-label="" points="169.95601395419382,494.8120734111937 171.67177309267402,494.8120734111937 171.67177309267402,505.8710753829819" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.45,-12 -4.299,-12 -4.299,-12.051" data-type="line" data-label="" points="220.91915668132862,494.8120734111937 223.48430153192777,494.8120734111937 223.48430153192777,495.678446837555" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.45,-12 -1.349,-12 -1.349,-12.651" data-type="line" data-label="" points="271.8822994084635,494.8120734111937 273.59805854694366,494.8120734111937 273.59805854694366,505.8710753829819" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.55,-12 4.701,-12 4.701,-12.051" data-type="line" data-label="" points="373.80858486273314,494.8120734111937 376.37372971333224,494.8120734111937 376.37372971333224,495.678446837555" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-14" data-y="4" x="39.999999999999986" y="207.71970271500078" width="37.37297133323219" height="30.57788563628091" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="14" data-y="4" x="514.8066130744728" y="207.71970271500078" width="39.07174275747002" height="30.57788563628091" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="0" data-y="-9" x="276.97861368117697" y="431.957530714394" width="39.07174275747002" height="23.78279993932955" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-9" data-y="2" x="124.08918549977246" y="248.49021689670866" width="39.07174275747005" height="16.987714242378274" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-3" data-y="2" x="226.86485666616107" y="248.49021689670866" width="37.37297133323219" height="16.987714242378274" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="3" data-y="2" x="327.9417564083118" y="248.49021689670866" width="39.07174275747002" height="16.987714242378274" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="9" data-y="2" x="429.86804186258144" y="248.49021689670866" width="39.071742757470076" height="16.987714242378274" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-9" data-y="-4" x="124.93857121189137" y="350.4165023509783" width="37.372971333232215" height="16.987714242378274" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="-3" data-y="-4" x="226.86485666616107" y="350.4165023509783" width="37.37297133323219" height="16.987714242378274" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="3" data-y="-4" x="327.9417564083118" y="350.4165023509783" width="39.07174275747002" height="16.987714242378274" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="9" data-y="-4" x="429.86804186258144" y="350.4165023509783" width="39.071742757470076" height="16.987714242378274" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="-13" data-y="9" x="66.33095707568629" y="131.45411812528445" width="18.686485666616136" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="-10.5" data-y="9" x="108.800242681632" y="131.45411812528445" width="18.686485666616136" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_13" data-x="-8" data-y="9" x="151.26952828757769" y="131.45411812528445" width="18.686485666616136" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_14" data-x="-5.5" data-y="9" x="193.7388138935234" y="131.45411812528445" width="18.686485666616107" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_15" data-x="-3" data-y="9" x="236.20809949946909" y="131.45411812528445" width="18.686485666616107" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="-0.5" data-y="9" x="278.67738510541477" y="131.45411812528445" width="18.686485666616136" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_17" data-x="2" data-y="9" x="321.14667071136046" y="131.45411812528445" width="18.686485666616136" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_18" data-x="4.5" data-y="9" x="363.61595631730614" y="131.45411812528445" width="18.686485666616136" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_19" data-x="7" data-y="9" x="406.08524192325183" y="131.45411812528445" width="18.686485666616136" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_20" data-x="9.5" data-y="9" x="448.55452752919757" y="131.45411812528445" width="18.686485666616136" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_21" data-x="12" data-y="9" x="491.0238131351433" y="131.45411812528445" width="18.68648566661608" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_22" data-x="14.5" data-y="9" x="533.4930987410889" y="131.45411812528445" width="18.686485666616136" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_23" data-x="-11" data-y="-12" x="100.30638556044286" y="484.2796905809191" width="18.686485666616136" height="21.064765660549085" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_24" data-x="-8" data-y="-12" x="151.26952828757769" y="484.2796905809191" width="18.686485666616136" height="21.064765660549085" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_25" data-x="-5" data-y="-12" x="202.23267101471257" y="484.2796905809191" width="18.68648566661608" height="21.064765660549085" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_26" data-x="-2" data-y="-12" x="253.19581374184736" y="484.2796905809191" width="18.686485666616136" height="21.064765660549085" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_27" data-x="1" data-y="-12" x="304.1589564689822" y="484.2796905809191" width="18.686485666616136" height="21.064765660549085" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_28" data-x="4" data-y="-12" x="355.122099196117" y="484.2796905809191" width="18.68648566661608" height="21.064765660549085" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_29" data-x="7" data-y="-12" x="406.08524192325183" y="484.2796905809191" width="18.68648566661608" height="21.064765660549085" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_30" data-x="10" data-y="-12" x="457.04838465038665" y="484.2796905809191" width="18.686485666616136" height="21.064765660549085" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_31" data-x="17" data-y="2" x="575.707568633399" y="246.9613226148946" width="19.19611709388755" height="20.04550280600637" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_32" data-x="17" data-y="0" x="575.707568633399" y="280.93675109965113" width="19.19611709388755" height="20.045502806006425" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_33" data-x="17" data-y="-2" x="575.707568633399" y="314.9121795844077" width="19.19611709388755" height="20.04550280600637" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_34" data-x="17" data-y="-4" x="575.707568633399" y="348.88760806916423" width="19.19611709388755" height="20.04550280600637" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
|
|
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="17.565,0 17.765,0 17.765,2 17.565,2" data-type="line" data-label="" points="594.9036857272865,290.95950250265435 598.301228575762,290.95950250265435 598.301228575762,256.9840740178978 594.9036857272865,256.9840740178978" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="17.565,-2 17.765,-2 17.765,0 17.565,0" data-type="line" data-label="" points="594.9036857272865,324.9349309874109 598.301228575762,324.9349309874109 598.301228575762,290.95950250265435 594.9036857272865,290.95950250265435" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="17.565,-4 17.765,-4 17.765,-2 17.565,-2" data-type="line" data-label="" points="594.9036857272865,358.91035947216744 598.301228575762,358.91035947216744 598.301228575762,324.9349309874109 594.9036857272865,324.9349309874109" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.949999999999999,9 -4.5249999999999995,9 -4.5249999999999995,2.3 -4.1,2.3" data-type="line" data-label="" points="212.4252995601395,138.07007432124985 219.64507811315028,138.07007432124985 219.64507811315028,251.88775974518433 226.86485666616105,251.88775974518433" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.85,1.7 -5.975,1.7 -5.975,2.1 -4.1,2.1" data-type="line" data-label="" points="163.1609282572425,262.08038829061127 195.01289246170177,262.08038829061127 195.01289246170177,255.28530259365996 226.86485666616105,255.28530259365996" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.15,2.1 10.450000000000001,2.1 10.450000000000001,5.55 8.75,5.55 8.75,9 8.95,9" data-type="line" data-label="" points="468.9397846200515,255.28530259365996 474.03609889276504,255.28530259365996 474.03609889276504,196.6776884574549 445.1569846807219,196.6776884574549 445.1569846807219,138.07007432124985 448.55452752919757,138.07007432124985" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.9,-4.3 -6,-4.3 -6,-4.1 -4.1,-4.1" data-type="line" data-label="" points="162.3115425451236,364.0066737448809 194.5881996056423,364.0066737448809 194.5881996056423,360.6091308964053 226.86485666616105,360.6091308964053" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="15.05,9 15.7425,9 15.7425,-4 16.435,-4" data-type="line" data-label="" points="552.1795844077051,138.07007432124985 563.943576520552,138.07007432124985 563.943576520552,358.91035947216744 575.707568633399,358.91035947216744" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.15,-9.5 1.3499999999999999,-9.5 1.3499999999999999,-10.75 0.25,-10.75 0.25,-12 0.44999999999999996,-12" data-type="line" data-label="" points="316.050356438647,452.342787805248 319.44789928712265,452.342787805248 319.44789928712265,473.5774306082208 300.7614136205066,473.5774306082208 300.7614136205066,494.8120734111937 304.1589564689822,494.8120734111937" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.15,2.3 4.3500000000000005,2.3 4.3500000000000005,2.7 10.25,2.7 10.25,2.3 10.15,2.3" data-type="line" data-label="" points="367.0134991657818,251.88775974518433 370.4110420142575,251.88775974518433 370.4110420142575,245.092674048233 470.6385560442893,245.092674048233 470.6385560442893,251.88775974518433 468.9397846200515,251.88775974518433" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.9,-3.7 -7.7,-3.7 -7.7,-3.3 -1.7,-3.3 -1.7,-3.7 -1.9,-3.7" data-type="line" data-label="" points="162.3115425451236,353.814045199454 165.70908539359922,353.814045199454 165.70908539359922,347.01895950250264 267.6353708478689,347.01895950250264 267.6353708478689,353.814045199454 264.23782799939323,353.814045199454" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11.55,-12 -11.75,-12 -11.75,-12.819999999999999 -8.75,-12.819999999999999 -8.75,-12 -8.55,-12" data-type="line" data-label="" points="100.30638556044286,494.8120734111937 96.90884271196722,494.8120734111937 96.90884271196722,508.7419990899439 147.87198543910205,508.7419990899439 147.87198543910205,494.8120734111937 151.26952828757769,494.8120734111937" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.55,-12 -5.75,-12 -5.75,-12.819999999999999 -2.7499999999999982,-12.819999999999999 -2.7499999999999982,-12 -2.549999999999999,-12" data-type="line" data-label="" points="202.23267101471254,494.8120734111937 198.83512816623687,494.8120734111937 198.83512816623687,508.7419990899439 249.79827089337175,508.7419990899439 249.79827089337175,494.8120734111937 253.1958137418474,494.8120734111937" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.45,-12 3.25,-12 3.25,-12.819999999999999 6.25,-12.819999999999999 6.25,-12 6.45,-12" data-type="line" data-label="" points="355.12209919611706,494.8120734111937 351.7245563476414,494.8120734111937 351.7245563476414,508.7419990899439 402.6876990747762,508.7419990899439 402.6876990747762,494.8120734111937 406.0852419232519,494.8120734111937" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.15,-9.3 1.75,-9.3 1.75,-12 1.55,-12" data-type="line" data-label="" points="316.050356438647,448.94524495677234 326.242984984074,448.94524495677234 326.242984984074,494.8120734111937 322.8454421355983,494.8120734111937" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.55,-12 7.75,-12 7.75,-12.819999999999999 10.75,-12.819999999999999 10.75,-12 10.55,-12" data-type="line" data-label="" points="424.77172758986796,494.8120734111937 428.16927043834363,494.8120734111937 428.16927043834363,508.7419990899439 479.13241316547845,508.7419990899439 479.13241316547845,494.8120734111937 475.7348703170028,494.8120734111937" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.9,4.3 -12.700000000000001,4.3 -12.700000000000001,6.65 -13.75,6.65 -13.75,9 -13.55,9" data-type="line" data-label="" points="77.37297133323219,217.91233126042775 80.77051418170782,217.91233126042775 80.77051418170782,177.9912027908388 62.93341422721065,177.9912027908388 62.93341422721065,138.07007432124985 66.33095707568629,138.07007432124985" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.45,9 -11.600999999999999,9 -11.600999999999999,2.3 -10.15,2.3" data-type="line" data-label="" points="85.01744274230242,138.07007432124985 99.4400121340816,138.07007432124985 99.4400121340816,251.88775974518433 124.08918549977244,251.88775974518433" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.8499999999999996,2.3 -1.319,2.3 -1.319,9 -2.45,9" data-type="line" data-label="" points="327.9417564083118,251.88775974518433 274.107689974215,251.88775974518433 274.107689974215,138.07007432124985 254.8945851660852,138.07007432124985" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9000000000000021,1.7 -1.7000000000000028,1.7 -1.7000000000000028,-0.9 -10.650999999999998,-0.9 -10.650999999999998,-3.9 -10.1,-3.9" data-type="line" data-label="" points="264.23782799939323,262.08038829061127 267.63537084786884,262.08038829061127 267.63537084786884,306.2484453207948 115.57834066434097,306.2484453207948 115.57834066434097,357.21158804792964 124.93857121189137,357.21158804792964" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.15,1.9 4.701,1.9 4.701,-0.9000000000000001 1.6499999999999995,-0.9000000000000001 1.6499999999999995,-3.7 1.8499999999999996,-3.7" data-type="line" data-label="" points="367.0134991657818,258.6828454421356 376.37372971333224,258.6828454421356 376.37372971333224,306.2484453207948 324.5442135598361,306.2484453207948 324.5442135598361,353.814045199454 327.9417564083118,353.814045199454" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.15,1.7 15.800999999999998,1.7 15.800999999999998,4.3 15.15,4.3" data-type="line" data-label="" points="468.9397846200515,262.08038829061127 564.9373578037312,262.08038829061127 564.9373578037312,217.91233126042775 553.8783558319428,217.91233126042775" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.15,-4.1 10.700999999999999,-4.1000000000000005 10.700999999999999,-4.8 -1.049,-4.8 -1.049,-3.8000000000000003 -1.3489999999999998,-3.8000000000000003 -1.3489999999999998,-4.1 -1.9,-4.1" data-type="line" data-label="" points="468.9397846200515,360.6091308964053 478.30001516760194,360.6091308964053 478.30001516760194,372.5005308660701 278.6943728196572,372.5005308660701 278.6943728196572,355.51281662369183 273.59805854694366,355.51281662369183 273.59805854694366,360.6091308964053 264.23782799939323,360.6091308964053" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.85,-3.9 7.299,-3.9 7.299,0.6000000000000001 15.900999999999998,0.6000000000000001 15.900999999999998,4.7 15.15,4.7" data-type="line" data-label="" points="429.86804186258144,357.21158804792964 420.50781131503106,357.21158804792964 420.50781131503106,280.7668739572274 566.6361292279689,280.7668739572274 566.6361292279689,211.11724556347644 553.8783558319428,211.11724556347644" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.15,1.7 -10.750999999999998,1.7 -10.750999999999998,-4.3 -10.1,-4.3" data-type="line" data-label="" points="124.08918549977244,262.08038829061127 113.87956924010314,262.08038829061127 113.87956924010314,364.0066737448809 124.93857121189137,364.0066737448809" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.9,4.7 -12.8,4.7 -12.8,4.751 -12.499,4.751" data-type="line" data-label="" points="77.37297133323219,211.11724556347644 79.07174275747002,211.11724556347644 79.07174275747002,210.25087213711515 84.18504474442588,210.25087213711515" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="15.15,3.3 16.151,3.3 16.151,3.3509999999999995" data-type="line" data-label="" points="553.8783558319428,234.90004550280602 570.8830577885635,234.90004550280602 570.8830577885635,234.03367207644476" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.85,2.3 -7.749,2.3 -7.749,2.501" data-type="line" data-label="" points="163.1609282572425,251.88775974518433 164.8766873957227,251.88775974518433 164.8766873957227,248.47322918246627" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,2.3 -1.799,2.3 -1.799,2.501" data-type="line" data-label="" points="264.23782799939323,251.88775974518433 265.95358713787346,251.88775974518433 265.95358713787346,248.47322918246627" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.15,-3.7 4.251,-3.7 4.251,-3.499" data-type="line" data-label="" points="367.0134991657818,353.814045199454 368.72925830426203,353.814045199454 368.72925830426203,350.39951463673594" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.15,-3.7 10.251,-3.7 10.251,-3.499" data-type="line" data-label="" points="468.9397846200515,353.814045199454 470.65554375853173,353.814045199454 470.65554375853173,350.39951463673594" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.55,9 -3.651,9 -3.651,9.401" data-type="line" data-label="" points="236.20809949946909,138.07007432124985 234.4923403609889,138.07007432124985 234.4923403609889,131.25800091005615" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.05,9 -1.151,9 -1.151,9.401" data-type="line" data-label="" points="278.67738510541477,138.07007432124985 276.96162596693455,138.07007432124985 276.96162596693455,131.25800091005615" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.45,-12 9.349,-12 9.349,-11.349" data-type="line" data-label="" points="457.04838465038665,494.8120734111937 455.3326255119065,494.8120734111937 455.3326255119065,483.7530714394054" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.9,4.5 -12.8,4.5 -12.8,4.449 -12.349000000000002,4.449" data-type="line" data-label="" points="77.37297133323219,214.5147884119521 79.07174275747002,214.5147884119521 79.07174275747002,215.3811618383134 86.73320188078259,215.3811618383134" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="15.15,3.5 15.251,3.5 15.251,3.099" data-type="line" data-label="" points="553.8783558319428,231.50250265433039 555.5941149704231,231.50250265433039 555.5941149704231,238.31457606552405" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.1,1.7 -4.201,1.7 -4.201,1.499" data-type="line" data-label="" points="226.86485666616105,262.08038829061127 225.14909752768085,262.08038829061127 225.14909752768085,265.4949188533293" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.8499999999999996,1.7 1.7489999999999997,1.7 1.7489999999999997,1.499" data-type="line" data-label="" points="327.9417564083118,262.08038829061127 326.22599726983157,262.08038829061127 326.22599726983157,265.4949188533293" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.85,1.7 7.749,1.7 7.749,1.499" data-type="line" data-label="" points="429.86804186258144,262.08038829061127 428.15228272410127,262.08038829061127 428.15228272410127,265.4949188533293" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.1,-4.3 -4.201,-4.3 -4.201,-4.501" data-type="line" data-label="" points="226.86485666616105,364.0066737448809 225.14909752768085,364.0066737448809 225.14909752768085,367.421204307599" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.8499999999999996,-4.3 -1.150999999999998,-4.3 -1.150999999999998,-4.901" data-type="line" data-label="" points="327.9417564083118,364.0066737448809 276.9616259669346,364.0066737448809 276.9616259669346,374.2162900045503" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.45,-12 -10.299,-12 -10.299,-12.051" data-type="line" data-label="" points="118.992871227059,494.8120734111937 121.5580160776581,494.8120734111937 121.5580160776581,495.678446837555" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.449999999999999,-12 -7.348999999999999,-12 -7.348999999999999,-12.651" data-type="line" data-label="" points="169.95601395419382,494.8120734111937 171.67177309267402,494.8120734111937 171.67177309267402,505.8710753829819" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.45,-12 -4.299,-12 -4.299,-12.051" data-type="line" data-label="" points="220.91915668132862,494.8120734111937 223.48430153192777,494.8120734111937 223.48430153192777,495.678446837555" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.45,-12 -1.349,-12 -1.349,-12.651" data-type="line" data-label="" points="271.8822994084635,494.8120734111937 273.59805854694366,494.8120734111937 273.59805854694366,505.8710753829819" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.55,-12 4.701,-12 4.701,-12.051" data-type="line" data-label="" points="373.80858486273314,494.8120734111937 376.37372971333224,494.8120734111937 376.37372971333224,495.678446837555" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-14" data-y="4" x="39.999999999999986" y="207.71970271500078" width="37.37297133323219" height="30.57788563628091" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="14" data-y="4" x="514.8066130744728" y="207.71970271500078" width="39.07174275747002" height="30.57788563628091" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="0" data-y="-9" x="276.97861368117697" y="431.957530714394" width="39.07174275747002" height="23.78279993932955" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-9" data-y="2" x="124.08918549977246" y="248.49021689670866" width="39.07174275747005" height="16.987714242378274" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-3" data-y="2" x="226.86485666616107" y="248.49021689670866" width="37.37297133323219" height="16.987714242378274" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="3" data-y="2" x="327.9417564083118" y="248.49021689670866" width="39.07174275747002" height="16.987714242378274" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="9" data-y="2" x="429.86804186258144" y="248.49021689670866" width="39.071742757470076" height="16.987714242378274" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-9" data-y="-4" x="124.93857121189137" y="350.4165023509783" width="37.372971333232215" height="16.987714242378274" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="-3" data-y="-4" x="226.86485666616107" y="350.4165023509783" width="37.37297133323219" height="16.987714242378274" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="3" data-y="-4" x="327.9417564083118" y="350.4165023509783" width="39.07174275747002" height="16.987714242378274" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="9" data-y="-4" x="429.86804186258144" y="350.4165023509783" width="39.071742757470076" height="16.987714242378274" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="-13" data-y="9" x="66.33095707568629" y="131.45411812528445" width="18.686485666616136" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="-10.5" data-y="9" x="108.800242681632" y="131.45411812528445" width="18.686485666616136" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_13" data-x="-8" data-y="9" x="151.26952828757769" y="131.45411812528445" width="18.686485666616136" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_14" data-x="-5.5" data-y="9" x="193.7388138935234" y="131.45411812528445" width="18.686485666616107" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_15" data-x="-3" data-y="9" x="236.20809949946909" y="131.45411812528445" width="18.686485666616107" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="-0.5" data-y="9" x="278.67738510541477" y="131.45411812528445" width="18.686485666616136" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_17" data-x="2" data-y="9" x="321.14667071136046" y="131.45411812528445" width="18.686485666616136" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_18" data-x="4.5" data-y="9" x="363.61595631730614" y="131.45411812528445" width="18.686485666616136" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_19" data-x="7" data-y="9" x="406.08524192325183" y="131.45411812528445" width="18.686485666616136" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_20" data-x="9.5" data-y="9" x="448.55452752919757" y="131.45411812528445" width="18.686485666616136" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_21" data-x="12" data-y="9" x="491.0238131351433" y="131.45411812528445" width="18.68648566661608" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_22" data-x="14.5" data-y="9" x="533.4930987410889" y="131.45411812528445" width="18.686485666616136" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_23" data-x="-11" data-y="-12" x="100.30638556044286" y="484.2796905809191" width="18.686485666616136" height="21.064765660549085" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_24" data-x="-8" data-y="-12" x="151.26952828757769" y="484.2796905809191" width="18.686485666616136" height="21.064765660549085" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_25" data-x="-5" data-y="-12" x="202.23267101471257" y="484.2796905809191" width="18.68648566661608" height="21.064765660549085" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_26" data-x="-2" data-y="-12" x="253.19581374184736" y="484.2796905809191" width="18.686485666616136" height="21.064765660549085" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_27" data-x="1" data-y="-12" x="304.1589564689822" y="484.2796905809191" width="18.686485666616136" height="21.064765660549085" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_28" data-x="4" data-y="-12" x="355.122099196117" y="484.2796905809191" width="18.68648566661608" height="21.064765660549085" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_29" data-x="7" data-y="-12" x="406.08524192325183" y="484.2796905809191" width="18.68648566661608" height="21.064765660549085" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_30" data-x="10" data-y="-12" x="457.04838465038665" y="484.2796905809191" width="18.686485666616136" height="21.064765660549085" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_31" data-x="17" data-y="2" x="575.707568633399" y="246.9613226148946" width="19.19611709388755" height="20.04550280600637" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_32" data-x="17" data-y="0" x="575.707568633399" y="280.93675109965113" width="19.19611709388755" height="20.045502806006425" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_33" data-x="17" data-y="-2" x="575.707568633399" y="314.9121795844077" width="19.19611709388755" height="20.04550280600637" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_34" data-x="17" data-y="-4" x="575.707568633399" y="348.88760806916423" width="19.19611709388755" height="20.04550280600637" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
|
|
2
4
|
globalConnNetId: connectivity_net36" data-x="-12.499" data-y="4.9910000000000005" x="82.48627332018806" y="202.09676930077353" width="3.397542848475638" height="8.154102836341593" fill="#ef444466" stroke="#ef4444" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
|
|
3
5
|
globalConnNetId: connectivity_net36" data-x="16.151" data-y="3.5909999999999993" x="569.1842863643258" y="225.87956924010314" width="3.3975428484756094" height="8.154102836341593" fill="#ef444466" stroke="#ef4444" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
|
|
4
6
|
globalConnNetId: connectivity_net36" data-x="0.25" data-y="-10.51" x="299.0626421962687" y="465.42332777187926" width="3.3975428484756662" height="8.154102836341565" fill="#ef444466" stroke="#ef4444" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
|
|
@@ -350,7 +352,7 @@ orientation: y+" data-x="15.39625" data-y="9" cx="558.0615804641286" cy="138.070
|
|
|
350
352
|
const h = svg.getElementById('crosshair-h');
|
|
351
353
|
const v = svg.getElementById('crosshair-v');
|
|
352
354
|
const coords = svg.getElementById('coordinates');
|
|
353
|
-
|
|
355
|
+
|
|
354
356
|
crosshair.style.display = 'block';
|
|
355
357
|
h.setAttribute('x1', '0');
|
|
356
358
|
h.setAttribute('x2', '640');
|
|
@@ -369,13 +371,13 @@ orientation: y+" data-x="15.39625" data-y="9" cx="558.0615804641286" cy="138.070
|
|
|
369
371
|
// y' = (y - ty) / sy
|
|
370
372
|
const sx = matrix.a;
|
|
371
373
|
const sy = matrix.d;
|
|
372
|
-
const tx = matrix.e;
|
|
374
|
+
const tx = matrix.e;
|
|
373
375
|
const ty = matrix.f;
|
|
374
376
|
const realPoint = {
|
|
375
377
|
x: (x - tx) / sx,
|
|
376
378
|
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
377
379
|
}
|
|
378
|
-
|
|
380
|
+
|
|
379
381
|
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
380
382
|
coords.setAttribute('x', (x + 5).toString());
|
|
381
383
|
coords.setAttribute('y', (y - 5).toString());
|
|
@@ -383,4 +385,748 @@ orientation: y+" data-x="15.39625" data-y="9" cx="558.0615804641286" cy="138.070
|
|
|
383
385
|
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
384
386
|
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
385
387
|
});
|
|
386
|
-
]]></script
|
|
388
|
+
]]></script>
|
|
389
|
+
</g>
|
|
390
|
+
<g transform="translate(1216, 200)">
|
|
391
|
+
<style>
|
|
392
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
393
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
394
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
395
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
396
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
397
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
398
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
399
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
400
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
401
|
+
|
|
402
|
+
</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 1127.2620805117472 343.6036585869 L 1133.860073072507 343.6036585869 L 1133.860073072507 277.62373297930003 L 1127.2620805117472 277.62373297930003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1127.2620805117472 343.6036585869 L 1133.860073072507 343.6036585869 L 1133.860073072507 277.62373297930003 L 1127.2620805117472 277.62373297930003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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 1127.2620805117472 409.58358419449996 L 1133.860073072507 409.58358419449996 L 1133.860073072507 343.6036585869 L 1127.2620805117472 343.6036585869" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1127.2620805117472 409.58358419449996 L 1133.860073072507 409.58358419449996 L 1133.860073072507 343.6036585869 L 1127.2620805117472 343.6036585869" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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 1127.2620805117472 475.5635098021 L 1133.860073072507 475.5635098021 L 1133.860073072507 409.58358419449996 L 1127.2620805117472 409.58358419449996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1127.2620805117472 475.5635098021 L 1133.860073072507 475.5635098021 L 1133.860073072507 409.58358419449996 L 1127.2620805117472 409.58358419449996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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 384.4930679841901 46.69399335270003 L 398.51380217580504 46.69399335270003 L 398.51380217580504 267.72674413816003 L 412.53453636742006 267.72674413816003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 384.4930679841901 46.69399335270003 L 398.51380217580504 46.69399335270003 L 398.51380217580504 267.72674413816003 L 412.53453636742006 267.72674413816003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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 288.82217585317005 287.52072182044003 L 350.67835611029506 287.52072182044003 L 350.67835611029506 274.32473669892 L 412.53453636742006 274.32473669892" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 288.82217585317005 287.52072182044003 L 350.67835611029506 287.52072182044003 L 350.67835611029506 274.32473669892 L 412.53453636742006 274.32473669892" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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 882.64150632157 274.32473669892 L 892.53849516271 274.32473669892 L 892.53849516271 160.50936502581 L 836.45555839625 160.50936502581 L 836.45555839625 46.69399335270003 L 843.05355095701 46.69399335270003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 882.64150632157 274.32473669892 L 892.53849516271 274.32473669892 L 892.53849516271 160.50936502581 L 836.45555839625 160.50936502581 L 836.45555839625 46.69399335270003 L 843.05355095701 46.69399335270003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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 287.17267771298003 485.46049864324 L 349.8536070402 485.46049864324 L 349.8536070402 478.86250608247997 L 412.53453636742006 478.86250608247997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 287.17267771298003 485.46049864324 L 349.8536070402 485.46049864324 L 349.8536070402 478.86250608247997 L 412.53453636742006 478.86250608247997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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 1044.29232406019 46.69399335270003 L 1067.1378733018214 46.69399335270003 L 1067.1378733018214 475.5635098021 L 1089.983422543453 475.5635098021" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1044.29232406019 46.69399335270003 L 1067.1378733018214 46.69399335270003 L 1067.1378733018214 475.5635098021 L 1089.983422543453 475.5635098021" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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 585.7318410873701 657.008305223 L 592.32983364813 657.008305223 L 592.32983364813 698.24575872775 L 556.0408745639501 698.24575872775 L 556.0408745639501 739.4832122324999 L 562.63886712471 739.4832122324999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 585.7318410873701 657.008305223 L 592.32983364813 657.008305223 L 592.32983364813 698.24575872775 L 556.0408745639501 698.24575872775 L 556.0408745639501 739.4832122324999 L 562.63886712471 739.4832122324999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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 684.70172949877 267.72674413816003 L 691.29972205953 267.72674413816003 L 691.29972205953 254.53075901664 L 885.94050260195 254.53075901664 L 885.94050260195 267.72674413816003 L 882.64150632157 267.72674413816003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 684.70172949877 267.72674413816003 L 691.29972205953 267.72674413816003 L 691.29972205953 254.53075901664 L 885.94050260195 254.53075901664 L 885.94050260195 267.72674413816003 L 882.64150632157 267.72674413816003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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 287.17267771298003 465.66652096096 L 293.77067027374005 465.66652096096 L 293.77067027374005 452.47053583944 L 491.71044709654007 452.47053583944 L 491.71044709654007 465.66652096096 L 485.11245453578005 465.66652096096" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 287.17267771298003 465.66652096096 L 293.77067027374005 465.66652096096 L 293.77067027374005 452.47053583944 L 491.71044709654007 452.47053583944 L 491.71044709654007 465.66652096096 L 485.11245453578005 465.66652096096" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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 166.75931347911006 739.4832122324999 L 160.16132091835004 739.4832122324999 L 160.16132091835004 766.534981731616 L 259.13120932975005 766.534981731616 L 259.13120932975005 739.4832122324999 L 265.72920189051 739.4832122324999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 166.75931347911006 739.4832122324999 L 160.16132091835004 739.4832122324999 L 160.16132091835004 766.534981731616 L 259.13120932975005 766.534981731616 L 259.13120932975005 739.4832122324999 L 265.72920189051 739.4832122324999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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 364.69909030191 739.4832122324999 L 358.10109774115006 739.4832122324999 L 358.10109774115006 766.534981731616 L 457.07098615255006 766.534981731616 L 457.07098615255006 739.4832122324999 L 463.6689787133101 739.4832122324999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 364.69909030191 739.4832122324999 L 358.10109774115006 739.4832122324999 L 358.10109774115006 766.534981731616 L 457.07098615255006 766.534981731616 L 457.07098615255006 739.4832122324999 L 463.6689787133101 739.4832122324999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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 661.60875553611 739.4832122324999 L 655.01076297535 739.4832122324999 L 655.01076297535 766.534981731616 L 753.98065138675 766.534981731616 L 753.98065138675 739.4832122324999 L 760.57864394751 739.4832122324999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 661.60875553611 739.4832122324999 L 655.01076297535 739.4832122324999 L 655.01076297535 766.534981731616 L 753.98065138675 766.534981731616 L 753.98065138675 739.4832122324999 L 760.57864394751 739.4832122324999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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 585.7318410873701 650.41031266224 L 605.5258187696501 650.41031266224 L 605.5258187696501 739.4832122324999 L 598.92782620889 739.4832122324999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 585.7318410873701 650.41031266224 L 605.5258187696501 650.41031266224 L 605.5258187696501 739.4832122324999 L 598.92782620889 739.4832122324999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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 796.86760303169 739.4832122324999 L 803.46559559245 739.4832122324999 L 803.46559559245 766.534981731616 L 902.43548400385 766.534981731616 L 902.43548400385 739.4832122324999 L 895.83749144309 739.4832122324999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 796.86760303169 739.4832122324999 L 803.46559559245 739.4832122324999 L 803.46559559245 766.534981731616 L 902.43548400385 766.534981731616 L 902.43548400385 739.4832122324999 L 895.83749144309 739.4832122324999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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 122.22286369398006 201.74681853056 L 128.82085625474002 201.74681853056 L 128.82085625474002 124.22040594162999 L 94.18139531075008 124.22040594162999 L 94.18139531075008 46.69399335270003 L 100.77938787151004 46.69399335270003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 122.22286369398006 201.74681853056 L 128.82085625474002 201.74681853056 L 128.82085625474002 124.22040594162999 L 94.18139531075008 124.22040594162999 L 94.18139531075008 46.69399335270003 L 100.77938787151004 46.69399335270003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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 137.06834695569006 46.69399335270003 L 165.0768253761163 46.69399335270003 L 165.0768253761163 267.72674413816003 L 212.94526140443003 267.72674413816003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 137.06834695569006 46.69399335270003 L 165.0768253761163 46.69399335270003 L 165.0768253761163 267.72674413816003 L 212.94526140443003 267.72674413816003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"><path d="M 608.82481505003 267.72674413816003 L 504.2796229247878 267.72674413816003 L 504.2796229247878 46.69399335270003 L 466.96797499369006 46.69399335270003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 608.82481505003 267.72674413816003 L 504.2796229247878 267.72674413816003 L 504.2796229247878 46.69399335270003 L 466.96797499369006 46.69399335270003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"><path d="M 485.11245453578 287.52072182044003 L 491.71044709653995 287.52072182044003 L 491.71044709653995 373.29462511032 L 196.4172900397263 373.29462511032 L 196.4172900397263 472.26451352172 L 214.59475954462005 472.26451352172" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.11245453578 287.52072182044003 L 491.71044709653995 287.52072182044003 L 491.71044709653995 373.29462511032 L 196.4172900397263 373.29462511032 L 196.4172900397263 472.26451352172 L 214.59475954462005 472.26451352172" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"><path d="M 684.70172949877 280.92272925968 L 702.8791990036639 280.92272925968 L 702.8791990036639 373.29462511032 L 602.22682248927 373.29462511032 L 602.22682248927 465.66652096096 L 608.82481505003 465.66652096096" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 684.70172949877 280.92272925968 L 702.8791990036639 280.92272925968 L 702.8791990036639 373.29462511032 L 602.22682248927 373.29462511032 L 602.22682248927 465.66652096096 L 608.82481505003 465.66652096096" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"><path d="M 882.64150632157 287.52072182044003 L 1069.0677861258437 287.52072182044003 L 1069.0677861258437 201.74681853056 L 1047.59132034057 201.74681853056" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 882.64150632157 287.52072182044003 L 1069.0677861258437 287.52072182044003 L 1069.0677861258437 201.74681853056 L 1047.59132034057 201.74681853056" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"><path d="M 882.64150632157 478.86250608247997 L 900.8189758264638 478.86250608247997 L 900.8189758264638 501.95548004514 L 513.1869128818139 501.95548004514 L 513.1869128818139 468.96551724133997 L 503.28992404067384 468.96551724133997 L 503.28992404067384 478.86250608247997 L 485.11245453578005 478.86250608247997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 882.64150632157 478.86250608247997 L 900.8189758264638 478.86250608247997 L 900.8189758264638 501.95548004514 L 513.1869128818139 501.95548004514 L 513.1869128818139 468.96551724133997 L 503.28992404067384 468.96551724133997 L 503.28992404067384 478.86250608247997 L 485.11245453578005 478.86250608247997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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_23__stack1"><path d="M 806.76459187283 472.26451352172 L 788.5871223679362 472.26451352172 L 788.5871223679362 323.80968090462 L 1072.3667824062236 323.80968090462 L 1072.3667824062236 188.55083340904 L 1047.59132034057 188.55083340904" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 806.76459187283 472.26451352172 L 788.5871223679362 472.26451352172 L 788.5871223679362 323.80968090462 L 1072.3667824062236 323.80968090462 L 1072.3667824062236 188.55083340904 L 1047.59132034057 188.55083340904" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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_24__stack1"><path d="M 212.94526140443003 287.52072182044003 L 193.11829375934633 287.52072182044003 L 193.11829375934633 485.46049864324 L 214.59475954462005 485.46049864324" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 212.94526140443003 287.52072182044003 L 193.11829375934633 287.52072182044003 L 193.11829375934633 485.46049864324 L 214.59475954462005 485.46049864324" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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_25__stack1"><path d="M 122.22286369398006 188.55083340904 L 125.52185997436004 188.55083340904 L 125.52185997436004 186.8683453060462 L 135.45183877830385 186.8683453060462" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 122.22286369398006 188.55083340904 L 125.52185997436004 188.55083340904 L 125.52185997436004 186.8683453060462 L 135.45183877830385 186.8683453060462" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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_26__stack1"><path d="M 1047.59132034057 234.73678133436002 L 1080.6142731071736 234.73678133436002 L 1080.6142731071736 233.05429323136622" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1047.59132034057 234.73678133436002 L 1080.6142731071736 234.73678133436002 L 1080.6142731071736 233.05429323136622" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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_27__stack1"><path d="M 288.82217585317005 267.72674413816003 L 292.15416209635384 267.72674413816003 L 292.15416209635384 261.0957616145962" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 288.82217585317005 267.72674413816003 L 292.15416209635384 267.72674413816003 L 292.15416209635384 261.0957616145962" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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_28__stack1"><path d="M 485.11245453578005 267.72674413816003 L 488.44444077896384 267.72674413816003 L 488.44444077896384 261.0957616145962" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.11245453578005 267.72674413816003 L 488.44444077896384 267.72674413816003 L 488.44444077896384 261.0957616145962" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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_29__stack1"><path d="M 684.70172949877 465.66652096096 L 688.0337157419539 465.66652096096 L 688.0337157419539 459.0355384373962" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 684.70172949877 465.66652096096 L 688.0337157419539 465.66652096096 L 688.0337157419539 459.0355384373962" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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_30__stack1"><path d="M 882.64150632157 465.66652096096 L 885.9734925647538 465.66652096096 L 885.9734925647538 459.0355384373962" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 882.64150632157 465.66652096096 L 885.9734925647538 465.66652096096 L 885.9734925647538 459.0355384373962" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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_31__stack1"><path d="M 430.67901590951004 46.69399335270003 L 427.34702966632625 46.69399335270003 L 427.34702966632625 33.46501826837624" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 430.67901590951004 46.69399335270003 L 427.34702966632625 46.69399335270003 L 427.34702966632625 33.46501826837624" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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_32__stack1"><path d="M 513.15392291901 46.69399335270003 L 509.82193667582624 46.69399335270003 L 509.82193667582624 33.46501826837624" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 513.15392291901 46.69399335270003 L 509.82193667582624 46.69399335270003 L 509.82193667582624 33.46501826837624" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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_33__stack1"><path d="M 859.54853235891 739.4832122324999 L 856.2165461157263 739.4832122324999 L 856.2165461157263 718.0067464472262" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 859.54853235891 739.4832122324999 L 856.2165461157263 739.4832122324999 L 856.2165461157263 718.0067464472262" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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_34__stack1"><path d="M 122.22286369398006 195.14882596980001 L 125.52185997436004 195.14882596980001 L 125.52185997436004 196.83131407279382 L 140.4003331988738 196.83131407279382" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 122.22286369398006 195.14882596980001 L 125.52185997436004 195.14882596980001 L 125.52185997436004 196.83131407279382 L 140.4003331988738 196.83131407279382" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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_35__stack1"><path d="M 1047.59132034057 228.1387887736 L 1050.9233065837539 228.1387887736 L 1050.9233065837539 241.3677638579238" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1047.59132034057 228.1387887736 L 1050.9233065837539 228.1387887736 L 1050.9233065837539 241.3677638579238" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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_36__stack1"><path d="M 412.53453636742006 287.52072182044003 L 409.20255012423627 287.52072182044003 L 409.20255012423627 294.1517043440038" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 412.53453636742006 287.52072182044003 L 409.20255012423627 287.52072182044003 L 409.20255012423627 294.1517043440038" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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_37__stack1"><path d="M 608.82481505003 287.52072182044003 L 605.4928288068462 287.52072182044003 L 605.4928288068462 294.1517043440038" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 608.82481505003 287.52072182044003 L 605.4928288068462 287.52072182044003 L 605.4928288068462 294.1517043440038" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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_38__stack1"><path d="M 806.76459187283 287.52072182044003 L 803.4326056296462 287.52072182044003 L 803.4326056296462 294.1517043440038" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 806.76459187283 287.52072182044003 L 803.4326056296462 287.52072182044003 L 803.4326056296462 294.1517043440038" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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_39__stack1"><path d="M 412.53453636742006 485.46049864324 L 409.20255012423627 485.46049864324 L 409.20255012423627 492.09148116680376" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 412.53453636742006 485.46049864324 L 409.20255012423627 485.46049864324 L 409.20255012423627 492.09148116680376" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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_40__stack1"><path d="M 608.82481505003 485.46049864324 L 509.8219366758263 485.46049864324 L 509.8219366758263 505.2874662883238" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 608.82481505003 485.46049864324 L 509.8219366758263 485.46049864324 L 509.8219366758263 505.2874662883238" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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_41__stack1"><path d="M 203.04827256329008 739.4832122324999 L 208.0297569466639 739.4832122324999 L 208.0297569466639 741.1657003354937" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 203.04827256329008 739.4832122324999 L 208.0297569466639 739.4832122324999 L 208.0297569466639 741.1657003354937" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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_42__stack1"><path d="M 302.0181609746901 739.4832122324999 L 305.3501472178739 739.4832122324999 L 305.3501472178739 760.9596780177737" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 302.0181609746901 739.4832122324999 L 305.3501472178739 739.4832122324999 L 305.3501472178739 760.9596780177737" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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_43__stack1"><path d="M 400.98804938609004 739.4832122324999 L 405.96953376946385 739.4832122324999 L 405.96953376946385 741.1657003354937" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 400.98804938609004 739.4832122324999 L 405.96953376946385 739.4832122324999 L 405.96953376946385 741.1657003354937" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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_44__stack1"><path d="M 499.95793779749005 739.4832122324999 L 503.28992404067384 739.4832122324999 L 503.28992404067384 760.9596780177737" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 499.95793779749005 739.4832122324999 L 503.28992404067384 739.4832122324999 L 503.28992404067384 760.9596780177737" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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_45__stack1"><path d="M 697.89771462029 739.4832122324999 L 702.8791990036639 739.4832122324999 L 702.8791990036639 741.1657003354937" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 697.89771462029 739.4832122324999 L 702.8791990036639 739.4832122324999 L 702.8791990036639 741.1657003354937" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="1127.2620805117472" cy="343.6036585869" r="0.9896988841139999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="1133.860073072507" cy="343.6036585869" r="0.9896988841139999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="1127.2620805117472" cy="409.58358419449996" r="0.9896988841139999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="1133.860073072507" cy="409.58358419449996" r="0.9896988841139999" 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="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_26__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_29__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_30__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_31__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_32__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_33__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_34__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_35__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_36__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_37__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_38__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_39__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_40__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_41__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_42__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_43__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_44__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_45__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="62.84093064714011" y="181.95284084828" width="46.18594792531991" height="59.381933046840004" stroke-width="0.659799256076px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="62.84093064714011" y="181.95284084828" width="46.18594792531991" height="59.381933046840004" fill="transparent"/><text class="sch-text" x="85.93390460980004" y="211.6438073717" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.938193304683999px" transform="rotate(0, 85.93390460980004, 211.6438073717)">J1</text><line class="component-pin sch-component-pin sch-port-line" x1="109.02687857246002" y1="188.55083340904" x2="122.22286369398006" y2="188.55083340904" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="121.56306443790406" y="187.89103415296398" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="115.6248711332201" y="187.891034152964" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="109.02687857246002" y1="195.14882596980001" x2="122.22286369398006" y2="195.14882596980001" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="121.56306443790406" y="194.489026713724" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="115.6248711332201" y="194.48902671372403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="109.02687857246002" y1="201.74681853056" x2="122.22286369398006" y2="201.74681853056" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="121.56306443790406" y="201.087019274484" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="115.6248711332201" y="201.08701927448402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="109.02687857246002" y1="208.34481109132003" x2="121.56306443790407" y2="208.34481109132003" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="122.22286369398006" cy="208.34481109132003" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="121.56306443790406" y="207.685011835244" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="115.6248711332201" y="207.68501183524404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="109.02687857246002" y1="214.94280365208" x2="121.56306443790407" y2="214.94280365208" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="122.22286369398006" cy="214.94280365208" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="121.56306443790406" y="214.28300439600397" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="115.6248711332201" y="214.283004396004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="109.02687857246002" y1="221.54079621284" x2="121.56306443790407" y2="221.54079621284" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="122.22286369398006" cy="221.54079621284" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="121.56306443790406" y="220.880996956764" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="115.6248711332201" y="220.880996956764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="109.02687857246002" y1="228.1387887736" x2="121.56306443790407" y2="228.1387887736" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="122.22286369398006" cy="228.1387887736" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="121.56306443790406" y="227.47898951752398" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="115.6248711332201" y="227.47898951752398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="109.02687857246002" y1="234.73678133436002" x2="121.56306443790407" y2="234.73678133436002" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="122.22286369398006" cy="234.73678133436002" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="121.56306443790406" y="234.076982078284" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="115.6248711332201" y="234.076982078284" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">8</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="984.91039101335" y="181.95284084828" width="49.48494420569989" height="59.381933046840004" stroke-width="0.659799256076px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="984.91039101335" y="181.95284084828" width="49.48494420569989" height="59.381933046840004" fill="transparent"/><text class="sch-text" x="1009.6528631162" y="211.6438073717" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.938193304683999px" transform="rotate(0, 1009.6528631162, 211.6438073717)">J2</text><line class="component-pin sch-component-pin sch-port-line" x1="1034.39533521905" y1="188.55083340904" x2="1047.59132034057" y2="188.55083340904" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="1046.931521084494" y="187.89103415296398" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="1040.99332777981" y="187.891034152964" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="1034.39533521905" y1="195.14882596980001" x2="1046.931521084494" y2="195.14882596980001" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1047.59132034057" cy="195.14882596980001" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="1046.931521084494" y="194.489026713724" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="1040.99332777981" y="194.48902671372403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="1034.39533521905" y1="201.74681853056" x2="1047.59132034057" y2="201.74681853056" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="1046.931521084494" y="201.087019274484" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="1040.99332777981" y="201.08701927448402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="1034.39533521905" y1="208.34481109132003" x2="1046.931521084494" y2="208.34481109132003" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1047.59132034057" cy="208.34481109132003" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="1046.931521084494" y="207.685011835244" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="1040.99332777981" y="207.68501183524404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="1034.39533521905" y1="214.94280365208" x2="1046.931521084494" y2="214.94280365208" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_1_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1047.59132034057" cy="214.94280365208" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="1046.931521084494" y="214.28300439600397" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="1040.99332777981" y="214.283004396004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="1034.39533521905" y1="221.54079621284" x2="1046.931521084494" y2="221.54079621284" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_1_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1047.59132034057" cy="221.54079621284" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="1046.931521084494" y="220.880996956764" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="1040.99332777981" y="220.880996956764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="1034.39533521905" y1="228.1387887736" x2="1047.59132034057" y2="228.1387887736" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_1_6__stack1"><rect x="1046.931521084494" y="227.47898951752398" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="1040.99332777981" y="227.47898951752398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="1034.39533521905" y1="234.73678133436002" x2="1047.59132034057" y2="234.73678133436002" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_1_7__stack1"><rect x="1046.931521084494" y="234.076982078284" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="1040.99332777981" y="234.076982078284" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">8</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="523.05091176015" y="617.42034985844" width="49.4849442057" height="46.185947925319965" stroke-width="0.659799256076px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="523.05091176015" y="617.42034985844" width="49.4849442057" height="46.185947925319965" fill="transparent"/><text class="sch-text" x="547.793383863" y="640.5133238210999" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.938193304683999px" transform="rotate(0, 547.793383863, 640.5133238210999)">J3</text><line class="component-pin sch-component-pin sch-port-line" x1="572.53585596585" y1="624.0183424192" x2="585.072041831294" y2="624.0183424192" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="585.7318410873701" cy="624.0183424192" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="585.0720418312941" y="623.3585431631241" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="579.13384852661" y="623.3585431631241" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="572.53585596585" y1="630.6163349799599" x2="585.072041831294" y2="630.6163349799599" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="585.7318410873701" cy="630.6163349799599" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="585.0720418312941" y="629.9565357238839" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="579.13384852661" y="629.9565357238839" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="572.53585596585" y1="637.21432754072" x2="585.072041831294" y2="637.21432754072" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="585.7318410873701" cy="637.21432754072" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="585.0720418312941" y="636.554528284644" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="579.13384852661" y="636.554528284644" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="572.53585596585" y1="643.8123201014799" x2="585.072041831294" y2="643.8123201014799" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_2_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="585.7318410873701" cy="643.8123201014799" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="585.0720418312941" y="643.152520845404" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="579.13384852661" y="643.152520845404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="572.53585596585" y1="650.41031266224" x2="585.7318410873701" y2="650.41031266224" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_2_4__stack1"><rect x="585.0720418312941" y="649.750513406164" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="579.13384852661" y="649.750513406164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="572.53585596585" y1="657.008305223" x2="585.7318410873701" y2="657.008305223" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_2_5__stack1"><rect x="585.0720418312941" y="656.348505966924" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="579.13384852661" y="656.348505966924" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">6</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="226.14124652595007" y="261.1287515774" width="49.4849442057" height="32.98996280379998" stroke-width="0.659799256076px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="226.14124652595007" y="261.1287515774" width="49.4849442057" height="32.98996280379998" fill="transparent"/><text class="sch-text" x="250.88371862880007" y="277.62373297930003" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.938193304683999px" transform="rotate(0, 250.88371862880007, 277.62373297930003)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="226.14124652595007" y1="267.72674413816003" x2="212.94526140443003" y2="267.72674413816003" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="212.28546214835401" y="267.06694488208404" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="219.54325396519005" y="267.066944882084" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="226.14124652595007" y1="274.32473669892" x2="213.605060660506" y2="274.32473669892" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="212.94526140443003" cy="274.32473669892" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="212.28546214835401" y="273.664937442844" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="219.54325396519005" y="273.664937442844" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="226.14124652595007" y1="280.92272925968" x2="213.605060660506" y2="280.92272925968" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_3_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="212.94526140443003" cy="280.92272925968" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="212.28546214835401" y="280.262930003604" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="219.54325396519005" y="280.262930003604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="226.14124652595007" y1="287.52072182044003" x2="212.94526140443003" y2="287.52072182044003" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_3_3__stack1"><rect x="212.28546214835401" y="286.86092256436405" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="219.54325396519005" y="286.860922564364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="275.62619073165007" y1="287.52072182044003" x2="288.82217585317005" y2="287.52072182044003" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_3_4__stack1"><rect x="288.16237659709407" y="286.86092256436405" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="282.2241832924101" y="286.860922564364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="275.62619073165007" y1="280.92272925968" x2="288.16237659709407" y2="280.92272925968" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_3_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="288.82217585317005" cy="280.92272925968" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="288.16237659709407" y="280.262930003604" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="282.2241832924101" y="280.262930003604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="275.62619073165007" y1="274.32473669892" x2="288.16237659709407" y2="274.32473669892" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_3_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="288.82217585317005" cy="274.32473669892" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="288.16237659709407" y="273.664937442844" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="282.2241832924101" y="273.664937442844" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="275.62619073165007" y1="267.72674413816003" x2="288.82217585317005" y2="267.72674413816003" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_3_7__stack1"><rect x="288.16237659709407" y="267.06694488208404" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="282.2241832924101" y="267.066944882084" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">8</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="425.73052148894004" y="261.1287515774" width="46.18594792532002" height="32.98996280379998" stroke-width="0.659799256076px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="425.73052148894004" y="261.1287515774" width="46.18594792532002" height="32.98996280379998" fill="transparent"/><text class="sch-text" x="448.8234954516" y="277.62373297930003" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.938193304683999px" transform="rotate(0, 448.8234954516, 277.62373297930003)">U2</text><line class="component-pin sch-component-pin sch-port-line" x1="425.73052148894004" y1="267.72674413816003" x2="412.53453636742006" y2="267.72674413816003" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="411.8747371113441" y="267.06694488208404" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="419.13252892818" y="267.066944882084" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="425.73052148894004" y1="274.32473669892" x2="412.53453636742006" y2="274.32473669892" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="411.8747371113441" y="273.664937442844" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="419.13252892818" y="273.664937442844" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="425.73052148894004" y1="280.92272925968" x2="413.19433562349604" y2="280.92272925968" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_4_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="412.53453636742006" cy="280.92272925968" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="411.8747371113441" y="280.262930003604" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="419.13252892818" y="280.262930003604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="425.73052148894004" y1="287.52072182044003" x2="412.53453636742006" y2="287.52072182044003" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_4_3__stack1"><rect x="411.8747371113441" y="286.86092256436405" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="419.13252892818" y="286.860922564364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="471.91646941426006" y1="287.52072182044003" x2="485.11245453578005" y2="287.52072182044003" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_4_4__stack1"><rect x="484.45265527970406" y="286.86092256436405" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.51446197502" y="286.860922564364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="471.91646941426006" y1="280.92272925968" x2="484.45265527970406" y2="280.92272925968" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_4_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.11245453578005" cy="280.92272925968" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="484.45265527970406" y="280.262930003604" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.51446197502" y="280.262930003604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="471.91646941426006" y1="274.32473669892" x2="484.45265527970406" y2="274.32473669892" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_4_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.11245453578005" cy="274.32473669892" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="484.45265527970406" y="273.664937442844" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.51446197502" y="273.664937442844" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="471.91646941426006" y1="267.72674413816003" x2="485.11245453578005" y2="267.72674413816003" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_4_7__stack1"><rect x="484.45265527970406" y="267.06694488208404" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.51446197502" y="267.066944882084" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">8</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="622.02080017155" y="261.1287515774" width="49.4849442057" height="32.98996280379998" stroke-width="0.659799256076px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="622.02080017155" y="261.1287515774" width="49.4849442057" height="32.98996280379998" fill="transparent"/><text class="sch-text" x="646.7632722744" y="277.62373297930003" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.938193304683999px" transform="rotate(0, 646.7632722744, 277.62373297930003)">U3</text><line class="component-pin sch-component-pin sch-port-line" x1="622.02080017155" y1="267.72674413816003" x2="608.82481505003" y2="267.72674413816003" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="608.165015793954" y="267.06694488208404" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="615.42280761079" y="267.066944882084" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="622.02080017155" y1="274.32473669892" x2="609.484614306106" y2="274.32473669892" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="608.82481505003" cy="274.32473669892" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="608.165015793954" y="273.664937442844" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="615.42280761079" y="273.664937442844" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="622.02080017155" y1="280.92272925968" x2="609.484614306106" y2="280.92272925968" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_5_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="608.82481505003" cy="280.92272925968" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="608.165015793954" y="280.262930003604" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="615.42280761079" y="280.262930003604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="622.02080017155" y1="287.52072182044003" x2="608.82481505003" y2="287.52072182044003" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_5_3__stack1"><rect x="608.165015793954" y="286.86092256436405" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="615.42280761079" y="286.860922564364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="671.50574437725" y1="287.52072182044003" x2="684.041930242694" y2="287.52072182044003" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_5_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="684.70172949877" cy="287.52072182044003" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="684.041930242694" y="286.86092256436405" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.10373693801" y="286.860922564364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="671.50574437725" y1="280.92272925968" x2="684.70172949877" y2="280.92272925968" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_5_5__stack1"><rect x="684.041930242694" y="280.262930003604" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.10373693801" y="280.262930003604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="671.50574437725" y1="274.32473669892" x2="684.041930242694" y2="274.32473669892" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_5_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="684.70172949877" cy="274.32473669892" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="684.041930242694" y="273.664937442844" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.10373693801" y="273.664937442844" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="671.50574437725" y1="267.72674413816003" x2="684.70172949877" y2="267.72674413816003" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_5_7__stack1"><rect x="684.041930242694" y="267.06694488208404" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.10373693801" y="267.066944882084" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">8</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="819.96057699435" y="261.1287515774" width="49.4849442057" height="32.98996280379998" stroke-width="0.659799256076px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="819.96057699435" y="261.1287515774" width="49.4849442057" height="32.98996280379998" fill="transparent"/><text class="sch-text" x="844.7030490971999" y="277.62373297930003" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.938193304683999px" transform="rotate(0, 844.7030490971999, 277.62373297930003)">U4</text><line class="component-pin sch-component-pin sch-port-line" x1="819.96057699435" y1="267.72674413816003" x2="807.424391128906" y2="267.72674413816003" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="806.76459187283" cy="267.72674413816003" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="806.104792616754" y="267.06694488208404" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="813.36258443359" y="267.066944882084" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="819.96057699435" y1="274.32473669892" x2="807.424391128906" y2="274.32473669892" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="806.76459187283" cy="274.32473669892" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="806.104792616754" y="273.664937442844" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="813.36258443359" y="273.664937442844" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="819.96057699435" y1="280.92272925968" x2="807.424391128906" y2="280.92272925968" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_6_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="806.76459187283" cy="280.92272925968" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="806.104792616754" y="280.262930003604" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="813.36258443359" y="280.262930003604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="819.96057699435" y1="287.52072182044003" x2="806.76459187283" y2="287.52072182044003" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_6_3__stack1"><rect x="806.104792616754" y="286.86092256436405" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="813.36258443359" y="286.860922564364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="869.44552120005" y1="287.52072182044003" x2="882.64150632157" y2="287.52072182044003" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_6_4__stack1"><rect x="881.981707065494" y="286.86092256436405" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="876.04351376081" y="286.860922564364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="869.44552120005" y1="280.92272925968" x2="881.981707065494" y2="280.92272925968" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_6_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="882.64150632157" cy="280.92272925968" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="881.981707065494" y="280.262930003604" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="876.04351376081" y="280.262930003604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="869.44552120005" y1="274.32473669892" x2="882.64150632157" y2="274.32473669892" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_6_6__stack1"><rect x="881.981707065494" y="273.664937442844" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="876.04351376081" y="273.664937442844" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="869.44552120005" y1="267.72674413816003" x2="882.64150632157" y2="267.72674413816003" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_6_7__stack1"><rect x="881.981707065494" y="267.06694488208404" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="876.04351376081" y="267.066944882084" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">8</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component chip sch-component-body" x="227.79074466614009" y="459.06852840019997" width="46.185947925319965" height="32.98996280380004" stroke-width="0.659799256076px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="227.79074466614009" y="459.06852840019997" width="46.185947925319965" height="32.98996280380004" fill="transparent"/><text class="sch-text" x="250.88371862880007" y="475.5635098021" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.938193304683999px" transform="rotate(0, 250.88371862880007, 475.5635098021)">U5</text><line class="component-pin sch-component-pin sch-port-line" x1="227.79074466614009" y1="465.66652096096" x2="215.25455880069603" y2="465.66652096096" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="214.59475954462005" cy="465.66652096096" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="213.93496028854403" y="465.006721704884" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="221.19275210538007" y="465.006721704884" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="227.79074466614009" y1="472.26451352172" x2="214.59475954462005" y2="472.26451352172" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="213.93496028854403" y="471.604714265644" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="221.19275210538007" y="471.604714265644" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="227.79074466614009" y1="478.86250608247997" x2="215.25455880069603" y2="478.86250608247997" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_7_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="214.59475954462005" cy="478.86250608247997" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="213.93496028854403" y="478.202706826404" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="221.19275210538007" y="478.202706826404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="227.79074466614009" y1="485.46049864324" x2="214.59475954462005" y2="485.46049864324" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_7_3__stack1"><rect x="213.93496028854403" y="484.800699387164" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="221.19275210538007" y="484.800699387164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="273.97669259146005" y1="485.46049864324" x2="287.17267771298003" y2="485.46049864324" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_7_4__stack1"><rect x="286.51287845690405" y="484.800699387164" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.57468515222007" y="484.800699387164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="273.97669259146005" y1="478.86250608247997" x2="286.51287845690405" y2="478.86250608247997" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_7_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.17267771298003" cy="478.86250608247997" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="286.51287845690405" y="478.202706826404" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.57468515222007" y="478.202706826404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="273.97669259146005" y1="472.26451352172" x2="286.51287845690405" y2="472.26451352172" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_7_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.17267771298003" cy="472.26451352172" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="286.51287845690405" y="471.604714265644" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.57468515222007" y="471.604714265644" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="273.97669259146005" y1="465.66652096096" x2="287.17267771298003" y2="465.66652096096" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_7_7__stack1"><rect x="286.51287845690405" y="465.006721704884" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.57468515222007" y="465.006721704884" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">8</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component chip sch-component-body" x="425.73052148894004" y="459.06852840019997" width="46.18594792532002" height="32.98996280380004" stroke-width="0.659799256076px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="425.73052148894004" y="459.06852840019997" width="46.18594792532002" height="32.98996280380004" fill="transparent"/><text class="sch-text" x="448.8234954516" y="475.5635098021" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.938193304683999px" transform="rotate(0, 448.8234954516, 475.5635098021)">U6</text><line class="component-pin sch-component-pin sch-port-line" x1="425.73052148894004" y1="465.66652096096" x2="413.19433562349604" y2="465.66652096096" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="412.53453636742006" cy="465.66652096096" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="411.8747371113441" y="465.006721704884" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="419.13252892818" y="465.006721704884" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="425.73052148894004" y1="472.26451352172" x2="413.19433562349604" y2="472.26451352172" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="412.53453636742006" cy="472.26451352172" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="411.8747371113441" y="471.604714265644" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="419.13252892818" y="471.604714265644" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="425.73052148894004" y1="478.86250608247997" x2="412.53453636742006" y2="478.86250608247997" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_8_2__stack1"><rect x="411.8747371113441" y="478.202706826404" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="419.13252892818" y="478.202706826404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="425.73052148894004" y1="485.46049864324" x2="412.53453636742006" y2="485.46049864324" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_8_3__stack1"><rect x="411.8747371113441" y="484.800699387164" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="419.13252892818" y="484.800699387164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="471.91646941426006" y1="485.46049864324" x2="484.45265527970406" y2="485.46049864324" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_8_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.11245453578005" cy="485.46049864324" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="484.45265527970406" y="484.800699387164" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.51446197502" y="484.800699387164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="471.91646941426006" y1="478.86250608247997" x2="485.11245453578005" y2="478.86250608247997" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_8_5__stack1"><rect x="484.45265527970406" y="478.202706826404" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.51446197502" y="478.202706826404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="471.91646941426006" y1="472.26451352172" x2="484.45265527970406" y2="472.26451352172" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_8_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.11245453578005" cy="472.26451352172" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="484.45265527970406" y="471.604714265644" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.51446197502" y="471.604714265644" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="471.91646941426006" y1="465.66652096096" x2="485.11245453578005" y2="465.66652096096" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_8_7__stack1"><rect x="484.45265527970406" y="465.006721704884" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.51446197502" y="465.006721704884" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">8</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component chip sch-component-body" x="622.02080017155" y="459.06852840019997" width="49.4849442057" height="32.98996280380004" stroke-width="0.659799256076px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="622.02080017155" y="459.06852840019997" width="49.4849442057" height="32.98996280380004" fill="transparent"/><text class="sch-text" x="646.7632722744" y="475.5635098021" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.938193304683999px" transform="rotate(0, 646.7632722744, 475.5635098021)">U7</text><line class="component-pin sch-component-pin sch-port-line" x1="622.02080017155" y1="465.66652096096" x2="608.82481505003" y2="465.66652096096" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="608.165015793954" y="465.006721704884" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="615.42280761079" y="465.006721704884" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="622.02080017155" y1="472.26451352172" x2="609.484614306106" y2="472.26451352172" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="608.82481505003" cy="472.26451352172" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="608.165015793954" y="471.604714265644" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="615.42280761079" y="471.604714265644" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="622.02080017155" y1="478.86250608247997" x2="609.484614306106" y2="478.86250608247997" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_9_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="608.82481505003" cy="478.86250608247997" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="608.165015793954" y="478.202706826404" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="615.42280761079" y="478.202706826404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="622.02080017155" y1="485.46049864324" x2="608.82481505003" y2="485.46049864324" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_9_3__stack1"><rect x="608.165015793954" y="484.800699387164" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="615.42280761079" y="484.800699387164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="671.50574437725" y1="485.46049864324" x2="684.041930242694" y2="485.46049864324" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_9_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="684.70172949877" cy="485.46049864324" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="684.041930242694" y="484.800699387164" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.10373693801" y="484.800699387164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="671.50574437725" y1="478.86250608247997" x2="684.041930242694" y2="478.86250608247997" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_9_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="684.70172949877" cy="478.86250608247997" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="684.041930242694" y="478.202706826404" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.10373693801" y="478.202706826404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="671.50574437725" y1="472.26451352172" x2="684.041930242694" y2="472.26451352172" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_9_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="684.70172949877" cy="472.26451352172" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="684.041930242694" y="471.604714265644" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.10373693801" y="471.604714265644" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="671.50574437725" y1="465.66652096096" x2="684.70172949877" y2="465.66652096096" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_9_7__stack1"><rect x="684.041930242694" y="465.006721704884" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.10373693801" y="465.006721704884" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">8</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_10__stack1"><rect class="component chip sch-component-body" x="819.96057699435" y="459.06852840019997" width="49.4849442057" height="32.98996280380004" stroke-width="0.659799256076px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="819.96057699435" y="459.06852840019997" width="49.4849442057" height="32.98996280380004" fill="transparent"/><text class="sch-text" x="844.7030490971999" y="475.5635098021" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.938193304683999px" transform="rotate(0, 844.7030490971999, 475.5635098021)">U8</text><line class="component-pin sch-component-pin sch-port-line" x1="819.96057699435" y1="465.66652096096" x2="807.424391128906" y2="465.66652096096" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="806.76459187283" cy="465.66652096096" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="806.104792616754" y="465.006721704884" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="813.36258443359" y="465.006721704884" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="819.96057699435" y1="472.26451352172" x2="806.76459187283" y2="472.26451352172" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="806.104792616754" y="471.604714265644" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="813.36258443359" y="471.604714265644" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="819.96057699435" y1="478.86250608247997" x2="807.424391128906" y2="478.86250608247997" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_10_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="806.76459187283" cy="478.86250608247997" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="806.104792616754" y="478.202706826404" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="813.36258443359" y="478.202706826404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="819.96057699435" y1="485.46049864324" x2="807.424391128906" y2="485.46049864324" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_10_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="806.76459187283" cy="485.46049864324" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="806.104792616754" y="484.800699387164" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="813.36258443359" y="484.800699387164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="869.44552120005" y1="485.46049864324" x2="881.981707065494" y2="485.46049864324" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_10_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="882.64150632157" cy="485.46049864324" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="881.981707065494" y="484.800699387164" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="876.04351376081" y="484.800699387164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="869.44552120005" y1="478.86250608247997" x2="882.64150632157" y2="478.86250608247997" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_10_5__stack1"><rect x="881.981707065494" y="478.202706826404" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="876.04351376081" y="478.202706826404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="869.44552120005" y1="472.26451352172" x2="881.981707065494" y2="472.26451352172" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_10_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="882.64150632157" cy="472.26451352172" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="881.981707065494" y="471.604714265644" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="876.04351376081" y="471.604714265644" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="869.44552120005" y1="465.66652096096" x2="882.64150632157" y2="465.66652096096" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_10_7__stack1"><rect x="881.981707065494" y="465.006721704884" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="876.04351376081" y="465.006721704884" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">8</text></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="100.77938787151005" y="41.85667510677884" width="36.288959084180036" height="9.674636491842392" fill="transparent"/><path class="sch-component-symbol-path" d="M 100.77938787151005 46.69399335270003 L 106.82875735084286 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 131.0189774763573 46.69399335270003 L 137.0683469556901 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 106.82875735084286 41.85667510677884 L 131.0189774763573 41.85667510677884 L 131.0189774763573 51.53131159862123 L 106.82875735084286 51.53131159862123 L 106.82875735084286 41.85667510677884" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="118.92386741360008" y="37.01693759691869" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">R1</text><text class="sch-component-text" x="118.92386741360008" y="56.37104910848138" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_12__stack1"><rect class="component-overlay sch-component-overlay" x="183.25429488101005" y="41.85667510677884" width="36.28895908418002" height="9.674636491842392" fill="transparent"/><path class="sch-component-symbol-path" d="M 183.25429488101005 46.69399335270003 L 189.30366436034285 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 213.49388448585728 46.69399335270003 L 219.54325396519008 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 189.30366436034285 41.85667510677884 L 213.49388448585728 41.85667510677884 L 213.49388448585728 51.53131159862123 L 189.30366436034285 51.53131159862123 L 189.30366436034285 41.85667510677884" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="201.39877442310006" y="37.01693759691869" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">R2</text><text class="sch-component-text" x="201.39877442310006" y="56.37104910848138" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text><circle class="component-pin sch-component-pin" cx="183.25429488101005" cy="46.69399335270003" r="0.659799256076px" stroke-width="0.659799256076px" fill="none" stroke="rgb(132, 0, 0)"/><circle class="component-pin sch-component-pin" cx="219.54325396519008" cy="46.69399335270003" r="0.659799256076px" stroke-width="0.659799256076px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_13__stack1"><rect class="component-overlay sch-component-overlay" x="265.72920189051" y="41.85667510677883" width="36.28895908418008" height="9.674636491842406" fill="transparent"/><path class="sch-component-symbol-path" d="M 265.72920189051 46.69399335270003 L 271.77857136984284 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 295.96879149535727 46.69399335270003 L 302.0181609746901 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 271.77857136984284 41.85667510677883 L 295.96879149535727 41.85667510677883 L 295.96879149535727 51.53131159862124 L 271.77857136984284 51.53131159862124 L 271.77857136984284 41.85667510677883" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="283.87368143260005" y="37.01693759691868" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">R3</text><text class="sch-component-text" x="283.87368143260005" y="56.37104910848139" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text><circle class="component-pin sch-component-pin" cx="265.72920189051" cy="46.69399335270003" r="0.659799256076px" stroke-width="0.659799256076px" fill="none" stroke="rgb(132, 0, 0)"/><circle class="component-pin sch-component-pin" cx="302.0181609746901" cy="46.69399335270003" r="0.659799256076px" stroke-width="0.659799256076px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_14__stack1"><rect class="component-overlay sch-component-overlay" x="348.20410890001" y="41.85667510677884" width="36.28895908418008" height="9.674636491842392" fill="transparent"/><path class="sch-component-symbol-path" d="M 348.20410890001 46.69399335270003 L 354.2534783793428 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 378.44369850485725 46.69399335270003 L 384.4930679841901 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 354.2534783793428 41.85667510677884 L 378.44369850485725 41.85667510677884 L 378.44369850485725 51.53131159862123 L 354.2534783793428 51.53131159862123 L 354.2534783793428 41.85667510677884" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="366.34858844210004" y="37.01693759691869" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">R4</text><text class="sch-component-text" x="366.34858844210004" y="56.37104910848138" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text><circle class="component-pin sch-component-pin" cx="348.20410890001" cy="46.69399335270003" r="0.659799256076px" stroke-width="0.659799256076px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_15__stack1"><rect class="component-overlay sch-component-overlay" x="430.67901590951004" y="41.856675106778845" width="36.288959084179965" height="9.674636491842378" fill="transparent"/><path class="sch-component-symbol-path" d="M 430.67901590951004 46.69399335270003 L 436.7283853888428 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 460.91860551435724 46.69399335270003 L 466.96797499369 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 436.7283853888428 41.856675106778845 L 460.91860551435724 41.856675106778845 L 460.91860551435724 51.53131159862122 L 436.7283853888428 51.53131159862122 L 436.7283853888428 41.856675106778845" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="448.8234954516" y="37.0169375969187" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">R5</text><text class="sch-component-text" x="448.8234954516" y="56.371049108481365" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_16__stack1"><rect class="component-overlay sch-component-overlay" x="513.15392291901" y="41.85667510677884" width="36.28895908418008" height="9.674636491842392" fill="transparent"/><path class="sch-component-symbol-path" d="M 513.15392291901 46.69399335270003 L 519.2032923983429 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 543.3935125238572 46.69399335270003 L 549.4428820031901 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 519.2032923983429 41.85667510677884 L 543.3935125238572 41.85667510677884 L 543.3935125238572 51.53131159862123 L 519.2032923983429 51.53131159862123 L 519.2032923983429 41.85667510677884" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="531.2984024611001" y="37.0169375969187" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">R6</text><text class="sch-component-text" x="531.2984024611001" y="56.371049108481365" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text><circle class="component-pin sch-component-pin" cx="549.4428820031901" cy="46.69399335270003" r="0.659799256076px" stroke-width="0.659799256076px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_17__stack1"><rect class="component-overlay sch-component-overlay" x="595.62882992851" y="41.85667510677884" width="36.28895908418008" height="9.674636491842392" fill="transparent"/><path class="sch-component-symbol-path" d="M 595.62882992851 46.69399335270003 L 601.6781994078428 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 625.8684195333572 46.69399335270003 L 631.91778901269 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 601.6781994078428 41.85667510677884 L 625.8684195333572 41.85667510677884 L 625.8684195333572 51.53131159862123 L 601.6781994078428 51.53131159862123 L 601.6781994078428 41.85667510677884" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="613.7733094706" y="37.0169375969187" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">R7</text><text class="sch-component-text" x="613.7733094706" y="56.371049108481365" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text><circle class="component-pin sch-component-pin" cx="595.62882992851" cy="46.69399335270003" r="0.659799256076px" stroke-width="0.659799256076px" fill="none" stroke="rgb(132, 0, 0)"/><circle class="component-pin sch-component-pin" cx="631.91778901269" cy="46.69399335270003" r="0.659799256076px" stroke-width="0.659799256076px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_18__stack1"><rect class="component-overlay sch-component-overlay" x="678.10373693801" y="41.85667510677884" width="36.28895908418008" height="9.674636491842392" fill="transparent"/><path class="sch-component-symbol-path" d="M 678.10373693801 46.69399335270003 L 684.1531064173429 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 708.3433265428572 46.69399335270003 L 714.3926960221901 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 684.1531064173429 41.85667510677884 L 708.3433265428572 41.85667510677884 L 708.3433265428572 51.53131159862123 L 684.1531064173429 51.53131159862123 L 684.1531064173429 41.85667510677884" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="696.2482164801" y="37.01693759691869" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">R8</text><text class="sch-component-text" x="696.2482164801" y="56.37104910848138" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text><circle class="component-pin sch-component-pin" cx="678.10373693801" cy="46.69399335270003" r="0.659799256076px" stroke-width="0.659799256076px" fill="none" stroke="rgb(132, 0, 0)"/><circle class="component-pin sch-component-pin" cx="714.3926960221901" cy="46.69399335270003" r="0.659799256076px" stroke-width="0.659799256076px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_19__stack1"><rect class="component-overlay sch-component-overlay" x="760.57864394751" y="41.85667510677884" width="36.28895908418008" height="9.674636491842392" fill="transparent"/><path class="sch-component-symbol-path" d="M 760.57864394751 46.69399335270003 L 766.6280134268429 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 790.8182335523572 46.69399335270003 L 796.8676030316901 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 766.6280134268429 41.85667510677884 L 790.8182335523572 41.85667510677884 L 790.8182335523572 51.53131159862123 L 766.6280134268429 51.53131159862123 L 766.6280134268429 41.85667510677884" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="778.7231234896001" y="37.01693759691869" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">R9</text><text class="sch-component-text" x="778.7231234896001" y="56.37104910848138" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text><circle class="component-pin sch-component-pin" cx="760.57864394751" cy="46.69399335270003" r="0.659799256076px" stroke-width="0.659799256076px" fill="none" stroke="rgb(132, 0, 0)"/><circle class="component-pin sch-component-pin" cx="796.8676030316901" cy="46.69399335270003" r="0.659799256076px" stroke-width="0.659799256076px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_20__stack1"><rect class="component-overlay sch-component-overlay" x="843.05355095701" y="41.85667510677884" width="36.28895908418008" height="9.674636491842392" fill="transparent"/><path class="sch-component-symbol-path" d="M 843.05355095701 46.69399335270003 L 849.1029204363429 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 873.2931405618572 46.69399335270003 L 879.34251004119 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 849.1029204363429 41.85667510677884 L 873.2931405618572 41.85667510677884 L 873.2931405618572 51.53131159862123 L 849.1029204363429 51.53131159862123 L 849.1029204363429 41.85667510677884" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="861.1980304991" y="37.01693759691869" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">R10</text><text class="sch-component-text" x="861.1980304991" y="56.37104910848138" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text><circle class="component-pin sch-component-pin" cx="879.34251004119" cy="46.69399335270003" r="0.659799256076px" stroke-width="0.659799256076px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_21__stack1"><rect class="component-overlay sch-component-overlay" x="925.5284579665099" y="41.85667510677884" width="36.28895908418008" height="9.674636491842392" fill="transparent"/><path class="sch-component-symbol-path" d="M 925.5284579665099 46.69399335270003 L 931.5778274458428 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 955.7680475713571 46.69399335270003 L 961.81741705069 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 931.5778274458428 41.85667510677884 L 955.7680475713571 41.85667510677884 L 955.7680475713571 51.53131159862123 L 931.5778274458428 51.53131159862123 L 931.5778274458428 41.85667510677884" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="943.6729375086" y="37.01693759691869" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">R11</text><text class="sch-component-text" x="943.6729375086" y="56.37104910848138" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text><circle class="component-pin sch-component-pin" cx="925.5284579665099" cy="46.69399335270003" r="0.659799256076px" stroke-width="0.659799256076px" fill="none" stroke="rgb(132, 0, 0)"/><circle class="component-pin sch-component-pin" cx="961.81741705069" cy="46.69399335270003" r="0.659799256076px" stroke-width="0.659799256076px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_22__stack1"><rect class="component-overlay sch-component-overlay" x="1008.0033649760101" y="41.85667510677884" width="36.28895908418008" height="9.674636491842392" fill="transparent"/><path class="sch-component-symbol-path" d="M 1008.0033649760101 46.69399335270003 L 1014.0527344553429 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1038.2429545808573 46.69399335270003 L 1044.2923240601901 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1014.0527344553429 41.85667510677884 L 1038.2429545808573 41.85667510677884 L 1038.2429545808573 51.53131159862123 L 1014.0527344553429 51.53131159862123 L 1014.0527344553429 41.85667510677884" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1026.1478445181" y="37.01693759691869" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">R12</text><text class="sch-component-text" x="1026.1478445181" y="56.37104910848138" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text><circle class="component-pin sch-component-pin" cx="1008.0033649760101" cy="46.69399335270003" r="0.659799256076px" stroke-width="0.659799256076px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_23__stack1"><rect class="component-overlay sch-component-overlay" x="166.75931347911003" y="729.8049468447491" width="36.28895908418002" height="19.356530775501597" fill="transparent"/><path class="sch-component-symbol-path" d="M 203.04827256329006 739.4832122324999 L 188.53268892961805 739.4832122324999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 181.27489711278204 739.4832122324999 L 166.75931347911003 739.4832122324999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 188.53268892961805 729.8049468447491 L 188.53268892961805 749.1614776202507" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 181.27489711278204 729.8049468447491 L 181.27489711278204 749.1614776202507" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="184.90379302120004" y="724.9676285988279" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">C1</text><text class="sch-component-text" x="184.90379302120004" y="753.9987958661719" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_24__stack1"><rect class="component-overlay sch-component-overlay" x="265.72920189051" y="729.8049468447491" width="36.28895908418008" height="19.356530775501597" fill="transparent"/><path class="sch-component-symbol-path" d="M 302.0181609746901 739.4832122324999 L 287.5025773410181 739.4832122324999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 280.244785524182 739.4832122324999 L 265.72920189051 739.4832122324999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 287.5025773410181 729.8049468447491 L 287.5025773410181 749.1614776202507" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 280.244785524182 729.8049468447491 L 280.244785524182 749.1614776202507" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="283.87368143260005" y="724.9676285988279" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">C2</text><text class="sch-component-text" x="283.87368143260005" y="753.9987958661719" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_25__stack1"><rect class="component-overlay sch-component-overlay" x="364.6990903019101" y="729.8049468447491" width="36.288959084179965" height="19.356530775501597" fill="transparent"/><path class="sch-component-symbol-path" d="M 400.98804938609004 739.4832122324999 L 386.47246575241803 739.4832122324999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 379.2146739355821 739.4832122324999 L 364.6990903019101 739.4832122324999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 386.47246575241803 729.8049468447491 L 386.47246575241803 749.1614776202507" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 379.2146739355821 729.8049468447491 L 379.2146739355821 749.1614776202507" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="382.84356984400006" y="724.9676285988279" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">C3</text><text class="sch-component-text" x="382.84356984400006" y="753.9987958661719" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_26__stack1"><rect class="component-overlay sch-component-overlay" x="463.6689787133101" y="729.8049468447491" width="36.288959084179965" height="19.356530775501597" fill="transparent"/><path class="sch-component-symbol-path" d="M 499.95793779749005 739.4832122324999 L 485.44235416381804 739.4832122324999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 478.1845623469821 739.4832122324999 L 463.6689787133101 739.4832122324999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 485.44235416381804 729.8049468447491 L 485.44235416381804 749.1614776202507" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 478.1845623469821 729.8049468447491 L 478.1845623469821 749.1614776202507" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="481.81345825540006" y="724.9676285988279" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">C4</text><text class="sch-component-text" x="481.81345825540006" y="753.9987958661719" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_27__stack1"><rect class="component-overlay sch-component-overlay" x="562.63886712471" y="729.8049468447491" width="36.28895908418008" height="19.356530775501597" fill="transparent"/><path class="sch-component-symbol-path" d="M 598.9278262088901 739.4832122324999 L 584.4122425752181 739.4832122324999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 577.154450758382 739.4832122324999 L 562.63886712471 739.4832122324999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 584.4122425752181 729.8049468447491 L 584.4122425752181 749.1614776202507" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 577.154450758382 729.8049468447491 L 577.154450758382 749.1614776202507" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="580.7833466668001" y="724.9676285988279" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">C5</text><text class="sch-component-text" x="580.7833466668001" y="753.9987958661719" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_28__stack1"><rect class="component-overlay sch-component-overlay" x="661.60875553611" y="729.8049468447491" width="36.28895908418008" height="19.356530775501597" fill="transparent"/><path class="sch-component-symbol-path" d="M 697.8977146202901 739.4832122324999 L 683.3821309866181 739.4832122324999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 676.124339169782 739.4832122324999 L 661.60875553611 739.4832122324999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 683.3821309866181 729.8049468447491 L 683.3821309866181 749.1614776202507" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 676.124339169782 729.8049468447491 L 676.124339169782 749.1614776202507" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="679.7532350782001" y="724.9676285988279" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">C6</text><text class="sch-component-text" x="679.7532350782001" y="753.9987958661719" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_29__stack1"><rect class="component-overlay sch-component-overlay" x="760.57864394751" y="729.8049468447491" width="36.28895908418008" height="19.356530775501597" fill="transparent"/><path class="sch-component-symbol-path" d="M 796.8676030316901 739.4832122324999 L 782.3520193980181 739.4832122324999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 775.094227581182 739.4832122324999 L 760.57864394751 739.4832122324999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 782.3520193980181 729.8049468447491 L 782.3520193980181 749.1614776202507" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 775.094227581182 729.8049468447491 L 775.094227581182 749.1614776202507" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="778.7231234896001" y="724.9676285988279" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">C7</text><text class="sch-component-text" x="778.7231234896001" y="753.9987958661719" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_30__stack1"><rect class="component-overlay sch-component-overlay" x="859.5485323589099" y="729.8049468447491" width="36.28895908418008" height="19.356530775501597" fill="transparent"/><path class="sch-component-symbol-path" d="M 895.83749144309 739.4832122324999 L 881.321907809418 739.4832122324999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 874.064115992582 739.4832122324999 L 859.5485323589099 739.4832122324999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 881.321907809418 729.8049468447491 L 881.321907809418 749.1614776202507" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 874.064115992582 729.8049468447491 L 874.064115992582 749.1614776202507" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="877.693011901" y="724.9676285988279" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">C8</text><text class="sch-component-text" x="877.693011901" y="753.9987958661719" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_31__stack1"><rect class="component-overlay sch-component-overlay" x="1089.983422543453" y="272.60545209895275" width="37.27865796829428" height="9.678113126384062" fill="transparent"/><path class="sch-component-symbol-path" d="M 1113.6410324079473 277.62373297930003 L 1104.3213679158737 282.2835652253368" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1104.3213679158737 272.60545209895275 L 1113.6410324079473 277.62373297930003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1104.3213679158737 282.2835652253368 L 1104.3213679158737 272.60545209895275" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1113.6410324079473 272.60545209895275 L 1113.6410324079473 282.2835652253368" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1104.3213679158737 277.62373297930003 L 1089.983422543453 277.62373297930003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1127.2620805117472 277.62373297930003 L 1113.999481042258 277.62373297930003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1108.2643028932896" y="269.37941439015805" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">D1</text><text class="sch-component-text" x="1108.6227515276" y="288.73564064292617" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text><circle class="component-pin sch-component-pin" cx="1089.983422543453" cy="277.62373297930003" r="0.659799256076px" stroke-width="0.659799256076px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_32__stack1"><rect class="component-overlay sch-component-overlay" x="1089.983422543453" y="338.5853777065527" width="37.27865796829428" height="9.678113126384062" fill="transparent"/><path class="sch-component-symbol-path" d="M 1113.6410324079473 343.6036585869 L 1104.3213679158737 348.2634908329368" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1104.3213679158737 338.5853777065527 L 1113.6410324079473 343.6036585869" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1104.3213679158737 348.2634908329368 L 1104.3213679158737 338.5853777065527" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1113.6410324079473 338.5853777065527 L 1113.6410324079473 348.2634908329368" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1104.3213679158737 343.6036585869 L 1089.983422543453 343.6036585869" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1127.2620805117472 343.6036585869 L 1113.999481042258 343.6036585869" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1108.2643028932896" y="335.359339997758" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">D2</text><text class="sch-component-text" x="1108.6227515276" y="354.71556625052614" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text><circle class="component-pin sch-component-pin" cx="1089.983422543453" cy="343.6036585869" r="0.659799256076px" stroke-width="0.659799256076px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_33__stack1"><rect class="component-overlay sch-component-overlay" x="1089.983422543453" y="404.5653033141527" width="37.27865796829428" height="9.678113126384062" fill="transparent"/><path class="sch-component-symbol-path" d="M 1113.6410324079473 409.58358419449996 L 1104.3213679158737 414.24341644053675" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1104.3213679158737 404.5653033141527 L 1113.6410324079473 409.58358419449996" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1104.3213679158737 414.24341644053675 L 1104.3213679158737 404.5653033141527" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1113.6410324079473 404.5653033141527 L 1113.6410324079473 414.24341644053675" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1104.3213679158737 409.58358419449996 L 1089.983422543453 409.58358419449996" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1127.2620805117472 409.58358419449996 L 1113.999481042258 409.58358419449996" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1108.2643028932896" y="401.339265605358" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">D3</text><text class="sch-component-text" x="1108.6227515276" y="420.6954918581261" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text><circle class="component-pin sch-component-pin" cx="1089.983422543453" cy="409.58358419449996" r="0.659799256076px" stroke-width="0.659799256076px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_34__stack1"><rect class="component-overlay sch-component-overlay" x="1089.983422543453" y="470.5452289217527" width="37.27865796829428" height="9.678113126384062" fill="transparent"/><path class="sch-component-symbol-path" d="M 1113.6410324079473 475.5635098021 L 1104.3213679158737 480.2233420481368" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1104.3213679158737 470.5452289217527 L 1113.6410324079473 475.5635098021" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1104.3213679158737 480.2233420481368 L 1104.3213679158737 470.5452289217527" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1113.6410324079473 470.5452289217527 L 1113.6410324079473 480.2233420481368" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1104.3213679158737 475.5635098021 L 1089.983422543453 475.5635098021" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1127.2620805117472 475.5635098021 L 1113.999481042258 475.5635098021" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1108.2643028932896" y="467.319191212958" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">D4</text><text class="sch-component-text" x="1108.6227515276" y="486.6754174657261" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="122.22286369398006" cy="188.55083340904" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="122.22286369398006" cy="195.14882596980001" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="122.22286369398006" cy="201.74681853056" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="122.22286369398006" cy="208.34481109132003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="122.22286369398006" cy="214.94280365208" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="122.22286369398006" cy="221.54079621284" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="122.22286369398006" cy="228.1387887736" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="122.22286369398006" cy="234.73678133436002" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="1047.59132034057" cy="188.55083340904" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="1047.59132034057" cy="195.14882596980001" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="1047.59132034057" cy="201.74681853056" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="1047.59132034057" cy="208.34481109132003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_4__stack1"><circle cx="1047.59132034057" cy="214.94280365208" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_5__stack1"><circle cx="1047.59132034057" cy="221.54079621284" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_6__stack1"><circle cx="1047.59132034057" cy="228.1387887736" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_7__stack1"><circle cx="1047.59132034057" cy="234.73678133436002" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="585.7318410873701" cy="624.0183424192" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="585.7318410873701" cy="630.6163349799599" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="585.7318410873701" cy="637.21432754072" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_3__stack1"><circle cx="585.7318410873701" cy="643.8123201014799" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_4__stack1"><circle cx="585.7318410873701" cy="650.41031266224" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_5__stack1"><circle cx="585.7318410873701" cy="657.008305223" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="212.94526140443003" cy="267.72674413816003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="212.94526140443003" cy="274.32473669892" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_2__stack1"><circle cx="212.94526140443003" cy="280.92272925968" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_3__stack1"><circle cx="212.94526140443003" cy="287.52072182044003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_4__stack1"><circle cx="288.82217585317005" cy="287.52072182044003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_5__stack1"><circle cx="288.82217585317005" cy="280.92272925968" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_6__stack1"><circle cx="288.82217585317005" cy="274.32473669892" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_7__stack1"><circle cx="288.82217585317005" cy="267.72674413816003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="412.53453636742006" cy="267.72674413816003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="412.53453636742006" cy="274.32473669892" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_2__stack1"><circle cx="412.53453636742006" cy="280.92272925968" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_3__stack1"><circle cx="412.53453636742006" cy="287.52072182044003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_4__stack1"><circle cx="485.11245453578005" cy="287.52072182044003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_5__stack1"><circle cx="485.11245453578005" cy="280.92272925968" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_6__stack1"><circle cx="485.11245453578005" cy="274.32473669892" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_7__stack1"><circle cx="485.11245453578005" cy="267.72674413816003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="608.82481505003" cy="267.72674413816003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="608.82481505003" cy="274.32473669892" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_2__stack1"><circle cx="608.82481505003" cy="280.92272925968" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_3__stack1"><circle cx="608.82481505003" cy="287.52072182044003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_4__stack1"><circle cx="684.70172949877" cy="287.52072182044003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_5__stack1"><circle cx="684.70172949877" cy="280.92272925968" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_6__stack1"><circle cx="684.70172949877" cy="274.32473669892" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_7__stack1"><circle cx="684.70172949877" cy="267.72674413816003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="806.76459187283" cy="267.72674413816003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="806.76459187283" cy="274.32473669892" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_2__stack1"><circle cx="806.76459187283" cy="280.92272925968" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_3__stack1"><circle cx="806.76459187283" cy="287.52072182044003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_4__stack1"><circle cx="882.64150632157" cy="287.52072182044003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_5__stack1"><circle cx="882.64150632157" cy="280.92272925968" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_6__stack1"><circle cx="882.64150632157" cy="274.32473669892" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_7__stack1"><circle cx="882.64150632157" cy="267.72674413816003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="214.59475954462005" cy="465.66652096096" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="214.59475954462005" cy="472.26451352172" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_2__stack1"><circle cx="214.59475954462005" cy="478.86250608247997" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_3__stack1"><circle cx="214.59475954462005" cy="485.46049864324" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_4__stack1"><circle cx="287.17267771298003" cy="485.46049864324" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_5__stack1"><circle cx="287.17267771298003" cy="478.86250608247997" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_6__stack1"><circle cx="287.17267771298003" cy="472.26451352172" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_7__stack1"><circle cx="287.17267771298003" cy="465.66652096096" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="412.53453636742006" cy="465.66652096096" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="412.53453636742006" cy="472.26451352172" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_2__stack1"><circle cx="412.53453636742006" cy="478.86250608247997" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_3__stack1"><circle cx="412.53453636742006" cy="485.46049864324" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_4__stack1"><circle cx="485.11245453578005" cy="485.46049864324" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_5__stack1"><circle cx="485.11245453578005" cy="478.86250608247997" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_6__stack1"><circle cx="485.11245453578005" cy="472.26451352172" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_7__stack1"><circle cx="485.11245453578005" cy="465.66652096096" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="608.82481505003" cy="465.66652096096" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="608.82481505003" cy="472.26451352172" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_2__stack1"><circle cx="608.82481505003" cy="478.86250608247997" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_3__stack1"><circle cx="608.82481505003" cy="485.46049864324" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_4__stack1"><circle cx="684.70172949877" cy="485.46049864324" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_5__stack1"><circle cx="684.70172949877" cy="478.86250608247997" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_6__stack1"><circle cx="684.70172949877" cy="472.26451352172" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_7__stack1"><circle cx="684.70172949877" cy="465.66652096096" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="806.76459187283" cy="465.66652096096" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="806.76459187283" cy="472.26451352172" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_2__stack1"><circle cx="806.76459187283" cy="478.86250608247997" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_3__stack1"><circle cx="806.76459187283" cy="485.46049864324" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_4__stack1"><circle cx="882.64150632157" cy="485.46049864324" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_5__stack1"><circle cx="882.64150632157" cy="478.86250608247997" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_6__stack1"><circle cx="882.64150632157" cy="472.26451352172" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_7__stack1"><circle cx="882.64150632157" cy="465.66652096096" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="109.02687857246002" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="145.3158376566401" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="191.50178558196" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="227.79074466614009" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_0__stack1"><circle cx="273.97669259146005" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_1__stack1"><circle cx="310.26565167564013" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_0__stack1"><circle cx="356.4515996009601" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_1__stack1"><circle cx="392.74055868514006" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_0__stack1"><circle cx="438.92650661046" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_1__stack1"><circle cx="475.21546569464005" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_0__stack1"><circle cx="521.4014136199601" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_1__stack1"><circle cx="557.69037270414" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_0__stack1"><circle cx="603.87632062946" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_1__stack1"><circle cx="640.1652797136401" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_0__stack1"><circle cx="686.35122763896" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_1__stack1"><circle cx="722.64018672314" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_0__stack1"><circle cx="768.8261346484601" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_1__stack1"><circle cx="805.11509373264" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_0__stack1"><circle cx="851.30104165796" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_1__stack1"><circle cx="887.5900007421401" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_0__stack1"><circle cx="933.7759486674599" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_1__stack1"><circle cx="970.06490775164" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_0__stack1"><circle cx="1016.25085567696" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_1__stack1"><circle cx="1052.53981476114" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_0__stack1"><circle cx="175.00680418006004" cy="739.4832122324999" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_1__stack1"><circle cx="211.29576326424007" cy="739.4832122324999" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_0__stack1"><circle cx="273.97669259146005" cy="739.4832122324999" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_1__stack1"><circle cx="310.26565167564013" cy="739.4832122324999" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_0__stack1"><circle cx="372.94658100286006" cy="739.4832122324999" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_1__stack1"><circle cx="409.23554008704" cy="739.4832122324999" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_0__stack1"><circle cx="471.91646941426006" cy="739.4832122324999" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_1__stack1"><circle cx="508.20542849844" cy="739.4832122324999" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_0__stack1"><circle cx="570.8863578256601" cy="739.4832122324999" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_1__stack1"><circle cx="607.17531690984" cy="739.4832122324999" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_0__stack1"><circle cx="669.8562462370601" cy="739.4832122324999" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_1__stack1"><circle cx="706.14520532124" cy="739.4832122324999" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_0__stack1"><circle cx="768.8261346484601" cy="739.4832122324999" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_1__stack1"><circle cx="805.1150937326399" cy="739.4832122324999" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_0__stack1"><circle cx="867.79602305986" cy="739.4832122324999" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_1__stack1"><circle cx="904.08498214404" cy="739.4832122324999" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_0__stack1"><circle cx="1091.467970869624" cy="277.7379290043901" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_1__stack1"><circle cx="1128.7466288379183" cy="277.7379290043901" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_0__stack1"><circle cx="1091.467970869624" cy="343.71785461199005" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_1__stack1"><circle cx="1128.7466288379183" cy="343.71785461199005" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_0__stack1"><circle cx="1091.467970869624" cy="409.6977802195901" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_1__stack1"><circle cx="1128.7466288379183" cy="409.6977802195901" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_0__stack1"><circle cx="1091.467970869624" cy="475.67770582719004" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_1__stack1"><circle cx="1128.7466288379183" cy="475.67770582719004" r="1.319598512152" 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="
|
|
403
|
+
M 135.45183877830385,186.8683453060462
|
|
404
|
+
L 132.15284249792384,185.086887314641
|
|
405
|
+
L 132.15284249792384,169.89830843977148
|
|
406
|
+
L 138.75083505868386,169.89830843977148
|
|
407
|
+
L 138.75083505868386,185.086887314641
|
|
408
|
+
Z
|
|
409
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><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="135.45183877830385" y="183.8992486537042" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 135.45183877830385 183.8992486537042)">XXX</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="
|
|
410
|
+
M 1080.6142731071736,233.05429323136622
|
|
411
|
+
L 1077.3152768267937,231.272835239961
|
|
412
|
+
L 1077.3152768267937,216.0842563650915
|
|
413
|
+
L 1083.9132693875536,216.0842563650915
|
|
414
|
+
L 1083.9132693875536,231.272835239961
|
|
415
|
+
Z
|
|
416
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><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="1080.6142731071736" y="230.08519657902423" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 1080.6142731071736 230.08519657902423)">XXX</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="
|
|
417
|
+
M 556.0408745639501,698.24575872775
|
|
418
|
+
L 552.74187828357,696.4643007363447
|
|
419
|
+
L 552.74187828357,681.2757218614752
|
|
420
|
+
L 559.3398708443301,681.2757218614752
|
|
421
|
+
L 559.3398708443301,696.4643007363447
|
|
422
|
+
Z
|
|
423
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><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="556.0408745639501" y="695.2766620754079" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 556.0408745639501 695.2766620754079)">XXX</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="
|
|
424
|
+
M 292.15416209635384,261.0957616145962
|
|
425
|
+
L 288.85516581597386,259.314303623191
|
|
426
|
+
L 288.85516581597386,244.1257247483215
|
|
427
|
+
L 295.4531583767338,244.1257247483215
|
|
428
|
+
L 295.4531583767338,259.314303623191
|
|
429
|
+
Z
|
|
430
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><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="292.15416209635384" y="258.1266649622542" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 292.15416209635384 258.1266649622542)">XXX</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="
|
|
431
|
+
M 488.44444077896384,261.0957616145962
|
|
432
|
+
L 485.14544449858386,259.314303623191
|
|
433
|
+
L 485.14544449858386,244.1257247483215
|
|
434
|
+
L 491.7434370593438,244.1257247483215
|
|
435
|
+
L 491.7434370593438,259.314303623191
|
|
436
|
+
Z
|
|
437
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><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="488.44444077896384" y="258.1266649622542" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 488.44444077896384 258.1266649622542)">XXX</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="
|
|
438
|
+
M 691.29972205953,254.53075901664
|
|
439
|
+
L 688.00072577915,252.7493010252348
|
|
440
|
+
L 688.00072577915,237.56072215036528
|
|
441
|
+
L 694.5987183399101,237.56072215036528
|
|
442
|
+
L 694.5987183399101,252.7493010252348
|
|
443
|
+
Z
|
|
444
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><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="691.29972205953" y="251.561662364298" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 691.29972205953 251.561662364298)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
|
|
445
|
+
M 293.77067027374005,452.47053583944
|
|
446
|
+
L 290.47167399336007,450.6890778480348
|
|
447
|
+
L 290.47167399336007,435.5004989731653
|
|
448
|
+
L 297.06966655412003,435.5004989731653
|
|
449
|
+
L 297.06966655412003,450.6890778480348
|
|
450
|
+
Z
|
|
451
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><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="293.77067027374005" y="449.501439187098" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 293.77067027374005 449.501439187098)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
|
|
452
|
+
M 688.0337157419539,459.0355384373962
|
|
453
|
+
L 684.7347194615738,457.254080445991
|
|
454
|
+
L 684.7347194615738,442.0655015711215
|
|
455
|
+
L 691.3327120223339,442.0655015711215
|
|
456
|
+
L 691.3327120223339,457.254080445991
|
|
457
|
+
Z
|
|
458
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><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="688.0337157419539" y="456.0664417850542" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 688.0337157419539 456.0664417850542)">XXX</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="
|
|
459
|
+
M 885.9734925647538,459.0355384373962
|
|
460
|
+
L 882.6744962843737,457.254080445991
|
|
461
|
+
L 882.6744962843737,442.0655015711215
|
|
462
|
+
L 889.2724888451338,442.0655015711215
|
|
463
|
+
L 889.2724888451338,457.254080445991
|
|
464
|
+
Z
|
|
465
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><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="885.9734925647538" y="456.0664417850542" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 885.9734925647538 456.0664417850542)">XXX</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="
|
|
466
|
+
M 427.34702966632625,33.46501826837624
|
|
467
|
+
L 424.04803338594627,31.68356027697104
|
|
468
|
+
L 424.04803338594627,16.494981402101523
|
|
469
|
+
L 430.64602594670623,16.494981402101523
|
|
470
|
+
L 430.64602594670623,31.683560276971043
|
|
471
|
+
Z
|
|
472
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><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="427.34702966632625" y="30.49592161603424" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 427.34702966632625 30.49592161603424)">XXX</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="
|
|
473
|
+
M 509.82193667582624,33.46501826837624
|
|
474
|
+
L 506.52294039544626,31.68356027697104
|
|
475
|
+
L 506.52294039544626,16.494981402101523
|
|
476
|
+
L 513.1209329562063,16.494981402101523
|
|
477
|
+
L 513.1209329562063,31.683560276971043
|
|
478
|
+
Z
|
|
479
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><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="509.82193667582624" y="30.49592161603424" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 509.82193667582624 30.49592161603424)">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="
|
|
480
|
+
M 160.16132091835004,739.4832122324999
|
|
481
|
+
L 156.86232463797003,737.7017542410947
|
|
482
|
+
L 156.86232463797003,722.5131753662251
|
|
483
|
+
L 163.46031719873005,722.5131753662251
|
|
484
|
+
L 163.46031719873005,737.7017542410947
|
|
485
|
+
Z
|
|
486
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><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="160.16132091835004" y="736.5141155801579" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 160.16132091835004 736.5141155801579)">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="
|
|
487
|
+
M 358.10109774115006,739.4832122324999
|
|
488
|
+
L 354.8021014607701,737.7017542410947
|
|
489
|
+
L 354.8021014607701,722.5131753662251
|
|
490
|
+
L 361.40009402153004,722.5131753662251
|
|
491
|
+
L 361.40009402153004,737.7017542410947
|
|
492
|
+
Z
|
|
493
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><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="358.10109774115006" y="736.5141155801579" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 358.10109774115006 736.5141155801579)">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="
|
|
494
|
+
M 655.01076297535,739.4832122324999
|
|
495
|
+
L 651.7117666949699,737.7017542410947
|
|
496
|
+
L 651.7117666949699,722.5131753662251
|
|
497
|
+
L 658.30975925573,722.5131753662251
|
|
498
|
+
L 658.30975925573,737.7017542410947
|
|
499
|
+
Z
|
|
500
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><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="655.01076297535" y="736.5141155801579" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 655.01076297535 736.5141155801579)">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="
|
|
501
|
+
M 856.2165461157263,718.0067464472262
|
|
502
|
+
L 852.9175498353462,716.225288455821
|
|
503
|
+
L 852.9175498353462,701.0367095809514
|
|
504
|
+
L 859.5155423961063,701.0367095809514
|
|
505
|
+
L 859.5155423961063,716.225288455821
|
|
506
|
+
Z
|
|
507
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><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="856.2165461157263" y="715.0376497948841" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 856.2165461157263 715.0376497948841)">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="
|
|
508
|
+
M 140.4003331988738,196.83131407279382
|
|
509
|
+
L 143.6993294792538,198.61277206419902
|
|
510
|
+
L 143.6993294792538,213.80135093906853
|
|
511
|
+
L 137.10133691849379,213.80135093906853
|
|
512
|
+
L 137.10133691849379,198.61277206419902
|
|
513
|
+
Z
|
|
514
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><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="140.4003331988738" y="199.8004107251358" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(90 140.4003331988738 199.8004107251358)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" d="
|
|
515
|
+
M 1050.9233065837539,241.3677638579238
|
|
516
|
+
L 1054.2223028641338,243.149221849329
|
|
517
|
+
L 1054.2223028641338,258.33780072419853
|
|
518
|
+
L 1047.624310303374,258.33780072419853
|
|
519
|
+
L 1047.624310303374,243.149221849329
|
|
520
|
+
Z
|
|
521
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><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="1050.9233065837539" y="244.33686051026578" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(90 1050.9233065837539 244.33686051026578)">XXX</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="
|
|
522
|
+
M 605.5258187696501,739.4832122324999
|
|
523
|
+
L 608.8248150500301,741.2646702239051
|
|
524
|
+
L 608.8248150500301,756.4532490987747
|
|
525
|
+
L 602.22682248927,756.4532490987747
|
|
526
|
+
L 602.22682248927,741.2646702239051
|
|
527
|
+
Z
|
|
528
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><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="605.5258187696501" y="742.452308884842" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(90 605.5258187696501 742.452308884842)">XXX</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="
|
|
529
|
+
M 193.11829375934633,485.46049864324
|
|
530
|
+
L 196.41729003972634,487.2419566346452
|
|
531
|
+
L 196.41729003972634,502.4305355095147
|
|
532
|
+
L 189.81929747896632,502.4305355095147
|
|
533
|
+
L 189.81929747896632,487.2419566346452
|
|
534
|
+
Z
|
|
535
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><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="193.11829375934633" y="488.429595295582" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(90 193.11829375934633 488.429595295582)">XXX</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="
|
|
536
|
+
M 409.20255012423627,294.1517043440038
|
|
537
|
+
L 412.50154640461625,295.933162335409
|
|
538
|
+
L 412.50154640461625,311.1217412102785
|
|
539
|
+
L 405.9035538438563,311.1217412102785
|
|
540
|
+
L 405.9035538438563,295.933162335409
|
|
541
|
+
Z
|
|
542
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><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="409.20255012423627" y="297.1208009963458" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(90 409.20255012423627 297.1208009963458)">XXX</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="
|
|
543
|
+
M 605.4928288068462,294.1517043440038
|
|
544
|
+
L 608.7918250872262,295.933162335409
|
|
545
|
+
L 608.7918250872262,311.1217412102785
|
|
546
|
+
L 602.1938325264662,311.1217412102785
|
|
547
|
+
L 602.1938325264662,295.933162335409
|
|
548
|
+
Z
|
|
549
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><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="605.4928288068462" y="297.1208009963458" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(90 605.4928288068462 297.1208009963458)">XXX</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="
|
|
550
|
+
M 803.4326056296462,294.1517043440038
|
|
551
|
+
L 806.7316019100263,295.933162335409
|
|
552
|
+
L 806.7316019100263,311.1217412102785
|
|
553
|
+
L 800.1336093492662,311.1217412102785
|
|
554
|
+
L 800.1336093492662,295.933162335409
|
|
555
|
+
Z
|
|
556
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><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="803.4326056296462" y="297.1208009963458" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(90 803.4326056296462 297.1208009963458)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" d="
|
|
557
|
+
M 409.20255012423627,492.09148116680376
|
|
558
|
+
L 412.50154640461625,493.87293915820896
|
|
559
|
+
L 412.50154640461625,509.06151803307847
|
|
560
|
+
L 405.9035538438563,509.06151803307847
|
|
561
|
+
L 405.9035538438563,493.87293915820896
|
|
562
|
+
Z
|
|
563
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" x="409.20255012423627" y="495.06057781914575" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(90 409.20255012423627 495.06057781914575)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" d="
|
|
564
|
+
M 509.8219366758263,505.2874662883238
|
|
565
|
+
L 513.1209329562063,507.068924279729
|
|
566
|
+
L 513.1209329562063,522.2575031545986
|
|
567
|
+
L 506.5229403954463,522.2575031545986
|
|
568
|
+
L 506.5229403954463,507.068924279729
|
|
569
|
+
Z
|
|
570
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" x="509.8219366758263" y="508.2565629406658" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(90 509.8219366758263 508.2565629406658)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" d="
|
|
571
|
+
M 806.76459187283,485.46049864324
|
|
572
|
+
L 804.9831338814248,488.75949492361997
|
|
573
|
+
L 789.7945550065552,488.75949492361997
|
|
574
|
+
L 789.7945550065552,482.16150236286
|
|
575
|
+
L 804.9831338814248,482.16150236286
|
|
576
|
+
Z
|
|
577
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" x="803.795495220488" y="485.46049864324" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_25__stack1" d="
|
|
578
|
+
M 208.0297569466639,741.1657003354937
|
|
579
|
+
L 211.3287532270439,742.947158326899
|
|
580
|
+
L 211.3287532270439,758.1357372017685
|
|
581
|
+
L 204.73076066628389,758.1357372017685
|
|
582
|
+
L 204.73076066628389,742.947158326899
|
|
583
|
+
Z
|
|
584
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" x="208.0297569466639" y="744.1347969878358" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(90 208.0297569466639 744.1347969878358)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" d="
|
|
585
|
+
M 305.3501472178739,760.9596780177737
|
|
586
|
+
L 308.64914349825386,762.741136009179
|
|
587
|
+
L 308.64914349825386,777.9297148840485
|
|
588
|
+
L 302.0511509374939,777.9297148840485
|
|
589
|
+
L 302.0511509374939,762.741136009179
|
|
590
|
+
Z
|
|
591
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" x="305.3501472178739" y="763.9287746701158" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(90 305.3501472178739 763.9287746701158)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_27__stack1" d="
|
|
592
|
+
M 405.96953376946385,741.1657003354937
|
|
593
|
+
L 409.26853004984383,742.947158326899
|
|
594
|
+
L 409.26853004984383,758.1357372017685
|
|
595
|
+
L 402.67053748908387,758.1357372017685
|
|
596
|
+
L 402.67053748908387,742.947158326899
|
|
597
|
+
Z
|
|
598
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_27__stack1" x="405.96953376946385" y="744.1347969878358" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(90 405.96953376946385 744.1347969878358)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_28__stack1" d="
|
|
599
|
+
M 503.28992404067384,760.9596780177737
|
|
600
|
+
L 506.5889203210538,762.741136009179
|
|
601
|
+
L 506.5889203210538,777.9297148840485
|
|
602
|
+
L 499.99092776029386,777.9297148840485
|
|
603
|
+
L 499.99092776029386,762.741136009179
|
|
604
|
+
Z
|
|
605
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_28__stack1" x="503.28992404067384" y="763.9287746701158" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(90 503.28992404067384 763.9287746701158)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_29__stack1" d="
|
|
606
|
+
M 702.8791990036639,741.1657003354937
|
|
607
|
+
L 706.1781952840439,742.947158326899
|
|
608
|
+
L 706.1781952840439,758.1357372017685
|
|
609
|
+
L 699.5802027232838,758.1357372017685
|
|
610
|
+
L 699.5802027232838,742.947158326899
|
|
611
|
+
Z
|
|
612
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_29__stack1" x="702.8791990036639" y="744.1347969878358" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(90 702.8791990036639 744.1347969878358)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_30__stack1" d="
|
|
613
|
+
M 803.46559559245,766.534981731616
|
|
614
|
+
L 806.76459187283,768.3164397230212
|
|
615
|
+
L 806.76459187283,783.5050185978907
|
|
616
|
+
L 800.1665993120699,783.5050185978907
|
|
617
|
+
L 800.1665993120699,768.3164397230212
|
|
618
|
+
Z
|
|
619
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_30__stack1" x="803.46559559245" y="769.504078383958" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(90 803.46559559245 769.504078383958)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_31__stack1" d="
|
|
620
|
+
M 1133.860073072507,475.5635098021
|
|
621
|
+
L 1137.159069352887,477.3449677935052
|
|
622
|
+
L 1137.159069352887,492.5335466683747
|
|
623
|
+
L 1130.561076792127,492.5335466683747
|
|
624
|
+
L 1130.561076792127,477.3449677935052
|
|
625
|
+
Z
|
|
626
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_31__stack1" x="1133.860073072507" y="478.532606454442" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(90 1133.860073072507 478.532606454442)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_32__stack1" d="
|
|
627
|
+
M 128.82085625474002,191.84982968941998
|
|
628
|
+
L 130.60231424614523,188.55083340903997
|
|
629
|
+
L 141.91567215699504,188.55083340903997
|
|
630
|
+
L 141.91567215699504,195.1488259698
|
|
631
|
+
L 130.60231424614523,195.1488259698
|
|
632
|
+
Z
|
|
633
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_32__stack1" x="131.789952907082" y="191.84982968941998" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_33__stack1" d="
|
|
634
|
+
M 122.22286369398006,208.34481109132003
|
|
635
|
+
L 124.00432168538526,205.04581481094002
|
|
636
|
+
L 135.31767959623508,205.04581481094002
|
|
637
|
+
L 135.31767959623508,211.64380737170003
|
|
638
|
+
L 124.00432168538526,211.64380737170003
|
|
639
|
+
Z
|
|
640
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_33__stack1" x="125.19196034632206" y="208.34481109132003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_34__stack1" d="
|
|
641
|
+
M 183.25429488101003,46.69399335270003
|
|
642
|
+
L 181.47283688960482,49.992989633080036
|
|
643
|
+
L 170.159478978755,49.99298963308003
|
|
644
|
+
L 170.159478978755,43.39499707232003
|
|
645
|
+
L 181.47283688960482,43.39499707232003
|
|
646
|
+
Z
|
|
647
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_34__stack1" x="180.28519822866804" y="46.69399335270003" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_35__stack1" d="
|
|
648
|
+
M 122.22286369398006,214.94280365208
|
|
649
|
+
L 124.00432168538526,211.64380737169998
|
|
650
|
+
L 135.31767959623508,211.64380737169998
|
|
651
|
+
L 135.31767959623508,218.24179993246
|
|
652
|
+
L 124.00432168538526,218.24179993246
|
|
653
|
+
Z
|
|
654
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_35__stack1" x="125.19196034632206" y="214.94280365208" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_36__stack1" d="
|
|
655
|
+
M 265.72920189051,46.69399335270003
|
|
656
|
+
L 263.9477438991048,49.992989633080036
|
|
657
|
+
L 252.634385988255,49.99298963308003
|
|
658
|
+
L 252.634385988255,43.39499707232003
|
|
659
|
+
L 263.9477438991048,43.39499707232003
|
|
660
|
+
Z
|
|
661
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_36__stack1" x="262.760105238168" y="46.69399335270003" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_37__stack1" d="
|
|
662
|
+
M 122.22286369398006,221.54079621284
|
|
663
|
+
L 124.00432168538526,218.24179993246
|
|
664
|
+
L 135.31767959623508,218.24179993246
|
|
665
|
+
L 135.31767959623508,224.83979249322002
|
|
666
|
+
L 124.00432168538526,224.83979249322002
|
|
667
|
+
Z
|
|
668
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_37__stack1" x="125.19196034632206" y="221.54079621284" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_38__stack1" d="
|
|
669
|
+
M 348.20410890001006,46.69399335270003
|
|
670
|
+
L 346.42265090860485,49.992989633080036
|
|
671
|
+
L 335.10929299775506,49.99298963308003
|
|
672
|
+
L 335.10929299775506,43.39499707232003
|
|
673
|
+
L 346.42265090860485,43.39499707232003
|
|
674
|
+
Z
|
|
675
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_38__stack1" x="345.23501224766807" y="46.69399335270003" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_39__stack1" d="
|
|
676
|
+
M 122.22286369398006,228.1387887736
|
|
677
|
+
L 124.00432168538526,224.83979249322
|
|
678
|
+
L 135.31767959623508,224.83979249322
|
|
679
|
+
L 135.31767959623508,231.43778505398
|
|
680
|
+
L 124.00432168538526,231.43778505398
|
|
681
|
+
Z
|
|
682
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_39__stack1" x="125.19196034632206" y="228.1387887736" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_40__stack1" d="
|
|
683
|
+
M 556.5522189874089,267.72674413816003
|
|
684
|
+
L 553.2532227070288,265.9452861467548
|
|
685
|
+
L 553.2532227070288,254.631928235905
|
|
686
|
+
L 559.8512152677889,254.631928235905
|
|
687
|
+
L 559.8512152677889,265.9452861467548
|
|
688
|
+
Z
|
|
689
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_40__stack1" x="556.5522189874089" y="264.75764748581804" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 556.5522189874089 264.75764748581804)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_41__stack1" d="
|
|
690
|
+
M 122.22286369398006,234.73678133436002
|
|
691
|
+
L 124.00432168538526,231.43778505398
|
|
692
|
+
L 135.31767959623508,231.43778505398
|
|
693
|
+
L 135.31767959623508,238.03577761474003
|
|
694
|
+
L 124.00432168538526,238.03577761474003
|
|
695
|
+
Z
|
|
696
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_41__stack1" x="125.19196034632206" y="234.73678133436002" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_42__stack1" d="
|
|
697
|
+
M 608.82481505003,274.32473669892
|
|
698
|
+
L 607.0433570586248,277.6237329793
|
|
699
|
+
L 595.729999147775,277.6237329793
|
|
700
|
+
L 595.729999147775,271.02574041854
|
|
701
|
+
L 607.0433570586248,271.02574041854
|
|
702
|
+
Z
|
|
703
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_42__stack1" x="605.855718397688" y="274.32473669892" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_43__stack1" d="
|
|
704
|
+
M 549.44288200319,46.69399335270003
|
|
705
|
+
L 551.2243399945952,43.39499707232003
|
|
706
|
+
L 562.537697905445,43.39499707232003
|
|
707
|
+
L 562.537697905445,49.992989633080036
|
|
708
|
+
L 551.2243399945952,49.992989633080036
|
|
709
|
+
Z
|
|
710
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_43__stack1" x="552.411978655532" y="46.69399335270003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_44__stack1" d="
|
|
711
|
+
M 287.17267771298003,472.26451352172
|
|
712
|
+
L 288.95413570438524,468.96551724134
|
|
713
|
+
L 300.267493615235,468.96551724134
|
|
714
|
+
L 300.267493615235,475.5635098021
|
|
715
|
+
L 288.95413570438524,475.5635098021
|
|
716
|
+
Z
|
|
717
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_44__stack1" x="290.141774365322" y="472.26451352172" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_45__stack1" d="
|
|
718
|
+
M 788.5871223679362,472.26451352172
|
|
719
|
+
L 786.805664376531,475.5635098021
|
|
720
|
+
L 775.4923064656812,475.5635098021
|
|
721
|
+
L 775.4923064656812,468.96551724134
|
|
722
|
+
L 786.805664376531,468.96551724134
|
|
723
|
+
Z
|
|
724
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_45__stack1" x="785.6180257155942" y="472.26451352172" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_46__stack1" d="
|
|
725
|
+
M 485.11245453578005,485.46049864324
|
|
726
|
+
L 486.89391252718525,482.16150236286
|
|
727
|
+
L 498.20727043803504,482.16150236286
|
|
728
|
+
L 498.20727043803504,488.75949492361997
|
|
729
|
+
L 486.89391252718525,488.75949492361997
|
|
730
|
+
Z
|
|
731
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_46__stack1" x="488.08155118812203" y="485.46049864324" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_47__stack1" d="
|
|
732
|
+
M 882.64150632157,485.46049864324
|
|
733
|
+
L 884.4229643129752,482.16150236286
|
|
734
|
+
L 895.736322223825,482.16150236286
|
|
735
|
+
L 895.736322223825,488.75949492361997
|
|
736
|
+
L 884.4229643129752,488.75949492361997
|
|
737
|
+
Z
|
|
738
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_47__stack1" x="885.610602973912" y="485.46049864324" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_48__stack1" d="
|
|
739
|
+
M 1047.59132034057,195.14882596980001
|
|
740
|
+
L 1049.3727783319753,191.84982968942
|
|
741
|
+
L 1060.6861362428251,191.84982968942
|
|
742
|
+
L 1060.6861362428251,198.44782225018002
|
|
743
|
+
L 1049.3727783319753,198.44782225018002
|
|
744
|
+
Z
|
|
745
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_48__stack1" x="1050.560416992912" y="195.14882596980001" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_49__stack1" d="
|
|
746
|
+
M 966.76591147126,287.52072182044003
|
|
747
|
+
L 963.46691519088,285.7392638290348
|
|
748
|
+
L 963.46691519088,274.42590591818504
|
|
749
|
+
L 970.06490775164,274.42590591818504
|
|
750
|
+
L 970.06490775164,285.7392638290348
|
|
751
|
+
Z
|
|
752
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_49__stack1" x="966.76591147126" y="284.55162516809804" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 966.76591147126 284.55162516809804)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_50__stack1" d="
|
|
753
|
+
M 900.8189758264639,478.86250608247997
|
|
754
|
+
L 897.5199795460838,477.08104809107476
|
|
755
|
+
L 897.5199795460838,465.767690180225
|
|
756
|
+
L 904.1179721068439,465.767690180225
|
|
757
|
+
L 904.1179721068439,477.08104809107476
|
|
758
|
+
Z
|
|
759
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_50__stack1" x="900.8189758264639" y="475.893409430138" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 900.8189758264639 475.893409430138)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_51__stack1" d="
|
|
760
|
+
M 760.57864394751,46.69399335270003
|
|
761
|
+
L 758.7971859561048,49.992989633080036
|
|
762
|
+
L 747.483828045255,49.99298963308003
|
|
763
|
+
L 747.483828045255,43.39499707232003
|
|
764
|
+
L 758.7971859561048,43.39499707232003
|
|
765
|
+
Z
|
|
766
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_51__stack1" x="757.609547295168" y="46.69399335270003" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_52__stack1" d="
|
|
767
|
+
M 892.53849516271,274.32473669892
|
|
768
|
+
L 894.3199531541152,271.02574041854
|
|
769
|
+
L 905.633311064965,271.02574041854
|
|
770
|
+
L 905.633311064965,277.6237329793
|
|
771
|
+
L 894.3199531541152,277.6237329793
|
|
772
|
+
Z
|
|
773
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_52__stack1" x="895.507591815052" y="274.32473669892" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_53__stack1" d="
|
|
774
|
+
M 882.64150632157,472.26451352172
|
|
775
|
+
L 884.4229643129752,468.96551724134
|
|
776
|
+
L 895.736322223825,468.96551724134
|
|
777
|
+
L 895.736322223825,475.5635098021
|
|
778
|
+
L 884.4229643129752,475.5635098021
|
|
779
|
+
Z
|
|
780
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_53__stack1" x="885.610602973912" y="472.26451352172" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_54__stack1" d="
|
|
781
|
+
M 1047.59132034057,208.34481109132003
|
|
782
|
+
L 1049.3727783319753,205.04581481094002
|
|
783
|
+
L 1060.6861362428251,205.04581481094002
|
|
784
|
+
L 1060.6861362428251,211.64380737170003
|
|
785
|
+
L 1049.3727783319753,211.64380737170003
|
|
786
|
+
Z
|
|
787
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_54__stack1" x="1050.560416992912" y="208.34481109132003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_55__stack1" d="
|
|
788
|
+
M 1008.00336497601,46.69399335270003
|
|
789
|
+
L 1006.2219069846047,49.992989633080036
|
|
790
|
+
L 994.9085490737549,49.99298963308003
|
|
791
|
+
L 994.9085490737549,43.39499707232003
|
|
792
|
+
L 1006.2219069846047,43.39499707232003
|
|
793
|
+
Z
|
|
794
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_55__stack1" x="1005.0342683236679" y="46.69399335270003" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_56__stack1" d="
|
|
795
|
+
M 796.86760303169,46.69399335270003
|
|
796
|
+
L 798.6490610230952,43.39499707232003
|
|
797
|
+
L 809.9624189339451,43.39499707232003
|
|
798
|
+
L 809.9624189339451,49.992989633080036
|
|
799
|
+
L 798.6490610230952,49.992989633080036
|
|
800
|
+
Z
|
|
801
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_56__stack1" x="799.836699684032" y="46.69399335270003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_57__stack1" d="
|
|
802
|
+
M 1047.59132034057,214.94280365208
|
|
803
|
+
L 1049.3727783319753,211.64380737169998
|
|
804
|
+
L 1060.6861362428251,211.64380737169998
|
|
805
|
+
L 1060.6861362428251,218.24179993246
|
|
806
|
+
L 1049.3727783319753,218.24179993246
|
|
807
|
+
Z
|
|
808
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_57__stack1" x="1050.560416992912" y="214.94280365208" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_58__stack1" d="
|
|
809
|
+
M 879.34251004119,46.69399335270003
|
|
810
|
+
L 881.1239680325953,43.39499707232003
|
|
811
|
+
L 892.4373259434451,43.39499707232003
|
|
812
|
+
L 892.4373259434451,49.992989633080036
|
|
813
|
+
L 881.1239680325953,49.992989633080036
|
|
814
|
+
Z
|
|
815
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_58__stack1" x="882.3116066935321" y="46.69399335270003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_59__stack1" d="
|
|
816
|
+
M 1047.59132034057,221.54079621284
|
|
817
|
+
L 1049.3727783319753,218.24179993246
|
|
818
|
+
L 1060.6861362428251,218.24179993246
|
|
819
|
+
L 1060.6861362428251,224.83979249322002
|
|
820
|
+
L 1049.3727783319753,224.83979249322002
|
|
821
|
+
Z
|
|
822
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_59__stack1" x="1050.560416992912" y="221.54079621284" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_60__stack1" d="
|
|
823
|
+
M 485.11245453578005,472.26451352172
|
|
824
|
+
L 486.89391252718525,468.96551724134
|
|
825
|
+
L 498.20727043803504,468.96551724134
|
|
826
|
+
L 498.20727043803504,475.5635098021
|
|
827
|
+
L 486.89391252718525,475.5635098021
|
|
828
|
+
Z
|
|
829
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_60__stack1" x="488.08155118812203" y="472.26451352172" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_61__stack1" d="
|
|
830
|
+
M 585.7318410873701,624.0183424192
|
|
831
|
+
L 587.5132990787753,620.71934613882
|
|
832
|
+
L 598.8266569896251,620.71934613882
|
|
833
|
+
L 598.8266569896251,627.3173386995801
|
|
834
|
+
L 587.5132990787753,627.3173386995801
|
|
835
|
+
Z
|
|
836
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_61__stack1" x="588.7009377397121" y="624.0183424192" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_62__stack1" d="
|
|
837
|
+
M 684.70172949877,485.46049864324
|
|
838
|
+
L 686.4831874901752,482.16150236286
|
|
839
|
+
L 697.796545401025,482.16150236286
|
|
840
|
+
L 697.796545401025,488.75949492361997
|
|
841
|
+
L 686.4831874901752,488.75949492361997
|
|
842
|
+
Z
|
|
843
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_62__stack1" x="687.670826151112" y="485.46049864324" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_63__stack1" d="
|
|
844
|
+
M 585.7318410873701,630.6163349799599
|
|
845
|
+
L 587.5132990787753,627.3173386995799
|
|
846
|
+
L 598.8266569896251,627.3173386995799
|
|
847
|
+
L 598.8266569896251,633.9153312603399
|
|
848
|
+
L 587.5132990787753,633.9153312603399
|
|
849
|
+
Z
|
|
850
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_63__stack1" x="588.7009377397121" y="630.6163349799599" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_64__stack1" d="
|
|
851
|
+
M 684.70172949877,478.86250608247997
|
|
852
|
+
L 686.4831874901752,475.5635098021
|
|
853
|
+
L 697.796545401025,475.5635098021
|
|
854
|
+
L 697.796545401025,482.16150236285995
|
|
855
|
+
L 686.4831874901752,482.16150236285995
|
|
856
|
+
Z
|
|
857
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_64__stack1" x="687.670826151112" y="478.86250608247997" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_65__stack1" d="
|
|
858
|
+
M 585.7318410873701,637.21432754072
|
|
859
|
+
L 587.5132990787753,633.9153312603399
|
|
860
|
+
L 598.8266569896251,633.9153312603399
|
|
861
|
+
L 598.8266569896251,640.5133238211
|
|
862
|
+
L 587.5132990787753,640.5133238211
|
|
863
|
+
Z
|
|
864
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_65__stack1" x="588.7009377397121" y="637.21432754072" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_66__stack1" d="
|
|
865
|
+
M 684.70172949877,472.26451352172
|
|
866
|
+
L 686.4831874901752,468.96551724134
|
|
867
|
+
L 697.796545401025,468.96551724134
|
|
868
|
+
L 697.796545401025,475.5635098021
|
|
869
|
+
L 686.4831874901752,475.5635098021
|
|
870
|
+
Z
|
|
871
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_66__stack1" x="687.670826151112" y="472.26451352172" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_67__stack1" d="
|
|
872
|
+
M 585.7318410873701,643.8123201014799
|
|
873
|
+
L 587.5132990787753,640.5133238210999
|
|
874
|
+
L 598.8266569896251,640.5133238210999
|
|
875
|
+
L 598.8266569896251,647.11131638186
|
|
876
|
+
L 587.5132990787753,647.11131638186
|
|
877
|
+
Z
|
|
878
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_67__stack1" x="588.7009377397121" y="643.8123201014799" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_68__stack1" d="
|
|
879
|
+
M 151.0725861659032,46.69399335270003
|
|
880
|
+
L 147.7735898855232,44.912535361294836
|
|
881
|
+
L 147.7735898855232,33.599177450445026
|
|
882
|
+
L 154.3715824462832,33.599177450445026
|
|
883
|
+
L 154.3715824462832,44.912535361294836
|
|
884
|
+
Z
|
|
885
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_68__stack1" x="151.0725861659032" y="43.72489670035803" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 151.0725861659032 43.72489670035803)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_69__stack1" d="
|
|
886
|
+
M 219.5432539651901,46.69399335270003
|
|
887
|
+
L 221.3247119565953,43.39499707232003
|
|
888
|
+
L 232.63806986744513,43.39499707232003
|
|
889
|
+
L 232.63806986744513,49.992989633080036
|
|
890
|
+
L 221.3247119565953,49.992989633080036
|
|
891
|
+
Z
|
|
892
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_69__stack1" x="222.5123506175321" y="46.69399335270003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_70__stack1" d="
|
|
893
|
+
M 212.94526140443003,274.32473669892
|
|
894
|
+
L 211.16380341302482,277.6237329793
|
|
895
|
+
L 199.850445502175,277.6237329793
|
|
896
|
+
L 199.850445502175,271.02574041854
|
|
897
|
+
L 211.16380341302482,271.02574041854
|
|
898
|
+
Z
|
|
899
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_70__stack1" x="209.97616475208804" y="274.32473669892" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_71__stack1" d="
|
|
900
|
+
M 302.0181609746901,46.69399335270003
|
|
901
|
+
L 303.7996189660953,43.39499707232003
|
|
902
|
+
L 315.1129768769451,43.39499707232003
|
|
903
|
+
L 315.1129768769451,49.992989633080036
|
|
904
|
+
L 303.7996189660953,49.992989633080036
|
|
905
|
+
Z
|
|
906
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_71__stack1" x="304.9872576270321" y="46.69399335270003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_72__stack1" d="
|
|
907
|
+
M 212.94526140443003,280.92272925968
|
|
908
|
+
L 211.16380341302482,284.22172554006
|
|
909
|
+
L 199.850445502175,284.22172554006
|
|
910
|
+
L 199.850445502175,277.62373297930003
|
|
911
|
+
L 211.16380341302482,277.62373297930003
|
|
912
|
+
Z
|
|
913
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_72__stack1" x="209.97616475208804" y="280.92272925968" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_73__stack1" d="
|
|
914
|
+
M 319.7502659817326,287.52072182044003
|
|
915
|
+
L 316.4512697013526,285.7392638290348
|
|
916
|
+
L 316.4512697013526,274.42590591818504
|
|
917
|
+
L 323.04926226211256,274.42590591818504
|
|
918
|
+
L 323.04926226211256,285.7392638290348
|
|
919
|
+
Z
|
|
920
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_73__stack1" x="319.7502659817326" y="284.55162516809804" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 319.7502659817326 284.55162516809804)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_74__stack1" d="
|
|
921
|
+
M 595.6288299285101,46.69399335270003
|
|
922
|
+
L 593.8473719371049,49.992989633080036
|
|
923
|
+
L 582.534014026255,49.99298963308003
|
|
924
|
+
L 582.534014026255,43.39499707232003
|
|
925
|
+
L 593.8473719371049,43.39499707232003
|
|
926
|
+
Z
|
|
927
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_74__stack1" x="592.659733276168" y="46.69399335270003" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_75__stack1" d="
|
|
928
|
+
M 288.82217585317005,280.92272925968
|
|
929
|
+
L 290.60363384457526,277.62373297930003
|
|
930
|
+
L 301.91699175542504,277.62373297930003
|
|
931
|
+
L 301.91699175542504,284.22172554006
|
|
932
|
+
L 290.60363384457526,284.22172554006
|
|
933
|
+
Z
|
|
934
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_75__stack1" x="291.79127250551204" y="280.92272925968" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_76__stack1" d="
|
|
935
|
+
M 412.53453636742006,280.92272925968
|
|
936
|
+
L 410.75307837601486,284.22172554006
|
|
937
|
+
L 399.43972046516507,284.22172554006
|
|
938
|
+
L 399.43972046516507,277.62373297930003
|
|
939
|
+
L 410.75307837601486,277.62373297930003
|
|
940
|
+
Z
|
|
941
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_76__stack1" x="409.56543971507807" y="280.92272925968" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_77__stack1" d="
|
|
942
|
+
M 288.82217585317005,274.32473669892
|
|
943
|
+
L 290.60363384457526,271.02574041854
|
|
944
|
+
L 301.91699175542504,271.02574041854
|
|
945
|
+
L 301.91699175542504,277.6237329793
|
|
946
|
+
L 290.60363384457526,277.6237329793
|
|
947
|
+
Z
|
|
948
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_77__stack1" x="291.79127250551204" y="274.32473669892" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_78__stack1" d="
|
|
949
|
+
M 214.59475954462005,465.66652096096
|
|
950
|
+
L 212.81330155321484,468.96551724133997
|
|
951
|
+
L 201.49994364236503,468.96551724133997
|
|
952
|
+
L 201.49994364236503,462.36752468058
|
|
953
|
+
L 212.81330155321484,462.36752468058
|
|
954
|
+
Z
|
|
955
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_78__stack1" x="211.62566289227806" y="465.66652096096" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_79__stack1" d="
|
|
956
|
+
M 391.5034350799976,46.69399335270003
|
|
957
|
+
L 388.2044387996176,44.912535361294836
|
|
958
|
+
L 388.2044387996176,33.599177450445026
|
|
959
|
+
L 394.80243136037757,33.599177450445026
|
|
960
|
+
L 394.80243136037757,44.912535361294836
|
|
961
|
+
Z
|
|
962
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_79__stack1" x="391.5034350799976" y="43.72489670035803" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 391.5034350799976 43.72489670035803)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_80__stack1" d="
|
|
963
|
+
M 491.71044709653995,287.52072182044003
|
|
964
|
+
L 493.49190508794516,284.22172554006005
|
|
965
|
+
L 504.80526299879494,284.22172554006005
|
|
966
|
+
L 504.80526299879494,290.81971810082
|
|
967
|
+
L 493.49190508794516,290.81971810082
|
|
968
|
+
Z
|
|
969
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_80__stack1" x="494.67954374888194" y="287.52072182044003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_81__stack1" d="
|
|
970
|
+
M 678.10373693801,46.69399335270003
|
|
971
|
+
L 676.3222789466048,49.992989633080036
|
|
972
|
+
L 665.008921035755,49.99298963308003
|
|
973
|
+
L 665.008921035755,43.39499707232003
|
|
974
|
+
L 676.3222789466048,43.39499707232003
|
|
975
|
+
Z
|
|
976
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_81__stack1" x="675.134640285668" y="46.69399335270003" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_82__stack1" d="
|
|
977
|
+
M 485.11245453578005,280.92272925968
|
|
978
|
+
L 486.89391252718525,277.62373297930003
|
|
979
|
+
L 498.20727043803504,277.62373297930003
|
|
980
|
+
L 498.20727043803504,284.22172554006
|
|
981
|
+
L 486.89391252718525,284.22172554006
|
|
982
|
+
Z
|
|
983
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_82__stack1" x="488.08155118812203" y="280.92272925968" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_83__stack1" d="
|
|
984
|
+
M 214.59475954462005,478.86250608247997
|
|
985
|
+
L 212.81330155321484,482.16150236285995
|
|
986
|
+
L 201.49994364236503,482.16150236285995
|
|
987
|
+
L 201.49994364236503,475.5635098021
|
|
988
|
+
L 212.81330155321484,475.5635098021
|
|
989
|
+
Z
|
|
990
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_83__stack1" x="211.62566289227806" y="478.86250608247997" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_84__stack1" d="
|
|
991
|
+
M 485.11245453578005,274.32473669892
|
|
992
|
+
L 486.89391252718525,271.02574041854
|
|
993
|
+
L 498.20727043803504,271.02574041854
|
|
994
|
+
L 498.20727043803504,277.6237329793
|
|
995
|
+
L 486.89391252718525,277.6237329793
|
|
996
|
+
Z
|
|
997
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_84__stack1" x="488.08155118812203" y="274.32473669892" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_85__stack1" d="
|
|
998
|
+
M 412.53453636742006,465.66652096096
|
|
999
|
+
L 410.75307837601486,468.96551724133997
|
|
1000
|
+
L 399.43972046516507,468.96551724133997
|
|
1001
|
+
L 399.43972046516507,462.36752468058
|
|
1002
|
+
L 410.75307837601486,462.36752468058
|
|
1003
|
+
Z
|
|
1004
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_85__stack1" x="409.56543971507807" y="465.66652096096" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_86__stack1" d="
|
|
1005
|
+
M 684.70172949877,287.52072182044003
|
|
1006
|
+
L 686.4831874901752,284.22172554006005
|
|
1007
|
+
L 697.796545401025,284.22172554006005
|
|
1008
|
+
L 697.796545401025,290.81971810082
|
|
1009
|
+
L 686.4831874901752,290.81971810082
|
|
1010
|
+
Z
|
|
1011
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_86__stack1" x="687.670826151112" y="287.52072182044003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_87__stack1" d="
|
|
1012
|
+
M 412.53453636742006,472.26451352172
|
|
1013
|
+
L 410.75307837601486,475.5635098021
|
|
1014
|
+
L 399.43972046516507,475.5635098021
|
|
1015
|
+
L 399.43972046516507,468.96551724134
|
|
1016
|
+
L 410.75307837601486,468.96551724134
|
|
1017
|
+
Z
|
|
1018
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_87__stack1" x="409.56543971507807" y="472.26451352172" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_88__stack1" d="
|
|
1019
|
+
M 925.5284579665099,46.69399335270003
|
|
1020
|
+
L 923.7469999751047,49.992989633080036
|
|
1021
|
+
L 912.4336420642549,49.99298963308003
|
|
1022
|
+
L 912.4336420642549,43.39499707232003
|
|
1023
|
+
L 923.7469999751047,43.39499707232003
|
|
1024
|
+
Z
|
|
1025
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_88__stack1" x="922.5593613141679" y="46.69399335270003" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_89__stack1" d="
|
|
1026
|
+
M 702.8791990036639,280.92272925968
|
|
1027
|
+
L 699.5802027232838,279.1412712682748
|
|
1028
|
+
L 699.5802027232838,267.827913357425
|
|
1029
|
+
L 706.1781952840439,267.827913357425
|
|
1030
|
+
L 706.1781952840439,279.1412712682748
|
|
1031
|
+
Z
|
|
1032
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_89__stack1" x="702.8791990036639" y="277.953632607338" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 702.8791990036639 277.953632607338)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_90__stack1" d="
|
|
1033
|
+
M 684.70172949877,274.32473669892
|
|
1034
|
+
L 686.4831874901752,271.02574041854
|
|
1035
|
+
L 697.796545401025,271.02574041854
|
|
1036
|
+
L 697.796545401025,277.6237329793
|
|
1037
|
+
L 686.4831874901752,277.6237329793
|
|
1038
|
+
Z
|
|
1039
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_90__stack1" x="687.670826151112" y="274.32473669892" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_91__stack1" d="
|
|
1040
|
+
M 608.82481505003,472.26451352172
|
|
1041
|
+
L 607.0433570586248,475.5635098021
|
|
1042
|
+
L 595.729999147775,475.5635098021
|
|
1043
|
+
L 595.729999147775,468.96551724134
|
|
1044
|
+
L 607.0433570586248,468.96551724134
|
|
1045
|
+
Z
|
|
1046
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_91__stack1" x="605.855718397688" y="472.26451352172" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_92__stack1" d="
|
|
1047
|
+
M 882.64150632157,280.92272925968
|
|
1048
|
+
L 884.4229643129752,277.62373297930003
|
|
1049
|
+
L 895.736322223825,277.62373297930003
|
|
1050
|
+
L 895.736322223825,284.22172554006
|
|
1051
|
+
L 884.4229643129752,284.22172554006
|
|
1052
|
+
Z
|
|
1053
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_92__stack1" x="885.610602973912" y="280.92272925968" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_93__stack1" d="
|
|
1054
|
+
M 806.76459187283,465.66652096096
|
|
1055
|
+
L 804.9831338814248,468.96551724133997
|
|
1056
|
+
L 793.669775970575,468.96551724133997
|
|
1057
|
+
L 793.669775970575,462.36752468058
|
|
1058
|
+
L 804.9831338814248,462.36752468058
|
|
1059
|
+
Z
|
|
1060
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_93__stack1" x="803.795495220488" y="465.66652096096" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_94__stack1" d="
|
|
1061
|
+
M 318.51314237659005,485.46049864324
|
|
1062
|
+
L 315.2141460962101,483.6790406518348
|
|
1063
|
+
L 315.2141460962101,472.365682740985
|
|
1064
|
+
L 321.81213865697003,472.365682740985
|
|
1065
|
+
L 321.81213865697003,483.6790406518348
|
|
1066
|
+
Z
|
|
1067
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_94__stack1" x="318.51314237659005" y="482.491401990898" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 318.51314237659005 482.491401990898)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_95__stack1" d="
|
|
1068
|
+
M 287.17267771298003,478.86250608247997
|
|
1069
|
+
L 288.95413570438524,475.5635098021
|
|
1070
|
+
L 300.267493615235,475.5635098021
|
|
1071
|
+
L 300.267493615235,482.16150236285995
|
|
1072
|
+
L 288.95413570438524,482.16150236285995
|
|
1073
|
+
Z
|
|
1074
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_95__stack1" x="290.141774365322" y="478.86250608247997" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_96__stack1" d="
|
|
1075
|
+
M 608.82481505003,478.86250608247997
|
|
1076
|
+
L 607.0433570586248,482.16150236285995
|
|
1077
|
+
L 595.729999147775,482.16150236285995
|
|
1078
|
+
L 595.729999147775,475.5635098021
|
|
1079
|
+
L 607.0433570586248,475.5635098021
|
|
1080
|
+
Z
|
|
1081
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_96__stack1" x="605.855718397688" y="478.86250608247997" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_97__stack1" d="
|
|
1082
|
+
M 631.91778901269,46.69399335270003
|
|
1083
|
+
L 633.6992470040952,43.39499707232003
|
|
1084
|
+
L 645.0126049149451,43.39499707232003
|
|
1085
|
+
L 645.0126049149451,49.992989633080036
|
|
1086
|
+
L 633.6992470040952,49.992989633080036
|
|
1087
|
+
Z
|
|
1088
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_97__stack1" x="634.8868856650321" y="46.69399335270003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_98__stack1" d="
|
|
1089
|
+
M 1089.983422543453,277.62373297930003
|
|
1090
|
+
L 1088.2019645520477,280.92272925968
|
|
1091
|
+
L 1076.8886066411978,280.92272925968
|
|
1092
|
+
L 1076.8886066411978,274.32473669892005
|
|
1093
|
+
L 1088.2019645520477,274.32473669892005
|
|
1094
|
+
Z
|
|
1095
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_98__stack1" x="1087.014325891111" y="277.62373297930003" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_99__stack1" d="
|
|
1096
|
+
M 714.3926960221901,46.69399335270003
|
|
1097
|
+
L 716.1741540135953,43.39499707232003
|
|
1098
|
+
L 727.4875119244451,43.39499707232003
|
|
1099
|
+
L 727.4875119244451,49.992989633080036
|
|
1100
|
+
L 716.1741540135953,49.992989633080036
|
|
1101
|
+
Z
|
|
1102
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_99__stack1" x="717.3617926745321" y="46.69399335270003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_100__stack1" d="
|
|
1103
|
+
M 1089.983422543453,343.6036585869
|
|
1104
|
+
L 1088.2019645520477,346.90265486728
|
|
1105
|
+
L 1076.8886066411978,346.90265486728
|
|
1106
|
+
L 1076.8886066411978,340.30466230652
|
|
1107
|
+
L 1088.2019645520477,340.30466230652
|
|
1108
|
+
Z
|
|
1109
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_100__stack1" x="1087.014325891111" y="343.6036585869" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_101__stack1" d="
|
|
1110
|
+
M 961.81741705069,46.69399335270003
|
|
1111
|
+
L 963.5988750420952,43.39499707232003
|
|
1112
|
+
L 974.912232952945,43.39499707232003
|
|
1113
|
+
L 974.912232952945,49.992989633080036
|
|
1114
|
+
L 963.5988750420952,49.992989633080036
|
|
1115
|
+
Z
|
|
1116
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_101__stack1" x="964.786513703032" y="46.69399335270003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_102__stack1" d="
|
|
1117
|
+
M 1089.983422543453,409.58358419449996
|
|
1118
|
+
L 1088.2019645520477,412.88258047487994
|
|
1119
|
+
L 1076.8886066411978,412.88258047487994
|
|
1120
|
+
L 1076.8886066411978,406.28458791412
|
|
1121
|
+
L 1088.2019645520477,406.28458791412
|
|
1122
|
+
Z
|
|
1123
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_102__stack1" x="1087.014325891111" y="409.58358419449996" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" 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_103__stack1" d="
|
|
1124
|
+
M 1055.7150986810057,46.69399335270003
|
|
1125
|
+
L 1052.4161024006257,44.912535361294836
|
|
1126
|
+
L 1052.4161024006257,33.599177450445026
|
|
1127
|
+
L 1059.0140949613856,33.599177450445026
|
|
1128
|
+
L 1059.0140949613856,44.912535361294836
|
|
1129
|
+
Z
|
|
1130
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_103__stack1" x="1055.7150986810057" y="43.72489670035803" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 1055.7150986810057 43.72489670035803)">XX</text>
|
|
1131
|
+
</g>
|
|
1132
|
+
</svg>
|