@tscircuit/schematic-trace-solver 0.0.148 → 0.0.150
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.agents/skills/schematic-trace-visualization/SKILL.md +7 -2
- package/dist/index.d.ts +31 -2
- package/dist/index.js +127 -46
- package/lib/solvers/InlineNetLabelSolver/InlineNetLabelSolver.ts +115 -6
- package/lib/solvers/NetLabelPlacementSolver/NetLabelPlacementSolver.ts +17 -1
- package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/SingleNetLabelPlacementSolver.ts +2 -0
- package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/solvePortOnlyPin.ts +2 -0
- package/lib/types/InputProblem.ts +27 -1
- package/package.json +8 -1
- package/site/examples/example51.page.tsx +4 -0
- package/tests/assets/example51.json +5102 -0
- package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +751 -5
- package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +660 -5
- package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +44 -5
- package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +394 -5
- package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +170 -5
- package/tests/bug-reports/bug-report-20260707T134722Z/__snapshots__/bug-report-20260707T134722Z.snap.svg +79 -5
- package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +219 -5
- package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +65 -5
- package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +142 -5
- package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +100 -5
- package/tests/bug-reports/bug-report-20260708T053736Z/__snapshots__/bug-report-20260708T053736Z.snap.svg +23 -5
- package/tests/bug-reports/bug-report-20260708T055430Z/__snapshots__/bug-report-20260708T055430Z.snap.svg +58 -5
- package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +86 -5
- package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +226 -5
- package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +191 -5
- package/tests/bug-reports/bug-report-20260717T031704Z/__snapshots__/bug-report-20260717T031704Z.snap.svg +30 -5
- package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +37 -5
- package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +580 -2
- package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +44 -5
- package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +107 -5
- package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +114 -5
- package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +121 -5
- package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +51 -5
- package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +212 -5
- package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +569 -5
- package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +37 -5
- package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +289 -5
- package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +289 -5
- package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +149 -5
- package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +93 -5
- package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +79 -5
- package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +244 -2
- package/tests/examples/__snapshots__/example01.snap.svg +44 -5
- package/tests/examples/__snapshots__/example02.snap.svg +51 -5
- package/tests/examples/__snapshots__/example03.snap.svg +86 -5
- package/tests/examples/__snapshots__/example04.snap.svg +30 -5
- package/tests/examples/__snapshots__/example05.snap.svg +30 -5
- package/tests/examples/__snapshots__/example06.snap.svg +30 -5
- package/tests/examples/__snapshots__/example07.snap.svg +58 -5
- package/tests/examples/__snapshots__/example08.snap.svg +37 -5
- package/tests/examples/__snapshots__/example09.snap.svg +149 -5
- package/tests/examples/__snapshots__/example10.snap.svg +65 -5
- package/tests/examples/__snapshots__/example11.snap.svg +51 -5
- package/tests/examples/__snapshots__/example12.snap.svg +51 -5
- package/tests/examples/__snapshots__/example13.snap.svg +72 -5
- package/tests/examples/__snapshots__/example14.snap.svg +79 -5
- package/tests/examples/__snapshots__/example15.snap.svg +86 -5
- package/tests/examples/__snapshots__/example16.snap.svg +51 -5
- package/tests/examples/__snapshots__/example17.snap.svg +51 -5
- package/tests/examples/__snapshots__/example18.snap.svg +58 -5
- package/tests/examples/__snapshots__/example19.snap.svg +44 -5
- package/tests/examples/__snapshots__/example20.snap.svg +44 -5
- package/tests/examples/__snapshots__/example21.snap.svg +72 -5
- package/tests/examples/__snapshots__/example22.snap.svg +51 -5
- package/tests/examples/__snapshots__/example23.snap.svg +51 -5
- package/tests/examples/__snapshots__/example24.snap.svg +51 -5
- package/tests/examples/__snapshots__/example25.snap.svg +86 -5
- package/tests/examples/__snapshots__/example26.snap.svg +51 -5
- package/tests/examples/__snapshots__/example27.snap.svg +72 -5
- package/tests/examples/__snapshots__/example28.snap.svg +44 -5
- package/tests/examples/__snapshots__/example29.snap.svg +324 -5
- package/tests/examples/__snapshots__/example30.snap.svg +107 -5
- package/tests/examples/__snapshots__/example31.snap.svg +37 -5
- package/tests/examples/__snapshots__/example32.snap.svg +149 -5
- package/tests/examples/__snapshots__/example33.snap.svg +93 -5
- package/tests/examples/__snapshots__/example34.snap.svg +51 -5
- package/tests/examples/__snapshots__/example35.snap.svg +58 -5
- package/tests/examples/__snapshots__/example36.snap.svg +44 -5
- package/tests/examples/__snapshots__/example37.snap.svg +72 -5
- package/tests/examples/__snapshots__/example38.snap.svg +30 -5
- package/tests/examples/__snapshots__/example39.snap.svg +37 -5
- package/tests/examples/__snapshots__/example40.snap.svg +100 -5
- package/tests/examples/__snapshots__/example41.snap.svg +44 -5
- package/tests/examples/__snapshots__/example42.snap.svg +65 -5
- package/tests/examples/__snapshots__/example43.snap.svg +58 -5
- package/tests/examples/__snapshots__/example44.snap.svg +107 -5
- package/tests/examples/__snapshots__/example45.snap.svg +51 -5
- package/tests/examples/__snapshots__/example46.snap.svg +93 -5
- package/tests/examples/__snapshots__/example47.snap.svg +93 -5
- package/tests/examples/__snapshots__/example48.snap.svg +65 -5
- package/tests/examples/__snapshots__/example49.snap.svg +177 -5
- package/tests/examples/__snapshots__/example50.snap.svg +93 -5
- package/tests/examples/__snapshots__/example51.snap.svg +952 -0
- package/tests/examples/example51.test.ts +12 -0
- package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +219 -0
- package/tests/fixtures/convertSolverOutputToCircuitJson.ts +1058 -0
- package/tests/fixtures/matcher.ts +45 -8
- package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +762 -2
- package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +111 -2
- package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +167 -2
- package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +65 -5
- package/tests/repros/__snapshots__/manufacturePartNumber-text-box.snap.svg +30 -5
- package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +79 -5
- package/tests/repros/__snapshots__/repro-atmega328p-fault-pullup.snap.svg +65 -5
- package/tests/repros/__snapshots__/repro-atmega328p-missing-gnd-netlabel.snap.svg +149 -5
- package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +55 -2
- package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +160 -2
- package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +135 -5
- package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +69 -2
- package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +86 -5
- package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +260 -0
- package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +335 -2
- package/tests/repros/__snapshots__/repro-ground-label-on-lower-rail-end.snap.svg +48 -2
- package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +149 -5
- package/tests/repros/__snapshots__/repro-missing-trace-netlabel.snap.svg +72 -5
- package/tests/repros/__snapshots__/repro-netlabel-collision-687.snap.svg +100 -5
- package/tests/repros/__snapshots__/repro-netlabel-overlap-trace.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +90 -2
- package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +37 -5
- package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +237 -2
- package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +72 -5
- package/tests/repros/__snapshots__/repro-rp2040-v3v3-label-placement.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro-rp2040-zero-crystal-fallback-netlabels.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +79 -5
- package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +27 -2
- package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1150 -5
- package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +685 -2
- package/tests/repros/__snapshots__/repro-vcc-pin1-detour.snap.svg +27 -2
- package/tests/repros/__snapshots__/repro129-host-custom-symbol-passives.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +100 -5
- package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +107 -5
- package/tests/repros/__snapshots__/repro47-endpoint-obstacle-detour.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +104 -2
- package/tests/repros/__snapshots__/repro5-escape-padded-text-obstacles.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro51-overlap-junction-crossing.snap.svg +65 -5
- package/tests/repros/__snapshots__/repro84-stacked-gnd-label-orientation.snap.svg +27 -2
- package/tests/repros/__snapshots__/small-variant-resistor-facing-direction.snap.svg +58 -5
- package/tests/repros/__snapshots__/trace-overlap-box-resistor.snap.svg +37 -5
- package/tests/repros/assets/repro-core-tb67s579ftg-inline-label-routing.input.json +900 -0
- package/tests/repros/repro-core-tb67s579ftg-inline-label-routing.test.ts +40 -0
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/fallback-net-label-width.snap.svg +25 -7
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-anchored-label-clearance.snap.svg +34 -2
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-port-stub.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-two-pin-net.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label01.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/terminal-stub-trace-clearance.snap.svg +71 -0
- package/tests/solvers/InlineNetLabelSolver/fallback-net-label-width.test.ts +10 -1
- package/tests/solvers/InlineNetLabelSolver/terminal-stub-trace-clearance.test.ts +102 -0
- package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_01-example17-d1_1-u1_1.snap.svg +23 -5
- package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_repro47-short-opposing-pins.snap.svg +20 -2
- package/tests/solvers/TraceCleanupSolver/__snapshots__/TraceCleanupSolver.snap.svg +44 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/__snapshots__/TraceLabelOverlapAvoidanceSolver.snap.svg +79 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/MergedNetLabelObstacles.snap.svg +44 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/OverlapAvoidanceStepSolver.snap.svg +23 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/SingleOverlapSolver.snap.svg +30 -5
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
<svg width="640" height="640" viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="white"/><g><polyline data-points="-0.498,-4.0485 -0.298,-4.0485 -0.298,-4.4485 -0.498,-4.4485" data-type="line" data-label="" points="328.79491940643186,394.0468425733768 332.2901680528032,394.0468425733768 332.2901680528032,401.0373398661195 328.79491940643186,401.0373398661195" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.857999999999999,-3.3915 9.097999999999999,-3.3915 9.097999999999999,-2.42 9.857999999999999,-2.42" data-type="line" data-label="" points="509.7788943155398,382.56495077004695 496.49694945932873,382.56495077004695 496.49694945932873,365.58678047029815 509.7788943155398,365.58678047029815" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.857999999999999,-4.3485 9.097999999999999,-4.3485 9.097999999999999,-3.3915 9.857999999999999,-3.3915" data-type="line" data-label="" points="509.7788943155398,399.2897155429338 496.49694945932873,399.2897155429338 496.49694945932873,382.56495077004695 509.7788943155398,382.56495077004695" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.857999999999999,-5.319999999999999 9.097999999999999,-5.319999999999999 9.097999999999999,-4.3485 9.857999999999999,-4.3485" data-type="line" data-label="" points="509.7788943155398,416.2678858426826 496.49694945932873,416.2678858426826 496.49694945932873,399.2897155429338 509.7788943155398,399.2897155429338" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,7.608499999999995 -12.899999999999999,7.608499999999995 -12.899999999999999,7.808499999999995 -12.7,7.808499999999995" data-type="line" data-label="" points="115.54979949131643,190.32627521962334 112.05455084494511,190.32627521962334 112.05455084494511,186.83102657325202 115.54979949131643,186.83102657325202" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,4.208499999999994 -12.899999999999999,4.208499999999994 -12.899999999999999,4.408499999999994 -12.7,4.408499999999994" data-type="line" data-label="" points="115.54979949131643,249.74550220793617 112.05455084494511,249.74550220793617 112.05455084494511,246.25025356156482 115.54979949131643,246.25025356156482" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,4.0084999999999935 -12.899999999999999,4.0084999999999935 -12.899999999999999,4.208499999999994 -12.7,4.208499999999994" data-type="line" data-label="" points="115.54979949131643,253.2407508543075 112.05455084494511,253.2407508543075 112.05455084494511,249.74550220793617 115.54979949131643,249.74550220793617" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,0.6084999999999905 -12.899999999999999,0.6084999999999905 -12.899999999999999,0.8084999999999907 -12.7,0.8084999999999907" data-type="line" data-label="" points="115.54979949131643,312.6599778426203 112.05455084494511,312.6599778426203 112.05455084494511,309.16472919624897 115.54979949131643,309.16472919624897" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,-2.591499999999998 -12.899999999999999,-2.591499999999998 -12.899999999999999,-2.391499999999999 -12.7,-2.391499999999999" data-type="line" data-label="" points="115.54979949131643,368.58395618456154 112.05455084494511,368.58395618456154 112.05455084494511,365.08870753819025 115.54979949131643,365.08870753819025" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,-2.7914999999999974 -12.899999999999999,-2.7914999999999974 -12.899999999999999,-2.591499999999998 -12.7,-2.591499999999998" data-type="line" data-label="" points="115.54979949131643,372.0792048309329 112.05455084494511,372.0792048309329 112.05455084494511,368.58395618456154 115.54979949131643,368.58395618456154" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,-2.9914999999999967 -12.899999999999999,-2.9914999999999967 -12.899999999999999,-2.7914999999999974 -12.7,-2.7914999999999974" data-type="line" data-label="" points="115.54979949131643,375.57445347730425 112.05455084494511,375.57445347730425 112.05455084494511,372.0792048309329 115.54979949131643,372.0792048309329" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,-3.191499999999996 -12.899999999999999,-3.191499999999996 -12.899999999999999,-2.9914999999999967 -12.7,-2.9914999999999967" data-type="line" data-label="" points="115.54979949131643,379.06970212367554 112.05455084494511,379.06970212367554 112.05455084494511,375.57445347730425 115.54979949131643,375.57445347730425" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,-3.3914999999999953 -12.899999999999999,-3.3914999999999953 -12.899999999999999,-3.191499999999996 -12.7,-3.191499999999996" data-type="line" data-label="" points="115.54979949131643,382.5649507700469 112.05455084494511,382.5649507700469 112.05455084494511,379.06970212367554 115.54979949131643,379.06970212367554" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,-2.5914999999999955 -9.5,-2.5914999999999955 -9.5,-2.3914999999999953 -9.7,-2.3914999999999953" data-type="line" data-label="" points="167.97852918688653,368.58395618456154 171.47377783325786,368.58395618456154 171.47377783325786,365.0887075381902 167.97852918688653,365.0887075381902" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,-2.7914999999999957 -9.5,-2.7914999999999957 -9.5,-2.5914999999999955 -9.7,-2.5914999999999955" data-type="line" data-label="" points="167.97852918688653,372.07920483093284 171.47377783325786,372.07920483093284 171.47377783325786,368.58395618456154 167.97852918688653,368.58395618456154" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,-2.991499999999995 -9.5,-2.991499999999995 -9.5,-2.7914999999999957 -9.7,-2.7914999999999957" data-type="line" data-label="" points="167.97852918688653,375.5744534773042 171.47377783325786,375.5744534773042 171.47377783325786,372.07920483093284 167.97852918688653,372.07920483093284" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,-3.191499999999995 -8.440000000000001,-3.191499999999995 -8.440000000000001,-2.991499999999995 -9.7,-2.991499999999995" data-type="line" data-label="" points="167.97852918688653,379.06970212367554 189.99859565902594,379.06970212367554 189.99859565902594,375.5744534773042 167.97852918688653,375.5744534773042" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,-3.3914999999999953 -8.440000000000001,-3.3914999999999953 -8.440000000000001,-3.191499999999995 -9.7,-3.191499999999995" data-type="line" data-label="" points="167.97852918688653,382.5649507700469 189.99859565902594,382.5649507700469 189.99859565902594,379.06970212367554 167.97852918688653,379.06970212367554" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.215,0.9599999999999997 -2.0149999999999997,0.9599999999999997 -2.0149999999999997,1.3599999999999997 -2.215,1.3599999999999997" data-type="line" data-label="" points="298.7882097773339,306.51707834662255 302.28345842370527,306.51707834662255 302.28345842370527,299.52658105387985 298.7882097773339,299.52658105387985" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.215,0.5599999999999997 -2.0149999999999997,0.5599999999999997 -2.0149999999999997,0.9599999999999997 -2.215,0.9599999999999997" data-type="line" data-label="" points="298.7882097773339,313.5075756393652 302.28345842370527,313.5075756393652 302.28345842370527,306.51707834662255 298.7882097773339,306.51707834662255" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.215,0.1599999999999997 -1.305,0.1599999999999997 -1.305,0.5599999999999997 -2.215,0.5599999999999997" data-type="line" data-label="" points="298.7882097773339,320.4980729321079 314.6915911183235,320.4980729321079 314.6915911183235,313.5075756393652 298.7882097773339,313.5075756393652" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.873,0.9599999999999997 9.673,0.9599999999999997 9.673,1.3599999999999997 9.873,1.3599999999999997" data-type="line" data-label="" points="510.0410379640177,306.51707834662255 506.5457893176464,306.51707834662255 506.5457893176464,299.52658105387985 510.0410379640177,299.52658105387985" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.873,0.5599999999999998 9.673,0.5599999999999998 9.673,0.9599999999999997 9.873,0.9599999999999997" data-type="line" data-label="" points="510.0410379640177,313.5075756393652 506.5457893176464,313.5075756393652 506.5457893176464,306.51707834662255 510.0410379640177,306.51707834662255" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.873,0.15999999999999992 9.673,0.15999999999999992 9.673,0.5599999999999998 9.873,0.5599999999999998" data-type="line" data-label="" points="510.0410379640177,320.4980729321079 506.5457893176464,320.4980729321079 506.5457893176464,313.5075756393652 510.0410379640177,313.5075756393652" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="14.177999999999999,-7.9315 14.161249999999999,-7.9315 14.161249999999999,-7.7315 13.222000000000001,-7.7315 13.222000000000001,-7.9315 13.422,-7.9315" data-type="line" data-label="" points="585.2762650771608,461.90709504267636 584.9835380030272,461.90709504267636 584.9835380030272,458.411846396305 568.5689765475058,458.411846396305 568.5689765475058,461.90709504267636 572.0642251938771,461.90709504267636" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.747,-3.083 8.302499999999998,-3.083 8.302499999999998,-3.1915 9.857999999999999,-3.1915" data-type="line" data-label="" points="455.41030162123366,377.17352973301917 482.5945979683867,377.17352973301917 482.5945979683867,379.0697021236756 509.7788943155398,379.0697021236756" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.747,-4.083 8.302499999999998,-4.083 8.302499999999998,-4.1485 9.857999999999999,-4.1485" data-type="line" data-label="" points="455.41030162123366,394.64977296487587 482.5945979683867,394.64977296487587 482.5945979683867,395.7944668965625 509.7788943155398,395.7944668965625" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.747,-5.083000000000001 8.302499999999998,-5.083000000000001 8.302499999999998,-5.12 9.857999999999999,-5.12" data-type="line" data-label="" points="455.41030162123366,412.12601619673256 482.5945979683867,412.12601619673256 482.5945979683867,412.7726371963113 509.7788943155398,412.7726371963113" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.747,-2.083 8.302499999999998,-2.083 8.302499999999998,-2.2199999999999998 9.857999999999999,-2.2199999999999998" data-type="line" data-label="" points="455.41030162123366,359.69728650116247 482.5945979683867,359.69728650116247 482.5945979683867,362.09153182392686 509.7788943155398,362.09153182392686" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.0729999999999995,5.0315 -5.273,5.0315 -5.273,6.046500000000001 -3.3229999999999986,6.046500000000001 -3.3229999999999986,5.0315 -3.522999999999999,5.0315" data-type="line" data-label="" points="248.84110662068747,235.36255402811798 245.34585797431612,235.36255402811798 245.34585797431612,217.6241671477834 279.4245322764367,217.6241671477834 279.4245322764367,235.36255402811798 275.92928363006536,235.36255402811798" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-13.258000000000001,-6.4914999999999985 -13.258000000000001,-6.691499999999998 -13.908,-6.691499999999998 -13.908,-7.9315 -13.258000000000001,-7.9315 -13.258000000000001,-7.7315000000000005" data-type="line" data-label="" points="105.79805576794035,436.7413047888027 105.79805576794035,440.236553435174 94.43849766723352,440.236553435174 94.43849766723352,461.90709504267636 105.79805576794035,461.90709504267636 105.79805576794035,458.411846396305" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,8.408499999999995 -12.7,8.5085 -14.191999999999997,8.5085" data-type="line" data-label="" points="115.54979949131643,176.345280634138 115.54979949131643,174.59765631095223 89.47524458938628,174.59765631095223" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,8.208499999999994 -13.445999999999998,8.208499999999994 -13.445999999999998,-3.9115000000000006 -6.9399999999999995,-3.9115000000000006 -6.9399999999999995,8.408499999999995 -12.7,8.408499999999995" data-type="line" data-label="" points="115.54979949131643,179.84052928050934 102.51252204035134,179.84052928050934 102.51252204035134,391.6525972506124 216.21296050681102,391.6525972506124 216.21296050681102,176.345280634138 115.54979949131643,176.345280634138" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,7.808499999999995 -12.899999999999999,7.808499999999995 -12.899999999999999,8.208499999999994 -12.7,8.208499999999994" data-type="line" data-label="" points="115.54979949131643,186.83102657325202 112.05455084494511,186.83102657325202 112.05455084494511,179.84052928050934 115.54979949131643,179.84052928050934" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,7.408499999999998 -7.079000000000001,7.408499999999998 -7.079000000000001,8.008499999999996 -9.7,8.008499999999996" data-type="line" data-label="" points="167.97852918688653,193.82152386599464 213.78376269758292,193.82152386599464 213.78376269758292,183.33577792688064 167.97852918688653,183.33577792688064" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,6.008500000000003 -7.079000000000001,6.008500000000003 -7.079000000000001,7.408499999999998 -9.7,7.408499999999998" data-type="line" data-label="" points="167.97852918688653,218.28826439059392 213.78376269758292,218.28826439059392 213.78376269758292,193.82152386599464 167.97852918688653,193.82152386599464" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,2.6084999999999923 -14.360999999999997,2.6084999999999923 -14.360999999999997,4.0084999999999935 -12.7,4.0084999999999935" data-type="line" data-label="" points="115.54979949131643,277.70749137890687 86.52175948320249,277.70749137890687 86.52175948320249,253.2407508543075 115.54979949131643,253.2407508543075" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,2.208499999999992 -13.640999999999998,2.208499999999992 -13.640999999999998,2.6084999999999923 -12.7,2.6084999999999923" data-type="line" data-label="" points="115.54979949131643,284.69798867164957 99.1046546101393,284.69798867164957 99.1046546101393,277.70749137890687 115.54979949131643,277.70749137890687" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,0.8084999999999907 -13.640999999999998,0.8084999999999908 -13.640999999999998,2.208499999999992 -12.7,2.208499999999992" data-type="line" data-label="" points="115.54979949131643,309.16472919624897 99.1046546101393,309.16472919624897 99.1046546101393,284.69798867164957 115.54979949131643,284.69798867164957" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,-0.7915000000000045 -13.640999999999998,-0.7915000000000052 -13.640999999999998,0.6084999999999912 -12.7,0.6084999999999905" data-type="line" data-label="" points="115.54979949131643,337.1267183672196 99.1046546101393,337.1267183672196 99.1046546101393,312.6599778426203 115.54979949131643,312.6599778426203" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,-2.391499999999999 -13.761,-2.3914999999999997 -13.761,-0.7915000000000038 -12.7,-0.7915000000000045" data-type="line" data-label="" points="115.54979949131643,365.08870753819025 97.00750542231648,365.08870753819025 97.00750542231648,337.1267183672196 115.54979949131643,337.1267183672196" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,-1.7914999999999957 -7.199000000000002,-1.7914999999999957 -7.199000000000002,-1.1914999999999951 -9.7,-1.1914999999999956" data-type="line" data-label="" points="167.97852918688653,354.60296159907614 211.6866135097601,354.60296159907614 211.6866135097601,344.11721565996214 167.97852918688653,344.11721565996214" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,-2.3914999999999953 -7.079000000000001,-2.3914999999999953 -7.079000000000001,-1.7914999999999948 -9.7,-1.7914999999999957" data-type="line" data-label="" points="167.97852918688653,365.0887075381902 213.78376269758292,365.0887075381902 213.78376269758292,354.60296159907614 167.97852918688653,354.60296159907614" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.907,-1.2829999999999995 0.7070000000000001,-1.2829999999999995 0.7070000000000001,-1.0829999999999995 -2.554,-1.0829999999999995 -2.554,-0.6829999999999996 0.7070000000000001,-0.6829999999999996 0.7070000000000001,1.842999999999999 0.907,1.842999999999999" data-type="line" data-label="" points="353.3490411471905,345.7162919156771 349.85379250081917,345.7162919156771 349.85379250081917,342.22104326930577 292.8637633217345,342.22104326930577 292.8637633217345,335.23054597656306 349.85379250081917,335.23054597656306 349.85379250081917,291.0855555728931 353.3490411471905,291.0855555728931" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.747,-1.2830000000000004 8.309999999999999,-1.2830000000000004 8.309999999999999,-0.2829999999999993 8.528,-0.2829999999999993 8.528,0.11700000000000071 8.309999999999999,0.11700000000000071 8.309999999999999,2.3599999999999994 9.873,2.3599999999999994" data-type="line" data-label="" points="455.41030162123366,345.7162919156771 482.72566979262564,345.7162919156771 482.72566979262564,328.2400486838204 486.5354908171704,328.2400486838204 486.5354908171704,321.2495513910777 482.72566979262564,321.2495513910777 482.72566979262564,282.05033782202315 510.0410379640177,282.05033782202315" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.747,-0.883 6.947,-0.883 6.947,3.343 6.747,3.343" data-type="line" data-label="" points="455.41030162123366,338.7257946229344 458.905550267605,338.7257946229344 458.905550267605,264.871190725108 455.41030162123366,264.871190725108" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.342,6.491499999999999 -6.342,6.6915 -1.714,6.6915 -1.714,2.243 0.907,2.2430000000000003" data-type="line" data-label="" points="226.6637539594613,209.8472389096072 226.6637539594613,206.35199026323585 307.54380763649414,206.35199026323585 307.54380763649414,284.0950582801504 353.3490411471905,284.0950582801504" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-14.191999999999997,8.108500000000001 -15.342999999999996,8.108500000000001" data-type="line" data-label="" points="89.47524458938628,181.5881536036949 69.36008862951923,181.5881536036949" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.273,5.0315 -5.8629999999999995,5.0315 -5.8629999999999995,5.0305" data-type="line" data-label="" points="245.34585797431612,235.36255402811798 235.0348744675207,235.36255402811798 235.0348744675207,235.38003027134982" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.873,0.15999999999999992 9.082999999999998,0.15999999999999992" data-type="line" data-label="" points="510.0410379640177,320.4980729321079 496.23480581085084,320.4980729321079" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.747,3.7430000000000003 10.887999999999995,3.7430000000000003 10.887999999999995,3.6920000000000006" data-type="line" data-label="" points="455.41030162123366,257.8806934323653 527.7794248443522,257.8806934323653 527.7794248443522,258.77198183719" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-13.258000000000001,-5.8915 -13.258000000000001,-5.7905 -13.709,-5.7905" data-type="line" data-label="" points="105.79805576794035,426.25555884968867 105.79805576794035,424.4904582832712 97.916270070373,424.4904582832712" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-13.1355" data-y="-7.351500000000001" x="97.93374631360486" y="445.129901540094" width="20.010298500475898" height="13.281944856211055" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-1.4979999999999998" data-y="-4.2485" x="293.84243294271846" y="390.55159392700546" width="34.9524864637134" height="13.980994585485405" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-14.741999999999997" data-y="8.3085" x="70.25137703434386" y="174.59765631095223" width="19.223867555042403" height="6.990497292742674" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="-11.2" data-y="2.5084999999999997" x="115.54979949131643" y="176.3452806341379" width="52.4287296955701" height="206.21967013590904" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="-4.297999999999999" data-y="5.0315" x="248.84110662068747" y="225.3137141698004" width="27.088177009377887" height="20.097679716635213" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-2.9899999999999998" data-y="1.2599999999999998" x="271.70003276795603" y="275.9336526908733" width="27.088177009377887" height="50.68110537238442" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="10.648" data-y="1.2599999999999998" x="510.04103796401773" y="275.9336526908733" width="27.088177009377944" height="50.68110537238442" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="10.457999999999998" data-y="-2.32" x="509.77889431553984" y="358.5962831775555" width="20.971491878227994" height="10.485745939113997" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="10.457999999999998" data-y="-3.2915" x="509.77889431553984" y="375.57445347730425" width="20.971491878227994" height="10.485745939113997" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="10.457999999999998" data-y="-4.2485" x="509.77889431553984" y="392.2992182501912" width="20.971491878227994" height="10.485745939113997" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="10.457999999999998" data-y="-5.22" x="509.77889431553984" y="409.27738854993993" width="20.971491878227994" height="10.485745939113997" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_13" data-x="-9.142" data-y="-5.988499999999999" x="160.25402967840586" y="420.96025715043606" width="34.9524864637134" height="13.980994585485348" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_14" data-x="-11.017999999999999" data-y="-7.351500000000001" x="132.71147034499973" y="437.78987938271416" width="24.466740524599345" height="27.961989170970696" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_15" data-x="-6.127" data-y="6.1915" x="218.7994445051258" y="209.8472389096072" width="23.243403498369418" height="10.485745939114025" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="-13.043" data-y="-6.1915" x="97.93374631360491" y="426.25555884968867" width="23.24340349836936" height="10.485745939114054" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_17" data-x="12.29925" data-y="-7.9315" x="546.1294802378018" y="460.15947071949074" width="12.626585735016533" height="3.4952486463712944" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_18" data-x="13.783249999999999" data-y="-7.9315" x="572.0642251938771" y="460.15947071949074" width="12.626585735016533" height="3.4952486463712944" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_19" data-x="11.60325" data-y="-7.9315" x="532.9174403545181" y="460.15947071949074" width="14.723734922839185" height="3.4952486463712944" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_20" data-x="14.599249999999998" data-y="-7.9315" x="585.2762650771608" y="460.15947071949074" width="14.723734922839185" height="3.4952486463712944" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_21" data-x="3.827" data-y="4.543" x="353.3490411471905" y="178.0142618627802" width="102.06126047404314" height="131.77087396819954" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_22" data-x="3.827" data-y="-3.383" x="353.3490411471905" y="323.28553372758904" width="102.06126047404314" height="118.2617379499743" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="I2C" data-x="-1.918" data-y="-3.7335000000000003" x="299.7843556415497" y="386.35729555135987" width="8.388596751291232" height="4.369060807964161" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="J1" data-x="-14.771999999999998" data-y="8.6235" x="76.19329973317512" y="170.40335793530664" width="6.291447563468438" height="4.369060807964189" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="SEAM-20-03.0-S-06-2-A-K-TR" data-x="-10.739999999999998" data-y="-3.5215000000000005" x="122.54029678405914" y="383.26400049932124" width="54.52587888339286" height="3.1457237817342047" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="J2" data-x="-12.18" data-y="8.5235" x="121.4917221901477" y="172.1509822584923" width="6.2914475634684095" height="4.369060807964161" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="GBC03DABN-M30" data-x="-3.892999999999999" data-y="4.3265" x="255.83160391343014" y="246.11044361570984" width="27.26293944169646" height="3.1457237817342047" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="J3" data-x="-4.552999999999999" data-y="5.721500000000001" x="254.78302931951873" y="221.11941579415475" width="6.291447563468381" height="4.369060807964189" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="09452812800" data-x="-2.705" data-y="-0.3200000000000002" x="278.69053006069873" y="327.31380779253203" width="23.068641066050816" height="3.1457237817342047" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="J4" data-x="-3.245" data-y="2.825" x="277.6419554667873" y="271.73935431522773" width="6.2914475634684095" height="4.3690608079642175" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="09452812800" data-x="10.933" data-y="-0.3200000000000002" x="517.0315352567604" y="327.31380779253203" width="23.06864106605076" height="3.1457237817342047" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="J5" data-x="10.393" data-y="2.825" x="515.982960662849" y="271.73935431522773" width="6.2914475634684095" height="4.3690608079642175" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="1751248" data-x="10.677999999999999" data-y="-2.7499999999999996" x="516.7693916082826" y="369.7810788459438" width="14.680044314759584" height="3.1457237817342047" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="J6" data-x="10.378" data-y="-1.9049999999999998" x="515.7208170143713" y="354.40198480190986" width="6.291447563468296" height="4.3690608079642175" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="1751248" data-x="10.677999999999999" data-y="-3.7215" x="516.7693916082826" y="386.7592491456926" width="14.680044314759584" height="3.1457237817342047" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="J7" data-x="10.378" data-y="-2.8765" x="515.7208170143713" y="371.3801551016586" width="6.291447563468296" height="4.3690608079642175" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="1751248" data-x="10.677999999999999" data-y="-4.6785" x="516.7693916082826" y="403.4840139185794" width="14.680044314759584" height="3.1457237817342047" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="J8" data-x="10.378" data-y="-3.8335" x="515.7208170143713" y="388.10491987454554" width="6.291447563468296" height="4.369060807964161" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="1751248" data-x="10.677999999999999" data-y="-5.6499999999999995" x="516.7693916082826" y="420.4621842183282" width="14.680044314759584" height="3.1457237817342047" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="J9" data-x="10.378" data-y="-4.805" x="515.7208170143713" y="405.0830901742943" width="6.291447563468296" height="4.3690608079642175" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="J10" data-x="-9.562" data-y="-5.4735" x="166.19595237723718" y="416.76595877479053" width="8.388596751291203" height="4.369060807964161" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="SBH11-PBPC-D07-ST-BK" data-x="-10.117999999999999" data-y="-8.281500000000001" x="139.70196763774243" y="466.45091828295915" width="41.942983756456044" height="3.1457237817342047" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="J11" data-x="-11.138" data-y="-6.4365000000000006" x="138.65339304383096" y="433.5955810070685" width="8.388596751291232" height="4.369060807964161" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="U1_T1_Data_Top_Level" data-x="2.5069999999999997" data-y="8.428" x="359.2909638460218" y="173.8199634871346" width="44.04013294427887" height="4.369060807964161" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="T1_Data_Top_Level.SchDoc" data-x="2.747" data-y="0.6430000000000001" x="360.3395384399332" y="310.484185560254" width="50.331580507747276" height="3.1457237817342047" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="U1_T1_Power_Top_Level" data-x="2.567" data-y="0.11550000000000016" x="359.2909638460218" y="319.0912353519434" width="46.137282132101745" height="4.3690608079642175" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="T1_Power_Top_Level.SchDoc" data-x="2.8070000000000004" data-y="-6.8965000000000005" x="360.3395384399332" y="442.2463214068376" width="52.4287296955701" height="3.1457237817342047" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="netId: NET_RST
|
|
1
|
+
<svg width="2416" height="1200" viewBox="0 0 2416 1200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on the left and Circuit JSON schematic on the right">
|
|
2
|
+
<g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
|
|
3
|
+
<rect width="100%" height="100%" fill="white"/><g><polyline data-points="-0.498,-4.0485 -0.298,-4.0485 -0.298,-4.4485 -0.498,-4.4485" data-type="line" data-label="" points="328.79491940643186,394.0468425733768 332.2901680528032,394.0468425733768 332.2901680528032,401.0373398661195 328.79491940643186,401.0373398661195" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.857999999999999,-3.3915 9.097999999999999,-3.3915 9.097999999999999,-2.42 9.857999999999999,-2.42" data-type="line" data-label="" points="509.7788943155398,382.56495077004695 496.49694945932873,382.56495077004695 496.49694945932873,365.58678047029815 509.7788943155398,365.58678047029815" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.857999999999999,-4.3485 9.097999999999999,-4.3485 9.097999999999999,-3.3915 9.857999999999999,-3.3915" data-type="line" data-label="" points="509.7788943155398,399.2897155429338 496.49694945932873,399.2897155429338 496.49694945932873,382.56495077004695 509.7788943155398,382.56495077004695" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.857999999999999,-5.319999999999999 9.097999999999999,-5.319999999999999 9.097999999999999,-4.3485 9.857999999999999,-4.3485" data-type="line" data-label="" points="509.7788943155398,416.2678858426826 496.49694945932873,416.2678858426826 496.49694945932873,399.2897155429338 509.7788943155398,399.2897155429338" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,7.608499999999995 -12.899999999999999,7.608499999999995 -12.899999999999999,7.808499999999995 -12.7,7.808499999999995" data-type="line" data-label="" points="115.54979949131643,190.32627521962334 112.05455084494511,190.32627521962334 112.05455084494511,186.83102657325202 115.54979949131643,186.83102657325202" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,4.208499999999994 -12.899999999999999,4.208499999999994 -12.899999999999999,4.408499999999994 -12.7,4.408499999999994" data-type="line" data-label="" points="115.54979949131643,249.74550220793617 112.05455084494511,249.74550220793617 112.05455084494511,246.25025356156482 115.54979949131643,246.25025356156482" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,4.0084999999999935 -12.899999999999999,4.0084999999999935 -12.899999999999999,4.208499999999994 -12.7,4.208499999999994" data-type="line" data-label="" points="115.54979949131643,253.2407508543075 112.05455084494511,253.2407508543075 112.05455084494511,249.74550220793617 115.54979949131643,249.74550220793617" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,0.6084999999999905 -12.899999999999999,0.6084999999999905 -12.899999999999999,0.8084999999999907 -12.7,0.8084999999999907" data-type="line" data-label="" points="115.54979949131643,312.6599778426203 112.05455084494511,312.6599778426203 112.05455084494511,309.16472919624897 115.54979949131643,309.16472919624897" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,-2.591499999999998 -12.899999999999999,-2.591499999999998 -12.899999999999999,-2.391499999999999 -12.7,-2.391499999999999" data-type="line" data-label="" points="115.54979949131643,368.58395618456154 112.05455084494511,368.58395618456154 112.05455084494511,365.08870753819025 115.54979949131643,365.08870753819025" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,-2.7914999999999974 -12.899999999999999,-2.7914999999999974 -12.899999999999999,-2.591499999999998 -12.7,-2.591499999999998" data-type="line" data-label="" points="115.54979949131643,372.0792048309329 112.05455084494511,372.0792048309329 112.05455084494511,368.58395618456154 115.54979949131643,368.58395618456154" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,-2.9914999999999967 -12.899999999999999,-2.9914999999999967 -12.899999999999999,-2.7914999999999974 -12.7,-2.7914999999999974" data-type="line" data-label="" points="115.54979949131643,375.57445347730425 112.05455084494511,375.57445347730425 112.05455084494511,372.0792048309329 115.54979949131643,372.0792048309329" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,-3.191499999999996 -12.899999999999999,-3.191499999999996 -12.899999999999999,-2.9914999999999967 -12.7,-2.9914999999999967" data-type="line" data-label="" points="115.54979949131643,379.06970212367554 112.05455084494511,379.06970212367554 112.05455084494511,375.57445347730425 115.54979949131643,375.57445347730425" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,-3.3914999999999953 -12.899999999999999,-3.3914999999999953 -12.899999999999999,-3.191499999999996 -12.7,-3.191499999999996" data-type="line" data-label="" points="115.54979949131643,382.5649507700469 112.05455084494511,382.5649507700469 112.05455084494511,379.06970212367554 115.54979949131643,379.06970212367554" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,-2.5914999999999955 -9.5,-2.5914999999999955 -9.5,-2.3914999999999953 -9.7,-2.3914999999999953" data-type="line" data-label="" points="167.97852918688653,368.58395618456154 171.47377783325786,368.58395618456154 171.47377783325786,365.0887075381902 167.97852918688653,365.0887075381902" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,-2.7914999999999957 -9.5,-2.7914999999999957 -9.5,-2.5914999999999955 -9.7,-2.5914999999999955" data-type="line" data-label="" points="167.97852918688653,372.07920483093284 171.47377783325786,372.07920483093284 171.47377783325786,368.58395618456154 167.97852918688653,368.58395618456154" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,-2.991499999999995 -9.5,-2.991499999999995 -9.5,-2.7914999999999957 -9.7,-2.7914999999999957" data-type="line" data-label="" points="167.97852918688653,375.5744534773042 171.47377783325786,375.5744534773042 171.47377783325786,372.07920483093284 167.97852918688653,372.07920483093284" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,-3.191499999999995 -8.440000000000001,-3.191499999999995 -8.440000000000001,-2.991499999999995 -9.7,-2.991499999999995" data-type="line" data-label="" points="167.97852918688653,379.06970212367554 189.99859565902594,379.06970212367554 189.99859565902594,375.5744534773042 167.97852918688653,375.5744534773042" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,-3.3914999999999953 -8.440000000000001,-3.3914999999999953 -8.440000000000001,-3.191499999999995 -9.7,-3.191499999999995" data-type="line" data-label="" points="167.97852918688653,382.5649507700469 189.99859565902594,382.5649507700469 189.99859565902594,379.06970212367554 167.97852918688653,379.06970212367554" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.215,0.9599999999999997 -2.0149999999999997,0.9599999999999997 -2.0149999999999997,1.3599999999999997 -2.215,1.3599999999999997" data-type="line" data-label="" points="298.7882097773339,306.51707834662255 302.28345842370527,306.51707834662255 302.28345842370527,299.52658105387985 298.7882097773339,299.52658105387985" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.215,0.5599999999999997 -2.0149999999999997,0.5599999999999997 -2.0149999999999997,0.9599999999999997 -2.215,0.9599999999999997" data-type="line" data-label="" points="298.7882097773339,313.5075756393652 302.28345842370527,313.5075756393652 302.28345842370527,306.51707834662255 298.7882097773339,306.51707834662255" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.215,0.1599999999999997 -1.305,0.1599999999999997 -1.305,0.5599999999999997 -2.215,0.5599999999999997" data-type="line" data-label="" points="298.7882097773339,320.4980729321079 314.6915911183235,320.4980729321079 314.6915911183235,313.5075756393652 298.7882097773339,313.5075756393652" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.873,0.9599999999999997 9.673,0.9599999999999997 9.673,1.3599999999999997 9.873,1.3599999999999997" data-type="line" data-label="" points="510.0410379640177,306.51707834662255 506.5457893176464,306.51707834662255 506.5457893176464,299.52658105387985 510.0410379640177,299.52658105387985" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.873,0.5599999999999998 9.673,0.5599999999999998 9.673,0.9599999999999997 9.873,0.9599999999999997" data-type="line" data-label="" points="510.0410379640177,313.5075756393652 506.5457893176464,313.5075756393652 506.5457893176464,306.51707834662255 510.0410379640177,306.51707834662255" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.873,0.15999999999999992 9.673,0.15999999999999992 9.673,0.5599999999999998 9.873,0.5599999999999998" data-type="line" data-label="" points="510.0410379640177,320.4980729321079 506.5457893176464,320.4980729321079 506.5457893176464,313.5075756393652 510.0410379640177,313.5075756393652" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="14.177999999999999,-7.9315 14.161249999999999,-7.9315 14.161249999999999,-7.7315 13.222000000000001,-7.7315 13.222000000000001,-7.9315 13.422,-7.9315" data-type="line" data-label="" points="585.2762650771608,461.90709504267636 584.9835380030272,461.90709504267636 584.9835380030272,458.411846396305 568.5689765475058,458.411846396305 568.5689765475058,461.90709504267636 572.0642251938771,461.90709504267636" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.747,-3.083 8.302499999999998,-3.083 8.302499999999998,-3.1915 9.857999999999999,-3.1915" data-type="line" data-label="" points="455.41030162123366,377.17352973301917 482.5945979683867,377.17352973301917 482.5945979683867,379.0697021236756 509.7788943155398,379.0697021236756" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.747,-4.083 8.302499999999998,-4.083 8.302499999999998,-4.1485 9.857999999999999,-4.1485" data-type="line" data-label="" points="455.41030162123366,394.64977296487587 482.5945979683867,394.64977296487587 482.5945979683867,395.7944668965625 509.7788943155398,395.7944668965625" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.747,-5.083000000000001 8.302499999999998,-5.083000000000001 8.302499999999998,-5.12 9.857999999999999,-5.12" data-type="line" data-label="" points="455.41030162123366,412.12601619673256 482.5945979683867,412.12601619673256 482.5945979683867,412.7726371963113 509.7788943155398,412.7726371963113" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.747,-2.083 8.302499999999998,-2.083 8.302499999999998,-2.2199999999999998 9.857999999999999,-2.2199999999999998" data-type="line" data-label="" points="455.41030162123366,359.69728650116247 482.5945979683867,359.69728650116247 482.5945979683867,362.09153182392686 509.7788943155398,362.09153182392686" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.0729999999999995,5.0315 -5.273,5.0315 -5.273,6.046500000000001 -3.3229999999999986,6.046500000000001 -3.3229999999999986,5.0315 -3.522999999999999,5.0315" data-type="line" data-label="" points="248.84110662068747,235.36255402811798 245.34585797431612,235.36255402811798 245.34585797431612,217.6241671477834 279.4245322764367,217.6241671477834 279.4245322764367,235.36255402811798 275.92928363006536,235.36255402811798" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-13.258000000000001,-6.4914999999999985 -13.258000000000001,-6.691499999999998 -13.908,-6.691499999999998 -13.908,-7.9315 -13.258000000000001,-7.9315 -13.258000000000001,-7.7315000000000005" data-type="line" data-label="" points="105.79805576794035,436.7413047888027 105.79805576794035,440.236553435174 94.43849766723352,440.236553435174 94.43849766723352,461.90709504267636 105.79805576794035,461.90709504267636 105.79805576794035,458.411846396305" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,8.408499999999995 -12.7,8.5085 -14.191999999999997,8.5085" data-type="line" data-label="" points="115.54979949131643,176.345280634138 115.54979949131643,174.59765631095223 89.47524458938628,174.59765631095223" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,8.208499999999994 -13.445999999999998,8.208499999999994 -13.445999999999998,-3.9115000000000006 -6.9399999999999995,-3.9115000000000006 -6.9399999999999995,8.408499999999995 -12.7,8.408499999999995" data-type="line" data-label="" points="115.54979949131643,179.84052928050934 102.51252204035134,179.84052928050934 102.51252204035134,391.6525972506124 216.21296050681102,391.6525972506124 216.21296050681102,176.345280634138 115.54979949131643,176.345280634138" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,7.808499999999995 -12.899999999999999,7.808499999999995 -12.899999999999999,8.208499999999994 -12.7,8.208499999999994" data-type="line" data-label="" points="115.54979949131643,186.83102657325202 112.05455084494511,186.83102657325202 112.05455084494511,179.84052928050934 115.54979949131643,179.84052928050934" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,7.408499999999998 -7.079000000000001,7.408499999999998 -7.079000000000001,8.008499999999996 -9.7,8.008499999999996" data-type="line" data-label="" points="167.97852918688653,193.82152386599464 213.78376269758292,193.82152386599464 213.78376269758292,183.33577792688064 167.97852918688653,183.33577792688064" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,6.008500000000003 -7.079000000000001,6.008500000000003 -7.079000000000001,7.408499999999998 -9.7,7.408499999999998" data-type="line" data-label="" points="167.97852918688653,218.28826439059392 213.78376269758292,218.28826439059392 213.78376269758292,193.82152386599464 167.97852918688653,193.82152386599464" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,2.6084999999999923 -14.360999999999997,2.6084999999999923 -14.360999999999997,4.0084999999999935 -12.7,4.0084999999999935" data-type="line" data-label="" points="115.54979949131643,277.70749137890687 86.52175948320249,277.70749137890687 86.52175948320249,253.2407508543075 115.54979949131643,253.2407508543075" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,2.208499999999992 -13.640999999999998,2.208499999999992 -13.640999999999998,2.6084999999999923 -12.7,2.6084999999999923" data-type="line" data-label="" points="115.54979949131643,284.69798867164957 99.1046546101393,284.69798867164957 99.1046546101393,277.70749137890687 115.54979949131643,277.70749137890687" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,0.8084999999999907 -13.640999999999998,0.8084999999999908 -13.640999999999998,2.208499999999992 -12.7,2.208499999999992" data-type="line" data-label="" points="115.54979949131643,309.16472919624897 99.1046546101393,309.16472919624897 99.1046546101393,284.69798867164957 115.54979949131643,284.69798867164957" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,-0.7915000000000045 -13.640999999999998,-0.7915000000000052 -13.640999999999998,0.6084999999999912 -12.7,0.6084999999999905" data-type="line" data-label="" points="115.54979949131643,337.1267183672196 99.1046546101393,337.1267183672196 99.1046546101393,312.6599778426203 115.54979949131643,312.6599778426203" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,-2.391499999999999 -13.761,-2.3914999999999997 -13.761,-0.7915000000000038 -12.7,-0.7915000000000045" data-type="line" data-label="" points="115.54979949131643,365.08870753819025 97.00750542231648,365.08870753819025 97.00750542231648,337.1267183672196 115.54979949131643,337.1267183672196" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,-1.7914999999999957 -7.199000000000002,-1.7914999999999957 -7.199000000000002,-1.1914999999999951 -9.7,-1.1914999999999956" data-type="line" data-label="" points="167.97852918688653,354.60296159907614 211.6866135097601,354.60296159907614 211.6866135097601,344.11721565996214 167.97852918688653,344.11721565996214" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,-2.3914999999999953 -7.079000000000001,-2.3914999999999953 -7.079000000000001,-1.7914999999999948 -9.7,-1.7914999999999957" data-type="line" data-label="" points="167.97852918688653,365.0887075381902 213.78376269758292,365.0887075381902 213.78376269758292,354.60296159907614 167.97852918688653,354.60296159907614" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.907,-1.2829999999999995 0.7070000000000001,-1.2829999999999995 0.7070000000000001,-1.0829999999999995 -2.554,-1.0829999999999995 -2.554,-0.6829999999999996 0.7070000000000001,-0.6829999999999996 0.7070000000000001,1.842999999999999 0.907,1.842999999999999" data-type="line" data-label="" points="353.3490411471905,345.7162919156771 349.85379250081917,345.7162919156771 349.85379250081917,342.22104326930577 292.8637633217345,342.22104326930577 292.8637633217345,335.23054597656306 349.85379250081917,335.23054597656306 349.85379250081917,291.0855555728931 353.3490411471905,291.0855555728931" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.747,-1.2830000000000004 8.309999999999999,-1.2830000000000004 8.309999999999999,-0.2829999999999993 8.528,-0.2829999999999993 8.528,0.11700000000000071 8.309999999999999,0.11700000000000071 8.309999999999999,2.3599999999999994 9.873,2.3599999999999994" data-type="line" data-label="" points="455.41030162123366,345.7162919156771 482.72566979262564,345.7162919156771 482.72566979262564,328.2400486838204 486.5354908171704,328.2400486838204 486.5354908171704,321.2495513910777 482.72566979262564,321.2495513910777 482.72566979262564,282.05033782202315 510.0410379640177,282.05033782202315" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.747,-0.883 6.947,-0.883 6.947,3.343 6.747,3.343" data-type="line" data-label="" points="455.41030162123366,338.7257946229344 458.905550267605,338.7257946229344 458.905550267605,264.871190725108 455.41030162123366,264.871190725108" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.342,6.491499999999999 -6.342,6.6915 -1.714,6.6915 -1.714,2.243 0.907,2.2430000000000003" data-type="line" data-label="" points="226.6637539594613,209.8472389096072 226.6637539594613,206.35199026323585 307.54380763649414,206.35199026323585 307.54380763649414,284.0950582801504 353.3490411471905,284.0950582801504" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-14.191999999999997,8.108500000000001 -15.342999999999996,8.108500000000001" data-type="line" data-label="" points="89.47524458938628,181.5881536036949 69.36008862951923,181.5881536036949" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.273,5.0315 -5.8629999999999995,5.0315 -5.8629999999999995,5.0305" data-type="line" data-label="" points="245.34585797431612,235.36255402811798 235.0348744675207,235.36255402811798 235.0348744675207,235.38003027134982" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.873,0.15999999999999992 9.082999999999998,0.15999999999999992" data-type="line" data-label="" points="510.0410379640177,320.4980729321079 496.23480581085084,320.4980729321079" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.747,3.7430000000000003 10.887999999999995,3.7430000000000003 10.887999999999995,3.6920000000000006" data-type="line" data-label="" points="455.41030162123366,257.8806934323653 527.7794248443522,257.8806934323653 527.7794248443522,258.77198183719" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-13.258000000000001,-5.8915 -13.258000000000001,-5.7905 -13.709,-5.7905" data-type="line" data-label="" points="105.79805576794035,426.25555884968867 105.79805576794035,424.4904582832712 97.916270070373,424.4904582832712" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-13.1355" data-y="-7.351500000000001" x="97.93374631360486" y="445.129901540094" width="20.010298500475898" height="13.281944856211055" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-1.4979999999999998" data-y="-4.2485" x="293.84243294271846" y="390.55159392700546" width="34.9524864637134" height="13.980994585485405" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-14.741999999999997" data-y="8.3085" x="70.25137703434386" y="174.59765631095223" width="19.223867555042403" height="6.990497292742674" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="-11.2" data-y="2.5084999999999997" x="115.54979949131643" y="176.3452806341379" width="52.4287296955701" height="206.21967013590904" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="-4.297999999999999" data-y="5.0315" x="248.84110662068747" y="225.3137141698004" width="27.088177009377887" height="20.097679716635213" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-2.9899999999999998" data-y="1.2599999999999998" x="271.70003276795603" y="275.9336526908733" width="27.088177009377887" height="50.68110537238442" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="10.648" data-y="1.2599999999999998" x="510.04103796401773" y="275.9336526908733" width="27.088177009377944" height="50.68110537238442" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="10.457999999999998" data-y="-2.32" x="509.77889431553984" y="358.5962831775555" width="20.971491878227994" height="10.485745939113997" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="10.457999999999998" data-y="-3.2915" x="509.77889431553984" y="375.57445347730425" width="20.971491878227994" height="10.485745939113997" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="10.457999999999998" data-y="-4.2485" x="509.77889431553984" y="392.2992182501912" width="20.971491878227994" height="10.485745939113997" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="10.457999999999998" data-y="-5.22" x="509.77889431553984" y="409.27738854993993" width="20.971491878227994" height="10.485745939113997" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_13" data-x="-9.142" data-y="-5.988499999999999" x="160.25402967840586" y="420.96025715043606" width="34.9524864637134" height="13.980994585485348" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_14" data-x="-11.017999999999999" data-y="-7.351500000000001" x="132.71147034499973" y="437.78987938271416" width="24.466740524599345" height="27.961989170970696" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_15" data-x="-6.127" data-y="6.1915" x="218.7994445051258" y="209.8472389096072" width="23.243403498369418" height="10.485745939114025" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="-13.043" data-y="-6.1915" x="97.93374631360491" y="426.25555884968867" width="23.24340349836936" height="10.485745939114054" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_17" data-x="12.29925" data-y="-7.9315" x="546.1294802378018" y="460.15947071949074" width="12.626585735016533" height="3.4952486463712944" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_18" data-x="13.783249999999999" data-y="-7.9315" x="572.0642251938771" y="460.15947071949074" width="12.626585735016533" height="3.4952486463712944" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_19" data-x="11.60325" data-y="-7.9315" x="532.9174403545181" y="460.15947071949074" width="14.723734922839185" height="3.4952486463712944" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_20" data-x="14.599249999999998" data-y="-7.9315" x="585.2762650771608" y="460.15947071949074" width="14.723734922839185" height="3.4952486463712944" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_21" data-x="3.827" data-y="4.543" x="353.3490411471905" y="178.0142618627802" width="102.06126047404314" height="131.77087396819954" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_22" data-x="3.827" data-y="-3.383" x="353.3490411471905" y="323.28553372758904" width="102.06126047404314" height="118.2617379499743" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="I2C" data-x="-1.918" data-y="-3.7335000000000003" x="299.7843556415497" y="386.35729555135987" width="8.388596751291232" height="4.369060807964161" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="J1" data-x="-14.771999999999998" data-y="8.6235" x="76.19329973317512" y="170.40335793530664" width="6.291447563468438" height="4.369060807964189" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="SEAM-20-03.0-S-06-2-A-K-TR" data-x="-10.739999999999998" data-y="-3.5215000000000005" x="122.54029678405914" y="383.26400049932124" width="54.52587888339286" height="3.1457237817342047" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="J2" data-x="-12.18" data-y="8.5235" x="121.4917221901477" y="172.1509822584923" width="6.2914475634684095" height="4.369060807964161" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="GBC03DABN-M30" data-x="-3.892999999999999" data-y="4.3265" x="255.83160391343014" y="246.11044361570984" width="27.26293944169646" height="3.1457237817342047" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="J3" data-x="-4.552999999999999" data-y="5.721500000000001" x="254.78302931951873" y="221.11941579415475" width="6.291447563468381" height="4.369060807964189" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="09452812800" data-x="-2.705" data-y="-0.3200000000000002" x="278.69053006069873" y="327.31380779253203" width="23.068641066050816" height="3.1457237817342047" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="J4" data-x="-3.245" data-y="2.825" x="277.6419554667873" y="271.73935431522773" width="6.2914475634684095" height="4.3690608079642175" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="09452812800" data-x="10.933" data-y="-0.3200000000000002" x="517.0315352567604" y="327.31380779253203" width="23.06864106605076" height="3.1457237817342047" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="J5" data-x="10.393" data-y="2.825" x="515.982960662849" y="271.73935431522773" width="6.2914475634684095" height="4.3690608079642175" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="1751248" data-x="10.677999999999999" data-y="-2.7499999999999996" x="516.7693916082826" y="369.7810788459438" width="14.680044314759584" height="3.1457237817342047" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="J6" data-x="10.378" data-y="-1.9049999999999998" x="515.7208170143713" y="354.40198480190986" width="6.291447563468296" height="4.3690608079642175" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="1751248" data-x="10.677999999999999" data-y="-3.7215" x="516.7693916082826" y="386.7592491456926" width="14.680044314759584" height="3.1457237817342047" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="J7" data-x="10.378" data-y="-2.8765" x="515.7208170143713" y="371.3801551016586" width="6.291447563468296" height="4.3690608079642175" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="1751248" data-x="10.677999999999999" data-y="-4.6785" x="516.7693916082826" y="403.4840139185794" width="14.680044314759584" height="3.1457237817342047" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="J8" data-x="10.378" data-y="-3.8335" x="515.7208170143713" y="388.10491987454554" width="6.291447563468296" height="4.369060807964161" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="1751248" data-x="10.677999999999999" data-y="-5.6499999999999995" x="516.7693916082826" y="420.4621842183282" width="14.680044314759584" height="3.1457237817342047" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="J9" data-x="10.378" data-y="-4.805" x="515.7208170143713" y="405.0830901742943" width="6.291447563468296" height="4.3690608079642175" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="J10" data-x="-9.562" data-y="-5.4735" x="166.19595237723718" y="416.76595877479053" width="8.388596751291203" height="4.369060807964161" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="SBH11-PBPC-D07-ST-BK" data-x="-10.117999999999999" data-y="-8.281500000000001" x="139.70196763774243" y="466.45091828295915" width="41.942983756456044" height="3.1457237817342047" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="J11" data-x="-11.138" data-y="-6.4365000000000006" x="138.65339304383096" y="433.5955810070685" width="8.388596751291232" height="4.369060807964161" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="U1_T1_Data_Top_Level" data-x="2.5069999999999997" data-y="8.428" x="359.2909638460218" y="173.8199634871346" width="44.04013294427887" height="4.369060807964161" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="T1_Data_Top_Level.SchDoc" data-x="2.747" data-y="0.6430000000000001" x="360.3395384399332" y="310.484185560254" width="50.331580507747276" height="3.1457237817342047" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="U1_T1_Power_Top_Level" data-x="2.567" data-y="0.11550000000000016" x="359.2909638460218" y="319.0912353519434" width="46.137282132101745" height="4.3690608079642175" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="T1_Power_Top_Level.SchDoc" data-x="2.8070000000000004" data-y="-6.8965000000000005" x="360.3395384399332" y="442.2463214068376" width="52.4287296955701" height="3.1457237817342047" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="netId: NET_RST
|
|
2
4
|
globalConnNetId: connectivity_net9" data-x="-14.388" data-y="-6.691499999999998" x="77.6613041646511" y="438.48892911198834" width="16.777193502582435" height="3.4952486463713512" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="netId: NET_RST
|
|
3
5
|
globalConnNetId: connectivity_net9" data-x="0.42600000000000005" data-y="-4.083" x="336.5543714013762" y="392.9021486416902" width="16.777193502582463" height="3.4952486463713512" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="netId: NET_GND
|
|
4
6
|
globalConnNetId: connectivity_net10" data-x="-13.258000000000001" data-y="-6.4905" x="104.0504314447547" y="428.3352317942797" width="3.495248646371323" height="16.777193502582406" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="netId: NET_GND
|
|
@@ -568,7 +570,7 @@ orientation: x+" data-x="6.747" data-y="-0.48299999999999965" cx="455.4103016212
|
|
|
568
570
|
const h = svg.getElementById('crosshair-h');
|
|
569
571
|
const v = svg.getElementById('crosshair-v');
|
|
570
572
|
const coords = svg.getElementById('coordinates');
|
|
571
|
-
|
|
573
|
+
|
|
572
574
|
crosshair.style.display = 'block';
|
|
573
575
|
h.setAttribute('x1', '0');
|
|
574
576
|
h.setAttribute('x2', '640');
|
|
@@ -587,13 +589,13 @@ orientation: x+" data-x="6.747" data-y="-0.48299999999999965" cx="455.4103016212
|
|
|
587
589
|
// y' = (y - ty) / sy
|
|
588
590
|
const sx = matrix.a;
|
|
589
591
|
const sy = matrix.d;
|
|
590
|
-
const tx = matrix.e;
|
|
592
|
+
const tx = matrix.e;
|
|
591
593
|
const ty = matrix.f;
|
|
592
594
|
const realPoint = {
|
|
593
595
|
x: (x - tx) / sx,
|
|
594
596
|
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
595
597
|
}
|
|
596
|
-
|
|
598
|
+
|
|
597
599
|
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
598
600
|
coords.setAttribute('x', (x + 5).toString());
|
|
599
601
|
coords.setAttribute('y', (y - 5).toString());
|
|
@@ -601,4 +603,1147 @@ orientation: x+" data-x="6.747" data-y="-0.48299999999999965" cx="455.4103016212
|
|
|
601
603
|
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
602
604
|
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
603
605
|
});
|
|
604
|
-
]]></script
|
|
606
|
+
]]></script>
|
|
607
|
+
</g>
|
|
608
|
+
<g transform="translate(1216, 200)">
|
|
609
|
+
<style>
|
|
610
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
611
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
612
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
613
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
614
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
615
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
616
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
617
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
618
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
619
|
+
|
|
620
|
+
</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 609.6056472580945 551.6313853866142 L 616.7631353575345 551.6313853866142 L 616.7631353575345 565.9463615854942 L 609.6056472580945 565.9463615854942" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 609.6056472580945 551.6313853866142 L 616.7631353575345 551.6313853866142 L 616.7631353575345 565.9463615854942 L 609.6056472580945 565.9463615854942" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 980.2203810470976 528.1190369799538 L 953.0219262692256 528.1190369799538 L 953.0219262692256 493.351538536924 L 980.2203810470976 493.351538536924" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 980.2203810470976 528.1190369799538 L 953.0219262692256 528.1190369799538 L 953.0219262692256 493.351538536924 L 980.2203810470976 493.351538536924" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 980.2203810470976 562.3676175357742 L 953.0219262692256 562.3676175357742 L 953.0219262692256 528.1190369799538 L 980.2203810470976 528.1190369799538" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 980.2203810470976 562.3676175357742 L 953.0219262692256 562.3676175357742 L 953.0219262692256 528.1190369799538 L 980.2203810470976 528.1190369799538" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 980.2203810470976 597.1351159788039 L 953.0219262692256 597.1351159788039 L 953.0219262692256 562.3676175357742 L 980.2203810470976 562.3676175357742" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 980.2203810470976 597.1351159788039 L 953.0219262692256 597.1351159788039 L 953.0219262692256 562.3676175357742 L 980.2203810470976 562.3676175357742" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 172.92729831126002 134.45719151075394 L 165.76981021182007 134.45719151075394 L 165.76981021182007 127.29970341131394 L 172.92729831126002 127.29970341131394" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 172.92729831126002 134.45719151075394 L 165.76981021182007 134.45719151075394 L 165.76981021182007 127.29970341131394 L 172.92729831126002 127.29970341131394" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 172.92729831126002 256.13448920123403 L 165.76981021182007 256.13448920123403 L 165.76981021182007 248.977001101794 L 172.92729831126002 248.977001101794" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 172.92729831126002 256.13448920123403 L 165.76981021182007 256.13448920123403 L 165.76981021182007 248.977001101794 L 172.92729831126002 248.977001101794" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 172.92729831126002 263.29197730067403 L 165.76981021182007 263.29197730067403 L 165.76981021182007 256.13448920123403 L 172.92729831126002 256.13448920123403" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 172.92729831126002 263.29197730067403 L 165.76981021182007 263.29197730067403 L 165.76981021182007 256.13448920123403 L 172.92729831126002 256.13448920123403" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 172.92729831126002 384.9692749911541 L 165.76981021182007 384.9692749911541 L 165.76981021182007 377.8117868917141 L 172.92729831126002 377.8117868917141" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 172.92729831126002 384.9692749911541 L 165.76981021182007 384.9692749911541 L 165.76981021182007 377.8117868917141 L 172.92729831126002 377.8117868917141" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 172.92729831126002 499.48908458219375 L 165.76981021182007 499.48908458219375 L 165.76981021182007 492.33159648275375 L 172.92729831126002 492.33159648275375" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 172.92729831126002 499.48908458219375 L 165.76981021182007 499.48908458219375 L 165.76981021182007 492.33159648275375 L 172.92729831126002 492.33159648275375" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 172.92729831126002 506.6465726816337 L 165.76981021182007 506.6465726816337 L 165.76981021182007 499.48908458219375 L 172.92729831126002 499.48908458219375" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 172.92729831126002 506.6465726816337 L 165.76981021182007 506.6465726816337 L 165.76981021182007 499.48908458219375 L 172.92729831126002 499.48908458219375" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 172.92729831126002 513.8040607810736 L 165.76981021182007 513.8040607810736 L 165.76981021182007 506.6465726816337 L 172.92729831126002 506.6465726816337" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 172.92729831126002 513.8040607810736 L 165.76981021182007 513.8040607810736 L 165.76981021182007 506.6465726816337 L 172.92729831126002 506.6465726816337" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 172.92729831126002 520.9615488805136 L 165.76981021182007 520.9615488805136 L 165.76981021182007 513.8040607810736 L 172.92729831126002 513.8040607810736" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 172.92729831126002 520.9615488805136 L 165.76981021182007 520.9615488805136 L 165.76981021182007 513.8040607810736 L 172.92729831126002 513.8040607810736" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 172.92729831126002 528.1190369799536 L 165.76981021182007 528.1190369799536 L 165.76981021182007 520.9615488805136 L 172.92729831126002 520.9615488805136" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 172.92729831126002 528.1190369799536 L 165.76981021182007 528.1190369799536 L 165.76981021182007 520.9615488805136 L 172.92729831126002 520.9615488805136" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 280.28961980286005 499.48908458219364 L 287.4471079023 499.48908458219364 L 287.4471079023 492.33159648275364 L 280.28961980286005 492.33159648275364" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 280.28961980286005 499.48908458219364 L 287.4471079023 499.48908458219364 L 287.4471079023 492.33159648275364 L 280.28961980286005 492.33159648275364" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 280.28961980286005 506.64657268163364 L 287.4471079023 506.64657268163364 L 287.4471079023 499.48908458219364 L 280.28961980286005 499.48908458219364" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 280.28961980286005 506.64657268163364 L 287.4471079023 506.64657268163364 L 287.4471079023 499.48908458219364 L 280.28961980286005 499.48908458219364" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 280.28961980286005 513.8040607810736 L 287.4471079023 513.8040607810736 L 287.4471079023 506.64657268163364 L 280.28961980286005 506.64657268163364" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 280.28961980286005 513.8040607810736 L 287.4471079023 513.8040607810736 L 287.4471079023 506.64657268163364 L 280.28961980286005 506.64657268163364" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 280.28961980286005 520.9615488805136 L 325.38179482933197 520.9615488805136 L 325.38179482933197 513.8040607810736 L 280.28961980286005 513.8040607810736" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 280.28961980286005 520.9615488805136 L 325.38179482933197 520.9615488805136 L 325.38179482933197 513.8040607810736 L 280.28961980286005 513.8040607810736" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 280.28961980286005 528.1190369799536 L 325.38179482933197 528.1190369799536 L 325.38179482933197 520.9615488805136 L 280.28961980286005 520.9615488805136" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 280.28961980286005 528.1190369799536 L 325.38179482933197 528.1190369799536 L 325.38179482933197 520.9615488805136 L 280.28961980286005 520.9615488805136" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 548.1586119244021 372.389989656388 L 555.3161000238421 372.389989656388 L 555.3161000238421 358.075013457508 L 548.1586119244021 358.075013457508" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 548.1586119244021 372.389989656388 L 555.3161000238421 372.389989656388 L 555.3161000238421 358.075013457508 L 548.1586119244021 358.075013457508" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 548.1586119244021 386.70496585526803 L 555.3161000238421 386.70496585526803 L 555.3161000238421 372.389989656388 L 548.1586119244021 372.389989656388" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 548.1586119244021 386.70496585526803 L 555.3161000238421 386.70496585526803 L 555.3161000238421 372.389989656388 L 548.1586119244021 372.389989656388" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 548.1586119244021 401.01994205414803 L 580.725182776854 401.01994205414803 L 580.725182776854 386.70496585526803 L 548.1586119244021 386.70496585526803" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 548.1586119244021 401.01994205414803 L 580.725182776854 401.01994205414803 L 580.725182776854 386.70496585526803 L 548.1586119244021 386.70496585526803" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 980.7571926545556 372.389989656388 L 973.5997045551156 372.389989656388 L 973.5997045551156 358.075013457508 L 980.7571926545556 358.075013457508" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 980.7571926545556 372.389989656388 L 973.5997045551156 372.389989656388 L 973.5997045551156 358.075013457508 L 980.7571926545556 358.075013457508" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 980.7571926545556 386.70496585526803 L 973.5997045551156 386.70496585526803 L 973.5997045551156 372.389989656388 L 980.7571926545556 372.389989656388" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 980.7571926545556 386.70496585526803 L 973.5997045551156 386.70496585526803 L 973.5997045551156 372.389989656388 L 980.7571926545556 372.389989656388" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 980.7571926545556 401.019942054148 L 973.5997045551156 401.019942054148 L 973.5997045551156 386.70496585526803 L 980.7571926545556 386.70496585526803" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 980.7571926545556 401.019942054148 L 973.5997045551156 401.019942054148 L 973.5997045551156 386.70496585526803 L 980.7571926545556 386.70496585526803" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 1134.8221239950017 690.5940168372417 L 1134.2226843666735 690.5940168372417 L 1134.2226843666735 683.4365287378018 L 1100.6093308796785 683.4365287378018 L 1100.6093308796785 690.5940168372417 L 1107.7668189791184 690.5940168372417" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1134.8221239950017 690.5940168372417 L 1134.2226843666735 690.5940168372417 L 1134.2226843666735 683.4365287378018 L 1100.6093308796785 683.4365287378018 L 1100.6093308796785 690.5940168372417 L 1107.7668189791184 690.5940168372417" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 868.8856536603084 517.0786115865676 L 924.553017353703 517.0786115865676 L 924.553017353703 520.9615488805138 L 980.2203810470976 520.9615488805138" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 868.8856536603084 517.0786115865676 L 924.553017353703 517.0786115865676 L 924.553017353703 520.9615488805138 L 980.2203810470976 520.9615488805138" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 868.8856536603084 552.8660520837676 L 924.553017353703 552.8660520837676 L 924.553017353703 555.2101294363342 L 980.2203810470976 555.2101294363342" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 868.8856536603084 552.8660520837676 L 924.553017353703 552.8660520837676 L 924.553017353703 555.2101294363342 L 980.2203810470976 555.2101294363342" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 868.8856536603084 588.6534925809676 L 924.553017353703 588.6534925809676 L 924.553017353703 589.977627879364 L 980.2203810470976 589.977627879364" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 868.8856536603084 588.6534925809676 L 924.553017353703 588.6534925809676 L 924.553017353703 589.977627879364 L 980.2203810470976 589.977627879364" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 868.8856536603084 481.2911710893676 L 924.553017353703 481.2911710893676 L 924.553017353703 486.194050437484 L 980.2203810470976 486.194050437484" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 868.8856536603084 481.2911710893676 L 924.553017353703 481.2911710893676 L 924.553017353703 486.194050437484 L 980.2203810470976 486.194050437484" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 445.87810698340445 226.6814256720382 L 438.72061888396445 226.6814256720382 L 438.72061888396445 190.35717356738016 L 508.5061278535045 190.35717356738016 L 508.5061278535045 226.6814256720382 L 501.34863975406444 226.6814256720382" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 445.87810698340445 226.6814256720382 L 438.72061888396445 226.6814256720382 L 438.72061888396445 190.35717356738016 L 508.5061278535045 190.35717356738016 L 508.5061278535045 226.6814256720382 L 501.34863975406444 226.6814256720382" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 152.95790651382237 639.0601025212737 L 152.95790651382237 646.2175906207137 L 129.6960701906424 646.2175906207137 L 129.6960701906424 690.5940168372417 L 152.95790651382237 690.5940168372417 L 152.95790651382237 683.4365287378018" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 152.95790651382237 639.0601025212737 L 152.95790651382237 646.2175906207137 L 129.6960701906424 646.2175906207137 L 129.6960701906424 690.5940168372417 L 152.95790651382237 690.5940168372417 L 152.95790651382237 683.4365287378018" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 172.92729831126002 105.827239112994 L 172.92729831126002 102.24849506327377 L 119.53243708943774 102.24849506327377" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 172.92729831126002 105.827239112994 L 172.92729831126002 102.24849506327377 L 119.53243708943774 102.24849506327377" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 172.92729831126002 112.984727212434 L 146.22986770034885 112.984727212434 L 146.22986770034885 546.7285060384978 L 379.06295557513204 546.7285060384978 L 379.06295557513204 105.827239112994 L 172.92729831126002 105.827239112994" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 172.92729831126002 112.984727212434 L 146.22986770034885 112.984727212434 L 146.22986770034885 546.7285060384978 L 379.06295557513204 546.7285060384978 L 379.06295557513204 105.827239112994 L 172.92729831126002 105.827239112994" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 172.92729831126002 127.29970341131394 L 165.76981021182007 127.29970341131394 L 165.76981021182007 112.984727212434 L 172.92729831126002 112.984727212434" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 172.92729831126002 127.29970341131394 L 165.76981021182007 127.29970341131394 L 165.76981021182007 112.984727212434 L 172.92729831126002 112.984727212434" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 280.28961980286005 141.61467961019383 L 374.0885013460212 141.61467961019383 L 374.0885013460212 120.14221531187394 L 280.28961980286005 120.14221531187394" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 280.28961980286005 141.61467961019383 L 374.0885013460212 141.61467961019383 L 374.0885013460212 120.14221531187394 L 280.28961980286005 120.14221531187394" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 280.28961980286005 191.71709630627367 L 374.0885013460212 191.71709630627367 L 374.0885013460212 141.61467961019383 L 280.28961980286005 141.61467961019383" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 280.28961980286005 191.71709630627367 L 374.0885013460212 191.71709630627367 L 374.0885013460212 141.61467961019383 L 280.28961980286005 141.61467961019383" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 172.92729831126002 313.39439399675405 L 113.4843596454109 313.39439399675405 L 113.4843596454109 263.29197730067403 L 172.92729831126002 263.29197730067403" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 172.92729831126002 313.39439399675405 L 113.4843596454109 313.39439399675405 L 113.4843596454109 263.29197730067403 L 172.92729831126002 263.29197730067403" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 172.92729831126002 327.70937019563405 L 139.25131680339484 327.70937019563405 L 139.25131680339484 313.39439399675405 L 172.92729831126002 313.39439399675405" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 172.92729831126002 327.70937019563405 L 139.25131680339484 327.70937019563405 L 139.25131680339484 313.39439399675405 L 172.92729831126002 313.39439399675405" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 172.92729831126002 377.8117868917141 L 139.25131680339484 377.8117868917141 L 139.25131680339484 327.70937019563405 L 172.92729831126002 327.70937019563405" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 172.92729831126002 377.8117868917141 L 139.25131680339484 377.8117868917141 L 139.25131680339484 327.70937019563405 L 172.92729831126002 327.70937019563405" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 172.92729831126002 435.07169168723397 L 139.25131680339484 435.07169168723397 L 139.25131680339484 384.9692749911541 L 172.92729831126002 384.9692749911541" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 172.92729831126002 435.07169168723397 L 139.25131680339484 435.07169168723397 L 139.25131680339484 384.9692749911541 L 172.92729831126002 384.9692749911541" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 172.92729831126002 492.33159648275375 L 134.9568239437308 492.3315964827538 L 134.9568239437308 435.07169168723397 L 172.92729831126002 435.07169168723397" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 172.92729831126002 492.33159648275375 L 134.9568239437308 492.3315964827538 L 134.9568239437308 435.07169168723397 L 172.92729831126002 435.07169168723397" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 280.28961980286005 470.85913218443363 L 369.79400848635714 470.85913218443363 L 369.79400848635714 449.3866678861136 L 280.28961980286005 449.3866678861136" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 280.28961980286005 470.85913218443363 L 369.79400848635714 470.85913218443363 L 369.79400848635714 449.3866678861136 L 280.28961980286005 449.3866678861136" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 280.28961980286005 492.33159648275364 L 374.0885013460212 492.33159648275364 L 374.0885013460212 470.85913218443363 L 280.28961980286005 470.85913218443363" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 280.28961980286005 492.33159648275364 L 374.0885013460212 492.33159648275364 L 374.0885013460212 470.85913218443363 L 280.28961980286005 470.85913218443363" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 659.8870011566604 452.6612186916076 L 652.7295130572204 452.6612186916076 L 652.7295130572204 445.5037305921676 L 536.0266695958512 445.5037305921676 L 536.0266695958512 431.1887543932876 L 652.7295130572204 431.1887543932876 L 652.7295130572204 340.78967969736044 L 659.8870011566604 340.78967969736044" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 659.8870011566604 452.6612186916076 L 652.7295130572204 452.6612186916076 L 652.7295130572204 445.5037305921676 L 536.0266695958512 445.5037305921676 L 536.0266695958512 431.1887543932876 L 652.7295130572204 431.1887543932876 L 652.7295130572204 340.78967969736044 L 659.8870011566604 340.78967969736044" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 868.8856536603084 452.6612186916076 L 924.821423157432 452.6612186916076 L 924.821423157432 416.8737781944076 L 932.6230851858217 416.8737781944076 L 932.6230851858217 402.5588019955276 L 924.821423157432 402.5588019955276 L 924.821423157432 322.287572960308 L 980.7571926545556 322.287572960308" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 868.8856536603084 452.6612186916076 L 924.821423157432 452.6612186916076 L 924.821423157432 416.8737781944076 L 932.6230851858217 416.8737781944076 L 932.6230851858217 402.5588019955276 L 924.821423157432 402.5588019955276 L 924.821423157432 322.287572960308 L 980.7571926545556 322.287572960308" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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 868.8856536603084 438.3462424927276 L 876.0431417597484 438.3462424927276 L 876.0431417597484 287.1085189515604 L 868.8856536603084 287.1085189515604" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 868.8856536603084 438.3462424927276 L 876.0431417597484 438.3462424927276 L 876.0431417597484 287.1085189515604 L 868.8856536603084 287.1085189515604" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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_46__stack1"><path d="M 400.4638449924576 174.4317625461262 L 400.4638449924576 167.2742744466862 L 566.0881196134992 167.2742744466862 L 566.0881196134992 326.4747034984804 L 659.8870011566604 326.4747034984804" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 400.4638449924576 174.4317625461262 L 400.4638449924576 167.2742744466862 L 566.0881196134992 167.2742744466862 L 566.0881196134992 326.4747034984804 L 659.8870011566604 326.4747034984804" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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_47__stack1"><path d="M 119.53243708943774 116.56347126215377 L 78.34109307716051 116.56347126215377" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 119.53243708943774 116.56347126215377 L 78.34109307716051 116.56347126215377" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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_48__stack1"><path d="M 438.72061888396445 226.6814256720382 L 417.60602899061644 226.6814256720382 L 417.60602899061644 226.71721311253538" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 438.72061888396445 226.6814256720382 L 417.60602899061644 226.6814256720382 L 417.60602899061644 226.71721311253538" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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_49__stack1"><path d="M 980.7571926545556 401.019942054148 L 952.4851146617675 401.019942054148" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 980.7571926545556 401.019942054148 L 952.4851146617675 401.019942054148" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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_50__stack1"><path d="M 868.8856536603084 272.79354275268037 L 1017.0814447592135 272.79354275268037 L 1017.0814447592135 274.6187022180376" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 868.8856536603084 272.79354275268037 L 1017.0814447592135 272.79354275268037 L 1017.0814447592135 274.6187022180376" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" 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_51__stack1"><path d="M 152.95790651382237 617.5876382229538 L 152.95790651382237 613.9731067327366 L 136.8177708495852 613.9731067327366" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.725990479552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 152.95790651382237 617.5876382229538 L 152.95790651382237 613.9731067327366 L 136.8177708495852 613.9731067327366" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.715748809944px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="980.2203810470976" cy="528.1190369799538" r="1.073623214916" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="953.0219262692256" cy="528.1190369799538" r="1.073623214916" 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"><circle cx="980.2203810470976" cy="562.3676175357742" r="1.073623214916" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="953.0219262692256" cy="562.3676175357742" r="1.073623214916" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><circle cx="165.76981021182007" cy="127.29970341131394" r="1.073623214916" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="172.92729831126002" cy="127.29970341131394" r="1.073623214916" 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_5__stack1"><circle cx="172.92729831126002" cy="256.13448920123403" r="1.073623214916" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="165.76981021182007" cy="256.13448920123403" r="1.073623214916" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><circle cx="172.92729831126002" cy="263.29197730067403" r="1.073623214916" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><circle cx="172.92729831126002" cy="384.9692749911541" r="1.073623214916" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="172.92729831126002" cy="377.8117868917141" r="1.073623214916" 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_8__stack1"><circle cx="172.92729831126002" cy="499.48908458219375" r="1.073623214916" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="165.76981021182007" cy="499.48908458219375" r="1.073623214916" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="172.92729831126002" cy="492.33159648275375" r="1.073623214916" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><circle cx="172.92729831126002" cy="506.6465726816337" r="1.073623214916" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="165.76981021182007" cy="506.6465726816337" r="1.073623214916" 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_10__stack1"><circle cx="172.92729831126002" cy="513.8040607810736" r="1.073623214916" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="165.76981021182007" cy="513.8040607810736" r="1.073623214916" 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_11__stack1"><circle cx="172.92729831126002" cy="520.9615488805136" r="1.073623214916" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="165.76981021182007" cy="520.9615488805136" r="1.073623214916" 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_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"><circle cx="280.28961980286005" cy="499.48908458219364" r="1.073623214916" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="287.4471079023" cy="499.48908458219364" r="1.073623214916" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="280.28961980286005" cy="492.33159648275364" r="1.073623214916" 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_14__stack1"><circle cx="280.28961980286005" cy="506.64657268163364" r="1.073623214916" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="287.4471079023" cy="506.64657268163364" r="1.073623214916" 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_15__stack1"><circle cx="280.28961980286005" cy="513.8040607810736" r="1.073623214916" 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_16__stack1"><circle cx="280.28961980286005" cy="520.9615488805136" r="1.073623214916" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="325.38179482933197" cy="520.9615488805136" r="1.073623214916" 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_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"><circle cx="548.1586119244021" cy="372.389989656388" r="1.073623214916" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="555.3161000238421" cy="372.389989656388" r="1.073623214916" 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_19__stack1"><circle cx="548.1586119244021" cy="386.70496585526803" r="1.073623214916" 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_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"><circle cx="980.7571926545556" cy="372.389989656388" r="1.073623214916" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="973.5997045551156" cy="372.389989656388" r="1.073623214916" 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_22__stack1"><circle cx="980.7571926545556" cy="386.70496585526803" r="1.073623214916" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="973.5997045551156" cy="386.70496585526803" r="1.073623214916" 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_23__stack1"><circle cx="980.7571926545556" cy="401.019942054148" r="1.073623214916" 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_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"><circle cx="438.72061888396445" cy="226.6814256720382" r="1.073623214916" 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_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"><circle cx="172.92729831126002" cy="105.827239112994" r="1.073623214916" 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_32__stack1"><circle cx="172.92729831126002" cy="112.984727212434" r="1.073623214916" 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_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"><circle cx="280.28961980286005" cy="141.61467961019383" r="1.073623214916" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="374.0885013460212" cy="141.61467961019383" r="1.073623214916" 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_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"><circle cx="172.92729831126002" cy="313.39439399675405" r="1.073623214916" 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_37__stack1"><circle cx="172.92729831126002" cy="327.70937019563405" r="1.073623214916" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="139.25131680339484" cy="327.70937019563405" r="1.073623214916" 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_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"><circle cx="172.92729831126002" cy="435.07169168723397" r="1.073623214916" 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_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"><circle cx="280.28961980286005" cy="470.85913218443363" r="1.073623214916" 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_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="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_46__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_47__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_48__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_49__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_50__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_51__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="136.8535582900824" y="668.0479293240058" width="40.976619369293985" height="3.5787440497200578" stroke-width="0.715748809944px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="136.8535582900824" y="668.0479293240058" width="40.976619369293985" height="3.5787440497200578" fill="transparent"/><text class="sch-text" x="157.34186797472938" y="669.8373013488658" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.441739289496px" transform="rotate(0, 157.34186797472938, 669.8373013488658)">schematic_component_2</text><line class="component-pin sch-component-pin sch-port-line" x1="152.95790651382237" y1="671.6266733737259" x2="152.95790651382237" y2="683.4365287378018" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="152.24215770387838" y="682.7207799278578" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="152.24215770387838" y="677.5316010557638" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform="rotate(-90 152.24215770387838 677.5316010557638)"></text><text class="pin-number sch-pin-label" x="152.95790651382237" y="668.0479293240058" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="rotate(-90 152.95790651382237 668.0479293240058)">schematic_port_118</text><line class="component-pin sch-component-pin sch-port-line" x1="152.95790651382237" y1="668.0479293240058" x2="152.95790651382237" y2="656.9538227698738" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="152.95790651382237" cy="656.2380739599298" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="152.24215770387838" y="655.5223251499858" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="152.24215770387838" y="662.1430016419679" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform="rotate(-90 152.24215770387838 662.1430016419679)"></text><text class="pin-number sch-pin-label" x="152.95790651382237" y="671.6266733737259" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="rotate(-90 152.95790651382237 671.6266733737259)">schematic_port_119</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="552.3457424625744" y="544.4738972871742" width="42.94492859664001" height="28.629952397760007" stroke-width="0.715748809944px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="552.3457424625744" y="544.4738972871742" width="42.94492859664001" height="28.629952397760007" fill="transparent"/><text class="sch-text" x="573.8182067608944" y="558.7888734860542" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.441739289496px" transform="rotate(0, 573.8182067608944, 558.7888734860542)">schematic_component_3</text><line class="component-pin sch-component-pin sch-port-line" x1="595.2906710592144" y1="565.9463615854942" x2="609.6056472580945" y2="565.9463615854942" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="608.8898984481505" y="565.2306127755502" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="602.4481591586544" y="565.2306127755503" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="591.7119270094944" y="565.9463615854942" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_120</text><line class="component-pin sch-component-pin sch-port-line" x1="595.2906710592144" y1="558.7888734860542" x2="608.8898984481505" y2="558.7888734860542" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="609.6056472580945" cy="558.7888734860542" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="608.8898984481505" y="558.0731246761102" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="602.4481591586544" y="558.0731246761102" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="591.7119270094944" y="558.7888734860542" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_121</text><line class="component-pin sch-component-pin sch-port-line" x1="595.2906710592144" y1="551.6313853866142" x2="609.6056472580945" y2="551.6313853866142" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="608.8898984481505" y="550.9156365766702" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="602.4481591586544" y="550.9156365766702" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="591.7119270094944" y="551.6313853866142" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_122</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="94.48122874139767" y="107.61661113785374" width="10.73623214916006" height="3.5787440497200578" stroke-width="0.715748809944px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="94.48122874139767" y="107.61661113785374" width="10.73623214916006" height="3.5787440497200578" fill="transparent"/><text class="sch-text" x="99.8493448159777" y="109.40598316271377" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.771658732959984px" transform="rotate(0, 99.8493448159777, 109.40598316271377)">schematic_component_4</text><line class="component-pin sch-component-pin sch-port-line" x1="119.53243708943774" y1="111.1953551875738" x2="119.53243708943774" y2="116.56347126215377" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="118.81668827949373" y="115.84772245220977" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="118.81668827949375" y="113.87941322486375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform="rotate(-90 118.81668827949375 113.87941322486375)"></text><text class="pin-number sch-pin-label" x="119.53243708943774" y="107.61661113785374" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="rotate(-90 119.53243708943774 107.61661113785374)">schematic_port_123</text><line class="component-pin sch-component-pin sch-port-line" x1="105.21746089055773" y1="109.40598316271377" x2="118.81668827949375" y2="109.40598316271377" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="119.53243708943774" cy="109.40598316271377" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="118.81668827949373" y="108.69023435276976" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="112.37494898999773" y="108.69023435276978" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="101.63871684083767" y="109.40598316271377" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_124</text><line class="component-pin sch-component-pin sch-port-line" x1="119.53243708943774" y1="107.61661113785374" x2="119.53243708943774" y2="102.24849506327377" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><rect x="118.81668827949373" y="101.53274625332976" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="118.81668827949375" y="104.93255310056378" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform="rotate(-90 118.81668827949375 104.93255310056378)"></text><text class="pin-number sch-pin-label" x="119.53243708943774" y="111.1953551875738" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="rotate(-90 119.53243708943774 111.1953551875738)">schematic_port_125</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="187.24227451014002" y="105.82723911299377" width="78.73236909383996" height="422.2917978669601" stroke-width="0.715748809944px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="187.24227451014002" y="105.82723911299377" width="78.73236909383996" height="422.2917978669601" fill="transparent"/><text class="sch-text" x="226.60845905706003" y="316.9731380464738" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.441739289496px" transform="rotate(0, 226.60845905706003, 316.9731380464738)">schematic_component_5</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="105.827239112994" x2="172.92729831126002" y2="105.827239112994" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="172.21154950131603" y="105.11149030304999" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="105.11149030305" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="105.827239112994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_126</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="112.984727212434" x2="172.92729831126002" y2="112.984727212434" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="172.21154950131603" y="112.26897840248999" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="112.26897840249" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="112.984727212434" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_127</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="120.142215311874" x2="173.643047121204" y2="120.142215311874" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="120.142215311874" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="119.42646650193" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="119.42646650193001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="120.142215311874" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_128</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="120.14221531187394" x2="280.28961980286005" y2="120.14221531187394" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_3__stack1"><rect x="279.57387099291606" y="119.42646650192994" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="119.42646650192995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="120.14221531187394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_129</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="112.98472721243394" x2="279.57387099291606" y2="112.98472721243394" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="112.98472721243394" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="112.26897840248994" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="112.26897840248995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="112.98472721243394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_130</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="105.827239112994" x2="279.57387099291606" y2="105.827239112994" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="105.827239112994" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="105.11149030304999" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="105.11149030305" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="105.827239112994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_131</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="127.29970341131394" x2="172.92729831126002" y2="127.29970341131394" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_6__stack1"><rect x="172.21154950131603" y="126.58395460136994" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="126.58395460136995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="127.29970341131394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_132</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="134.45719151075394" x2="172.92729831126002" y2="134.45719151075394" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_7__stack1"><rect x="172.21154950131603" y="133.74144270080996" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="133.74144270080996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="134.45719151075394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_133</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="141.61467961019395" x2="173.643047121204" y2="141.61467961019395" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="141.61467961019395" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="140.89893080024996" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="140.89893080025" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="141.61467961019395" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_134</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="141.61467961019383" x2="280.28961980286005" y2="141.61467961019383" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_9__stack1"><rect x="279.57387099291606" y="140.89893080024984" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="140.89893080024984" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="141.61467961019383" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_135</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="134.4571915107539" x2="279.57387099291606" y2="134.4571915107539" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="134.4571915107539" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="133.7414427008099" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="133.7414427008099" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="134.4571915107539" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_136</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="127.29970341131389" x2="279.57387099291606" y2="127.29970341131389" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="127.29970341131389" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="126.58395460136988" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="126.5839546013699" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="127.29970341131389" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_137</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="148.772167709634" x2="173.643047121204" y2="148.772167709634" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="148.772167709634" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="148.05641889969002" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="148.05641889969002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="148.772167709634" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_138</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="155.92965580907398" x2="173.643047121204" y2="155.92965580907398" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="155.92965580907398" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="155.21390699913" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="155.21390699913" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="155.92965580907398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_139</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="163.08714390851395" x2="173.643047121204" y2="163.08714390851395" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="163.08714390851395" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="162.37139509856996" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="162.37139509856996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="163.08714390851395" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_140</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="163.08714390851378" x2="279.57387099291606" y2="163.08714390851378" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="163.08714390851378" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="162.3713950985698" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="162.3713950985698" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="163.08714390851378" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_141</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="155.9296558090738" x2="279.57387099291606" y2="155.9296558090738" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="155.9296558090738" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="155.21390699912982" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="155.21390699912982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="155.9296558090738" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_142</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="148.77216770963383" x2="279.57387099291606" y2="148.77216770963383" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="148.77216770963383" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="148.05641889968985" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="148.05641889968985" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="148.77216770963383" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_143</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="170.24463200795395" x2="173.643047121204" y2="170.24463200795395" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="170.24463200795395" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="169.52888319800996" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="169.52888319801" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="170.24463200795395" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_144</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="177.40212010739398" x2="173.643047121204" y2="177.40212010739398" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="177.40212010739398" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="176.68637129745" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="176.68637129745" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="177.40212010739398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_145</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="184.55960820683396" x2="173.643047121204" y2="184.55960820683396" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="184.55960820683396" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="183.84385939688997" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="183.84385939688997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="184.55960820683396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_146</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="184.5596082068337" x2="279.57387099291606" y2="184.5596082068337" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="184.5596082068337" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="183.8438593968897" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="183.8438593968897" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="184.5596082068337" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_147</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="177.40212010739373" x2="279.57387099291606" y2="177.40212010739373" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_22__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="177.40212010739373" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="176.68637129744974" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="176.68637129744974" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="177.40212010739373" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_148</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="170.24463200795375" x2="279.57387099291606" y2="170.24463200795375" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="170.24463200795375" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="169.52888319800977" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="169.52888319800977" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="170.24463200795375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_149</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="191.717096306274" x2="173.643047121204" y2="191.717096306274" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="191.717096306274" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="191.00134749633" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="191.00134749633" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="191.717096306274" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_150</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="198.87458440571396" x2="173.643047121204" y2="198.87458440571396" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_25__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="198.87458440571396" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="198.15883559576997" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="198.15883559576997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="198.87458440571396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_151</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="206.032072505154" x2="173.643047121204" y2="206.032072505154" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="206.032072505154" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="205.31632369521" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="205.31632369521" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="206.032072505154" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_152</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="206.03207250515362" x2="279.57387099291606" y2="206.03207250515362" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_27__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="206.03207250515362" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="205.31632369520963" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="205.31632369520963" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="206.03207250515362" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_153</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="198.87458440571365" x2="279.57387099291606" y2="198.87458440571365" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="198.87458440571365" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="198.15883559576966" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="198.15883559576966" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="198.87458440571365" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_154</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="191.71709630627367" x2="280.28961980286005" y2="191.71709630627367" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_29__stack1"><rect x="279.57387099291606" y="191.00134749632969" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="191.00134749632969" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="191.71709630627367" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_155</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="213.18956060459396" x2="173.643047121204" y2="213.18956060459396" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_30__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="213.18956060459396" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="212.47381179464998" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="212.47381179465" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="213.18956060459396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_156</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="220.34704870403402" x2="173.643047121204" y2="220.34704870403402" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="220.34704870403402" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="219.63129989409003" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="219.63129989409003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="220.34704870403402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_157</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="227.504536803474" x2="173.643047121204" y2="227.504536803474" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_32__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="227.504536803474" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="226.78878799353" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="226.78878799353" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="227.504536803474" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_158</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="227.50453680347354" x2="279.57387099291606" y2="227.50453680347354" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_33__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="227.50453680347354" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="226.78878799352955" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="226.78878799352955" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="227.50453680347354" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_159</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="220.34704870403357" x2="279.57387099291606" y2="220.34704870403357" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="220.34704870403357" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="219.63129989408958" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="219.63129989408958" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="220.34704870403357" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_160</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="213.1895606045936" x2="279.57387099291606" y2="213.1895606045936" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_35__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="213.1895606045936" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="212.4738117946496" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="212.4738117946496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="213.1895606045936" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_161</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="234.66202490291403" x2="173.643047121204" y2="234.66202490291403" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_36__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="234.66202490291403" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="233.94627609297004" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="233.94627609297004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="234.66202490291403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_162</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="241.819513002354" x2="173.643047121204" y2="241.819513002354" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_37__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="241.819513002354" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="241.10376419241" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="241.10376419241" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="241.819513002354" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_163</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="248.977001101794" x2="172.92729831126002" y2="248.977001101794" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_38__stack1"><rect x="172.21154950131603" y="248.26125229185" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="248.26125229185" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="248.977001101794" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_164</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="248.97700110179346" x2="279.57387099291606" y2="248.97700110179346" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_39__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="248.97700110179346" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="248.26125229184947" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="248.26125229184947" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="248.97700110179346" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_165</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="241.8195130023535" x2="279.57387099291606" y2="241.8195130023535" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_40__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="241.8195130023535" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="241.1037641924095" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="241.1037641924095" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="241.8195130023535" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_166</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="234.66202490291352" x2="279.57387099291606" y2="234.66202490291352" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_41__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="234.66202490291352" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="233.94627609296953" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="233.94627609296953" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="234.66202490291352" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_167</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="256.13448920123403" x2="172.92729831126002" y2="256.13448920123403" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_42__stack1"><rect x="172.21154950131603" y="255.41874039129004" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="255.41874039129004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="256.13448920123403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_168</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="263.29197730067403" x2="172.92729831126002" y2="263.29197730067403" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_43__stack1"><rect x="172.21154950131603" y="262.57622849073005" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="262.57622849073005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="263.29197730067403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_169</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="270.44946540011404" x2="173.643047121204" y2="270.44946540011404" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_44__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="270.44946540011404" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="269.73371659017005" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="269.73371659017005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="270.44946540011404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_170</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="270.44946540011347" x2="279.57387099291606" y2="270.44946540011347" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_45__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="270.44946540011347" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="269.7337165901695" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="269.7337165901695" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="270.44946540011347" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_171</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="263.29197730067347" x2="279.57387099291606" y2="263.29197730067347" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_46__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="263.29197730067347" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="262.5762284907295" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="262.5762284907295" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="263.29197730067347" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_172</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="256.13448920123346" x2="279.57387099291606" y2="256.13448920123346" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_47__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="256.13448920123346" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="255.41874039128948" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="255.4187403912895" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="256.13448920123346" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_173</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="277.60695349955404" x2="173.643047121204" y2="277.60695349955404" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_48__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="277.60695349955404" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="276.89120468961005" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="276.89120468961005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="277.60695349955404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_174</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="284.76444159899404" x2="173.643047121204" y2="284.76444159899404" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_49__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="284.76444159899404" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="284.04869278905005" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="284.04869278905005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="284.76444159899404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_175</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="291.92192969843404" x2="173.643047121204" y2="291.92192969843404" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_50__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="291.92192969843404" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="291.20618088849005" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="291.20618088849005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="291.92192969843404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_176</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="291.92192969843353" x2="279.57387099291606" y2="291.92192969843353" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_51__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="291.92192969843353" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="291.20618088848954" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="291.2061808884895" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="291.92192969843353" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_177</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="284.76444159899347" x2="279.57387099291606" y2="284.76444159899347" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_52__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="284.76444159899347" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="284.0486927890495" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="284.0486927890495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="284.76444159899347" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_178</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="277.60695349955347" x2="279.57387099291606" y2="277.60695349955347" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_53__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="277.60695349955347" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="276.8912046896095" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="276.8912046896095" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="277.60695349955347" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_179</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="299.07941779787404" x2="173.643047121204" y2="299.07941779787404" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_54__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="299.07941779787404" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="298.36366898793005" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="298.36366898793005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="299.07941779787404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_180</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="306.23690589731405" x2="173.643047121204" y2="306.23690589731405" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_55__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="306.23690589731405" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="305.52115708737006" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="305.52115708737006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="306.23690589731405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_181</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="313.39439399675405" x2="172.92729831126002" y2="313.39439399675405" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_56__stack1"><rect x="172.21154950131603" y="312.67864518681006" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="312.67864518681006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="313.39439399675405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_182</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="313.39439399675354" x2="279.57387099291606" y2="313.39439399675354" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_57__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="313.39439399675354" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="312.67864518680955" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="312.67864518680955" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="313.39439399675354" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_183</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="306.23690589731353" x2="279.57387099291606" y2="306.23690589731353" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_58__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="306.23690589731353" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="305.52115708736955" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="305.5211570873695" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="306.23690589731353" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_184</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="299.07941779787353" x2="279.57387099291606" y2="299.07941779787353" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_59__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="299.07941779787353" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="298.36366898792954" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="298.3636689879295" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="299.07941779787353" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_185</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="320.55188209619405" x2="173.643047121204" y2="320.55188209619405" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_60__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="320.55188209619405" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="319.83613328625006" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="319.83613328625006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="320.55188209619405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_186</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="327.70937019563405" x2="172.92729831126002" y2="327.70937019563405" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_61__stack1"><rect x="172.21154950131603" y="326.99362138569006" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="326.99362138569006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="327.70937019563405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_187</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="334.8668582950741" x2="173.643047121204" y2="334.8668582950741" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_62__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="334.8668582950741" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="334.1511094851301" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="334.15110948513006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="334.8668582950741" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_188</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="334.86685829507354" x2="279.57387099291606" y2="334.86685829507354" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_63__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="334.86685829507354" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="334.15110948512955" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="334.15110948512955" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="334.86685829507354" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_189</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="327.70937019563354" x2="279.57387099291606" y2="327.70937019563354" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_64__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="327.70937019563354" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="326.99362138568955" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="326.99362138568955" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="327.70937019563354" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_190</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="320.55188209619354" x2="279.57387099291606" y2="320.55188209619354" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_65__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="320.55188209619354" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="319.83613328624955" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="319.83613328624955" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="320.55188209619354" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_191</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="342.0243463945141" x2="173.643047121204" y2="342.0243463945141" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_66__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="342.0243463945141" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="341.3085975845701" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="341.30859758457007" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="342.0243463945141" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_192</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="349.1818344939541" x2="173.643047121204" y2="349.1818344939541" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_67__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="349.1818344939541" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="348.4660856840101" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="348.4660856840101" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="349.1818344939541" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_193</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="356.3393225933941" x2="173.643047121204" y2="356.3393225933941" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_68__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="356.3393225933941" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="355.6235737834501" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="355.6235737834501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="356.3393225933941" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_194</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="356.33932259339355" x2="279.57387099291606" y2="356.33932259339355" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_69__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="356.33932259339355" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="355.62357378344956" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="355.62357378344956" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="356.33932259339355" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_195</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="349.18183449395355" x2="279.57387099291606" y2="349.18183449395355" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_70__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="349.18183449395355" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="348.46608568400956" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="348.46608568400956" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="349.18183449395355" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_196</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="342.02434639451354" x2="279.57387099291606" y2="342.02434639451354" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_71__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="342.02434639451354" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="341.30859758456955" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="341.30859758456955" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="342.02434639451354" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_197</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="363.4968106928341" x2="173.643047121204" y2="363.4968106928341" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_72__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="363.4968106928341" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="362.7810618828901" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="362.7810618828901" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="363.4968106928341" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_198</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="370.6542987922741" x2="173.643047121204" y2="370.6542987922741" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_73__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="370.6542987922741" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="369.93854998233013" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="369.93854998233013" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="370.6542987922741" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_199</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="377.8117868917141" x2="172.92729831126002" y2="377.8117868917141" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_74__stack1"><rect x="172.21154950131603" y="377.09603808177013" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="377.09603808177013" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="377.8117868917141" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_200</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="377.8117868917136" x2="279.57387099291606" y2="377.8117868917136" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_75__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="377.8117868917136" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="377.0960380817696" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="377.0960380817696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="377.8117868917136" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_201</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="370.6542987922736" x2="279.57387099291606" y2="370.6542987922736" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_76__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="370.6542987922736" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="369.9385499823296" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="369.93854998232956" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="370.6542987922736" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_202</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="363.4968106928336" x2="279.57387099291606" y2="363.4968106928336" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_77__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="363.4968106928336" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="362.7810618828896" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="362.78106188288956" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="363.4968106928336" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_203</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="384.9692749911541" x2="172.92729831126002" y2="384.9692749911541" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_78__stack1"><rect x="172.21154950131603" y="384.25352618121013" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="384.25352618121013" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="384.9692749911541" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_204</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="392.1267630905941" x2="173.643047121204" y2="392.1267630905941" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_79__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="392.1267630905941" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="391.41101428065014" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="391.41101428065014" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="392.1267630905941" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_205</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="399.28425119003407" x2="173.643047121204" y2="399.28425119003407" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_80__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="399.28425119003407" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="398.5685023800901" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="398.5685023800901" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="399.28425119003407" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_206</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="399.2842511900336" x2="279.57387099291606" y2="399.2842511900336" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_81__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="399.2842511900336" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="398.5685023800896" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="398.56850238008957" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="399.2842511900336" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_207</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="392.1267630905936" x2="279.57387099291606" y2="392.1267630905936" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_82__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="392.1267630905936" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="391.4110142806496" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="391.41101428064957" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="392.1267630905936" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_208</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="384.9692749911536" x2="279.57387099291606" y2="384.9692749911536" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_83__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="384.9692749911536" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="384.2535261812096" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="384.2535261812096" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="384.9692749911536" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_209</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="406.44173928947407" x2="173.643047121204" y2="406.44173928947407" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_84__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="406.44173928947407" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="405.7259904795301" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="405.7259904795301" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="406.44173928947407" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_210</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="413.599227388914" x2="173.643047121204" y2="413.599227388914" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_85__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="413.599227388914" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="412.88347857897" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="412.88347857897" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="413.599227388914" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_211</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="420.756715488354" x2="173.643047121204" y2="420.756715488354" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_86__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="420.756715488354" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="420.04096667841003" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="420.04096667841003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="420.756715488354" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_212</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="420.7567154883536" x2="279.57387099291606" y2="420.7567154883536" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_87__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="420.7567154883536" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="420.04096667840963" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="420.04096667840963" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="420.7567154883536" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_213</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="413.5992273889136" x2="279.57387099291606" y2="413.5992273889136" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_88__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="413.5992273889136" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="412.88347857896963" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="412.88347857896963" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="413.5992273889136" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_214</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="406.4417392894736" x2="279.57387099291606" y2="406.4417392894736" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_89__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="406.4417392894736" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="405.7259904795296" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="405.7259904795296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="406.4417392894736" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_215</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="427.91420358779396" x2="173.643047121204" y2="427.91420358779396" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_90__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="427.91420358779396" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="427.19845477785" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="427.19845477785" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="427.91420358779396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_216</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="435.07169168723397" x2="172.92729831126002" y2="435.07169168723397" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_91__stack1"><rect x="172.21154950131603" y="434.35594287729" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="434.35594287729" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="435.07169168723397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_217</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="442.22917978667397" x2="173.643047121204" y2="442.22917978667397" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_92__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="442.22917978667397" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="441.51343097673" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="441.5134309767299" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="442.22917978667397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_218</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="442.2291797866736" x2="279.57387099291606" y2="442.2291797866736" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_93__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="442.2291797866736" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="441.51343097672964" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="441.51343097672964" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="442.2291797866736" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_219</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="435.0716916872336" x2="279.57387099291606" y2="435.0716916872336" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_94__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="435.0716916872336" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="434.35594287728964" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="434.35594287728964" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="435.0716916872336" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_220</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="427.9142035877936" x2="279.57387099291606" y2="427.9142035877936" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_95__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="427.9142035877936" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="427.19845477784963" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="427.19845477784963" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="427.9142035877936" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_221</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="449.3866678861139" x2="173.643047121204" y2="449.3866678861139" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_96__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="449.3866678861139" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="448.6709190761699" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="448.6709190761699" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="449.3866678861139" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_222</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="456.54415598555386" x2="173.643047121204" y2="456.54415598555386" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_97__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="456.54415598555386" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="455.82840717560987" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="455.82840717560987" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="456.54415598555386" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_223</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="463.70164408499386" x2="173.643047121204" y2="463.70164408499386" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_98__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="463.70164408499386" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="462.98589527504987" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="462.98589527504987" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="463.70164408499386" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_224</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="463.70164408499363" x2="279.57387099291606" y2="463.70164408499363" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_99__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="463.70164408499363" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="462.98589527504964" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="462.98589527504964" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="463.70164408499363" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_225</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="456.54415598555363" x2="279.57387099291606" y2="456.54415598555363" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_100__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="456.54415598555363" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="455.82840717560964" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="455.82840717560964" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="456.54415598555363" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_226</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="449.3866678861136" x2="280.28961980286005" y2="449.3866678861136" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_101__stack1"><rect x="279.57387099291606" y="448.67091907616964" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="448.67091907616964" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="449.3866678861136" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_227</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="470.85913218443386" x2="173.643047121204" y2="470.85913218443386" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_102__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="470.85913218443386" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="470.1433833744899" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="470.1433833744898" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="470.85913218443386" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_228</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="478.0166202838738" x2="173.643047121204" y2="478.0166202838738" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_103__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="478.0166202838738" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="477.3008714739298" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="477.3008714739298" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="478.0166202838738" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_229</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="485.1741083833138" x2="173.643047121204" y2="485.1741083833138" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_104__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.92729831126002" cy="485.1741083833138" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="172.21154950131603" y="484.4583595733698" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="484.45835957336976" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="485.1741083833138" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_230</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="485.17410838331364" x2="279.57387099291606" y2="485.17410838331364" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_105__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="485.17410838331364" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="484.45835957336965" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="484.45835957336965" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="485.17410838331364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_231</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="478.01662028387364" x2="279.57387099291606" y2="478.01662028387364" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_106__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="280.28961980286005" cy="478.01662028387364" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="279.57387099291606" y="477.30087147392965" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="477.30087147392965" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="478.01662028387364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_232</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="470.85913218443363" x2="280.28961980286005" y2="470.85913218443363" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_107__stack1"><rect x="279.57387099291606" y="470.14338337448964" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="470.14338337448964" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="470.85913218443363" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_233</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="492.33159648275375" x2="172.92729831126002" y2="492.33159648275375" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_108__stack1"><rect x="172.21154950131603" y="491.61584767280976" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="491.61584767280976" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="492.33159648275375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_234</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="499.48908458219375" x2="172.92729831126002" y2="499.48908458219375" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_109__stack1"><rect x="172.21154950131603" y="498.77333577224977" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="498.77333577224977" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="499.48908458219375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_235</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="506.6465726816337" x2="172.92729831126002" y2="506.6465726816337" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_110__stack1"><rect x="172.21154950131603" y="505.9308238716897" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="505.9308238716897" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="506.6465726816337" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_236</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="506.64657268163364" x2="280.28961980286005" y2="506.64657268163364" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_111__stack1"><rect x="279.57387099291606" y="505.93082387168965" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="505.93082387168965" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="506.64657268163364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_237</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="499.48908458219364" x2="280.28961980286005" y2="499.48908458219364" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_112__stack1"><rect x="279.57387099291606" y="498.77333577224965" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="498.77333577224965" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="499.48908458219364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_238</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="492.33159648275364" x2="280.28961980286005" y2="492.33159648275364" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_113__stack1"><rect x="279.57387099291606" y="491.61584767280965" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="491.61584767280965" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="492.33159648275364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_239</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="513.8040607810736" x2="172.92729831126002" y2="513.8040607810736" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_114__stack1"><rect x="172.21154950131603" y="513.0883119711297" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="513.0883119711297" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="513.8040607810736" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_240</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="520.9615488805136" x2="172.92729831126002" y2="520.9615488805136" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_115__stack1"><rect x="172.21154950131603" y="520.2458000705697" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="520.2458000705697" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="520.9615488805136" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_241</text><line class="component-pin sch-component-pin sch-port-line" x1="187.24227451014002" y1="528.1190369799536" x2="172.92729831126002" y2="528.1190369799536" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_116__stack1"><rect x="172.21154950131603" y="527.4032881700097" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="180.08478641070002" y="527.4032881700097" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="190.82101855986002" y="528.1190369799536" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_242</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="528.1190369799536" x2="280.28961980286005" y2="528.1190369799536" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_117__stack1"><rect x="279.57387099291606" y="527.4032881700097" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="527.4032881700097" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="528.1190369799536" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_243</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="520.9615488805136" x2="280.28961980286005" y2="520.9615488805136" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_118__stack1"><rect x="279.57387099291606" y="520.2458000705697" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="520.2458000705697" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="520.9615488805136" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_244</text><line class="component-pin sch-component-pin sch-port-line" x1="265.97464360398" y1="513.8040607810736" x2="280.28961980286005" y2="513.8040607810736" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_3_119__stack1"><rect x="279.57387099291606" y="513.0883119711297" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="273.13213170342004" y="513.0883119711297" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="262.39589955426004" y="513.8040607810736" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_245</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="460.19308318228445" y="206.10364738614817" width="26.840580372900035" height="41.15555657178001" stroke-width="0.715748809944px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="460.19308318228445" y="206.10364738614817" width="26.840580372900035" height="41.15555657178001" fill="transparent"/><text class="sch-text" x="473.6133733687344" y="226.6814256720382" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.441739289496px" transform="rotate(0, 473.6133733687344, 226.6814256720382)">schematic_component_6</text><line class="component-pin sch-component-pin sch-port-line" x1="460.19308318228445" y1="219.52393757259816" x2="446.59385579334844" y2="219.52393757259816" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="445.87810698340445" cy="219.52393757259816" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="445.16235817346046" y="218.80818876265417" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="453.03559508284445" y="218.8081887626542" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="463.7718272320044" y="219.52393757259816" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_246</text><line class="component-pin sch-component-pin sch-port-line" x1="487.0336635551845" y1="219.52393757259816" x2="500.63289094412045" y2="219.52393757259816" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="501.34863975406444" cy="219.52393757259816" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="500.63289094412045" y="218.80818876265417" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="494.1911516546245" y="218.8081887626542" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="483.45491950546443" y="219.52393757259816" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_247</text><line class="component-pin sch-component-pin sch-port-line" x1="460.19308318228445" y1="226.6814256720382" x2="445.87810698340445" y2="226.6814256720382" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_4_2__stack1"><rect x="445.16235817346046" y="225.9656768620942" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="453.03559508284445" y="225.9656768620942" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="463.7718272320044" y="226.6814256720382" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_248</text><line class="component-pin sch-component-pin sch-port-line" x1="487.0336635551845" y1="226.6814256720382" x2="501.34863975406444" y2="226.6814256720382" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_4_3__stack1"><rect x="500.63289094412045" y="225.9656768620942" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="494.1911516546245" y="225.9656768620942" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="483.45491950546443" y="226.6814256720382" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_249</text><line class="component-pin sch-component-pin sch-port-line" x1="460.19308318228445" y1="233.8389137714782" x2="446.59385579334844" y2="233.8389137714782" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_4_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="445.87810698340445" cy="233.8389137714782" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="445.16235817346046" y="233.1231649615342" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="453.03559508284445" y="233.1231649615342" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="463.7718272320044" y="233.8389137714782" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_250</text><line class="component-pin sch-component-pin sch-port-line" x1="487.0336635551845" y1="233.8389137714782" x2="500.63289094412045" y2="233.8389137714782" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_4_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="501.34863975406444" cy="233.8389137714782" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="500.63289094412045" y="233.1231649615342" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="494.1911516546245" y="233.1231649615342" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="483.45491950546443" y="233.8389137714782" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_251</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="507.003055352622" y="309.761968786288" width="26.840580372900035" height="103.78357744188003" stroke-width="0.715748809944px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="507.003055352622" y="309.761968786288" width="26.840580372900035" height="103.78357744188003" fill="transparent"/><text class="sch-text" x="520.423345539072" y="361.653757507228" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.441739289496px" transform="rotate(0, 520.423345539072, 361.653757507228)">schematic_component_7</text><line class="component-pin sch-component-pin sch-port-line" x1="533.8436357255221" y1="322.287572960308" x2="547.4428631144581" y2="322.287572960308" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="548.1586119244021" cy="322.287572960308" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="547.4428631144581" y="321.571824150364" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="541.0011238249621" y="321.571824150364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="530.264891675802" y="322.287572960308" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_252</text><line class="component-pin sch-component-pin sch-port-line" x1="533.8436357255221" y1="336.602549159188" x2="547.4428631144581" y2="336.602549159188" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="548.1586119244021" cy="336.602549159188" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="547.4428631144581" y="335.886800349244" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="541.0011238249621" y="335.886800349244" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="530.264891675802" y="336.602549159188" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_253</text><line class="component-pin sch-component-pin sch-port-line" x1="533.8436357255221" y1="358.075013457508" x2="548.1586119244021" y2="358.075013457508" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_5_2__stack1"><rect x="547.4428631144581" y="357.35926464756403" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="541.0011238249621" y="357.35926464756403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="530.264891675802" y="358.075013457508" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_254</text><line class="component-pin sch-component-pin sch-port-line" x1="533.8436357255221" y1="372.389989656388" x2="548.1586119244021" y2="372.389989656388" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_5_3__stack1"><rect x="547.4428631144581" y="371.67424084644404" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="541.0011238249621" y="371.67424084644404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="530.264891675802" y="372.389989656388" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_255</text><line class="component-pin sch-component-pin sch-port-line" x1="533.8436357255221" y1="386.70496585526803" x2="548.1586119244021" y2="386.70496585526803" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_5_4__stack1"><rect x="547.4428631144581" y="385.98921704532404" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="541.0011238249621" y="385.989217045324" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="530.264891675802" y="386.70496585526803" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_256</text><line class="component-pin sch-component-pin sch-port-line" x1="533.8436357255221" y1="401.01994205414803" x2="548.1586119244021" y2="401.01994205414803" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_5_5__stack1"><rect x="547.4428631144581" y="400.30419324420404" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="541.0011238249621" y="400.304193244204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="530.264891675802" y="401.01994205414803" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_257</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="995.0721688534356" y="309.761968786288" width="26.84058037289992" height="103.78357744188003" stroke-width="0.715748809944px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="995.0721688534356" y="309.761968786288" width="26.84058037289992" height="103.78357744188003" fill="transparent"/><text class="sch-text" x="1008.4924590398857" y="361.653757507228" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.441739289496px" transform="rotate(0, 1008.4924590398857, 361.653757507228)">schematic_component_8</text><line class="component-pin sch-component-pin sch-port-line" x1="995.0721688534356" y1="322.287572960308" x2="980.7571926545556" y2="322.287572960308" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="980.0414438446116" y="321.571824150364" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="987.9146807539955" y="321.571824150364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="998.6509129031556" y="322.287572960308" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_258</text><line class="component-pin sch-component-pin sch-port-line" x1="995.0721688534356" y1="336.602549159188" x2="981.4729414644996" y2="336.602549159188" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="980.7571926545556" cy="336.602549159188" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="980.0414438446116" y="335.886800349244" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="987.9146807539955" y="335.886800349244" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="998.6509129031556" y="336.602549159188" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_259</text><line class="component-pin sch-component-pin sch-port-line" x1="995.0721688534356" y1="358.075013457508" x2="980.7571926545556" y2="358.075013457508" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_6_2__stack1"><rect x="980.0414438446116" y="357.35926464756403" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="987.9146807539955" y="357.35926464756403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="998.6509129031556" y="358.075013457508" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_260</text><line class="component-pin sch-component-pin sch-port-line" x1="995.0721688534356" y1="372.389989656388" x2="980.7571926545556" y2="372.389989656388" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_6_3__stack1"><rect x="980.0414438446116" y="371.67424084644404" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="987.9146807539955" y="371.67424084644404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="998.6509129031556" y="372.389989656388" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_261</text><line class="component-pin sch-component-pin sch-port-line" x1="995.0721688534356" y1="386.70496585526803" x2="980.7571926545556" y2="386.70496585526803" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_6_4__stack1"><rect x="980.0414438446116" y="385.98921704532404" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="987.9146807539955" y="385.989217045324" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="998.6509129031556" y="386.70496585526803" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_262</text><line class="component-pin sch-component-pin sch-port-line" x1="995.0721688534356" y1="401.019942054148" x2="980.7571926545556" y2="401.019942054148" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_6_5__stack1"><rect x="980.0414438446116" y="400.304193244204" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="987.9146807539955" y="400.304193244204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="998.6509129031556" y="401.019942054148" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_263</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="994.5353572459776" y="479.036562338044" width="14.314976198880004" height="21.472464298320006" stroke-width="0.715748809944px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="994.5353572459776" y="479.036562338044" width="14.314976198880004" height="21.472464298320006" fill="transparent"/><text class="sch-text" x="1001.6928453454176" y="489.772794487204" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.441739289496px" transform="rotate(0, 1001.6928453454176, 489.772794487204)">schematic_component_9</text><line class="component-pin sch-component-pin sch-port-line" x1="994.5353572459776" y1="486.194050437484" x2="980.2203810470976" y2="486.194050437484" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="979.5046322371536" y="485.47830162754" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="987.3778691465376" y="485.47830162753996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="998.1141012956975" y="486.194050437484" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_264</text><line class="component-pin sch-component-pin sch-port-line" x1="994.5353572459776" y1="493.351538536924" x2="980.2203810470976" y2="493.351538536924" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="979.5046322371536" y="492.63578972698" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="987.3778691465376" y="492.63578972698" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="998.1141012956975" y="493.351538536924" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_265</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="994.5353572459776" y="513.8040607810738" width="14.314976198880004" height="21.472464298320006" stroke-width="0.715748809944px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="994.5353572459776" y="513.8040607810738" width="14.314976198880004" height="21.472464298320006" fill="transparent"/><text class="sch-text" x="1001.6928453454176" y="524.5402929302338" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.441739289496px" transform="rotate(0, 1001.6928453454176, 524.5402929302338)">schematic_component_10</text><line class="component-pin sch-component-pin sch-port-line" x1="994.5353572459776" y1="520.9615488805138" x2="980.2203810470976" y2="520.9615488805138" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="979.5046322371536" y="520.2458000705698" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="987.3778691465376" y="520.2458000705698" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="998.1141012956975" y="520.9615488805138" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_266</text><line class="component-pin sch-component-pin sch-port-line" x1="994.5353572459776" y1="528.1190369799538" x2="980.2203810470976" y2="528.1190369799538" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><rect x="979.5046322371536" y="527.4032881700098" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="987.3778691465376" y="527.4032881700098" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="998.1141012956975" y="528.1190369799538" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_267</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="994.5353572459776" y="548.0526413368942" width="14.314976198880004" height="21.472464298320006" stroke-width="0.715748809944px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="994.5353572459776" y="548.0526413368942" width="14.314976198880004" height="21.472464298320006" fill="transparent"/><text class="sch-text" x="1001.6928453454176" y="558.7888734860542" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.441739289496px" transform="rotate(0, 1001.6928453454176, 558.7888734860542)">schematic_component_11</text><line class="component-pin sch-component-pin sch-port-line" x1="994.5353572459776" y1="555.2101294363342" x2="980.2203810470976" y2="555.2101294363342" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="979.5046322371536" y="554.4943806263902" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="987.3778691465376" y="554.4943806263902" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="998.1141012956975" y="555.2101294363342" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_268</text><line class="component-pin sch-component-pin sch-port-line" x1="994.5353572459776" y1="562.3676175357742" x2="980.2203810470976" y2="562.3676175357742" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><rect x="979.5046322371536" y="561.6518687258302" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="987.3778691465376" y="561.6518687258302" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="998.1141012956975" y="562.3676175357742" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_269</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="994.5353572459776" y="582.820139779924" width="14.314976198880004" height="21.472464298320006" stroke-width="0.715748809944px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="994.5353572459776" y="582.820139779924" width="14.314976198880004" height="21.472464298320006" fill="transparent"/><text class="sch-text" x="1001.6928453454176" y="593.556371929084" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.441739289496px" transform="rotate(0, 1001.6928453454176, 593.556371929084)">schematic_component_12</text><line class="component-pin sch-component-pin sch-port-line" x1="994.5353572459776" y1="589.977627879364" x2="980.2203810470976" y2="589.977627879364" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="979.5046322371536" y="589.26187906942" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="987.3778691465376" y="589.26187906942" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="998.1141012956975" y="589.977627879364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_270</text><line class="component-pin sch-component-pin sch-port-line" x1="994.5353572459776" y1="597.1351159788039" x2="980.2203810470976" y2="597.1351159788039" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="979.5046322371536" y="596.4193671688599" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="987.3778691465376" y="596.4193671688599" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="998.1141012956975" y="597.1351159788039" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_271</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_11__stack1"><rect class="component chip sch-component-body" x="278.78654730197763" y="606.7440437523021" width="42.944928596639954" height="28.62995239776012" stroke-width="0.715748809944px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="278.78654730197763" y="606.7440437523021" width="42.944928596639954" height="28.62995239776012" fill="transparent"/><text class="sch-text" x="300.25901160029764" y="621.0590199511822" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.441739289496px" transform="rotate(0, 300.25901160029764, 621.0590199511822)">schematic_component_13</text><line class="component-pin sch-component-pin sch-port-line" x1="321.7314758986176" y1="628.2165080506222" x2="335.33070328755366" y2="628.2165080506222" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="336.04645209749765" cy="628.2165080506222" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="335.33070328755366" y="627.5007592406782" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="328.88896399805765" y="627.5007592406782" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="318.15273184889764" y="628.2165080506222" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_272</text><line class="component-pin sch-component-pin sch-port-line" x1="321.7314758986176" y1="621.0590199511822" x2="335.33070328755366" y2="621.0590199511822" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_11_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="336.04645209749765" cy="621.0590199511822" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="335.33070328755366" y="620.3432711412382" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="328.88896399805765" y="620.3432711412382" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="318.15273184889764" y="621.0590199511822" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_273</text><line class="component-pin sch-component-pin sch-port-line" x1="321.7314758986176" y1="613.9015318517422" x2="335.33070328755366" y2="613.9015318517422" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_11_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="336.04645209749765" cy="613.9015318517422" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="335.33070328755366" y="613.1857830417982" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="328.88896399805765" y="613.1857830417982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="318.15273184889764" y="613.9015318517422" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_274</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_12__stack1"><rect class="component chip sch-component-body" x="222.38554107839047" y="641.2073489511058" width="21.47246429831995" height="57.259904795520015" stroke-width="0.715748809944px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="222.38554107839047" y="641.2073489511058" width="21.47246429831995" height="57.259904795520015" fill="transparent"/><text class="sch-text" x="233.12177322755042" y="669.8373013488658" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.441739289496px" transform="rotate(0, 233.12177322755042, 669.8373013488658)">schematic_component_14</text><line class="component-pin sch-component-pin sch-port-line" x1="222.38554107839047" y1="648.3648370505458" x2="208.78631368945446" y2="648.3648370505458" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_12_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="208.07056487951047" cy="648.3648370505458" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="207.35481606956648" y="647.6490882406018" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="215.22805297895042" y="647.6490882406018" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="225.96428512811048" y="648.3648370505458" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_275</text><line class="component-pin sch-component-pin sch-port-line" x1="243.85800537671042" y1="648.3648370505458" x2="257.45723276564644" y2="648.3648370505458" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_12_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="258.1729815755904" cy="648.3648370505458" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="257.45723276564644" y="647.6490882406018" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="251.01549347615043" y="647.6490882406018" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="240.27926132699042" y="648.3648370505458" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_276</text><line class="component-pin sch-component-pin sch-port-line" x1="222.38554107839047" y1="655.5223251499858" x2="208.78631368945446" y2="655.5223251499858" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_12_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="208.07056487951047" cy="655.5223251499858" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="207.35481606956648" y="654.8065763400418" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="215.22805297895042" y="654.8065763400418" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="225.96428512811048" y="655.5223251499858" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_277</text><line class="component-pin sch-component-pin sch-port-line" x1="243.85800537671042" y1="655.5223251499858" x2="257.45723276564644" y2="655.5223251499858" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_12_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="258.1729815755904" cy="655.5223251499858" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="257.45723276564644" y="654.8065763400418" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="251.01549347615043" y="654.8065763400418" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="240.27926132699042" y="655.5223251499858" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_278</text><line class="component-pin sch-component-pin sch-port-line" x1="222.38554107839047" y1="662.6798132494258" x2="208.78631368945446" y2="662.6798132494258" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_12_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="208.07056487951047" cy="662.6798132494258" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="207.35481606956648" y="661.9640644394818" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="215.22805297895042" y="661.9640644394818" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="225.96428512811048" y="662.6798132494258" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_279</text><line class="component-pin sch-component-pin sch-port-line" x1="243.85800537671042" y1="662.6798132494258" x2="257.45723276564644" y2="662.6798132494258" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_12_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="258.1729815755904" cy="662.6798132494258" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="257.45723276564644" y="661.9640644394818" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="251.01549347615043" y="661.9640644394818" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="240.27926132699042" y="662.6798132494258" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_280</text><line class="component-pin sch-component-pin sch-port-line" x1="222.38554107839047" y1="669.8373013488658" x2="208.78631368945446" y2="669.8373013488658" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_12_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="208.07056487951047" cy="669.8373013488658" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="207.35481606956648" y="669.1215525389218" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="215.22805297895042" y="669.1215525389218" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="225.96428512811048" y="669.8373013488658" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_281</text><line class="component-pin sch-component-pin sch-port-line" x1="243.85800537671042" y1="669.8373013488658" x2="257.45723276564644" y2="669.8373013488658" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_12_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="258.1729815755904" cy="669.8373013488658" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="257.45723276564644" y="669.1215525389218" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="251.01549347615043" y="669.1215525389218" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="240.27926132699042" y="669.8373013488658" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_282</text><line class="component-pin sch-component-pin sch-port-line" x1="222.38554107839047" y1="676.9947894483058" x2="208.78631368945446" y2="676.9947894483058" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_12_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="208.07056487951047" cy="676.9947894483058" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="207.35481606956648" y="676.2790406383618" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="215.22805297895042" y="676.2790406383618" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="225.96428512811048" y="676.9947894483058" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_283</text><line class="component-pin sch-component-pin sch-port-line" x1="243.85800537671042" y1="676.9947894483058" x2="257.45723276564644" y2="676.9947894483058" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_12_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="258.1729815755904" cy="676.9947894483058" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="257.45723276564644" y="676.2790406383618" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="251.01549347615043" y="676.2790406383618" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="240.27926132699042" y="676.9947894483058" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_284</text><line class="component-pin sch-component-pin sch-port-line" x1="222.38554107839047" y1="684.1522775477458" x2="208.78631368945446" y2="684.1522775477458" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_12_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="208.07056487951047" cy="684.1522775477458" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="207.35481606956648" y="683.4365287378018" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="215.22805297895042" y="683.4365287378018" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="225.96428512811048" y="684.1522775477458" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_285</text><line class="component-pin sch-component-pin sch-port-line" x1="243.85800537671042" y1="684.1522775477458" x2="257.45723276564644" y2="684.1522775477458" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_12_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="258.1729815755904" cy="684.1522775477458" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="257.45723276564644" y="683.4365287378018" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="251.01549347615043" y="683.4365287378018" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="240.27926132699042" y="684.1522775477458" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_286</text><line class="component-pin sch-component-pin sch-port-line" x1="222.38554107839047" y1="691.3097656471858" x2="208.78631368945446" y2="691.3097656471858" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_12_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="208.07056487951047" cy="691.3097656471858" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="207.35481606956648" y="690.5940168372418" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="215.22805297895042" y="690.5940168372418" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="225.96428512811048" y="691.3097656471858" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_287</text><line class="component-pin sch-component-pin sch-port-line" x1="243.85800537671042" y1="691.3097656471858" x2="257.45723276564644" y2="691.3097656471858" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_12_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="258.1729815755904" cy="691.3097656471858" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="257.45723276564644" y="690.5940168372418" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="251.01549347615043" y="690.5940168372418" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="240.27926132699042" y="691.3097656471858" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_288</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_13__stack1"><rect class="component chip sch-component-body" x="384.3594967687176" y="183.3786226704262" width="47.59729586127605" height="3.5787440497199725" stroke-width="0.715748809944px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="384.3594967687176" y="183.3786226704262" width="47.59729586127605" height="3.5787440497199725" fill="transparent"/><text class="sch-text" x="408.1581446993556" y="185.1679946952862" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.441739289496px" transform="rotate(0, 408.1581446993556, 185.1679946952862)">schematic_component_15</text><line class="component-pin sch-component-pin sch-port-line" x1="400.4638449924576" y1="186.95736672014618" x2="400.4638449924576" y2="195.18847803450223" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_13_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="400.4638449924576" cy="195.90422684444619" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="399.7480961825136" y="195.1884780345022" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="399.7480961825137" y="191.4307967822962" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform="rotate(-90 399.7480961825137 191.4307967822962)"></text><text class="pin-number sch-pin-label" x="400.4638449924576" y="183.3786226704262" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="rotate(-90 400.4638449924576 183.3786226704262)">schematic_port_289</text><line class="component-pin sch-component-pin sch-port-line" x1="400.4638449924576" y1="183.3786226704262" x2="400.4638449924576" y2="174.4317625461262" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_13_1__stack1"><rect x="399.7480961825136" y="173.71601373618222" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="399.7480961825137" y="178.9051926082762" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform="rotate(-90 399.7480961825137 178.9051926082762)"></text><text class="pin-number sch-pin-label" x="400.4638449924576" y="186.95736672014618" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="rotate(-90 400.4638449924576 186.95736672014618)">schematic_port_290</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_14__stack1"><rect class="component chip sch-component-body" x="136.85355829008245" y="626.5344983472538" width="47.59729586127594" height="3.578744049719944" stroke-width="0.715748809944px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="136.85355829008245" y="626.5344983472538" width="47.59729586127594" height="3.578744049719944" fill="transparent"/><text class="sch-text" x="160.65220622072042" y="628.3238703721138" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.441739289496px" transform="rotate(0, 160.65220622072042, 628.3238703721138)">schematic_component_16</text><line class="component-pin sch-component-pin sch-port-line" x1="152.95790651382237" y1="630.1132423969738" x2="152.95790651382237" y2="639.0601025212738" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_14_0__stack1"><rect x="152.24215770387838" y="638.3443537113299" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="152.24215770387838" y="634.5866724591237" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform="rotate(-90 152.24215770387838 634.5866724591237)"></text><text class="pin-number sch-pin-label" x="152.95790651382237" y="626.5344983472538" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="rotate(-90 152.95790651382237 626.5344983472538)">schematic_port_291</text><line class="component-pin sch-component-pin sch-port-line" x1="152.95790651382237" y1="626.5344983472538" x2="152.95790651382237" y2="617.5876382229538" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_14_1__stack1"><rect x="152.24215770387838" y="616.8718894130099" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="152.24215770387838" y="622.0610682851038" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform="rotate(-90 152.24215770387838 622.0610682851038)"></text><text class="pin-number sch-pin-label" x="152.95790651382237" y="630.1132423969738" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="rotate(-90 152.95790651382237 630.1132423969738)">schematic_port_292</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_15__stack1"><rect class="component chip sch-component-body" x="1065.7970981360272" y="687.0152727875218" width="3.578744049719944" height="7.157488099440002" stroke-width="0.715748809944px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1065.7970981360272" y="687.0152727875218" width="3.578744049719944" height="7.157488099440002" fill="transparent"/><text class="sch-text" x="1067.586470160887" y="690.5940168372417" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.5787440497200005px" transform="rotate(0, 1067.586470160887, 690.5940168372417)">schematic_port_293</text><line class="component-pin sch-component-pin sch-port-line" x1="1065.7970981360272" y1="690.5940168372417" x2="1055.3740060912178" y2="690.5940168372417" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_15_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1054.6582572812736" cy="690.5940168372417" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="1053.9425084713296" y="689.8782680272977" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="1060.2276777086504" y="689.8782680272978" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="1069.3758421857472" y="690.5940168372417" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_293</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_16__stack1"><rect class="component chip sch-component-body" x="1118.9056598338718" y="687.0152727875218" width="3.5787440497201715" height="7.157488099440002" stroke-width="0.715748809944px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1118.9056598338718" y="687.0152727875218" width="3.5787440497201715" height="7.157488099440002" fill="transparent"/><text class="sch-text" x="1120.695031858732" y="690.5940168372417" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.5787440497200005px" transform="rotate(0, 1120.695031858732, 690.5940168372417)">schematic_port_294</text><line class="component-pin sch-component-pin sch-port-line" x1="1118.9056598338718" y1="690.5940168372417" x2="1107.7668189791184" y2="690.5940168372417" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_16_0__stack1"><rect x="1107.0510701691744" y="689.8782680272977" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="1113.3362394064952" y="689.8782680272978" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="1122.484403883592" y="690.5940168372417" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_294</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_17__stack1"><rect class="component chip sch-component-body" x="1040.889039549976" y="687.0152727875218" width="3.578744049719944" height="7.157488099440002" stroke-width="0.715748809944px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1040.889039549976" y="687.0152727875218" width="3.578744049719944" height="7.157488099440002" fill="transparent"/><text class="sch-text" x="1042.678411574836" y="690.5940168372417" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.5787440497200005px" transform="rotate(0, 1042.678411574836, 690.5940168372417)">schematic_port_295</text><line class="component-pin sch-component-pin sch-port-line" x1="1040.889039549976" y1="690.5940168372417" x2="1028.3187010753345" y2="690.5940168372417" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_17_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1027.6029522653905" cy="690.5940168372417" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="1026.8872034554465" y="689.8782680272977" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="1034.2459959076832" y="689.8782680272978" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="1044.4677835996958" y="690.5940168372417" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_295</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_18__stack1"><rect class="component chip sch-component-body" x="1148.108211279587" y="687.0152727875218" width="3.5787440497201715" height="7.157488099440002" stroke-width="0.715748809944px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1148.108211279587" y="687.0152727875218" width="3.5787440497201715" height="7.157488099440002" fill="transparent"/><text class="sch-text" x="1149.897583304447" y="690.5940168372417" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.5787440497200005px" transform="rotate(0, 1149.897583304447, 690.5940168372417)">schematic_port_296</text><line class="component-pin sch-component-pin sch-port-line" x1="1148.108211279587" y1="690.5940168372417" x2="1134.8221239950017" y2="690.5940168372417" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_18_0__stack1"><rect x="1134.1063751850577" y="689.8782680272977" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="1141.4651676372944" y="689.8782680272978" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="1151.6869553293072" y="690.5940168372417" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_296</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_19__stack1"><rect class="component chip sch-component-body" x="674.2019773555404" y="109.24493968047636" width="180.36870010588802" height="269.83730134888805" stroke-width="0.715748809944px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="674.2019773555404" y="109.24493968047636" width="180.36870010588802" height="269.83730134888805" fill="transparent"/><text class="sch-text" x="764.3863274084845" y="244.1635903549204" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.441739289496px" transform="rotate(0, 764.3863274084845, 244.1635903549204)">schematic_component_21</text><line class="component-pin sch-component-pin sch-port-line" x1="674.2019773555404" y1="347.94716779680044" x2="660.6027499666044" y2="347.94716779680044" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="659.8870011566604" cy="347.94716779680044" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="659.1712523467164" y="347.23141898685645" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.0444892561004" y="347.23141898685645" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="677.7807214052605" y="347.94716779680044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="854.5706774614284" y1="287.1085189515604" x2="868.8856536603084" y2="287.1085189515604" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_1__stack1"><rect x="868.1699048503644" y="286.39277014161644" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.7281655608684" y="286.3927701416164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="850.9919334117085" y="287.1085189515604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_1</text><line class="component-pin sch-component-pin sch-port-line" x1="674.2019773555404" y1="340.78967969736044" x2="659.8870011566604" y2="340.78967969736044" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_2__stack1"><rect x="659.1712523467164" y="340.07393088741645" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.0444892561004" y="340.0739308874164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="677.7807214052605" y="340.78967969736044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="854.5706774614284" y1="279.95103085212037" x2="868.1699048503644" y2="279.95103085212037" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="868.8856536603084" cy="279.95103085212037" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="868.1699048503644" y="279.2352820421764" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.7281655608684" y="279.2352820421764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="850.9919334117085" y="279.95103085212037" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_3</text><line class="component-pin sch-component-pin sch-port-line" x1="854.5706774614284" y1="272.79354275268037" x2="868.8856536603084" y2="272.79354275268037" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_4__stack1"><rect x="868.1699048503644" y="272.0777939427364" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.7281655608684" y="272.0777939427364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="850.9919334117085" y="272.79354275268037" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="674.2019773555404" y1="326.4747034984804" x2="659.8870011566604" y2="326.4747034984804" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_5__stack1"><rect x="659.1712523467164" y="325.7589546885364" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.0444892561004" y="325.7589546885364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="677.7807214052605" y="326.4747034984804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_5</text><line class="component-pin sch-component-pin sch-port-line" x1="674.2019773555404" y1="176.16745341024034" x2="660.6027499666044" y2="176.16745341024034" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="659.8870011566604" cy="176.16745341024034" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="659.1712523467164" y="175.45170460029635" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.0444892561004" y="175.45170460029635" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="677.7807214052605" y="176.16745341024034" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_6</text><line class="component-pin sch-component-pin sch-port-line" x1="674.2019773555404" y1="161.8524772113603" x2="660.6027499666044" y2="161.8524772113603" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="659.8870011566604" cy="161.8524772113603" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="659.1712523467164" y="161.13672840141632" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.0444892561004" y="161.13672840141635" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="677.7807214052605" y="161.8524772113603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_7</text><line class="component-pin sch-component-pin sch-port-line" x1="674.2019773555404" y1="140.38001291304033" x2="660.6027499666044" y2="140.38001291304033" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="659.8870011566604" cy="140.38001291304033" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="659.1712523467164" y="139.66426410309634" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.0444892561004" y="139.66426410309634" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="677.7807214052605" y="140.38001291304033" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_8</text><line class="component-pin sch-component-pin sch-port-line" x1="674.2019773555404" y1="183.32494150968034" x2="660.6027499666044" y2="183.32494150968034" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="659.8870011566604" cy="183.32494150968034" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="659.1712523467164" y="182.60919269973635" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.0444892561004" y="182.60919269973635" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="677.7807214052605" y="183.32494150968034" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_9</text><line class="component-pin sch-component-pin sch-port-line" x1="674.2019773555404" y1="190.48242960912035" x2="660.6027499666044" y2="190.48242960912035" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="659.8870011566604" cy="190.48242960912035" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="659.1712523467164" y="189.76668079917636" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.0444892561004" y="189.76668079917636" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="677.7807214052605" y="190.48242960912035" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_10</text><line class="component-pin sch-component-pin sch-port-line" x1="674.2019773555404" y1="147.53750101248033" x2="660.6027499666044" y2="147.53750101248033" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="659.8870011566604" cy="147.53750101248033" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="659.1712523467164" y="146.82175220253635" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.0444892561004" y="146.82175220253635" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="677.7807214052605" y="147.53750101248033" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_11</text><line class="component-pin sch-component-pin sch-port-line" x1="674.2019773555404" y1="169.00996531080034" x2="660.6027499666044" y2="169.00996531080034" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="659.8870011566604" cy="169.00996531080034" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="659.1712523467164" y="168.29421650085635" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.0444892561004" y="168.29421650085635" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="677.7807214052605" y="169.00996531080034" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_12</text><line class="component-pin sch-component-pin sch-port-line" x1="674.2019773555404" y1="154.69498911192034" x2="660.6027499666044" y2="154.69498911192034" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="659.8870011566604" cy="154.69498911192034" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="659.1712523467164" y="153.97924030197635" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.0444892561004" y="153.97924030197638" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="677.7807214052605" y="154.69498911192034" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_13</text><line class="component-pin sch-component-pin sch-port-line" x1="674.2019773555404" y1="211.95489390744035" x2="660.6027499666044" y2="211.95489390744035" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="659.8870011566604" cy="211.95489390744035" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="659.1712523467164" y="211.23914509749636" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.0444892561004" y="211.23914509749636" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="677.7807214052605" y="211.95489390744035" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_14</text><line class="component-pin sch-component-pin sch-port-line" x1="674.2019773555404" y1="219.11238200688032" x2="660.6027499666044" y2="219.11238200688032" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="659.8870011566604" cy="219.11238200688032" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="659.1712523467164" y="218.39663319693634" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.0444892561004" y="218.39663319693634" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="677.7807214052605" y="219.11238200688032" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_15</text><line class="component-pin sch-component-pin sch-port-line" x1="674.2019773555404" y1="197.63991770856032" x2="660.6027499666044" y2="197.63991770856032" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="659.8870011566604" cy="197.63991770856032" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="659.1712523467164" y="196.92416889861633" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.0444892561004" y="196.92416889861633" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="677.7807214052605" y="197.63991770856032" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_16</text><line class="component-pin sch-component-pin sch-port-line" x1="674.2019773555404" y1="204.79740580800032" x2="660.6027499666044" y2="204.79740580800032" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="659.8870011566604" cy="204.79740580800032" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="659.1712523467164" y="204.08165699805633" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.0444892561004" y="204.08165699805636" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="677.7807214052605" y="204.79740580800032" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_17</text><line class="component-pin sch-component-pin sch-port-line" x1="674.2019773555404" y1="247.74233440464033" x2="660.6027499666044" y2="247.74233440464033" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="659.8870011566604" cy="247.74233440464033" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="659.1712523467164" y="247.02658559469634" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.0444892561004" y="247.02658559469634" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="677.7807214052605" y="247.74233440464033" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_18</text><line class="component-pin sch-component-pin sch-port-line" x1="674.2019773555404" y1="297.8447511007204" x2="660.6027499666044" y2="297.8447511007204" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="659.8870011566604" cy="297.8447511007204" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="659.1712523467164" y="297.1290022907764" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.0444892561004" y="297.1290022907764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="677.7807214052605" y="297.8447511007204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_19</text><line class="component-pin sch-component-pin sch-port-line" x1="674.2019773555404" y1="240.58484630520036" x2="660.6027499666044" y2="240.58484630520036" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="659.8870011566604" cy="240.58484630520036" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="659.1712523467164" y="239.86909749525637" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.0444892561004" y="239.86909749525637" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="677.7807214052605" y="240.58484630520036" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_20</text><line class="component-pin sch-component-pin sch-port-line" x1="674.2019773555404" y1="269.21479870296037" x2="660.6027499666044" y2="269.21479870296037" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="659.8870011566604" cy="269.21479870296037" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="659.1712523467164" y="268.4990498930164" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.0444892561004" y="268.4990498930164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="677.7807214052605" y="269.21479870296037" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_21</text><line class="component-pin sch-component-pin sch-port-line" x1="674.2019773555404" y1="305.0022392001604" x2="660.6027499666044" y2="305.0022392001604" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_22__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="659.8870011566604" cy="305.0022392001604" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="659.1712523467164" y="304.2864903902164" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.0444892561004" y="304.2864903902164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="677.7807214052605" y="305.0022392001604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_22</text><line class="component-pin sch-component-pin sch-port-line" x1="674.2019773555404" y1="312.1597272996004" x2="660.6027499666044" y2="312.1597272996004" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="659.8870011566604" cy="312.1597272996004" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="659.1712523467164" y="311.4439784896564" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.0444892561004" y="311.4439784896564" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="677.7807214052605" y="312.1597272996004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_23</text><line class="component-pin sch-component-pin sch-port-line" x1="674.2019773555404" y1="319.3172153990404" x2="660.6027499666044" y2="319.3172153990404" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="659.8870011566604" cy="319.3172153990404" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="659.1712523467164" y="318.6014665890964" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.0444892561004" y="318.6014665890964" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="677.7807214052605" y="319.3172153990404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_24</text><line class="component-pin sch-component-pin sch-port-line" x1="674.2019773555404" y1="254.8998225040804" x2="660.6027499666044" y2="254.8998225040804" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_25__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="659.8870011566604" cy="254.8998225040804" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="659.1712523467164" y="254.1840736941364" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.0444892561004" y="254.1840736941364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="677.7807214052605" y="254.8998225040804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_25</text><line class="component-pin sch-component-pin sch-port-line" x1="674.2019773555404" y1="283.52977490184037" x2="660.6027499666044" y2="283.52977490184037" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="659.8870011566604" cy="283.52977490184037" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="659.1712523467164" y="282.8140260918964" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.0444892561004" y="282.8140260918964" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="677.7807214052605" y="283.52977490184037" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_26</text><line class="component-pin sch-component-pin sch-port-line" x1="674.2019773555404" y1="290.68726300128037" x2="660.6027499666044" y2="290.68726300128037" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_27__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="659.8870011566604" cy="290.68726300128037" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="659.1712523467164" y="289.9715141913364" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.0444892561004" y="289.9715141913364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="677.7807214052605" y="290.68726300128037" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_27</text><line class="component-pin sch-component-pin sch-port-line" x1="674.2019773555404" y1="226.26987010632035" x2="660.6027499666044" y2="226.26987010632035" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="659.8870011566604" cy="226.26987010632035" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="659.1712523467164" y="225.55412129637637" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.0444892561004" y="225.55412129637637" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="677.7807214052605" y="226.26987010632035" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_28</text><line class="component-pin sch-component-pin sch-port-line" x1="674.2019773555404" y1="276.37228680240037" x2="660.6027499666044" y2="276.37228680240037" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="659.8870011566604" cy="276.37228680240037" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="659.1712523467164" y="275.6565379924564" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.0444892561004" y="275.6565379924564" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="677.7807214052605" y="276.37228680240037" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_29</text><line class="component-pin sch-component-pin sch-port-line" x1="674.2019773555404" y1="262.05731060352036" x2="660.6027499666044" y2="262.05731060352036" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_30__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="659.8870011566604" cy="262.05731060352036" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="659.1712523467164" y="261.3415617935764" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.0444892561004" y="261.3415617935764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="677.7807214052605" y="262.05731060352036" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_30</text><line class="component-pin sch-component-pin sch-port-line" x1="674.2019773555404" y1="233.42735820576033" x2="660.6027499666044" y2="233.42735820576033" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="659.8870011566604" cy="233.42735820576033" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="659.1712523467164" y="232.71160939581634" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.0444892561004" y="232.71160939581634" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="677.7807214052605" y="233.42735820576033" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_31</text><line class="component-pin sch-component-pin sch-port-line" x1="854.5706774614284" y1="251.3210784543604" x2="868.1699048503644" y2="251.3210784543604" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_32__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="868.8856536603084" cy="251.3210784543604" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="868.1699048503644" y="250.6053296444164" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.7281655608684" y="250.6053296444164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="850.9919334117085" y="251.3210784543604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_32</text><line class="component-pin sch-component-pin sch-port-line" x1="854.5706774614284" y1="229.8486141560404" x2="868.1699048503644" y2="229.8486141560404" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_33__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="868.8856536603084" cy="229.8486141560404" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="868.1699048503644" y="229.13286534609642" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.7281655608684" y="229.13286534609642" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="850.9919334117085" y="229.8486141560404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_33</text><line class="component-pin sch-component-pin sch-port-line" x1="854.5706774614284" y1="215.53363795716038" x2="868.1699048503644" y2="215.53363795716038" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="868.8856536603084" cy="215.53363795716038" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="868.1699048503644" y="214.8178891472164" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.7281655608684" y="214.8178891472164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="850.9919334117085" y="215.53363795716038" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_34</text><line class="component-pin sch-component-pin sch-port-line" x1="854.5706774614284" y1="237.00610225548039" x2="868.1699048503644" y2="237.00610225548039" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_35__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="868.8856536603084" cy="237.00610225548039" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="868.1699048503644" y="236.2903534455364" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.7281655608684" y="236.2903534455364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="850.9919334117085" y="237.00610225548039" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_35</text><line class="component-pin sch-component-pin sch-port-line" x1="854.5706774614284" y1="265.63605465324036" x2="868.1699048503644" y2="265.63605465324036" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_36__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="868.8856536603084" cy="265.63605465324036" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="868.1699048503644" y="264.9203058432964" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.7281655608684" y="264.9203058432964" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="850.9919334117085" y="265.63605465324036" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_36</text><line class="component-pin sch-component-pin sch-port-line" x1="854.5706774614284" y1="208.37614985772038" x2="868.1699048503644" y2="208.37614985772038" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_37__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="868.8856536603084" cy="208.37614985772038" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="868.1699048503644" y="207.6604010477764" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.7281655608684" y="207.6604010477764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="850.9919334117085" y="208.37614985772038" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_37</text><line class="component-pin sch-component-pin sch-port-line" x1="854.5706774614284" y1="222.69112605660038" x2="868.1699048503644" y2="222.69112605660038" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_38__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="868.8856536603084" cy="222.69112605660038" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="868.1699048503644" y="221.9753772466564" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.7281655608684" y="221.97537724665642" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="850.9919334117085" y="222.69112605660038" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_38</text><line class="component-pin sch-component-pin sch-port-line" x1="854.5706774614284" y1="201.21866175828038" x2="868.1699048503644" y2="201.21866175828038" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_39__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="868.8856536603084" cy="201.21866175828038" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="868.1699048503644" y="200.5029129483364" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.7281655608684" y="200.5029129483364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="850.9919334117085" y="201.21866175828038" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_39</text><line class="component-pin sch-component-pin sch-port-line" x1="854.5706774614284" y1="244.1635903549204" x2="868.1699048503644" y2="244.1635903549204" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_40__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="868.8856536603084" cy="244.1635903549204" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="868.1699048503644" y="243.4478415449764" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.7281655608684" y="243.4478415449764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="850.9919334117085" y="244.1635903549204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_40</text><line class="component-pin sch-component-pin sch-port-line" x1="854.5706774614284" y1="258.47856655380036" x2="868.1699048503644" y2="258.47856655380036" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_41__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="868.8856536603084" cy="258.47856655380036" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="868.1699048503644" y="257.7628177438564" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.7281655608684" y="257.7628177438564" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="850.9919334117085" y="258.47856655380036" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_41</text><line class="component-pin sch-component-pin sch-port-line" x1="674.2019773555404" y1="333.63219159792044" x2="660.6027499666044" y2="333.63219159792044" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_19_42__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="659.8870011566604" cy="333.63219159792044" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="659.1712523467164" y="332.91644278797645" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.0444892561004" y="332.9164427879764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="677.7807214052605" y="333.63219159792044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_42</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_20__stack1"><rect class="component chip sch-component-body" x="674.2019773555404" y="406.7280388134514" width="180.36870010588802" height="242.17360984455246" stroke-width="0.715748809944px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="674.2019773555404" y="406.7280388134514" width="180.36870010588802" height="242.17360984455246" fill="transparent"/><text class="sch-text" x="764.3863274084845" y="527.8148437357277" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.441739289496px" transform="rotate(0, 764.3863274084845, 527.8148437357277)">schematic_component_22</text><line class="component-pin sch-component-pin sch-port-line" x1="674.2019773555404" y1="531.3935877854476" x2="660.6027499666044" y2="531.3935877854476" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_20_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="659.8870011566604" cy="531.3935877854476" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="659.1712523467164" y="530.6778389755036" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.0444892561004" y="530.6778389755036" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="677.7807214052605" y="531.3935877854476" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_43</text><line class="component-pin sch-component-pin sch-port-line" x1="674.2019773555404" y1="517.0786115865676" x2="660.6027499666044" y2="517.0786115865676" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_20_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="659.8870011566604" cy="517.0786115865676" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="659.1712523467164" y="516.3628627766236" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.0444892561004" y="516.3628627766236" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="677.7807214052605" y="517.0786115865676" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_44</text><line class="component-pin sch-component-pin sch-port-line" x1="674.2019773555404" y1="452.6612186916076" x2="659.8870011566604" y2="452.6612186916076" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_20_2__stack1"><rect x="659.1712523467164" y="451.9454698816636" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.0444892561004" y="451.9454698816636" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="677.7807214052605" y="452.6612186916076" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_45</text><line class="component-pin sch-component-pin sch-port-line" x1="674.2019773555404" y1="438.3462424927276" x2="660.6027499666044" y2="438.3462424927276" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_20_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="659.8870011566604" cy="438.3462424927276" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="659.1712523467164" y="437.6304936827836" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.0444892561004" y="437.6304936827836" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="677.7807214052605" y="438.3462424927276" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_46</text><line class="component-pin sch-component-pin sch-port-line" x1="854.5706774614284" y1="624.4409330781676" x2="868.1699048503644" y2="624.4409330781676" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_20_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="868.8856536603084" cy="624.4409330781676" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="868.1699048503644" y="623.7251842682236" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.7281655608684" y="623.7251842682236" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="850.9919334117085" y="624.4409330781676" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_47</text><line class="component-pin sch-component-pin sch-port-line" x1="854.5706774614284" y1="452.6612186916076" x2="868.8856536603084" y2="452.6612186916076" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_20_5__stack1"><rect x="868.1699048503644" y="451.9454698816636" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.7281655608684" y="451.9454698816636" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="850.9919334117085" y="452.6612186916076" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_48</text><line class="component-pin sch-component-pin sch-port-line" x1="854.5706774614284" y1="438.3462424927276" x2="868.8856536603084" y2="438.3462424927276" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_20_6__stack1"><rect x="868.1699048503644" y="437.6304936827836" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.7281655608684" y="437.6304936827836" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="850.9919334117085" y="438.3462424927276" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_49</text><line class="component-pin sch-component-pin sch-port-line" x1="854.5706774614284" y1="517.0786115865676" x2="868.8856536603084" y2="517.0786115865676" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_20_7__stack1"><rect x="868.1699048503644" y="516.3628627766236" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.7281655608684" y="516.3628627766236" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="850.9919334117085" y="517.0786115865676" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_50</text><line class="component-pin sch-component-pin sch-port-line" x1="674.2019773555404" y1="552.8660520837676" x2="660.6027499666044" y2="552.8660520837676" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_20_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="659.8870011566604" cy="552.8660520837676" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="659.1712523467164" y="552.1503032738236" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.0444892561004" y="552.1503032738236" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="677.7807214052605" y="552.8660520837676" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_51</text><line class="component-pin sch-component-pin sch-port-line" x1="674.2019773555404" y1="567.1810282826476" x2="660.6027499666044" y2="567.1810282826476" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_20_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="659.8870011566604" cy="567.1810282826476" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="659.1712523467164" y="566.4652794727036" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.0444892561004" y="566.4652794727036" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="677.7807214052605" y="567.1810282826476" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_52</text><line class="component-pin sch-component-pin sch-port-line" x1="854.5706774614284" y1="552.8660520837676" x2="868.8856536603084" y2="552.8660520837676" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_20_10__stack1"><rect x="868.1699048503644" y="552.1503032738236" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.7281655608684" y="552.1503032738236" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="850.9919334117085" y="552.8660520837676" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_53</text><line class="component-pin sch-component-pin sch-port-line" x1="854.5706774614284" y1="588.6534925809676" x2="868.8856536603084" y2="588.6534925809676" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_20_11__stack1"><rect x="868.1699048503644" y="587.9377437710236" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.7281655608684" y="587.9377437710236" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="850.9919334117085" y="588.6534925809676" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_54</text><line class="component-pin sch-component-pin sch-port-line" x1="854.5706774614284" y1="481.2911710893676" x2="868.8856536603084" y2="481.2911710893676" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_20_12__stack1"><rect x="868.1699048503644" y="480.5754222794236" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.7281655608684" y="480.5754222794236" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="850.9919334117085" y="481.2911710893676" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_55</text><line class="component-pin sch-component-pin sch-port-line" x1="674.2019773555404" y1="495.6061472882476" x2="660.6027499666044" y2="495.6061472882476" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_20_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="659.8870011566604" cy="495.6061472882476" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="659.1712523467164" y="494.8903984783036" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.0444892561004" y="494.8903984783036" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="677.7807214052605" y="495.6061472882476" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_56</text><line class="component-pin sch-component-pin sch-port-line" x1="854.5706774614284" y1="409.7162900949676" x2="868.1699048503644" y2="409.7162900949676" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_20_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="868.8856536603084" cy="409.7162900949676" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="868.1699048503644" y="409.0005412850236" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.7281655608684" y="409.0005412850236" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="850.9919334117085" y="409.7162900949676" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_57</text><line class="component-pin sch-component-pin sch-port-line" x1="854.5706774614284" y1="424.0312662938476" x2="868.1699048503644" y2="424.0312662938476" stroke-width="0.715748809944px"/><g class="sch-port" data-schematic-port-id="source_port_20_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="868.8856536603084" cy="424.0312662938476" r="0.715748809944" stroke-width="0.715748809944px"/><rect x="868.1699048503644" y="423.3155174839036" width="1.431497619888" height="1.431497619888" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.7281655608684" y="423.3155174839036" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.3681160745800005px" transform=""></text><text class="pin-number sch-pin-label" x="850.9919334117085" y="424.0312662938476" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.3681160745800005px" transform="">schematic_port_58</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="152.95790651382237" cy="683.4365287378018" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="152.95790651382237" cy="656.2380739599298" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="609.6056472580945" cy="565.9463615854942" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="609.6056472580945" cy="558.7888734860542" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="609.6056472580945" cy="551.6313853866142" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="119.53243708943774" cy="116.56347126215377" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="119.53243708943774" cy="109.40598316271377" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="119.53243708943774" cy="102.24849506327377" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="172.92729831126002" cy="105.827239112994" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="172.92729831126002" cy="112.984727212434" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_2__stack1"><circle cx="172.92729831126002" cy="120.142215311874" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_3__stack1"><circle cx="280.28961980286005" cy="120.14221531187394" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_4__stack1"><circle cx="280.28961980286005" cy="112.98472721243394" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_5__stack1"><circle cx="280.28961980286005" cy="105.827239112994" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_6__stack1"><circle cx="172.92729831126002" cy="127.29970341131394" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_7__stack1"><circle cx="172.92729831126002" cy="134.45719151075394" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_8__stack1"><circle cx="172.92729831126002" cy="141.61467961019395" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_9__stack1"><circle cx="280.28961980286005" cy="141.61467961019383" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_10__stack1"><circle cx="280.28961980286005" cy="134.4571915107539" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_11__stack1"><circle cx="280.28961980286005" cy="127.29970341131389" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_12__stack1"><circle cx="172.92729831126002" cy="148.772167709634" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_13__stack1"><circle cx="172.92729831126002" cy="155.92965580907398" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_14__stack1"><circle cx="172.92729831126002" cy="163.08714390851395" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_15__stack1"><circle cx="280.28961980286005" cy="163.08714390851378" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_16__stack1"><circle cx="280.28961980286005" cy="155.9296558090738" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_17__stack1"><circle cx="280.28961980286005" cy="148.77216770963383" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_18__stack1"><circle cx="172.92729831126002" cy="170.24463200795395" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_19__stack1"><circle cx="172.92729831126002" cy="177.40212010739398" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_20__stack1"><circle cx="172.92729831126002" cy="184.55960820683396" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_21__stack1"><circle cx="280.28961980286005" cy="184.5596082068337" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_22__stack1"><circle cx="280.28961980286005" cy="177.40212010739373" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_23__stack1"><circle cx="280.28961980286005" cy="170.24463200795375" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_24__stack1"><circle cx="172.92729831126002" cy="191.717096306274" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_25__stack1"><circle cx="172.92729831126002" cy="198.87458440571396" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_26__stack1"><circle cx="172.92729831126002" cy="206.032072505154" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_27__stack1"><circle cx="280.28961980286005" cy="206.03207250515362" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_28__stack1"><circle cx="280.28961980286005" cy="198.87458440571365" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_29__stack1"><circle cx="280.28961980286005" cy="191.71709630627367" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_30__stack1"><circle cx="172.92729831126002" cy="213.18956060459396" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_31__stack1"><circle cx="172.92729831126002" cy="220.34704870403402" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_32__stack1"><circle cx="172.92729831126002" cy="227.504536803474" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_33__stack1"><circle cx="280.28961980286005" cy="227.50453680347354" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_34__stack1"><circle cx="280.28961980286005" cy="220.34704870403357" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_35__stack1"><circle cx="280.28961980286005" cy="213.1895606045936" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_36__stack1"><circle cx="172.92729831126002" cy="234.66202490291403" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_37__stack1"><circle cx="172.92729831126002" cy="241.819513002354" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_38__stack1"><circle cx="172.92729831126002" cy="248.977001101794" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_39__stack1"><circle cx="280.28961980286005" cy="248.97700110179346" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_40__stack1"><circle cx="280.28961980286005" cy="241.8195130023535" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_41__stack1"><circle cx="280.28961980286005" cy="234.66202490291352" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_42__stack1"><circle cx="172.92729831126002" cy="256.13448920123403" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_43__stack1"><circle cx="172.92729831126002" cy="263.29197730067403" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_44__stack1"><circle cx="172.92729831126002" cy="270.44946540011404" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_45__stack1"><circle cx="280.28961980286005" cy="270.44946540011347" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_46__stack1"><circle cx="280.28961980286005" cy="263.29197730067347" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_47__stack1"><circle cx="280.28961980286005" cy="256.13448920123346" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_48__stack1"><circle cx="172.92729831126002" cy="277.60695349955404" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_49__stack1"><circle cx="172.92729831126002" cy="284.76444159899404" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_50__stack1"><circle cx="172.92729831126002" cy="291.92192969843404" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_51__stack1"><circle cx="280.28961980286005" cy="291.92192969843353" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_52__stack1"><circle cx="280.28961980286005" cy="284.76444159899347" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_53__stack1"><circle cx="280.28961980286005" cy="277.60695349955347" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_54__stack1"><circle cx="172.92729831126002" cy="299.07941779787404" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_55__stack1"><circle cx="172.92729831126002" cy="306.23690589731405" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_56__stack1"><circle cx="172.92729831126002" cy="313.39439399675405" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_57__stack1"><circle cx="280.28961980286005" cy="313.39439399675354" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_58__stack1"><circle cx="280.28961980286005" cy="306.23690589731353" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_59__stack1"><circle cx="280.28961980286005" cy="299.07941779787353" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_60__stack1"><circle cx="172.92729831126002" cy="320.55188209619405" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_61__stack1"><circle cx="172.92729831126002" cy="327.70937019563405" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_62__stack1"><circle cx="172.92729831126002" cy="334.8668582950741" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_63__stack1"><circle cx="280.28961980286005" cy="334.86685829507354" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_64__stack1"><circle cx="280.28961980286005" cy="327.70937019563354" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_65__stack1"><circle cx="280.28961980286005" cy="320.55188209619354" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_66__stack1"><circle cx="172.92729831126002" cy="342.0243463945141" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_67__stack1"><circle cx="172.92729831126002" cy="349.1818344939541" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_68__stack1"><circle cx="172.92729831126002" cy="356.3393225933941" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_69__stack1"><circle cx="280.28961980286005" cy="356.33932259339355" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_70__stack1"><circle cx="280.28961980286005" cy="349.18183449395355" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_71__stack1"><circle cx="280.28961980286005" cy="342.02434639451354" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_72__stack1"><circle cx="172.92729831126002" cy="363.4968106928341" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_73__stack1"><circle cx="172.92729831126002" cy="370.6542987922741" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_74__stack1"><circle cx="172.92729831126002" cy="377.8117868917141" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_75__stack1"><circle cx="280.28961980286005" cy="377.8117868917136" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_76__stack1"><circle cx="280.28961980286005" cy="370.6542987922736" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_77__stack1"><circle cx="280.28961980286005" cy="363.4968106928336" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_78__stack1"><circle cx="172.92729831126002" cy="384.9692749911541" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_79__stack1"><circle cx="172.92729831126002" cy="392.1267630905941" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_80__stack1"><circle cx="172.92729831126002" cy="399.28425119003407" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_81__stack1"><circle cx="280.28961980286005" cy="399.2842511900336" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_82__stack1"><circle cx="280.28961980286005" cy="392.1267630905936" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_83__stack1"><circle cx="280.28961980286005" cy="384.9692749911536" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_84__stack1"><circle cx="172.92729831126002" cy="406.44173928947407" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_85__stack1"><circle cx="172.92729831126002" cy="413.599227388914" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_86__stack1"><circle cx="172.92729831126002" cy="420.756715488354" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_87__stack1"><circle cx="280.28961980286005" cy="420.7567154883536" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_88__stack1"><circle cx="280.28961980286005" cy="413.5992273889136" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_89__stack1"><circle cx="280.28961980286005" cy="406.4417392894736" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_90__stack1"><circle cx="172.92729831126002" cy="427.91420358779396" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_91__stack1"><circle cx="172.92729831126002" cy="435.07169168723397" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_92__stack1"><circle cx="172.92729831126002" cy="442.22917978667397" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_93__stack1"><circle cx="280.28961980286005" cy="442.2291797866736" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_94__stack1"><circle cx="280.28961980286005" cy="435.0716916872336" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_95__stack1"><circle cx="280.28961980286005" cy="427.9142035877936" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_96__stack1"><circle cx="172.92729831126002" cy="449.3866678861139" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_97__stack1"><circle cx="172.92729831126002" cy="456.54415598555386" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_98__stack1"><circle cx="172.92729831126002" cy="463.70164408499386" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_99__stack1"><circle cx="280.28961980286005" cy="463.70164408499363" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_100__stack1"><circle cx="280.28961980286005" cy="456.54415598555363" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_101__stack1"><circle cx="280.28961980286005" cy="449.3866678861136" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_102__stack1"><circle cx="172.92729831126002" cy="470.85913218443386" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_103__stack1"><circle cx="172.92729831126002" cy="478.0166202838738" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_104__stack1"><circle cx="172.92729831126002" cy="485.1741083833138" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_105__stack1"><circle cx="280.28961980286005" cy="485.17410838331364" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_106__stack1"><circle cx="280.28961980286005" cy="478.01662028387364" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_107__stack1"><circle cx="280.28961980286005" cy="470.85913218443363" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_108__stack1"><circle cx="172.92729831126002" cy="492.33159648275375" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_109__stack1"><circle cx="172.92729831126002" cy="499.48908458219375" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_110__stack1"><circle cx="172.92729831126002" cy="506.6465726816337" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_111__stack1"><circle cx="280.28961980286005" cy="506.64657268163364" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_112__stack1"><circle cx="280.28961980286005" cy="499.48908458219364" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_113__stack1"><circle cx="280.28961980286005" cy="492.33159648275364" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_114__stack1"><circle cx="172.92729831126002" cy="513.8040607810736" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_115__stack1"><circle cx="172.92729831126002" cy="520.9615488805136" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_116__stack1"><circle cx="172.92729831126002" cy="528.1190369799536" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_117__stack1"><circle cx="280.28961980286005" cy="528.1190369799536" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_118__stack1"><circle cx="280.28961980286005" cy="520.9615488805136" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_119__stack1"><circle cx="280.28961980286005" cy="513.8040607810736" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="445.87810698340445" cy="219.52393757259816" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="501.34863975406444" cy="219.52393757259816" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_2__stack1"><circle cx="445.87810698340445" cy="226.6814256720382" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_3__stack1"><circle cx="501.34863975406444" cy="226.6814256720382" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_4__stack1"><circle cx="445.87810698340445" cy="233.8389137714782" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_5__stack1"><circle cx="501.34863975406444" cy="233.8389137714782" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="548.1586119244021" cy="322.287572960308" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="548.1586119244021" cy="336.602549159188" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_2__stack1"><circle cx="548.1586119244021" cy="358.075013457508" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_3__stack1"><circle cx="548.1586119244021" cy="372.389989656388" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_4__stack1"><circle cx="548.1586119244021" cy="386.70496585526803" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_5__stack1"><circle cx="548.1586119244021" cy="401.01994205414803" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="980.7571926545556" cy="322.287572960308" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="980.7571926545556" cy="336.602549159188" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_2__stack1"><circle cx="980.7571926545556" cy="358.075013457508" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_3__stack1"><circle cx="980.7571926545556" cy="372.389989656388" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_4__stack1"><circle cx="980.7571926545556" cy="386.70496585526803" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_5__stack1"><circle cx="980.7571926545556" cy="401.019942054148" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="980.2203810470976" cy="486.194050437484" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="980.2203810470976" cy="493.351538536924" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="980.2203810470976" cy="520.9615488805138" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="980.2203810470976" cy="528.1190369799538" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="980.2203810470976" cy="555.2101294363342" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="980.2203810470976" cy="562.3676175357742" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="980.2203810470976" cy="589.977627879364" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="980.2203810470976" cy="597.1351159788039" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="336.04645209749765" cy="628.2165080506222" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="336.04645209749765" cy="621.0590199511822" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_2__stack1"><circle cx="336.04645209749765" cy="613.9015318517422" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="208.07056487951047" cy="648.3648370505458" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="258.1729815755904" cy="648.3648370505458" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_2__stack1"><circle cx="208.07056487951047" cy="655.5223251499858" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_3__stack1"><circle cx="258.1729815755904" cy="655.5223251499858" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_4__stack1"><circle cx="208.07056487951047" cy="662.6798132494258" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_5__stack1"><circle cx="258.1729815755904" cy="662.6798132494258" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_6__stack1"><circle cx="208.07056487951047" cy="669.8373013488658" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_7__stack1"><circle cx="258.1729815755904" cy="669.8373013488658" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_8__stack1"><circle cx="208.07056487951047" cy="676.9947894483058" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_9__stack1"><circle cx="258.1729815755904" cy="676.9947894483058" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_10__stack1"><circle cx="208.07056487951047" cy="684.1522775477458" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_11__stack1"><circle cx="258.1729815755904" cy="684.1522775477458" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_12__stack1"><circle cx="208.07056487951047" cy="691.3097656471858" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_13__stack1"><circle cx="258.1729815755904" cy="691.3097656471858" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_0__stack1"><circle cx="400.4638449924576" cy="195.90422684444619" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_1__stack1"><circle cx="400.4638449924576" cy="174.4317625461262" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_0__stack1"><circle cx="152.95790651382237" cy="639.0601025212738" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_1__stack1"><circle cx="152.95790651382237" cy="617.5876382229538" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_0__stack1"><circle cx="1054.6582572812736" cy="690.5940168372417" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_0__stack1"><circle cx="1107.7668189791184" cy="690.5940168372417" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_0__stack1"><circle cx="1027.6029522653905" cy="690.5940168372417" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_0__stack1"><circle cx="1134.8221239950017" cy="690.5940168372417" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_0__stack1"><circle cx="659.8870011566604" cy="347.94716779680044" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_1__stack1"><circle cx="868.8856536603084" cy="287.1085189515604" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_2__stack1"><circle cx="659.8870011566604" cy="340.78967969736044" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_3__stack1"><circle cx="868.8856536603084" cy="279.95103085212037" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_4__stack1"><circle cx="868.8856536603084" cy="272.79354275268037" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_5__stack1"><circle cx="659.8870011566604" cy="326.4747034984804" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_6__stack1"><circle cx="659.8870011566604" cy="176.16745341024034" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_7__stack1"><circle cx="659.8870011566604" cy="161.8524772113603" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_8__stack1"><circle cx="659.8870011566604" cy="140.38001291304033" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_9__stack1"><circle cx="659.8870011566604" cy="183.32494150968034" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_10__stack1"><circle cx="659.8870011566604" cy="190.48242960912035" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_11__stack1"><circle cx="659.8870011566604" cy="147.53750101248033" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_12__stack1"><circle cx="659.8870011566604" cy="169.00996531080034" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_13__stack1"><circle cx="659.8870011566604" cy="154.69498911192034" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_14__stack1"><circle cx="659.8870011566604" cy="211.95489390744035" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_15__stack1"><circle cx="659.8870011566604" cy="219.11238200688032" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_16__stack1"><circle cx="659.8870011566604" cy="197.63991770856032" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_17__stack1"><circle cx="659.8870011566604" cy="204.79740580800032" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_18__stack1"><circle cx="659.8870011566604" cy="247.74233440464033" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_19__stack1"><circle cx="659.8870011566604" cy="297.8447511007204" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_20__stack1"><circle cx="659.8870011566604" cy="240.58484630520036" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_21__stack1"><circle cx="659.8870011566604" cy="269.21479870296037" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_22__stack1"><circle cx="659.8870011566604" cy="305.0022392001604" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_23__stack1"><circle cx="659.8870011566604" cy="312.1597272996004" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_24__stack1"><circle cx="659.8870011566604" cy="319.3172153990404" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_25__stack1"><circle cx="659.8870011566604" cy="254.8998225040804" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_26__stack1"><circle cx="659.8870011566604" cy="283.52977490184037" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_27__stack1"><circle cx="659.8870011566604" cy="290.68726300128037" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_28__stack1"><circle cx="659.8870011566604" cy="226.26987010632035" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_29__stack1"><circle cx="659.8870011566604" cy="276.37228680240037" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_30__stack1"><circle cx="659.8870011566604" cy="262.05731060352036" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_31__stack1"><circle cx="659.8870011566604" cy="233.42735820576033" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_32__stack1"><circle cx="868.8856536603084" cy="251.3210784543604" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_33__stack1"><circle cx="868.8856536603084" cy="229.8486141560404" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_34__stack1"><circle cx="868.8856536603084" cy="215.53363795716038" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_35__stack1"><circle cx="868.8856536603084" cy="237.00610225548039" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_36__stack1"><circle cx="868.8856536603084" cy="265.63605465324036" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_37__stack1"><circle cx="868.8856536603084" cy="208.37614985772038" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_38__stack1"><circle cx="868.8856536603084" cy="222.69112605660038" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_39__stack1"><circle cx="868.8856536603084" cy="201.21866175828038" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_40__stack1"><circle cx="868.8856536603084" cy="244.1635903549204" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_41__stack1"><circle cx="868.8856536603084" cy="258.47856655380036" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_42__stack1"><circle cx="659.8870011566604" cy="333.63219159792044" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_0__stack1"><circle cx="659.8870011566604" cy="531.3935877854476" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_1__stack1"><circle cx="659.8870011566604" cy="517.0786115865676" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_2__stack1"><circle cx="659.8870011566604" cy="452.6612186916076" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_3__stack1"><circle cx="659.8870011566604" cy="438.3462424927276" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_4__stack1"><circle cx="868.8856536603084" cy="624.4409330781676" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_5__stack1"><circle cx="868.8856536603084" cy="452.6612186916076" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_6__stack1"><circle cx="868.8856536603084" cy="438.3462424927276" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_7__stack1"><circle cx="868.8856536603084" cy="517.0786115865676" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_8__stack1"><circle cx="659.8870011566604" cy="552.8660520837676" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_9__stack1"><circle cx="659.8870011566604" cy="567.1810282826476" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_10__stack1"><circle cx="868.8856536603084" cy="552.8660520837676" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_11__stack1"><circle cx="868.8856536603084" cy="588.6534925809676" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_12__stack1"><circle cx="868.8856536603084" cy="481.2911710893676" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_13__stack1"><circle cx="659.8870011566604" cy="495.6061472882476" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_14__stack1"><circle cx="868.8856536603084" cy="409.7162900949676" r="1.431497619888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_15__stack1"><circle cx="868.8856536603084" cy="424.0312662938476" r="1.431497619888" 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="
|
|
621
|
+
M 129.6960701906424,646.2175906207137
|
|
622
|
+
L 127.76354840379359,649.7963346704337
|
|
623
|
+
L 94.47168542393167,649.7963346704337
|
|
624
|
+
L 94.47168542393167,642.6388465709937
|
|
625
|
+
L 127.76354840379359,642.6388465709938
|
|
626
|
+
Z
|
|
627
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="126.47520054589438" y="646.2175906207137" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
|
|
628
|
+
M 659.8870011566604,552.8660520837676
|
|
629
|
+
L 657.9544793698116,556.4447961334876
|
|
630
|
+
L 624.6626163899497,556.4447961334876
|
|
631
|
+
L 624.6626163899497,549.2873080340476
|
|
632
|
+
L 657.9544793698116,549.2873080340477
|
|
633
|
+
Z
|
|
634
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="656.6661315119125" y="552.8660520837676" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
|
|
635
|
+
M 152.95790651382237,656.2380739599298
|
|
636
|
+
L 149.37916246410236,654.305552173081
|
|
637
|
+
L 149.37916246410236,621.0136891932191
|
|
638
|
+
L 156.53665056354237,621.0136891932191
|
|
639
|
+
L 156.53665056354237,654.305552173081
|
|
640
|
+
Z
|
|
641
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="152.95790651382237" y="653.0172043151819" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="rotate(-90 152.95790651382237 653.0172043151819)">XXXXXXX</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="
|
|
642
|
+
M 616.7631353575345,565.9463615854942
|
|
643
|
+
L 620.3418794072544,567.878883372343
|
|
644
|
+
L 620.3418794072545,601.1707463522049
|
|
645
|
+
L 613.1843913078145,601.1707463522049
|
|
646
|
+
L 613.1843913078145,567.878883372343
|
|
647
|
+
Z
|
|
648
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="616.7631353575345" y="569.1672312302421" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="rotate(90 616.7631353575345 569.1672312302421)">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
|
|
649
|
+
M 953.0219262692256,528.1190369799538
|
|
650
|
+
L 951.0894044823767,531.6977810296737
|
|
651
|
+
L 917.7975415025148,531.6977810296737
|
|
652
|
+
L 917.7975415025148,524.5402929302337
|
|
653
|
+
L 951.0894044823767,524.5402929302338
|
|
654
|
+
Z
|
|
655
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="949.8010566244776" y="528.1190369799538" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
|
|
656
|
+
M 1054.6582572812736,690.5940168372417
|
|
657
|
+
L 1052.7257354944247,694.1727608869617
|
|
658
|
+
L 1019.4338725145628,694.1727608869617
|
|
659
|
+
L 1019.4338725145628,687.0152727875217
|
|
660
|
+
L 1052.7257354944247,687.0152727875218
|
|
661
|
+
Z
|
|
662
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="1051.4373876365255" y="690.5940168372417" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
|
|
663
|
+
M 1027.6029522653905,690.5940168372417
|
|
664
|
+
L 1025.6704304785417,694.1727608869617
|
|
665
|
+
L 992.3785674986798,694.1727608869617
|
|
666
|
+
L 992.3785674986798,687.0152727875217
|
|
667
|
+
L 1025.6704304785417,687.0152727875218
|
|
668
|
+
Z
|
|
669
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="1024.3820826206424" y="690.5940168372417" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
|
|
670
|
+
M 868.8856536603084,624.4409330781676
|
|
671
|
+
L 870.8181754471573,620.8621890284477
|
|
672
|
+
L 904.1100384270192,620.8621890284477
|
|
673
|
+
L 904.1100384270192,628.0196771278876
|
|
674
|
+
L 870.8181754471573,628.0196771278876
|
|
675
|
+
Z
|
|
676
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="872.1065233050564" y="624.4409330781676" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
|
|
677
|
+
M 78.34109307716051,116.56347126215377
|
|
678
|
+
L 76.40857129031171,120.14221531187377
|
|
679
|
+
L 17.89372024802323,120.14221531187376
|
|
680
|
+
L 17.89372024802323,112.98472721243377
|
|
681
|
+
L 76.40857129031171,112.98472721243377
|
|
682
|
+
Z
|
|
683
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="75.1202234324125" y="116.56347126215377" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXX</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="
|
|
684
|
+
M 868.8856536603084,409.7162900949676
|
|
685
|
+
L 870.8181754471573,406.1375460452476
|
|
686
|
+
L 929.3330264894457,406.1375460452476
|
|
687
|
+
L 929.3330264894457,413.2950341446876
|
|
688
|
+
L 870.8181754471573,413.2950341446876
|
|
689
|
+
Z
|
|
690
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="872.1065233050564" y="409.7162900949676" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXX</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="
|
|
691
|
+
M 119.53243708943774,109.40598316271377
|
|
692
|
+
L 121.46495887628653,105.82723911299377
|
|
693
|
+
L 171.57214723109948,105.82723911299377
|
|
694
|
+
L 171.57214723109948,112.98472721243377
|
|
695
|
+
L 121.46495887628653,112.98472721243377
|
|
696
|
+
Z
|
|
697
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="122.75330673418574" y="109.40598316271377" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXX</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="
|
|
698
|
+
M 566.0881196134992,173.4297142122046
|
|
699
|
+
L 564.1555978266504,177.0084582619246
|
|
700
|
+
L 514.0484094718374,177.0084582619246
|
|
701
|
+
L 514.0484094718374,169.8509701624846
|
|
702
|
+
L 564.1555978266504,169.8509701624846
|
|
703
|
+
Z
|
|
704
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="562.8672499687513" y="173.4297142122046" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXX</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="
|
|
705
|
+
M 146.22986770034885,546.7285060384978
|
|
706
|
+
L 144.29734591350004,550.3072500882178
|
|
707
|
+
L 73.1710008399983,550.3072500882178
|
|
708
|
+
L 73.1710008399983,543.1497619887778
|
|
709
|
+
L 144.29734591350004,543.1497619887779
|
|
710
|
+
Z
|
|
711
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="143.00899805560084" y="546.7285060384978" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXX</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="
|
|
712
|
+
M 352.4426056052917,141.61467961019383
|
|
713
|
+
L 348.8638615555717,139.68215782334502
|
|
714
|
+
L 348.8638615555717,127.40945156217191
|
|
715
|
+
L 356.0213496550117,127.40945156217191
|
|
716
|
+
L 356.0213496550117,139.68215782334502
|
|
717
|
+
Z
|
|
718
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="352.4426056052917" y="138.39380996544583" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="rotate(-90 352.4426056052917 138.39380996544583)">XX</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="
|
|
719
|
+
M 165.76981021182007,528.1190369799536
|
|
720
|
+
L 169.34855426154007,530.0515587668025
|
|
721
|
+
L 169.34855426154007,542.3242650279756
|
|
722
|
+
L 162.19106616210007,542.3242650279756
|
|
723
|
+
L 162.19106616210007,530.0515587668025
|
|
724
|
+
Z
|
|
725
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="165.76981021182007" y="531.3399066247016" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="rotate(90 165.76981021182007 531.3399066247016)">XX</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="
|
|
726
|
+
M 325.38179482933197,528.1190369799536
|
|
727
|
+
L 328.96053887905197,530.0515587668025
|
|
728
|
+
L 328.96053887905197,542.3242650279756
|
|
729
|
+
L 321.80305077961197,542.3242650279756
|
|
730
|
+
L 321.80305077961197,530.0515587668025
|
|
731
|
+
Z
|
|
732
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="325.38179482933197" y="531.3399066247016" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="rotate(90 325.38179482933197 531.3399066247016)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" d="
|
|
733
|
+
M 417.60602899061644,226.71721311253538
|
|
734
|
+
L 421.18477304033644,228.64973489938419
|
|
735
|
+
L 421.18477304033644,240.9224411605573
|
|
736
|
+
L 414.02728494089644,240.9224411605573
|
|
737
|
+
L 414.02728494089644,228.64973489938419
|
|
738
|
+
Z
|
|
739
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="417.60602899061644" y="229.93808275728338" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="rotate(90 417.60602899061644 229.93808275728338)">XX</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="
|
|
740
|
+
M 580.725182776854,401.01994205414803
|
|
741
|
+
L 584.303926826574,402.9524638409968
|
|
742
|
+
L 584.3039268265741,415.22517010216995
|
|
743
|
+
L 577.1464387271341,415.22517010216995
|
|
744
|
+
L 577.1464387271341,402.9524638409968
|
|
745
|
+
Z
|
|
746
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="580.725182776854" y="404.24081169889604" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="rotate(90 580.725182776854 404.24081169889604)">XX</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="
|
|
747
|
+
M 952.4851146617675,401.019942054148
|
|
748
|
+
L 956.0638587114875,402.95246384099676
|
|
749
|
+
L 956.0638587114875,415.2251701021699
|
|
750
|
+
L 948.9063706120476,415.2251701021699
|
|
751
|
+
L 948.9063706120476,402.95246384099676
|
|
752
|
+
Z
|
|
753
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="952.4851146617675" y="404.240811698896" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="rotate(90 952.4851146617675 404.240811698896)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" d="
|
|
754
|
+
M 1134.2226843666735,690.5940168372417
|
|
755
|
+
L 1137.8014284163935,692.5265386240906
|
|
756
|
+
L 1137.8014284163935,704.7992448852636
|
|
757
|
+
L 1130.6439403169536,704.7992448852636
|
|
758
|
+
L 1130.6439403169536,692.5265386240906
|
|
759
|
+
Z
|
|
760
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="1134.2226843666735" y="693.8148864819897" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="rotate(90 1134.2226843666735 693.8148864819897)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" d="
|
|
761
|
+
M 1017.0814447592135,274.6187022180376
|
|
762
|
+
L 1020.6601888089334,276.55122400488636
|
|
763
|
+
L 1020.6601888089335,288.8239302660595
|
|
764
|
+
L 1013.5027007094935,288.8239302660595
|
|
765
|
+
L 1013.5027007094935,276.55122400488636
|
|
766
|
+
Z
|
|
767
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="1017.0814447592135" y="277.8395718627856" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="rotate(90 1017.0814447592135 277.8395718627856)">XX</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="
|
|
768
|
+
M 280.28961980286005,112.98472721243394
|
|
769
|
+
L 282.2221415897088,109.40598316271394
|
|
770
|
+
L 307.10634188209525,109.40598316271394
|
|
771
|
+
L 307.10634188209525,116.56347126215394
|
|
772
|
+
L 282.2221415897088,116.56347126215394
|
|
773
|
+
Z
|
|
774
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="283.51048944760805" y="112.98472721243394" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" d="
|
|
775
|
+
M 280.28961980286005,134.4571915107539
|
|
776
|
+
L 282.2221415897088,130.8784474610339
|
|
777
|
+
L 311.310173225833,130.8784474610339
|
|
778
|
+
L 311.310173225833,138.0359355604739
|
|
779
|
+
L 282.2221415897088,138.0359355604739
|
|
780
|
+
Z
|
|
781
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="283.51048944760805" y="134.4571915107539" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" d="
|
|
782
|
+
M 172.92729831126002,148.772167709634
|
|
783
|
+
L 170.9947765244112,152.350911759354
|
|
784
|
+
L 141.90674488828705,152.350911759354
|
|
785
|
+
L 141.90674488828705,145.193423659914
|
|
786
|
+
L 170.9947765244112,145.193423659914
|
|
787
|
+
Z
|
|
788
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="169.706428666512" y="148.772167709634" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" d="
|
|
789
|
+
M 172.92729831126002,155.92965580907398
|
|
790
|
+
L 170.9947765244112,159.50839985879398
|
|
791
|
+
L 141.90674488828705,159.50839985879398
|
|
792
|
+
L 141.90674488828705,152.35091175935398
|
|
793
|
+
L 170.9947765244112,152.35091175935398
|
|
794
|
+
Z
|
|
795
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="169.706428666512" y="155.92965580907398" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" d="
|
|
796
|
+
M 172.92729831126002,163.08714390851395
|
|
797
|
+
L 170.9947765244112,166.66588795823395
|
|
798
|
+
L 141.90674488828705,166.66588795823395
|
|
799
|
+
L 141.90674488828705,159.50839985879395
|
|
800
|
+
L 170.9947765244112,159.50839985879395
|
|
801
|
+
Z
|
|
802
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="169.706428666512" y="163.08714390851395" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" d="
|
|
803
|
+
M 280.28961980286005,163.08714390851378
|
|
804
|
+
L 282.2221415897088,159.50839985879378
|
|
805
|
+
L 370.1638120381616,159.50839985879378
|
|
806
|
+
L 370.1638120381616,166.66588795823378
|
|
807
|
+
L 282.2221415897088,166.66588795823378
|
|
808
|
+
Z
|
|
809
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="283.51048944760805" y="163.08714390851378" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</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="
|
|
810
|
+
M 659.8870011566604,269.21479870296037
|
|
811
|
+
L 657.9544793698116,272.79354275268037
|
|
812
|
+
L 570.0128089213588,272.79354275268037
|
|
813
|
+
L 570.0128089213588,265.63605465324036
|
|
814
|
+
L 657.9544793698116,265.63605465324036
|
|
815
|
+
Z
|
|
816
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="656.6661315119125" y="269.21479870296037" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</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="
|
|
817
|
+
M 280.28961980286005,155.9296558090738
|
|
818
|
+
L 282.2221415897088,152.3509117593538
|
|
819
|
+
L 370.1638120381616,152.3509117593538
|
|
820
|
+
L 370.1638120381616,159.5083998587938
|
|
821
|
+
L 282.2221415897088,159.5083998587938
|
|
822
|
+
Z
|
|
823
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="283.51048944760805" y="155.9296558090738" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</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="
|
|
824
|
+
M 659.8870011566604,276.37228680240037
|
|
825
|
+
L 657.9544793698116,279.95103085212037
|
|
826
|
+
L 570.0128089213588,279.95103085212037
|
|
827
|
+
L 570.0128089213588,272.79354275268037
|
|
828
|
+
L 657.9544793698116,272.79354275268037
|
|
829
|
+
Z
|
|
830
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="656.6661315119125" y="276.37228680240037" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</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="
|
|
831
|
+
M 280.28961980286005,148.77216770963383
|
|
832
|
+
L 282.2221415897088,145.19342365991383
|
|
833
|
+
L 311.310173225833,145.19342365991383
|
|
834
|
+
L 311.310173225833,152.35091175935383
|
|
835
|
+
L 282.2221415897088,152.35091175935383
|
|
836
|
+
Z
|
|
837
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="283.51048944760805" y="148.77216770963383" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_31__stack1" d="
|
|
838
|
+
M 172.92729831126002,170.24463200795395
|
|
839
|
+
L 170.9947765244112,173.82337605767395
|
|
840
|
+
L 141.90674488828705,173.82337605767395
|
|
841
|
+
L 141.90674488828705,166.66588795823395
|
|
842
|
+
L 170.9947765244112,166.66588795823395
|
|
843
|
+
Z
|
|
844
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="169.706428666512" y="170.24463200795395" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_32__stack1" d="
|
|
845
|
+
M 172.92729831126002,177.40212010739398
|
|
846
|
+
L 170.9947765244112,180.98086415711398
|
|
847
|
+
L 141.90674488828705,180.98086415711398
|
|
848
|
+
L 141.90674488828705,173.82337605767398
|
|
849
|
+
L 170.9947765244112,173.82337605767398
|
|
850
|
+
Z
|
|
851
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="169.706428666512" y="177.40212010739398" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_33__stack1" d="
|
|
852
|
+
M 172.92729831126002,184.55960820683396
|
|
853
|
+
L 170.9947765244112,188.13835225655396
|
|
854
|
+
L 141.90674488828705,188.13835225655396
|
|
855
|
+
L 141.90674488828705,180.98086415711396
|
|
856
|
+
L 170.9947765244112,180.98086415711396
|
|
857
|
+
Z
|
|
858
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="169.706428666512" y="184.55960820683396" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_34__stack1" d="
|
|
859
|
+
M 280.28961980286005,184.5596082068337
|
|
860
|
+
L 282.2221415897088,180.9808641571137
|
|
861
|
+
L 370.1638120381616,180.9808641571137
|
|
862
|
+
L 370.1638120381616,188.1383522565537
|
|
863
|
+
L 282.2221415897088,188.1383522565537
|
|
864
|
+
Z
|
|
865
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="283.51048944760805" y="184.5596082068337" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</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="
|
|
866
|
+
M 659.8870011566604,283.52977490184037
|
|
867
|
+
L 657.9544793698116,287.10851895156037
|
|
868
|
+
L 570.0128089213588,287.10851895156037
|
|
869
|
+
L 570.0128089213588,279.95103085212037
|
|
870
|
+
L 657.9544793698116,279.95103085212037
|
|
871
|
+
Z
|
|
872
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="656.6661315119125" y="283.52977490184037" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</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="
|
|
873
|
+
M 280.28961980286005,177.40212010739373
|
|
874
|
+
L 282.2221415897088,173.82337605767373
|
|
875
|
+
L 370.1638120381616,173.82337605767373
|
|
876
|
+
L 370.1638120381616,180.98086415711373
|
|
877
|
+
L 282.2221415897088,180.98086415711373
|
|
878
|
+
Z
|
|
879
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="283.51048944760805" y="177.40212010739373" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</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="
|
|
880
|
+
M 659.8870011566604,290.68726300128037
|
|
881
|
+
L 657.9544793698116,294.2660070510004
|
|
882
|
+
L 570.0128089213588,294.2660070510004
|
|
883
|
+
L 570.0128089213588,287.10851895156037
|
|
884
|
+
L 657.9544793698116,287.10851895156037
|
|
885
|
+
Z
|
|
886
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="656.6661315119125" y="290.68726300128037" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</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="
|
|
887
|
+
M 280.28961980286005,170.24463200795375
|
|
888
|
+
L 282.2221415897088,166.66588795823375
|
|
889
|
+
L 311.310173225833,166.66588795823375
|
|
890
|
+
L 311.310173225833,173.82337605767376
|
|
891
|
+
L 282.2221415897088,173.82337605767376
|
|
892
|
+
Z
|
|
893
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="283.51048944760805" y="170.24463200795375" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_39__stack1" d="
|
|
894
|
+
M 172.92729831126002,191.717096306274
|
|
895
|
+
L 170.9947765244112,195.295840355994
|
|
896
|
+
L 141.90674488828705,195.295840355994
|
|
897
|
+
L 141.90674488828705,188.138352256554
|
|
898
|
+
L 170.9947765244112,188.138352256554
|
|
899
|
+
Z
|
|
900
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="169.706428666512" y="191.717096306274" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_40__stack1" d="
|
|
901
|
+
M 172.92729831126002,198.87458440571396
|
|
902
|
+
L 170.9947765244112,202.45332845543396
|
|
903
|
+
L 141.90674488828705,202.45332845543396
|
|
904
|
+
L 141.90674488828705,195.29584035599396
|
|
905
|
+
L 170.9947765244112,195.29584035599396
|
|
906
|
+
Z
|
|
907
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="169.706428666512" y="198.87458440571396" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_41__stack1" d="
|
|
908
|
+
M 172.92729831126002,206.032072505154
|
|
909
|
+
L 170.9947765244112,209.610816554874
|
|
910
|
+
L 141.90674488828705,209.610816554874
|
|
911
|
+
L 141.90674488828705,202.453328455434
|
|
912
|
+
L 170.9947765244112,202.453328455434
|
|
913
|
+
Z
|
|
914
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="169.706428666512" y="206.032072505154" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_42__stack1" d="
|
|
915
|
+
M 280.28961980286005,206.03207250515362
|
|
916
|
+
L 282.2221415897088,202.45332845543362
|
|
917
|
+
L 370.1638120381616,202.45332845543362
|
|
918
|
+
L 370.1638120381616,209.61081655487362
|
|
919
|
+
L 282.2221415897088,209.61081655487362
|
|
920
|
+
Z
|
|
921
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="283.51048944760805" y="206.03207250515362" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</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="
|
|
922
|
+
M 659.8870011566604,297.8447511007204
|
|
923
|
+
L 657.9544793698116,301.4234951504404
|
|
924
|
+
L 570.0128089213588,301.4234951504404
|
|
925
|
+
L 570.0128089213588,294.2660070510004
|
|
926
|
+
L 657.9544793698116,294.2660070510004
|
|
927
|
+
Z
|
|
928
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="656.6661315119125" y="297.8447511007204" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</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="
|
|
929
|
+
M 280.28961980286005,198.87458440571365
|
|
930
|
+
L 282.2221415897088,195.29584035599365
|
|
931
|
+
L 370.1638120381616,195.29584035599365
|
|
932
|
+
L 370.1638120381616,202.45332845543365
|
|
933
|
+
L 282.2221415897088,202.45332845543365
|
|
934
|
+
Z
|
|
935
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="283.51048944760805" y="198.87458440571365" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</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="
|
|
936
|
+
M 659.8870011566604,305.0022392001604
|
|
937
|
+
L 657.9544793698116,308.5809832498804
|
|
938
|
+
L 570.0128089213588,308.5809832498804
|
|
939
|
+
L 570.0128089213588,301.4234951504404
|
|
940
|
+
L 657.9544793698116,301.4234951504404
|
|
941
|
+
Z
|
|
942
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="656.6661315119125" y="305.0022392001604" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</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="
|
|
943
|
+
M 172.92729831126002,213.18956060459396
|
|
944
|
+
L 170.9947765244112,216.76830465431397
|
|
945
|
+
L 141.90674488828705,216.76830465431397
|
|
946
|
+
L 141.90674488828705,209.61081655487396
|
|
947
|
+
L 170.9947765244112,209.61081655487396
|
|
948
|
+
Z
|
|
949
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="169.706428666512" y="213.18956060459396" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_47__stack1" d="
|
|
950
|
+
M 172.92729831126002,220.34704870403402
|
|
951
|
+
L 170.9947765244112,223.92579275375402
|
|
952
|
+
L 141.90674488828705,223.92579275375402
|
|
953
|
+
L 141.90674488828705,216.76830465431402
|
|
954
|
+
L 170.9947765244112,216.76830465431402
|
|
955
|
+
Z
|
|
956
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="169.706428666512" y="220.34704870403402" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_48__stack1" d="
|
|
957
|
+
M 172.92729831126002,227.504536803474
|
|
958
|
+
L 170.9947765244112,231.083280853194
|
|
959
|
+
L 141.90674488828705,231.083280853194
|
|
960
|
+
L 141.90674488828705,223.925792753754
|
|
961
|
+
L 170.9947765244112,223.925792753754
|
|
962
|
+
Z
|
|
963
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="169.706428666512" y="227.504536803474" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_49__stack1" d="
|
|
964
|
+
M 280.28961980286005,227.50453680347354
|
|
965
|
+
L 282.2221415897088,223.92579275375354
|
|
966
|
+
L 370.1638120381616,223.92579275375354
|
|
967
|
+
L 370.1638120381616,231.08328085319354
|
|
968
|
+
L 282.2221415897088,231.08328085319354
|
|
969
|
+
Z
|
|
970
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="283.51048944760805" y="227.50453680347354" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</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="
|
|
971
|
+
M 659.8870011566604,312.1597272996004
|
|
972
|
+
L 657.9544793698116,315.7384713493204
|
|
973
|
+
L 570.0128089213588,315.7384713493204
|
|
974
|
+
L 570.0128089213588,308.5809832498804
|
|
975
|
+
L 657.9544793698116,308.5809832498804
|
|
976
|
+
Z
|
|
977
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="656.6661315119125" y="312.1597272996004" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</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="
|
|
978
|
+
M 280.28961980286005,220.34704870403357
|
|
979
|
+
L 282.2221415897088,216.76830465431357
|
|
980
|
+
L 370.1638120381616,216.76830465431357
|
|
981
|
+
L 370.1638120381616,223.92579275375357
|
|
982
|
+
L 282.2221415897088,223.92579275375357
|
|
983
|
+
Z
|
|
984
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="283.51048944760805" y="220.34704870403357" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</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="
|
|
985
|
+
M 659.8870011566604,319.3172153990404
|
|
986
|
+
L 657.9544793698116,322.8959594487604
|
|
987
|
+
L 570.0128089213588,322.8959594487604
|
|
988
|
+
L 570.0128089213588,315.7384713493204
|
|
989
|
+
L 657.9544793698116,315.7384713493204
|
|
990
|
+
Z
|
|
991
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="656.6661315119125" y="319.3172153990404" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</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="
|
|
992
|
+
M 172.92729831126002,234.66202490291403
|
|
993
|
+
L 170.9947765244112,238.24076895263403
|
|
994
|
+
L 141.90674488828705,238.24076895263403
|
|
995
|
+
L 141.90674488828705,231.08328085319403
|
|
996
|
+
L 170.9947765244112,231.08328085319403
|
|
997
|
+
Z
|
|
998
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="169.706428666512" y="234.66202490291403" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_54__stack1" d="
|
|
999
|
+
M 172.92729831126002,241.819513002354
|
|
1000
|
+
L 170.9947765244112,245.398257052074
|
|
1001
|
+
L 141.90674488828705,245.398257052074
|
|
1002
|
+
L 141.90674488828705,238.240768952634
|
|
1003
|
+
L 170.9947765244112,238.240768952634
|
|
1004
|
+
Z
|
|
1005
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="169.706428666512" y="241.819513002354" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_55__stack1" d="
|
|
1006
|
+
M 280.28961980286005,248.97700110179346
|
|
1007
|
+
L 282.2221415897088,245.39825705207346
|
|
1008
|
+
L 361.7561493506861,245.39825705207346
|
|
1009
|
+
L 361.7561493506861,252.55574515151346
|
|
1010
|
+
L 282.2221415897088,252.55574515151346
|
|
1011
|
+
Z
|
|
1012
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="283.51048944760805" y="248.97700110179346" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXX</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="
|
|
1013
|
+
M 659.8870011566604,240.58484630520036
|
|
1014
|
+
L 657.9544793698116,244.16359035492036
|
|
1015
|
+
L 578.4204716088343,244.16359035492036
|
|
1016
|
+
L 578.4204716088343,237.00610225548036
|
|
1017
|
+
L 657.9544793698116,237.00610225548036
|
|
1018
|
+
Z
|
|
1019
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="656.6661315119125" y="240.58484630520036" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXX</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="
|
|
1020
|
+
M 280.28961980286005,241.8195130023535
|
|
1021
|
+
L 282.2221415897088,238.2407689526335
|
|
1022
|
+
L 361.7561493506861,238.2407689526335
|
|
1023
|
+
L 361.7561493506861,245.3982570520735
|
|
1024
|
+
L 282.2221415897088,245.3982570520735
|
|
1025
|
+
Z
|
|
1026
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="283.51048944760805" y="241.8195130023535" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXX</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="
|
|
1027
|
+
M 659.8870011566604,247.74233440464033
|
|
1028
|
+
L 657.9544793698116,251.32107845436033
|
|
1029
|
+
L 578.4204716088343,251.32107845436033
|
|
1030
|
+
L 578.4204716088343,244.16359035492033
|
|
1031
|
+
L 657.9544793698116,244.16359035492033
|
|
1032
|
+
Z
|
|
1033
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="656.6661315119125" y="247.74233440464033" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXX</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="
|
|
1034
|
+
M 280.28961980286005,234.66202490291352
|
|
1035
|
+
L 282.2221415897088,231.08328085319351
|
|
1036
|
+
L 307.10634188209525,231.08328085319351
|
|
1037
|
+
L 307.10634188209525,238.24076895263352
|
|
1038
|
+
L 282.2221415897088,238.24076895263352
|
|
1039
|
+
Z
|
|
1040
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="283.51048944760805" y="234.66202490291352" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_60__stack1" d="
|
|
1041
|
+
M 400.4638449924576,195.90422684444619
|
|
1042
|
+
L 404.0425890421776,197.836748631295
|
|
1043
|
+
L 404.0425890421776,222.7209489236814
|
|
1044
|
+
L 396.8851009427376,222.7209489236814
|
|
1045
|
+
L 396.8851009427376,197.836748631295
|
|
1046
|
+
Z
|
|
1047
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="400.4638449924576" y="199.1250964891942" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="rotate(90 400.4638449924576 199.1250964891942)">XXXXX</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="
|
|
1048
|
+
M 172.92729831126002,270.44946540011404
|
|
1049
|
+
L 170.9947765244112,274.02820944983404
|
|
1050
|
+
L 141.90674488828705,274.02820944983404
|
|
1051
|
+
L 141.90674488828705,266.87072135039404
|
|
1052
|
+
L 170.9947765244112,266.87072135039404
|
|
1053
|
+
Z
|
|
1054
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="169.706428666512" y="270.44946540011404" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_62__stack1" d="
|
|
1055
|
+
M 280.28961980286005,270.44946540011347
|
|
1056
|
+
L 282.2221415897088,266.87072135039347
|
|
1057
|
+
L 361.7561493506861,266.87072135039347
|
|
1058
|
+
L 361.7561493506861,274.02820944983347
|
|
1059
|
+
L 282.2221415897088,274.02820944983347
|
|
1060
|
+
Z
|
|
1061
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="283.51048944760805" y="270.44946540011347" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXX</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="
|
|
1062
|
+
M 659.8870011566604,226.26987010632035
|
|
1063
|
+
L 657.9544793698116,229.84861415604036
|
|
1064
|
+
L 578.4204716088343,229.84861415604036
|
|
1065
|
+
L 578.4204716088343,222.69112605660035
|
|
1066
|
+
L 657.9544793698116,222.69112605660035
|
|
1067
|
+
Z
|
|
1068
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="656.6661315119125" y="226.26987010632035" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXX</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="
|
|
1069
|
+
M 280.28961980286005,263.29197730067347
|
|
1070
|
+
L 282.2221415897088,259.71323325095346
|
|
1071
|
+
L 361.7561493506861,259.71323325095346
|
|
1072
|
+
L 361.7561493506861,266.87072135039347
|
|
1073
|
+
L 282.2221415897088,266.87072135039347
|
|
1074
|
+
Z
|
|
1075
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="283.51048944760805" y="263.29197730067347" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXX</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="
|
|
1076
|
+
M 659.8870011566604,233.42735820576033
|
|
1077
|
+
L 657.9544793698116,237.00610225548033
|
|
1078
|
+
L 578.4204716088343,237.00610225548033
|
|
1079
|
+
L 578.4204716088343,229.84861415604033
|
|
1080
|
+
L 657.9544793698116,229.84861415604033
|
|
1081
|
+
Z
|
|
1082
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="656.6661315119125" y="233.42735820576033" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXX</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="
|
|
1083
|
+
M 280.28961980286005,256.13448920123346
|
|
1084
|
+
L 282.2221415897088,252.55574515151346
|
|
1085
|
+
L 357.5523180069484,252.55574515151346
|
|
1086
|
+
L 357.5523180069484,259.71323325095346
|
|
1087
|
+
L 282.2221415897088,259.71323325095346
|
|
1088
|
+
Z
|
|
1089
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="283.51048944760805" y="256.13448920123346" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXX</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="
|
|
1090
|
+
M 868.8856536603084,237.00610225548039
|
|
1091
|
+
L 870.8181754471573,233.42735820576038
|
|
1092
|
+
L 946.1483518643968,233.42735820576038
|
|
1093
|
+
L 946.1483518643968,240.5848463052004
|
|
1094
|
+
L 870.8181754471573,240.5848463052004
|
|
1095
|
+
Z
|
|
1096
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="872.1065233050564" y="237.00610225548039" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXX</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="
|
|
1097
|
+
M 172.92729831126002,277.60695349955404
|
|
1098
|
+
L 170.9947765244112,281.18569754927404
|
|
1099
|
+
L 141.90674488828705,281.18569754927404
|
|
1100
|
+
L 141.90674488828705,274.02820944983404
|
|
1101
|
+
L 170.9947765244112,274.02820944983404
|
|
1102
|
+
Z
|
|
1103
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="169.706428666512" y="277.60695349955404" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_69__stack1" d="
|
|
1104
|
+
M 172.92729831126002,284.76444159899404
|
|
1105
|
+
L 170.9947765244112,288.34318564871404
|
|
1106
|
+
L 116.68375682586051,288.34318564871404
|
|
1107
|
+
L 116.68375682586051,281.18569754927404
|
|
1108
|
+
L 170.9947765244112,281.18569754927404
|
|
1109
|
+
Z
|
|
1110
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="169.706428666512" y="284.76444159899404" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXX</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="
|
|
1111
|
+
M 659.8870011566604,531.3935877854476
|
|
1112
|
+
L 657.9544793698116,534.9723318351676
|
|
1113
|
+
L 603.6434596712609,534.9723318351676
|
|
1114
|
+
L 603.6434596712609,527.8148437357275
|
|
1115
|
+
L 657.9544793698116,527.8148437357277
|
|
1116
|
+
Z
|
|
1117
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="656.6661315119125" y="531.3935877854476" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXX</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="
|
|
1118
|
+
M 172.92729831126002,291.92192969843404
|
|
1119
|
+
L 170.9947765244112,295.50067374815404
|
|
1120
|
+
L 141.90674488828705,295.50067374815404
|
|
1121
|
+
L 141.90674488828705,288.34318564871404
|
|
1122
|
+
L 170.9947765244112,288.34318564871404
|
|
1123
|
+
Z
|
|
1124
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="169.706428666512" y="291.92192969843404" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_72__stack1" d="
|
|
1125
|
+
M 280.28961980286005,291.92192969843353
|
|
1126
|
+
L 282.2221415897088,288.34318564871353
|
|
1127
|
+
L 370.1638120381616,288.34318564871353
|
|
1128
|
+
L 370.1638120381616,295.50067374815353
|
|
1129
|
+
L 282.2221415897088,295.50067374815353
|
|
1130
|
+
Z
|
|
1131
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="283.51048944760805" y="291.92192969843353" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</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="
|
|
1132
|
+
M 659.8870011566604,254.8998225040804
|
|
1133
|
+
L 657.9544793698116,258.47856655380036
|
|
1134
|
+
L 570.0128089213588,258.47856655380036
|
|
1135
|
+
L 570.0128089213588,251.3210784543604
|
|
1136
|
+
L 657.9544793698116,251.3210784543604
|
|
1137
|
+
Z
|
|
1138
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="656.6661315119125" y="254.8998225040804" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</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="
|
|
1139
|
+
M 280.28961980286005,284.76444159899347
|
|
1140
|
+
L 282.2221415897088,281.18569754927347
|
|
1141
|
+
L 370.1638120381616,281.18569754927347
|
|
1142
|
+
L 370.1638120381616,288.3431856487135
|
|
1143
|
+
L 282.2221415897088,288.3431856487135
|
|
1144
|
+
Z
|
|
1145
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="283.51048944760805" y="284.76444159899347" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</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="
|
|
1146
|
+
M 659.8870011566604,262.05731060352036
|
|
1147
|
+
L 657.9544793698116,265.63605465324036
|
|
1148
|
+
L 570.0128089213588,265.63605465324036
|
|
1149
|
+
L 570.0128089213588,258.47856655380036
|
|
1150
|
+
L 657.9544793698116,258.47856655380036
|
|
1151
|
+
Z
|
|
1152
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="656.6661315119125" y="262.05731060352036" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</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="
|
|
1153
|
+
M 280.28961980286005,277.60695349955347
|
|
1154
|
+
L 282.2221415897088,274.02820944983347
|
|
1155
|
+
L 357.5523180069484,274.02820944983347
|
|
1156
|
+
L 357.5523180069484,281.18569754927347
|
|
1157
|
+
L 282.2221415897088,281.18569754927347
|
|
1158
|
+
Z
|
|
1159
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="283.51048944760805" y="277.60695349955347" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXX</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="
|
|
1160
|
+
M 868.8856536603084,229.8486141560404
|
|
1161
|
+
L 870.8181754471573,226.2698701063204
|
|
1162
|
+
L 946.1483518643968,226.2698701063204
|
|
1163
|
+
L 946.1483518643968,233.4273582057604
|
|
1164
|
+
L 870.8181754471573,233.4273582057604
|
|
1165
|
+
Z
|
|
1166
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="872.1065233050564" y="229.8486141560404" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXX</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="
|
|
1167
|
+
M 172.92729831126002,299.07941779787404
|
|
1168
|
+
L 170.9947765244112,302.65816184759404
|
|
1169
|
+
L 141.90674488828705,302.65816184759404
|
|
1170
|
+
L 141.90674488828705,295.50067374815404
|
|
1171
|
+
L 170.9947765244112,295.50067374815404
|
|
1172
|
+
Z
|
|
1173
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="169.706428666512" y="299.07941779787404" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_79__stack1" d="
|
|
1174
|
+
M 172.92729831126002,306.23690589731405
|
|
1175
|
+
L 170.9947765244112,309.81564994703405
|
|
1176
|
+
L 116.68375682586051,309.81564994703405
|
|
1177
|
+
L 116.68375682586051,302.65816184759404
|
|
1178
|
+
L 170.9947765244112,302.65816184759404
|
|
1179
|
+
Z
|
|
1180
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="169.706428666512" y="306.23690589731405" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXX</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="
|
|
1181
|
+
M 659.8870011566604,517.0786115865676
|
|
1182
|
+
L 657.9544793698116,520.6573556362875
|
|
1183
|
+
L 603.6434596712609,520.6573556362875
|
|
1184
|
+
L 603.6434596712609,513.4998675368475
|
|
1185
|
+
L 657.9544793698116,513.4998675368477
|
|
1186
|
+
Z
|
|
1187
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="656.6661315119125" y="517.0786115865676" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXX</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="
|
|
1188
|
+
M 280.28961980286005,313.39439399675354
|
|
1189
|
+
L 282.2221415897088,309.81564994703353
|
|
1190
|
+
L 370.1638120381616,309.81564994703353
|
|
1191
|
+
L 370.1638120381616,316.97313804647354
|
|
1192
|
+
L 282.2221415897088,316.97313804647354
|
|
1193
|
+
Z
|
|
1194
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="283.51048944760805" y="313.39439399675354" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</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="
|
|
1195
|
+
M 868.8856536603084,201.21866175828038
|
|
1196
|
+
L 870.8181754471573,197.63991770856038
|
|
1197
|
+
L 958.75984589561,197.63991770856038
|
|
1198
|
+
L 958.75984589561,204.79740580800038
|
|
1199
|
+
L 870.8181754471573,204.79740580800038
|
|
1200
|
+
Z
|
|
1201
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="872.1065233050564" y="201.21866175828038" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</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="
|
|
1202
|
+
M 280.28961980286005,306.23690589731353
|
|
1203
|
+
L 282.2221415897088,302.65816184759353
|
|
1204
|
+
L 370.1638120381616,302.65816184759353
|
|
1205
|
+
L 370.1638120381616,309.81564994703353
|
|
1206
|
+
L 282.2221415897088,309.81564994703353
|
|
1207
|
+
Z
|
|
1208
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="283.51048944760805" y="306.23690589731353" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</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="
|
|
1209
|
+
M 868.8856536603084,208.37614985772038
|
|
1210
|
+
L 870.8181754471573,204.79740580800038
|
|
1211
|
+
L 958.75984589561,204.79740580800038
|
|
1212
|
+
L 958.75984589561,211.95489390744038
|
|
1213
|
+
L 870.8181754471573,211.95489390744038
|
|
1214
|
+
Z
|
|
1215
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="872.1065233050564" y="208.37614985772038" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</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="
|
|
1216
|
+
M 280.28961980286005,299.07941779787353
|
|
1217
|
+
L 282.2221415897088,295.50067374815353
|
|
1218
|
+
L 357.5523180069484,295.50067374815353
|
|
1219
|
+
L 357.5523180069484,302.65816184759353
|
|
1220
|
+
L 282.2221415897088,302.65816184759353
|
|
1221
|
+
Z
|
|
1222
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="283.51048944760805" y="299.07941779787353" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXX</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="
|
|
1223
|
+
M 868.8856536603084,251.3210784543604
|
|
1224
|
+
L 870.8181754471573,247.7423344046404
|
|
1225
|
+
L 946.1483518643968,247.7423344046404
|
|
1226
|
+
L 946.1483518643968,254.8998225040804
|
|
1227
|
+
L 870.8181754471573,254.8998225040804
|
|
1228
|
+
Z
|
|
1229
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="872.1065233050564" y="251.3210784543604" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXX</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="
|
|
1230
|
+
M 172.92729831126002,320.55188209619405
|
|
1231
|
+
L 170.9947765244112,324.13062614591405
|
|
1232
|
+
L 141.90674488828705,324.13062614591405
|
|
1233
|
+
L 141.90674488828705,316.97313804647405
|
|
1234
|
+
L 170.9947765244112,316.97313804647405
|
|
1235
|
+
Z
|
|
1236
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="169.706428666512" y="320.55188209619405" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_88__stack1" d="
|
|
1237
|
+
M 172.92729831126002,334.8668582950741
|
|
1238
|
+
L 170.9947765244112,338.4456023447941
|
|
1239
|
+
L 141.90674488828705,338.4456023447941
|
|
1240
|
+
L 141.90674488828705,331.2881142453541
|
|
1241
|
+
L 170.9947765244112,331.2881142453541
|
|
1242
|
+
Z
|
|
1243
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="169.706428666512" y="334.8668582950741" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_89__stack1" d="
|
|
1244
|
+
M 280.28961980286005,334.86685829507354
|
|
1245
|
+
L 282.2221415897088,331.28811424535354
|
|
1246
|
+
L 370.1638120381616,331.28811424535354
|
|
1247
|
+
L 370.1638120381616,338.44560234479354
|
|
1248
|
+
L 282.2221415897088,338.44560234479354
|
|
1249
|
+
Z
|
|
1250
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="283.51048944760805" y="334.86685829507354" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</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="
|
|
1251
|
+
M 659.8870011566604,176.16745341024034
|
|
1252
|
+
L 657.9544793698116,179.74619745996034
|
|
1253
|
+
L 570.0128089213588,179.74619745996034
|
|
1254
|
+
L 570.0128089213588,172.58870936052034
|
|
1255
|
+
L 657.9544793698116,172.58870936052034
|
|
1256
|
+
Z
|
|
1257
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="656.6661315119125" y="176.16745341024034" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</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="
|
|
1258
|
+
M 280.28961980286005,327.70937019563354
|
|
1259
|
+
L 282.2221415897088,324.13062614591354
|
|
1260
|
+
L 370.1638120381616,324.13062614591354
|
|
1261
|
+
L 370.1638120381616,331.28811424535354
|
|
1262
|
+
L 282.2221415897088,331.28811424535354
|
|
1263
|
+
Z
|
|
1264
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="283.51048944760805" y="327.70937019563354" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</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="
|
|
1265
|
+
M 659.8870011566604,169.00996531080034
|
|
1266
|
+
L 657.9544793698116,172.58870936052034
|
|
1267
|
+
L 570.0128089213588,172.58870936052034
|
|
1268
|
+
L 570.0128089213588,165.43122126108034
|
|
1269
|
+
L 657.9544793698116,165.43122126108034
|
|
1270
|
+
Z
|
|
1271
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="656.6661315119125" y="169.00996531080034" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</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="
|
|
1272
|
+
M 280.28961980286005,320.55188209619354
|
|
1273
|
+
L 282.2221415897088,316.97313804647354
|
|
1274
|
+
L 357.5523180069484,316.97313804647354
|
|
1275
|
+
L 357.5523180069484,324.13062614591354
|
|
1276
|
+
L 282.2221415897088,324.13062614591354
|
|
1277
|
+
Z
|
|
1278
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="283.51048944760805" y="320.55188209619354" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXX</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="
|
|
1279
|
+
M 868.8856536603084,244.1635903549204
|
|
1280
|
+
L 870.8181754471573,240.5848463052004
|
|
1281
|
+
L 946.1483518643968,240.5848463052004
|
|
1282
|
+
L 946.1483518643968,247.7423344046404
|
|
1283
|
+
L 870.8181754471573,247.7423344046404
|
|
1284
|
+
Z
|
|
1285
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="872.1065233050564" y="244.1635903549204" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXX</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="
|
|
1286
|
+
M 172.92729831126002,342.0243463945141
|
|
1287
|
+
L 170.9947765244112,345.6030904442341
|
|
1288
|
+
L 141.90674488828705,345.6030904442341
|
|
1289
|
+
L 141.90674488828705,338.4456023447941
|
|
1290
|
+
L 170.9947765244112,338.4456023447941
|
|
1291
|
+
Z
|
|
1292
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="169.706428666512" y="342.0243463945141" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_96__stack1" d="
|
|
1293
|
+
M 172.92729831126002,349.1818344939541
|
|
1294
|
+
L 170.9947765244112,352.7605785436741
|
|
1295
|
+
L 141.90674488828705,352.7605785436741
|
|
1296
|
+
L 141.90674488828705,345.6030904442341
|
|
1297
|
+
L 170.9947765244112,345.6030904442341
|
|
1298
|
+
Z
|
|
1299
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="169.706428666512" y="349.1818344939541" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_97__stack1" d="
|
|
1300
|
+
M 172.92729831126002,356.3393225933941
|
|
1301
|
+
L 170.9947765244112,359.9180666431141
|
|
1302
|
+
L 141.90674488828705,359.9180666431141
|
|
1303
|
+
L 141.90674488828705,352.7605785436741
|
|
1304
|
+
L 170.9947765244112,352.7605785436741
|
|
1305
|
+
Z
|
|
1306
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="169.706428666512" y="356.3393225933941" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_98__stack1" d="
|
|
1307
|
+
M 280.28961980286005,356.33932259339355
|
|
1308
|
+
L 282.2221415897088,352.76057854367355
|
|
1309
|
+
L 370.1638120381616,352.76057854367355
|
|
1310
|
+
L 370.1638120381616,359.91806664311355
|
|
1311
|
+
L 282.2221415897088,359.91806664311355
|
|
1312
|
+
Z
|
|
1313
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="283.51048944760805" y="356.33932259339355" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</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="
|
|
1314
|
+
M 659.8870011566604,190.48242960912035
|
|
1315
|
+
L 657.9544793698116,194.06117365884035
|
|
1316
|
+
L 570.0128089213588,194.06117365884035
|
|
1317
|
+
L 570.0128089213588,186.90368555940034
|
|
1318
|
+
L 657.9544793698116,186.90368555940034
|
|
1319
|
+
Z
|
|
1320
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="656.6661315119125" y="190.48242960912035" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</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="
|
|
1321
|
+
M 280.28961980286005,349.18183449395355
|
|
1322
|
+
L 282.2221415897088,345.60309044423354
|
|
1323
|
+
L 370.1638120381616,345.60309044423354
|
|
1324
|
+
L 370.1638120381616,352.76057854367355
|
|
1325
|
+
L 282.2221415897088,352.76057854367355
|
|
1326
|
+
Z
|
|
1327
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="283.51048944760805" y="349.18183449395355" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</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="
|
|
1328
|
+
M 659.8870011566604,183.32494150968034
|
|
1329
|
+
L 657.9544793698116,186.90368555940034
|
|
1330
|
+
L 570.0128089213588,186.90368555940034
|
|
1331
|
+
L 570.0128089213588,179.74619745996034
|
|
1332
|
+
L 657.9544793698116,179.74619745996034
|
|
1333
|
+
Z
|
|
1334
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="656.6661315119125" y="183.32494150968034" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</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="
|
|
1335
|
+
M 280.28961980286005,342.02434639451354
|
|
1336
|
+
L 282.2221415897088,338.44560234479354
|
|
1337
|
+
L 370.1638120381616,338.44560234479354
|
|
1338
|
+
L 370.1638120381616,345.60309044423354
|
|
1339
|
+
L 282.2221415897088,345.60309044423354
|
|
1340
|
+
Z
|
|
1341
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="283.51048944760805" y="342.02434639451354" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</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="
|
|
1342
|
+
M 868.8856536603084,265.63605465324036
|
|
1343
|
+
L 870.8181754471573,262.05731060352036
|
|
1344
|
+
L 958.75984589561,262.05731060352036
|
|
1345
|
+
L 958.75984589561,269.21479870296037
|
|
1346
|
+
L 870.8181754471573,269.21479870296037
|
|
1347
|
+
Z
|
|
1348
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><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="872.1065233050564" y="265.63605465324036" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_104__stack1" d="
|
|
1349
|
+
M 172.92729831126002,363.4968106928341
|
|
1350
|
+
L 170.9947765244112,367.0755547425541
|
|
1351
|
+
L 141.90674488828705,367.0755547425541
|
|
1352
|
+
L 141.90674488828705,359.9180666431141
|
|
1353
|
+
L 170.9947765244112,359.9180666431141
|
|
1354
|
+
Z
|
|
1355
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_104__stack1" x="169.706428666512" y="363.4968106928341" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_105__stack1" d="
|
|
1356
|
+
M 172.92729831126002,370.6542987922741
|
|
1357
|
+
L 170.9947765244112,374.2330428419941
|
|
1358
|
+
L 141.90674488828705,374.2330428419941
|
|
1359
|
+
L 141.90674488828705,367.0755547425541
|
|
1360
|
+
L 170.9947765244112,367.0755547425541
|
|
1361
|
+
Z
|
|
1362
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_105__stack1" x="169.706428666512" y="370.6542987922741" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_106__stack1" d="
|
|
1363
|
+
M 280.28961980286005,377.8117868917136
|
|
1364
|
+
L 282.2221415897088,374.2330428419936
|
|
1365
|
+
L 370.1638120381616,374.2330428419936
|
|
1366
|
+
L 370.1638120381616,381.3905309414336
|
|
1367
|
+
L 282.2221415897088,381.3905309414336
|
|
1368
|
+
Z
|
|
1369
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_106__stack1" x="283.51048944760805" y="377.8117868917136" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_107__stack1" d="
|
|
1370
|
+
M 659.8870011566604,204.79740580800032
|
|
1371
|
+
L 657.9544793698116,208.37614985772032
|
|
1372
|
+
L 570.0128089213588,208.37614985772032
|
|
1373
|
+
L 570.0128089213588,201.21866175828032
|
|
1374
|
+
L 657.9544793698116,201.21866175828032
|
|
1375
|
+
Z
|
|
1376
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_107__stack1" x="656.6661315119125" y="204.79740580800032" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_108__stack1" d="
|
|
1377
|
+
M 280.28961980286005,370.6542987922736
|
|
1378
|
+
L 282.2221415897088,367.0755547425536
|
|
1379
|
+
L 370.1638120381616,367.0755547425536
|
|
1380
|
+
L 370.1638120381616,374.2330428419936
|
|
1381
|
+
L 282.2221415897088,374.2330428419936
|
|
1382
|
+
Z
|
|
1383
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_108__stack1" x="283.51048944760805" y="370.6542987922736" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_109__stack1" d="
|
|
1384
|
+
M 659.8870011566604,197.63991770856032
|
|
1385
|
+
L 657.9544793698116,201.21866175828032
|
|
1386
|
+
L 570.0128089213588,201.21866175828032
|
|
1387
|
+
L 570.0128089213588,194.06117365884032
|
|
1388
|
+
L 657.9544793698116,194.06117365884032
|
|
1389
|
+
Z
|
|
1390
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_109__stack1" x="656.6661315119125" y="197.63991770856032" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_110__stack1" d="
|
|
1391
|
+
M 280.28961980286005,363.4968106928336
|
|
1392
|
+
L 282.2221415897088,359.9180666431136
|
|
1393
|
+
L 370.1638120381616,359.9180666431136
|
|
1394
|
+
L 370.1638120381616,367.0755547425536
|
|
1395
|
+
L 282.2221415897088,367.0755547425536
|
|
1396
|
+
Z
|
|
1397
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_110__stack1" x="283.51048944760805" y="363.4968106928336" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_111__stack1" d="
|
|
1398
|
+
M 868.8856536603084,258.47856655380036
|
|
1399
|
+
L 870.8181754471573,254.89982250408036
|
|
1400
|
+
L 958.75984589561,254.89982250408036
|
|
1401
|
+
L 958.75984589561,262.05731060352036
|
|
1402
|
+
L 870.8181754471573,262.05731060352036
|
|
1403
|
+
Z
|
|
1404
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_111__stack1" x="872.1065233050564" y="258.47856655380036" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_112__stack1" d="
|
|
1405
|
+
M 172.92729831126002,392.1267630905941
|
|
1406
|
+
L 170.9947765244112,395.7055071403141
|
|
1407
|
+
L 141.90674488828705,395.7055071403141
|
|
1408
|
+
L 141.90674488828705,388.5480190408741
|
|
1409
|
+
L 170.9947765244112,388.5480190408741
|
|
1410
|
+
Z
|
|
1411
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_112__stack1" x="169.706428666512" y="392.1267630905941" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_113__stack1" d="
|
|
1412
|
+
M 172.92729831126002,399.28425119003407
|
|
1413
|
+
L 170.9947765244112,402.86299523975407
|
|
1414
|
+
L 141.90674488828705,402.86299523975407
|
|
1415
|
+
L 141.90674488828705,395.70550714031407
|
|
1416
|
+
L 170.9947765244112,395.70550714031407
|
|
1417
|
+
Z
|
|
1418
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_113__stack1" x="169.706428666512" y="399.28425119003407" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_114__stack1" d="
|
|
1419
|
+
M 280.28961980286005,399.2842511900336
|
|
1420
|
+
L 282.2221415897088,395.7055071403136
|
|
1421
|
+
L 370.1638120381616,395.7055071403136
|
|
1422
|
+
L 370.1638120381616,402.8629952397536
|
|
1423
|
+
L 282.2221415897088,402.8629952397536
|
|
1424
|
+
Z
|
|
1425
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_114__stack1" x="283.51048944760805" y="399.2842511900336" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_115__stack1" d="
|
|
1426
|
+
M 659.8870011566604,219.11238200688032
|
|
1427
|
+
L 657.9544793698116,222.69112605660033
|
|
1428
|
+
L 570.0128089213588,222.69112605660033
|
|
1429
|
+
L 570.0128089213588,215.53363795716032
|
|
1430
|
+
L 657.9544793698116,215.53363795716032
|
|
1431
|
+
Z
|
|
1432
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_115__stack1" x="656.6661315119125" y="219.11238200688032" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_116__stack1" d="
|
|
1433
|
+
M 280.28961980286005,392.1267630905936
|
|
1434
|
+
L 282.2221415897088,388.5480190408736
|
|
1435
|
+
L 370.1638120381616,388.5480190408736
|
|
1436
|
+
L 370.1638120381616,395.7055071403136
|
|
1437
|
+
L 282.2221415897088,395.7055071403136
|
|
1438
|
+
Z
|
|
1439
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_116__stack1" x="283.51048944760805" y="392.1267630905936" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_117__stack1" d="
|
|
1440
|
+
M 659.8870011566604,211.95489390744035
|
|
1441
|
+
L 657.9544793698116,215.53363795716035
|
|
1442
|
+
L 570.0128089213588,215.53363795716035
|
|
1443
|
+
L 570.0128089213588,208.37614985772035
|
|
1444
|
+
L 657.9544793698116,208.37614985772035
|
|
1445
|
+
Z
|
|
1446
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_117__stack1" x="656.6661315119125" y="211.95489390744035" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_118__stack1" d="
|
|
1447
|
+
M 280.28961980286005,384.9692749911536
|
|
1448
|
+
L 282.2221415897088,381.3905309414336
|
|
1449
|
+
L 311.310173225833,381.3905309414336
|
|
1450
|
+
L 311.310173225833,388.5480190408736
|
|
1451
|
+
L 282.2221415897088,388.5480190408736
|
|
1452
|
+
Z
|
|
1453
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_118__stack1" x="283.51048944760805" y="384.9692749911536" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_119__stack1" d="
|
|
1454
|
+
M 172.92729831126002,406.44173928947407
|
|
1455
|
+
L 170.9947765244112,410.0204833391941
|
|
1456
|
+
L 141.90674488828705,410.0204833391941
|
|
1457
|
+
L 141.90674488828705,402.86299523975407
|
|
1458
|
+
L 170.9947765244112,402.86299523975407
|
|
1459
|
+
Z
|
|
1460
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_119__stack1" x="169.706428666512" y="406.44173928947407" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_120__stack1" d="
|
|
1461
|
+
M 172.92729831126002,413.599227388914
|
|
1462
|
+
L 170.9947765244112,417.177971438634
|
|
1463
|
+
L 141.90674488828705,417.177971438634
|
|
1464
|
+
L 141.90674488828705,410.020483339194
|
|
1465
|
+
L 170.9947765244112,410.020483339194
|
|
1466
|
+
Z
|
|
1467
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_120__stack1" x="169.706428666512" y="413.599227388914" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_121__stack1" d="
|
|
1468
|
+
M 172.92729831126002,420.756715488354
|
|
1469
|
+
L 170.9947765244112,424.335459538074
|
|
1470
|
+
L 141.90674488828705,424.335459538074
|
|
1471
|
+
L 141.90674488828705,417.177971438634
|
|
1472
|
+
L 170.9947765244112,417.177971438634
|
|
1473
|
+
Z
|
|
1474
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_121__stack1" x="169.706428666512" y="420.756715488354" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_122__stack1" d="
|
|
1475
|
+
M 280.28961980286005,420.7567154883536
|
|
1476
|
+
L 282.2221415897088,417.1779714386336
|
|
1477
|
+
L 311.310173225833,417.1779714386336
|
|
1478
|
+
L 311.310173225833,424.3354595380736
|
|
1479
|
+
L 282.2221415897088,424.3354595380736
|
|
1480
|
+
Z
|
|
1481
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_122__stack1" x="283.51048944760805" y="420.7567154883536" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_123__stack1" d="
|
|
1482
|
+
M 280.28961980286005,413.5992273889136
|
|
1483
|
+
L 282.2221415897088,410.0204833391936
|
|
1484
|
+
L 311.310173225833,410.0204833391936
|
|
1485
|
+
L 311.310173225833,417.1779714386336
|
|
1486
|
+
L 282.2221415897088,417.1779714386336
|
|
1487
|
+
Z
|
|
1488
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_123__stack1" x="283.51048944760805" y="413.5992273889136" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_124__stack1" d="
|
|
1489
|
+
M 280.28961980286005,406.4417392894736
|
|
1490
|
+
L 282.2221415897088,402.8629952397536
|
|
1491
|
+
L 311.310173225833,402.8629952397536
|
|
1492
|
+
L 311.310173225833,410.0204833391936
|
|
1493
|
+
L 282.2221415897088,410.0204833391936
|
|
1494
|
+
Z
|
|
1495
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_124__stack1" x="283.51048944760805" y="406.4417392894736" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_125__stack1" d="
|
|
1496
|
+
M 172.92729831126002,427.91420358779396
|
|
1497
|
+
L 170.9947765244112,431.49294763751396
|
|
1498
|
+
L 141.90674488828705,431.49294763751396
|
|
1499
|
+
L 141.90674488828705,424.33545953807396
|
|
1500
|
+
L 170.9947765244112,424.33545953807396
|
|
1501
|
+
Z
|
|
1502
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_125__stack1" x="169.706428666512" y="427.91420358779396" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_126__stack1" d="
|
|
1503
|
+
M 172.92729831126002,442.22917978667397
|
|
1504
|
+
L 170.9947765244112,445.80792383639397
|
|
1505
|
+
L 141.90674488828705,445.80792383639397
|
|
1506
|
+
L 141.90674488828705,438.65043573695397
|
|
1507
|
+
L 170.9947765244112,438.65043573695397
|
|
1508
|
+
Z
|
|
1509
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_126__stack1" x="169.706428666512" y="442.22917978667397" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_127__stack1" d="
|
|
1510
|
+
M 280.28961980286005,442.2291797866736
|
|
1511
|
+
L 282.2221415897088,438.6504357369536
|
|
1512
|
+
L 311.310173225833,438.6504357369536
|
|
1513
|
+
L 311.310173225833,445.8079238363936
|
|
1514
|
+
L 282.2221415897088,445.8079238363936
|
|
1515
|
+
Z
|
|
1516
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_127__stack1" x="283.51048944760805" y="442.2291797866736" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_128__stack1" d="
|
|
1517
|
+
M 280.28961980286005,435.0716916872336
|
|
1518
|
+
L 282.2221415897088,431.4929476375136
|
|
1519
|
+
L 311.310173225833,431.4929476375136
|
|
1520
|
+
L 311.310173225833,438.6504357369536
|
|
1521
|
+
L 282.2221415897088,438.6504357369536
|
|
1522
|
+
Z
|
|
1523
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_128__stack1" x="283.51048944760805" y="435.0716916872336" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_129__stack1" d="
|
|
1524
|
+
M 280.28961980286005,427.9142035877936
|
|
1525
|
+
L 282.2221415897088,424.3354595380736
|
|
1526
|
+
L 311.310173225833,424.3354595380736
|
|
1527
|
+
L 311.310173225833,431.4929476375136
|
|
1528
|
+
L 282.2221415897088,431.4929476375136
|
|
1529
|
+
Z
|
|
1530
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_129__stack1" x="283.51048944760805" y="427.9142035877936" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_130__stack1" d="
|
|
1531
|
+
M 172.92729831126002,449.3866678861139
|
|
1532
|
+
L 170.9947765244112,452.9654119358339
|
|
1533
|
+
L 141.90674488828705,452.9654119358339
|
|
1534
|
+
L 141.90674488828705,445.8079238363939
|
|
1535
|
+
L 170.9947765244112,445.8079238363939
|
|
1536
|
+
Z
|
|
1537
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_130__stack1" x="169.706428666512" y="449.3866678861139" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_131__stack1" d="
|
|
1538
|
+
M 172.92729831126002,456.54415598555386
|
|
1539
|
+
L 170.9947765244112,460.12290003527386
|
|
1540
|
+
L 141.90674488828705,460.12290003527386
|
|
1541
|
+
L 141.90674488828705,452.96541193583386
|
|
1542
|
+
L 170.9947765244112,452.96541193583386
|
|
1543
|
+
Z
|
|
1544
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_131__stack1" x="169.706428666512" y="456.54415598555386" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_132__stack1" d="
|
|
1545
|
+
M 172.92729831126002,463.70164408499386
|
|
1546
|
+
L 170.9947765244112,467.28038813471386
|
|
1547
|
+
L 141.90674488828705,467.28038813471386
|
|
1548
|
+
L 141.90674488828705,460.12290003527386
|
|
1549
|
+
L 170.9947765244112,460.12290003527386
|
|
1550
|
+
Z
|
|
1551
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_132__stack1" x="169.706428666512" y="463.70164408499386" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_133__stack1" d="
|
|
1552
|
+
M 280.28961980286005,463.70164408499363
|
|
1553
|
+
L 282.2221415897088,460.12290003527363
|
|
1554
|
+
L 365.95998069442385,460.12290003527363
|
|
1555
|
+
L 365.95998069442385,467.28038813471363
|
|
1556
|
+
L 282.2221415897088,467.28038813471363
|
|
1557
|
+
Z
|
|
1558
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_133__stack1" x="283.51048944760805" y="463.70164408499363" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_134__stack1" d="
|
|
1559
|
+
M 659.8870011566604,161.8524772113603
|
|
1560
|
+
L 657.9544793698116,165.4312212610803
|
|
1561
|
+
L 574.2166402650965,165.4312212610803
|
|
1562
|
+
L 574.2166402650965,158.2737331616403
|
|
1563
|
+
L 657.9544793698116,158.2737331616403
|
|
1564
|
+
Z
|
|
1565
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_134__stack1" x="656.6661315119125" y="161.8524772113603" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_135__stack1" d="
|
|
1566
|
+
M 280.28961980286005,456.54415598555363
|
|
1567
|
+
L 282.2221415897088,452.96541193583363
|
|
1568
|
+
L 365.95998069442385,452.96541193583363
|
|
1569
|
+
L 365.95998069442385,460.12290003527363
|
|
1570
|
+
L 282.2221415897088,460.12290003527363
|
|
1571
|
+
Z
|
|
1572
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_135__stack1" x="283.51048944760805" y="456.54415598555363" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_136__stack1" d="
|
|
1573
|
+
M 659.8870011566604,154.69498911192034
|
|
1574
|
+
L 657.9544793698116,158.27373316164034
|
|
1575
|
+
L 574.2166402650965,158.27373316164034
|
|
1576
|
+
L 574.2166402650965,151.11624506220033
|
|
1577
|
+
L 657.9544793698116,151.11624506220033
|
|
1578
|
+
Z
|
|
1579
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_136__stack1" x="656.6661315119125" y="154.69498911192034" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_137__stack1" d="
|
|
1580
|
+
M 172.92729831126002,470.85913218443386
|
|
1581
|
+
L 170.9947765244112,474.43787623415386
|
|
1582
|
+
L 137.7029135445493,474.43787623415386
|
|
1583
|
+
L 137.7029135445493,467.28038813471386
|
|
1584
|
+
L 170.9947765244112,467.28038813471386
|
|
1585
|
+
Z
|
|
1586
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_137__stack1" x="169.706428666512" y="470.85913218443386" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_138__stack1" d="
|
|
1587
|
+
M 172.92729831126002,478.0166202838738
|
|
1588
|
+
L 170.9947765244112,481.5953643335938
|
|
1589
|
+
L 137.7029135445493,481.5953643335938
|
|
1590
|
+
L 137.7029135445493,474.4378762341538
|
|
1591
|
+
L 170.9947765244112,474.4378762341538
|
|
1592
|
+
Z
|
|
1593
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_138__stack1" x="169.706428666512" y="478.0166202838738" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_139__stack1" d="
|
|
1594
|
+
M 172.92729831126002,485.1741083833138
|
|
1595
|
+
L 170.9947765244112,488.7528524330338
|
|
1596
|
+
L 137.7029135445493,488.7528524330338
|
|
1597
|
+
L 137.7029135445493,481.5953643335938
|
|
1598
|
+
L 170.9947765244112,481.5953643335938
|
|
1599
|
+
Z
|
|
1600
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_139__stack1" x="169.706428666512" y="485.1741083833138" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_140__stack1" d="
|
|
1601
|
+
M 280.28961980286005,485.17410838331364
|
|
1602
|
+
L 282.2221415897088,481.59536433359364
|
|
1603
|
+
L 370.1638120381616,481.59536433359364
|
|
1604
|
+
L 370.1638120381616,488.75285243303364
|
|
1605
|
+
L 282.2221415897088,488.75285243303364
|
|
1606
|
+
Z
|
|
1607
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_140__stack1" x="283.51048944760805" y="485.17410838331364" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_141__stack1" d="
|
|
1608
|
+
M 659.8870011566604,147.53750101248033
|
|
1609
|
+
L 657.9544793698116,151.11624506220033
|
|
1610
|
+
L 570.0128089213588,151.11624506220033
|
|
1611
|
+
L 570.0128089213588,143.95875696276033
|
|
1612
|
+
L 657.9544793698116,143.95875696276033
|
|
1613
|
+
Z
|
|
1614
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_141__stack1" x="656.6661315119125" y="147.53750101248033" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_142__stack1" d="
|
|
1615
|
+
M 280.28961980286005,478.01662028387364
|
|
1616
|
+
L 282.2221415897088,474.43787623415363
|
|
1617
|
+
L 370.1638120381616,474.43787623415363
|
|
1618
|
+
L 370.1638120381616,481.59536433359364
|
|
1619
|
+
L 282.2221415897088,481.59536433359364
|
|
1620
|
+
Z
|
|
1621
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_142__stack1" x="283.51048944760805" y="478.01662028387364" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_143__stack1" d="
|
|
1622
|
+
M 659.8870011566604,140.38001291304033
|
|
1623
|
+
L 657.9544793698116,143.95875696276033
|
|
1624
|
+
L 570.0128089213588,143.95875696276033
|
|
1625
|
+
L 570.0128089213588,136.80126886332033
|
|
1626
|
+
L 657.9544793698116,136.80126886332033
|
|
1627
|
+
Z
|
|
1628
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_143__stack1" x="656.6661315119125" y="140.38001291304033" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_144__stack1" d="
|
|
1629
|
+
M 652.7295130572204,452.6612186916076
|
|
1630
|
+
L 650.7969912703716,456.2399627413276
|
|
1631
|
+
L 533.4285014157545,456.2399627413276
|
|
1632
|
+
L 533.4285014157545,449.0824746418876
|
|
1633
|
+
L 650.7969912703716,449.0824746418876
|
|
1634
|
+
Z
|
|
1635
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_144__stack1" x="649.5086434124725" y="452.6612186916076" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_145__stack1" d="
|
|
1636
|
+
M 548.1586119244021,322.287572960308
|
|
1637
|
+
L 550.0911337112509,318.708828910588
|
|
1638
|
+
L 667.459623565868,318.708828910588
|
|
1639
|
+
L 667.459623565868,325.866317010028
|
|
1640
|
+
L 550.0911337112509,325.866317010028
|
|
1641
|
+
Z
|
|
1642
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_145__stack1" x="551.37948156915" y="322.287572960308" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_146__stack1" d="
|
|
1643
|
+
M 659.8870011566604,438.3462424927276
|
|
1644
|
+
L 657.9544793698116,441.9249865424476
|
|
1645
|
+
L 540.5859895151945,441.9249865424476
|
|
1646
|
+
L 540.5859895151945,434.7674984430076
|
|
1647
|
+
L 657.9544793698116,434.7674984430076
|
|
1648
|
+
Z
|
|
1649
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_146__stack1" x="656.6661315119125" y="438.3462424927276" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_147__stack1" d="
|
|
1650
|
+
M 548.1586119244021,336.602549159188
|
|
1651
|
+
L 550.0911337112509,333.023805109468
|
|
1652
|
+
L 667.459623565868,333.023805109468
|
|
1653
|
+
L 667.459623565868,340.181293208908
|
|
1654
|
+
L 550.0911337112509,340.181293208908
|
|
1655
|
+
Z
|
|
1656
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_147__stack1" x="551.37948156915" y="336.602549159188" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_148__stack1" d="
|
|
1657
|
+
M 659.8870011566604,347.94716779680044
|
|
1658
|
+
L 657.9544793698116,351.52591184652044
|
|
1659
|
+
L 540.5859895151945,351.52591184652044
|
|
1660
|
+
L 540.5859895151945,344.36842374708044
|
|
1661
|
+
L 657.9544793698116,344.36842374708044
|
|
1662
|
+
Z
|
|
1663
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_148__stack1" x="656.6661315119125" y="347.94716779680044" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_149__stack1" d="
|
|
1664
|
+
M 924.821423157432,452.6612186916076
|
|
1665
|
+
L 926.7539449442809,449.0824746418876
|
|
1666
|
+
L 1044.122434798898,449.0824746418876
|
|
1667
|
+
L 1044.122434798898,456.2399627413276
|
|
1668
|
+
L 926.7539449442809,456.2399627413276
|
|
1669
|
+
Z
|
|
1670
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_149__stack1" x="928.04229280218" y="452.6612186916076" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_150__stack1" d="
|
|
1671
|
+
M 868.8856536603084,279.95103085212037
|
|
1672
|
+
L 870.8181754471573,276.37228680240037
|
|
1673
|
+
L 988.1866653017744,276.37228680240037
|
|
1674
|
+
L 988.1866653017744,283.52977490184037
|
|
1675
|
+
L 870.8181754471573,283.52977490184037
|
|
1676
|
+
Z
|
|
1677
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_150__stack1" x="872.1065233050564" y="279.95103085212037" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_151__stack1" d="
|
|
1678
|
+
M 876.0431417597484,287.1085189515604
|
|
1679
|
+
L 877.9756635465973,283.5297749018404
|
|
1680
|
+
L 995.3441534012144,283.5297749018404
|
|
1681
|
+
L 995.3441534012144,290.6872630012804
|
|
1682
|
+
L 877.9756635465973,290.6872630012804
|
|
1683
|
+
Z
|
|
1684
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_151__stack1" x="879.2640114044964" y="287.1085189515604" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_152__stack1" d="
|
|
1685
|
+
M 980.7571926545556,336.602549159188
|
|
1686
|
+
L 978.8246708677068,340.181293208908
|
|
1687
|
+
L 861.4561810130897,340.181293208908
|
|
1688
|
+
L 861.4561810130897,333.023805109468
|
|
1689
|
+
L 978.8246708677068,333.023805109468
|
|
1690
|
+
Z
|
|
1691
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_152__stack1" x="977.5363230098077" y="336.602549159188" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_153__stack1" d="
|
|
1692
|
+
M 208.07056487951047,669.8373013488658
|
|
1693
|
+
L 206.13804309266166,673.4160453985858
|
|
1694
|
+
L 168.64234876906198,673.4160453985858
|
|
1695
|
+
L 168.64234876906198,666.2585572991458
|
|
1696
|
+
L 206.13804309266166,666.2585572991459
|
|
1697
|
+
Z
|
|
1698
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_153__stack1" x="204.84969523476246" y="669.8373013488658" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_154__stack1" d="
|
|
1699
|
+
M 659.8870011566604,567.1810282826476
|
|
1700
|
+
L 657.9544793698116,570.7597723323676
|
|
1701
|
+
L 620.4587850462119,570.7597723323676
|
|
1702
|
+
L 620.4587850462119,563.6022842329276
|
|
1703
|
+
L 657.9544793698116,563.6022842329277
|
|
1704
|
+
Z
|
|
1705
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_154__stack1" x="656.6661315119125" y="567.1810282826476" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_155__stack1" d="
|
|
1706
|
+
M 136.8177708495852,613.9731067327366
|
|
1707
|
+
L 134.8852490627364,617.5518507824565
|
|
1708
|
+
L 84.77806070792346,617.5518507824565
|
|
1709
|
+
L 84.77806070792346,610.3943626830165
|
|
1710
|
+
L 134.8852490627364,610.3943626830167
|
|
1711
|
+
Z
|
|
1712
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_155__stack1" x="133.5969012048372" y="613.9731067327366" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_156__stack1" d="
|
|
1713
|
+
M 659.8870011566604,495.6061472882476
|
|
1714
|
+
L 657.9544793698116,499.1848913379676
|
|
1715
|
+
L 607.8472910149986,499.1848913379676
|
|
1716
|
+
L 607.8472910149986,492.0274032385276
|
|
1717
|
+
L 657.9544793698116,492.0274032385276
|
|
1718
|
+
Z
|
|
1719
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_156__stack1" x="656.6661315119125" y="495.6061472882476" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_157__stack1" d="
|
|
1720
|
+
M 868.8856536603084,215.53363795716038
|
|
1721
|
+
L 870.8181754471573,211.95489390744038
|
|
1722
|
+
L 925.129195145708,211.95489390744038
|
|
1723
|
+
L 925.129195145708,219.11238200688038
|
|
1724
|
+
L 870.8181754471573,219.11238200688038
|
|
1725
|
+
Z
|
|
1726
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_157__stack1" x="872.1065233050564" y="215.53363795716038" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_158__stack1" d="
|
|
1727
|
+
M 868.8856536603084,222.69112605660038
|
|
1728
|
+
L 870.8181754471573,219.11238200688038
|
|
1729
|
+
L 929.3330264894457,219.11238200688038
|
|
1730
|
+
L 929.3330264894457,226.26987010632038
|
|
1731
|
+
L 870.8181754471573,226.26987010632038
|
|
1732
|
+
Z
|
|
1733
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_158__stack1" x="872.1065233050564" y="222.69112605660038" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_159__stack1" d="
|
|
1734
|
+
M 659.8870011566604,333.63219159792044
|
|
1735
|
+
L 657.9544793698116,337.21093564764044
|
|
1736
|
+
L 603.6434596712609,337.21093564764044
|
|
1737
|
+
L 603.6434596712609,330.05344754820044
|
|
1738
|
+
L 657.9544793698116,330.05344754820044
|
|
1739
|
+
Z
|
|
1740
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_159__stack1" x="656.6661315119125" y="333.63219159792044" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_160__stack1" d="
|
|
1741
|
+
M 868.8856536603084,424.0312662938476
|
|
1742
|
+
L 870.8181754471573,420.4525222441276
|
|
1743
|
+
L 925.129195145708,420.4525222441276
|
|
1744
|
+
L 925.129195145708,427.6100103435676
|
|
1745
|
+
L 870.8181754471573,427.6100103435676
|
|
1746
|
+
Z
|
|
1747
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.715748809944px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_160__stack1" x="872.1065233050564" y="424.0312662938476" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.441739289496px" transform="">XXXXXXXXXXXX</text><text class="sch-text" x="558.7874817520704" y="540.3583416299962" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.441739289496px" transform="rotate(0, 558.7874817520704, 540.3583416299962)">I2C</text><text class="sch-text" x="98.7757216010616" y="98.13293940609577" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.441739289496px" transform="rotate(0, 98.7757216010616, 98.13293940609577)">J1</text><text class="sch-text" x="243.07068168577206" y="532.7714042445898" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.44173928949599px" transform="rotate(0, 243.07068168577206, 532.7714042445898)">SEAM-20-03.0-S-06-2-A-K-TR</text><text class="sch-text" x="191.536767369804" y="101.71168345581577" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.441739289496px" transform="rotate(0, 191.536767369804, 101.71168345581577)">J2</text><text class="sch-text" x="488.1072867701005" y="251.9115712225642" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.44173928949599px" transform="rotate(0, 488.1072867701005, 251.9115712225642)">GBC03DABN-M30</text><text class="sch-text" x="464.48757604194844" y="201.98809172897018" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.441739289496px" transform="rotate(0, 464.48757604194844, 201.98809172897018)">J3</text><text class="sch-text" x="530.622766080774" y="418.197913492804" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.441739289495999px" transform="rotate(0, 530.622766080774, 418.197913492804)">09452812800</text><text class="sch-text" x="511.297548212286" y="305.64641312911" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.441739289496px" transform="rotate(0, 511.297548212286, 305.64641312911)">J4</text><text class="sch-text" x="1018.6918795815876" y="418.197913492804" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.441739289495999px" transform="rotate(0, 1018.6918795815876, 418.197913492804)">09452812800</text><text class="sch-text" x="999.3666617130997" y="305.64641312911" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.441739289496px" transform="rotate(0, 999.3666617130997, 305.64641312911)">J5</text><text class="sch-text" x="1009.5660822548016" y="505.161393901" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.44173928949599px" transform="rotate(0, 1009.5660822548016, 505.161393901)">1751248</text><text class="sch-text" x="998.8298501056416" y="474.921006680866" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.441739289496px" transform="rotate(0, 998.8298501056416, 474.921006680866)">J6</text><text class="sch-text" x="1009.5660822548016" y="539.9288923440298" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.44173928949599px" transform="rotate(0, 1009.5660822548016, 539.9288923440298)">1751248</text><text class="sch-text" x="998.8298501056416" y="509.6885051238958" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.441739289496px" transform="rotate(0, 998.8298501056416, 509.6885051238958)">J7</text><text class="sch-text" x="1009.5660822548016" y="574.1774728998502" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.44173928949599px" transform="rotate(0, 1009.5660822548016, 574.1774728998502)">1751248</text><text class="sch-text" x="998.8298501056416" y="543.9370856797162" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.441739289496px" transform="rotate(0, 998.8298501056416, 543.9370856797162)">J8</text><text class="sch-text" x="1009.5660822548016" y="608.94497134288" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.44173928949599px" transform="rotate(0, 1009.5660822548016, 608.94497134288)">1751248</text><text class="sch-text" x="998.8298501056416" y="578.704584122746" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.441739289496px" transform="rotate(0, 998.8298501056416, 578.704584122746)">J9</text><text class="sch-text" x="285.22828659147365" y="602.6284880951242" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.441739289496px" transform="rotate(0, 285.22828659147365, 602.6284880951242)">J10</text><text class="sch-text" x="265.33046967503043" y="703.1196210112619" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.44173928949599px" transform="rotate(0, 265.33046967503043, 703.1196210112619)">SBH11-PBPC-D07-ST-BK</text><text class="sch-text" x="228.82728036788637" y="637.0917932939278" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.441739289496px" transform="rotate(0, 228.82728036788637, 637.0917932939278)">J11</text><text class="sch-text" x="717.1469059521804" y="105.12938402329837" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.441739289496px" transform="rotate(0, 717.1469059521804, 105.12938402329837)">U1_T1_Data_Top_Level</text><text class="sch-text" x="725.7358916715084" y="383.7346082940004" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.441739289495998px" transform="rotate(0, 725.7358916715084, 383.7346082940004)">T1_Data_Top_Level.SchDoc</text><text class="sch-text" x="719.2941523820124" y="402.6124831562734" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.441739289496px" transform="rotate(0, 719.2941523820124, 402.6124831562734)">U1_T1_Power_Top_Level</text><text class="sch-text" x="727.8831381013405" y="653.5540159226398" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.44173928949599px" transform="rotate(0, 727.8831381013405, 653.5540159226398)">T1_Power_Top_Level.SchDoc</text><rect class="schematic-box sch-box" x="550.1984960327425" y="535.8849115678463" width="17.17797143865596" height="8.946860124299974" stroke-width="0.715748809944px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.725990479552 2.862995239776"/><rect class="schematic-box sch-box" x="92.3339823115657" y="93.65950934394579" width="12.883478578992026" height="8.946860124299974" stroke-width="0.715748809944px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.725990479552 2.862995239776"/><rect class="schematic-box sch-box" x="187.24227451014008" y="529.5505345998419" width="111.65681435126402" height="6.441739289496013" stroke-width="0.715748809944px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.725990479552 2.862995239776"/><rect class="schematic-box sch-box" x="185.095028080308" y="97.23825339366579" width="12.883478578992083" height="8.946860124299974" stroke-width="0.715748809944px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.725990479552 2.862995239776"/><rect class="schematic-box sch-box" x="460.19308318228445" y="248.69070157781618" width="55.82840717563204" height="6.441739289495985" stroke-width="0.715748809944px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.725990479552 2.862995239776"/><rect class="schematic-box sch-box" x="458.0458367524525" y="197.5146616668202" width="12.883478578991912" height="8.946860124299974" stroke-width="0.715748809944px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.725990479552 2.862995239776"/><rect class="schematic-box sch-box" x="507.003055352622" y="414.977043848056" width="47.239421456303944" height="6.441739289496013" stroke-width="0.715748809944px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.725990479552 2.862995239776"/><rect class="schematic-box sch-box" x="504.85580892279" y="301.17298306696" width="12.88347857899197" height="8.946860124299974" stroke-width="0.715748809944px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.725990479552 2.862995239776"/><rect class="schematic-box sch-box" x="995.0721688534356" y="414.977043848056" width="47.239421456303944" height="6.441739289496013" stroke-width="0.715748809944px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.725990479552 2.862995239776"/><rect class="schematic-box sch-box" x="992.9249224236037" y="301.17298306696" width="12.883478578992026" height="8.946860124299974" stroke-width="0.715748809944px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.725990479552 2.862995239776"/><rect class="schematic-box sch-box" x="994.5353572459776" y="501.940524256252" width="30.061450017647985" height="6.441739289496013" stroke-width="0.715748809944px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.725990479552 2.862995239776"/><rect class="schematic-box sch-box" x="992.3881108161456" y="470.44757661871597" width="12.883478578992026" height="8.94686012430003" stroke-width="0.715748809944px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.725990479552 2.862995239776"/><rect class="schematic-box sch-box" x="994.5353572459776" y="536.7080226992819" width="30.061450017647985" height="6.441739289495899" stroke-width="0.715748809944px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.725990479552 2.862995239776"/><rect class="schematic-box sch-box" x="992.3881108161456" y="505.21507506174584" width="12.883478578992026" height="8.94686012430003" stroke-width="0.715748809944px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.725990479552 2.862995239776"/><rect class="schematic-box sch-box" x="994.5353572459776" y="570.9566032551022" width="30.061450017647985" height="6.441739289496013" stroke-width="0.715748809944px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.725990479552 2.862995239776"/><rect class="schematic-box sch-box" x="992.3881108161456" y="539.4636556175662" width="12.883478578992026" height="8.946860124299974" stroke-width="0.715748809944px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.725990479552 2.862995239776"/><rect class="schematic-box sch-box" x="994.5353572459776" y="605.724101698132" width="30.061450017647985" height="6.441739289496013" stroke-width="0.715748809944px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.725990479552 2.862995239776"/><rect class="schematic-box sch-box" x="992.3881108161456" y="574.231154060596" width="12.883478578992026" height="8.946860124299974" stroke-width="0.715748809944px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.725990479552 2.862995239776"/><rect class="schematic-box sch-box" x="276.6393008721456" y="598.1550580329742" width="17.177971438656016" height="8.946860124299974" stroke-width="0.715748809944px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.725990479552 2.862995239776"/><rect class="schematic-box sch-box" x="222.38554107839047" y="699.8987513665138" width="85.88985719328002" height="6.441739289496127" stroke-width="0.715748809944px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.725990479552 2.862995239776"/><rect class="schematic-box sch-box" x="220.2382946485584" y="632.6183632317778" width="17.177971438656016" height="8.946860124299974" stroke-width="0.715748809944px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.725990479552 2.862995239776"/><rect class="schematic-box sch-box" x="672.0547309257084" y="100.65595396114833" width="90.18435005294396" height="8.94686012430003" stroke-width="0.715748809944px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.725990479552 2.862995239776"/><rect class="schematic-box sch-box" x="674.2019773555404" y="380.5137386492524" width="103.06782863193598" height="6.441739289496013" stroke-width="0.715748809944px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.725990479552 2.862995239776"/><rect class="schematic-box sch-box" x="672.0547309257084" y="398.13905309412337" width="94.478842912608" height="8.94686012430003" stroke-width="0.715748809944px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.725990479552 2.862995239776"/><rect class="schematic-box sch-box" x="674.2019773555404" y="650.3331462778918" width="107.36232149160003" height="6.441739289496013" stroke-width="0.715748809944px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.725990479552 2.862995239776"/>
|
|
1748
|
+
</g>
|
|
1749
|
+
</svg>
|