@tscircuit/schematic-trace-solver 0.0.160 → 0.0.162
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/dist/index.d.ts +5 -0
- package/dist/index.js +221 -29
- package/lib/solvers/AvailableNetOrientationSolver/AvailableNetOrientationSolver.ts +210 -6
- package/lib/solvers/MspConnectionPairSolver/MspConnectionPairSolver.ts +28 -21
- package/lib/solvers/MspConnectionPairSolver/getMspConnectionPairsFromPins.ts +3 -3
- package/lib/solvers/MspConnectionPairSolver/shouldSeparateGroundNetRows.ts +40 -0
- package/lib/solvers/TraceCleanupSolver/sameNetRailAlignment/getFixedLabelCoordinate.ts +44 -13
- package/lib/types/InputProblem.ts +3 -0
- package/package.json +1 -1
- package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +1 -1
- package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +1 -1
- package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +79 -79
- package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +85 -85
- package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +1 -1
- package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +163 -163
- package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +547 -547
- package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +13 -13
- package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +267 -267
- package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +267 -267
- package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +109 -109
- package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +1 -1
- package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +49 -49
- package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +1 -1
- package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +103 -103
- package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +103 -103
- package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +163 -163
- package/tests/examples/__snapshots__/example51.snap.svg +568 -568
- package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +16 -1
- package/tests/fixtures/convertSolverOutputToCircuitJson.ts +23 -12
- package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +736 -736
- package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +79 -79
- package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +127 -127
- package/tests/repros/__snapshots__/repro-bluetooth-controller-ground-decoupling-groups.snap.svg +115 -0
- package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +31 -31
- package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +121 -121
- package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +43 -43
- package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +19 -19
- package/tests/repros/__snapshots__/repro-core-ground-inline-label-fallback.snap.svg +277 -0
- package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +19 -19
- package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +7 -7
- package/tests/repros/__snapshots__/repro-dc-power-isolated-routing.snap.svg +37 -37
- package/tests/repros/__snapshots__/repro-hdc2080-ground-label-alignment.snap.svg +137 -0
- package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +61 -61
- package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +115 -115
- package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +743 -743
- package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +43 -43
- package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +1 -1
- package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +17 -17
- package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1131 -1131
- package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +7 -7
- package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +7 -7
- package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +666 -666
- package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +73 -73
- package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +73 -73
- package/tests/repros/assets/repro-bluetooth-controller-ground-decoupling-groups.input.json +214 -0
- package/tests/repros/assets/repro-core-ground-inline-label-fallback.input.json +863 -0
- package/tests/repros/repro-bluetooth-controller-ground-decoupling-groups.test.ts +18 -0
- package/tests/repros/repro-core-ground-inline-label-fallback.test.ts +34 -0
- package/tests/repros/repro-hdc2080-ground-label-alignment.test.ts +239 -0
- package/tests/repros/repro-tida010076-j4-ground-bus.test.ts +14 -10
- package/tests/repros/repro-tida010076-page02.test.ts +2 -2
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +1 -1
- package/tests/solvers/MspConnectionPairSolver/msp-connection-pair-solver-ground-net-rows.test.ts +57 -0
|
@@ -248,13 +248,13 @@ AGC_OUT" data-x="-2.465" data-y="-2.0000000000000004" cx="240.1062260253762" cy=
|
|
|
248
248
|
.port-label { fill: rgb(0, 100, 100); }
|
|
249
249
|
.component-name { fill: rgb(0, 100, 100); }
|
|
250
250
|
|
|
251
|
-
</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 249.84025559091594 267.63365282212 L 469.32907348237654 267.6336528221199" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 249.84025559091594 267.63365282212 L 469.32907348237654 267.6336528221199" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" 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 249.84025559091594 280.41320553777996 L 469.32907348237654 280.41320553777996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 249.84025559091594 280.41320553777996 L 469.32907348237654 280.41320553777996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" 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 249.84025559091594 293.19275825344005 L 469.32907348237654 293.19275825343993" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 249.84025559091594 293.19275825344005 L 469.32907348237654 293.19275825343993" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" 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 249.84025559091594 305.9723109691 L 469.32907348237654 305.9723109690999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 249.84025559091594 305.9723109691 L 469.32907348237654 305.9723109690999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" 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 249.84025559091594 318.75186368476005 L 469.32907348237654 318.75186368475994" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 249.84025559091594 318.75186368476005 L 469.32907348237654 318.75186368475994" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" 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 249.84025559091594 331.53141640042 L 469.32907348237654 331.5314164004199" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 249.84025559091594 331.53141640042 L 469.32907348237654 331.5314164004199" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" 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 249.84025559091594 344.31096911608006 L 469.32907348237654 344.31096911607995" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 249.84025559091594 344.31096911608006 L 469.32907348237654 344.31096911607995" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" 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 249.84025559091594 357.09052183174003 L 469.32907348237654 357.0905218317399" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 249.84025559091594 357.09052183174003 L 469.32907348237654 357.0905218317399" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" 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 249.84025559091594 369.8700745474 L 469.32907348237654 369.8700745473999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 249.84025559091594 369.8700745474 L 469.32907348237654 369.8700745473999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" 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 249.84025559091594 382.64962726306004 L 469.32907348237654 382.6496272630599" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 249.84025559091594 382.64962726306004 L 469.32907348237654 382.6496272630599" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" 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 249.84025559091594 395.42917997872 L 469.32907348237654 395.4291799787199" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 249.84025559091594 395.42917997872 L 469.32907348237654 395.4291799787199" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" 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 249.84025559091594 408.20873269438005 L 469.32907348237654 408.20873269437993" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 249.84025559091594 408.20873269438005 L 469.32907348237654 408.20873269437993" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" 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 600 205.33333333327752 L 600 192.55378061761752 L 507.66773162935647 192.55378061761752 L 507.66773162935647 205.33333333327752" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 600 205.33333333327752 L 600 192.55378061761752 L 507.66773162935647 192.55378061761752 L 507.66773162935647 205.33333333327752" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" 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 249.84025559091594 254.85410010645998 L 378.75399361013626 254.85410010645998 L 378.75399361013626 192.5537806176175 L 507.66773162935647 192.5537806176175 L 507.66773162935647 205.33333333327752" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 249.84025559091594 254.85410010645998 L 378.75399361013626 254.85410010645998 L 378.75399361013626 192.5537806176175 L 507.66773162935647 192.5537806176175 L 507.66773162935647 205.33333333327752" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" 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 249.84025559091594 433.7678381257 L 359.58466453664624 433.7678381257 L 359.58466453664624 161.2438764642505 L 692.3322683706435 161.2438764642505 L 692.3322683706435 205.33333333327752" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 249.84025559091594 433.7678381257 L 359.58466453664624 433.7678381257 L 359.58466453664624 161.2438764642505 L 692.3322683706435 161.2438764642505 L 692.3322683706435 205.33333333327752" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" 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 956.2300319490225 344.31096911607995 L 943.4504792333626 344.31096911607995 L 943.4504792333626 267.6336528221199 L 730.6709265176235 267.6336528221199" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 344.31096911607995 L 943.4504792333626 344.31096911607995 L 943.4504792333626 267.6336528221199 L 730.6709265176235 267.6336528221199" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" 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 956.2300319490225 357.0905218317399 L 843.450479233323 357.0905218317399 L 843.450479233323 280.41320553777996 L 730.6709265176235 280.41320553777996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 357.0905218317399 L 843.450479233323 357.0905218317399 L 843.450479233323 280.41320553777996 L 730.6709265176235 280.41320553777996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" 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 956.2300319490225 369.87007454739995 L 837.060702875493 369.87007454739995 L 837.060702875493 293.19275825343993 L 730.6709265176235 293.19275825343993" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 369.87007454739995 L 837.060702875493 369.87007454739995 L 837.060702875493 293.19275825343993 L 730.6709265176235 293.19275825343993" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" 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 956.2300319490225 382.64962726306 L 830.670926517663 382.64962726306 L 830.670926517663 305.97231096909996 L 730.6709265176235 305.97231096909996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 382.64962726306 L 830.670926517663 382.64962726306 L 830.670926517663 305.97231096909996 L 730.6709265176235 305.97231096909996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" 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 956.2300319490225 395.42917997871996 L 843.450479233323 395.42917997871996 L 843.450479233323 389.03940362088997 L 730.6709265176235 389.03940362088997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 395.42917997871996 L 843.450479233323 395.42917997871996 L 843.450479233323 389.03940362088997 L 730.6709265176235 389.03940362088997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" 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 956.2300319490225 408.20873269438 L 843.450479233323 408.20873269438 L 843.450479233323 401.81895633655 L 730.6709265176235 401.81895633655" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 408.20873269438 L 843.450479233323 408.20873269438 L 843.450479233323 401.81895633655 L 730.6709265176235 401.81895633655" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" 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 956.2300319490225 420.98828541003996 L 843.450479233323 420.98828541003996 L 843.450479233323 414.59850905221003 L 730.6709265176235 414.59850905221003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 420.98828541003996 L 843.450479233323 420.98828541003996 L 843.450479233323 414.59850905221003 L 730.6709265176235 414.59850905221003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" 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 956.2300319490225 433.76783812569994 L 843.450479233323 433.76783812569994 L 843.450479233323 427.37806176787 L 730.6709265176235 427.37806176787" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 433.76783812569994 L 843.450479233323 433.76783812569994 L 843.450479233323 427.37806176787 L 730.6709265176235 427.37806176787" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" 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 956.2300319490225 446.54739084135997 L 843.450479233323 446.54739084135997 L 843.450479233323 440.15761448353004 L 730.6709265176235 440.15761448353004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 446.54739084135997 L 843.450479233323 446.54739084135997 L 843.450479233323 440.15761448353004 L 730.6709265176235 440.15761448353004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" 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 956.2300319490225 459.32694355701994 L 843.450479233323 459.32694355701994 L 843.450479233323 452.93716719919007 L 730.6709265176235 452.93716719919007" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 459.32694355701994 L 843.450479233323 459.32694355701994 L 843.450479233323 452.93716719919007 L 730.6709265176235 452.93716719919007" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" 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 956.2300319490225 472.10649627268 L 843.450479233323 472.10649627268 L 843.450479233323 465.71671991485005 L 730.6709265176235 465.71671991485005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 472.10649627268 L 843.450479233323 472.10649627268 L 843.450479233323 465.71671991485005 L 730.6709265176235 465.71671991485005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" 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 956.2300319490225 484.88604898833995 L 843.450479233323 484.88604898833995 L 843.450479233323 478.4962726305101 L 730.6709265176235 478.4962726305101" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 484.88604898833995 L 843.450479233323 484.88604898833995 L 843.450479233323 478.4962726305101 L 730.6709265176235 478.4962726305101" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" 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 956.2300319490225 497.665601704 L 843.450479233323 497.665601704 L 843.450479233323 491.27582534617005 L 730.6709265176235 491.27582534617005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 497.665601704 L 843.450479233323 497.665601704 L 843.450479233323 491.27582534617005 L 730.6709265176235 491.27582534617005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" 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 956.2300319490225 510.44515441965996 L 843.450479233323 510.44515441965996 L 843.450479233323 504.0553780618301 L 730.6709265176235 504.0553780618301" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 510.44515441965996 L 843.450479233323 510.44515441965996 L 843.450479233323 504.0553780618301 L 730.6709265176235 504.0553780618301" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" 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 956.2300319490225 523.2247071353199 L 830.670926517663 523.2247071353199 L 830.670926517663 561.5633652823001 L 730.6709265176235 561.5633652823001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 523.2247071353199 L 830.670926517663 523.2247071353199 L 830.670926517663 561.5633652823001 L 730.6709265176235 561.5633652823001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" 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 956.2300319490225 536.00425985098 L 843.450479233323 536.00425985098 L 843.450479233323 574.3429179979601 L 730.6709265176235 574.3429179979601" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 536.00425985098 L 843.450479233323 536.00425985098 L 843.450479233323 574.3429179979601 L 730.6709265176235 574.3429179979601" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" 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 956.2300319490225 548.78381256664 L 849.840255591153 548.78381256664 L 849.840255591153 587.12247071362 L 730.6709265176235 587.12247071362" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 548.78381256664 L 849.840255591153 548.78381256664 L 849.840255591153 587.12247071362 L 730.6709265176235 587.12247071362" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" 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 956.2300319490225 561.5633652823001 L 856.230031948983 561.5633652823001 L 856.230031948983 599.90202342928 L 730.6709265176235 599.90202342928" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 561.5633652823001 L 856.230031948983 561.5633652823001 L 856.230031948983 599.90202342928 L 730.6709265176235 599.90202342928" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" 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 249.84025559091594 446.54739084136 L 401.5335463258002 446.54739084136 L 401.5335463258002 674.9818956337825 L 630.8626198083189 674.9818956337825 L 630.8626198083189 662.2023429181224" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 249.84025559091594 446.54739084136 L 401.5335463258002 446.54739084136 L 401.5335463258002 674.9818956337825 L 630.8626198083189 674.9818956337825 L 630.8626198083189 662.2023429181224" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" 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 507.66773162935647 192.5537806176175 L 507.66773162935647 147.18636847702453" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 507.66773162935647 192.5537806176175 L 507.66773162935647 147.18636847702453" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" 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 956.2300319490225 574.3429179979601 L 902.5559105432505 574.3429179979601" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 574.3429179979601 L 902.5559105432505 574.3429179979601" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" 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 469.32907348237654 561.5633652823001 L 415.6549520766045 561.5633652823001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 469.32907348237654 561.5633652823001 L 415.6549520766045 561.5633652823001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"><circle cx="507.66773162935647" cy="192.55378061761752" r="1.916932907349" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="507.66773162935647" cy="205.33333333327752" r="1.916932907349" 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_13__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_26__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_29__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_30__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_31__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_32__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_33__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_34__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_35__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_36__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="494.8881789136965" y="230.8924387645975" width="210.22364217260701" height="405.750798722205" stroke-width="1.277955271566px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="494.8881789136965" y="230.8924387645975" width="210.22364217260701" height="405.750798722205" fill="transparent"/><text class="sch-text" x="600" y="433.7678381257" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.501597444094px" transform="rotate(0, 600, 433.7678381257)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="561.5633652823001" x2="469.32907348237654" y2="561.5633652823001" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="468.05111821081056" y="560.285410010734" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="560.285410010734" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="561.5633652823001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="507.66773162935647" y1="636.6432374868025" x2="507.66773162935647" y2="660.9243876465565" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="507.66773162935647" cy="662.2023429181224" r="1.277955271566" stroke-width="1.277955271566px"/><rect x="506.3897763577905" y="660.9243876465564" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="506.3897763577905" y="649.4227902024625" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform="rotate(-90 506.3897763577905 649.4227902024625)"></text><text class="pin-number sch-pin-label" x="507.66773162935647" y="630.2534611289725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="rotate(-90 507.66773162935647 630.2534611289725)">schematic_port_1</text><line class="component-pin sch-component-pin sch-port-line" x1="507.66773162935647" y1="230.8924387645975" x2="507.66773162935647" y2="205.33333333327752" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="506.3897763577905" y="204.05537806171154" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="506.3897763577905" y="218.1128860489375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform="rotate(-90 506.3897763577905 218.1128860489375)"></text><text class="pin-number sch-pin-label" x="507.66773162935647" y="237.28221512242752" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="rotate(-90 507.66773162935647 237.28221512242752)">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="705.1118210863035" y1="267.6336528221199" x2="730.6709265176235" y2="267.6336528221199" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="729.3929712460574" y="266.35569755055394" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="717.8913738019635" y="266.35569755055394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="698.7220447284735" y="267.6336528221199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_3</text><line class="component-pin sch-component-pin sch-port-line" x1="538.4664536740971" y1="636.6432374868025" x2="538.4664536740971" y2="660.9243876465565" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="538.4664536740971" cy="662.2023429181224" r="1.277955271566" stroke-width="1.277955271566px"/><rect x="537.1884984025311" y="660.9243876465564" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="537.1884984025311" y="649.4227902024625" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform="rotate(-90 537.1884984025311 649.4227902024625)"></text><text class="pin-number sch-pin-label" x="538.4664536740971" y="630.2534611289725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="rotate(-90 538.4664536740971 630.2534611289725)">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="705.1118210863035" y1="280.41320553777996" x2="730.6709265176235" y2="280.41320553777996" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="729.3929712460574" y="279.135250266214" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="717.8913738019635" y="279.1352502662139" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="698.7220447284735" y="280.41320553777996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_5</text><line class="component-pin sch-component-pin sch-port-line" x1="705.1118210863035" y1="293.19275825343993" x2="730.6709265176235" y2="293.19275825343993" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="729.3929712460574" y="291.91480298187395" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="717.8913738019635" y="291.91480298187395" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="698.7220447284735" y="293.19275825343993" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_6</text><line class="component-pin sch-component-pin sch-port-line" x1="569.2651757188377" y1="636.6432374868025" x2="569.2651757188377" y2="660.9243876465565" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="569.2651757188377" cy="662.2023429181224" r="1.277955271566" stroke-width="1.277955271566px"/><rect x="567.9872204472716" y="660.9243876465564" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="567.9872204472716" y="649.4227902024625" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform="rotate(-90 567.9872204472716 649.4227902024625)"></text><text class="pin-number sch-pin-label" x="569.2651757188377" y="630.2534611289725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="rotate(-90 569.2651757188377 630.2534611289725)">schematic_port_7</text><line class="component-pin sch-component-pin sch-port-line" x1="705.1118210863035" y1="305.97231096909996" x2="730.6709265176235" y2="305.97231096909996" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="729.3929712460574" y="304.694355697534" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="717.8913738019635" y="304.694355697534" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="698.7220447284735" y="305.97231096909996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_8</text><line class="component-pin sch-component-pin sch-port-line" x1="600" y1="230.8924387645975" x2="600" y2="205.33333333327752" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><rect x="598.722044728434" y="204.05537806171154" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="598.7220447284341" y="218.1128860489375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform="rotate(-90 598.7220447284341 218.1128860489375)"></text><text class="pin-number sch-pin-label" x="600" y="237.28221512242752" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="rotate(-90 600 237.28221512242752)">schematic_port_9</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="484.88604898833995" x2="470.6070287539425" y2="484.88604898833995" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="469.32907348237654" cy="484.88604898833995" r="1.277955271566" stroke-width="1.277955271566px"/><rect x="468.05111821081056" y="483.60809371677396" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="483.60809371677396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="484.88604898833995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_10</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="472.1064962726799" x2="470.6070287539425" y2="472.1064962726799" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="469.32907348237654" cy="472.1064962726799" r="1.277955271566" stroke-width="1.277955271566px"/><rect x="468.05111821081056" y="470.82854100111393" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="470.82854100111393" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="472.1064962726799" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_11</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="446.5473908413599" x2="470.6070287539425" y2="446.5473908413599" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="469.32907348237654" cy="446.5473908413599" r="1.277955271566" stroke-width="1.277955271566px"/><rect x="468.05111821081056" y="445.2694355697939" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="445.2694355697939" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="446.5473908413599" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_12</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="459.32694355701994" x2="470.6070287539425" y2="459.32694355701994" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="469.32907348237654" cy="459.32694355701994" r="1.277955271566" stroke-width="1.277955271566px"/><rect x="468.05111821081056" y="458.04898828545396" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="458.04898828545396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="459.32694355701994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_13</text><line class="component-pin sch-component-pin sch-port-line" x1="600.0638977635783" y1="636.6432374868025" x2="600.0638977635783" y2="660.9243876465565" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="600.0638977635783" cy="662.2023429181224" r="1.277955271566" stroke-width="1.277955271566px"/><rect x="598.7859424920123" y="660.9243876465564" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="598.7859424920123" y="649.4227902024625" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform="rotate(-90 598.7859424920123 649.4227902024625)"></text><text class="pin-number sch-pin-label" x="600.0638977635783" y="630.2534611289725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="rotate(-90 600.0638977635783 630.2534611289725)">schematic_port_14</text><line class="component-pin sch-component-pin sch-port-line" x1="630.8626198083189" y1="636.6432374868025" x2="630.8626198083189" y2="662.2023429181224" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><rect x="629.5846645367528" y="660.9243876465564" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="629.5846645367528" y="649.4227902024625" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform="rotate(-90 629.5846645367528 649.4227902024625)"></text><text class="pin-number sch-pin-label" x="630.8626198083189" y="630.2534611289725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="rotate(-90 630.8626198083189 630.2534611289725)">schematic_port_15</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="267.6336528221199" x2="469.32907348237654" y2="267.6336528221199" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><rect x="468.05111821081056" y="266.35569755055394" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="266.35569755055394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="267.6336528221199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_16</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="599.90202342928" x2="470.6070287539425" y2="599.90202342928" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="469.32907348237654" cy="599.90202342928" r="1.277955271566" stroke-width="1.277955271566px"/><rect x="468.05111821081056" y="598.624068157714" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="598.6240681577141" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="599.90202342928" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_17</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="280.41320553777996" x2="469.32907348237654" y2="280.41320553777996" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><rect x="468.05111821081056" y="279.135250266214" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="279.1352502662139" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="280.41320553777996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_18</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="293.19275825343993" x2="469.32907348237654" y2="293.19275825343993" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><rect x="468.05111821081056" y="291.91480298187395" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="291.9148029818739" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="293.19275825343993" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_19</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="305.9723109690999" x2="469.32907348237654" y2="305.9723109690999" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><rect x="468.05111821081056" y="304.6943556975339" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="304.6943556975339" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="305.9723109690999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_20</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="318.75186368475994" x2="469.32907348237654" y2="318.75186368475994" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><rect x="468.05111821081056" y="317.47390841319395" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="317.47390841319395" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="318.75186368475994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_21</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="331.5314164004199" x2="469.32907348237654" y2="331.5314164004199" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_22__stack1"><rect x="468.05111821081056" y="330.2534611288539" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="330.2534611288539" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="331.5314164004199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_22</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="344.31096911607995" x2="469.32907348237654" y2="344.31096911607995" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_23__stack1"><rect x="468.05111821081056" y="343.03301384451396" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="343.0330138445139" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="344.31096911607995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_23</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="357.0905218317399" x2="469.32907348237654" y2="357.0905218317399" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_24__stack1"><rect x="468.05111821081056" y="355.81256656017393" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="355.81256656017393" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="357.0905218317399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_24</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="369.8700745473999" x2="469.32907348237654" y2="369.8700745473999" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_25__stack1"><rect x="468.05111821081056" y="368.5921192758339" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="368.5921192758339" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="369.8700745473999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_25</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="382.6496272630599" x2="469.32907348237654" y2="382.6496272630599" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_26__stack1"><rect x="468.05111821081056" y="381.37167199149394" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="381.37167199149394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="382.6496272630599" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_26</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="395.4291799787199" x2="469.32907348237654" y2="395.4291799787199" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_27__stack1"><rect x="468.05111821081056" y="394.1512247071539" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="394.1512247071539" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="395.4291799787199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_27</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="408.20873269437993" x2="469.32907348237654" y2="408.20873269437993" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_28__stack1"><rect x="468.05111821081056" y="406.93077742281395" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="406.9307774228139" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="408.20873269437993" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_28</text><line class="component-pin sch-component-pin sch-port-line" x1="692.3322683706435" y1="230.8924387645975" x2="692.3322683706435" y2="205.33333333327752" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_29__stack1"><rect x="691.0543130990775" y="204.05537806171154" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="691.0543130990775" y="218.1128860489375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform="rotate(-90 691.0543130990775 218.1128860489375)"></text><text class="pin-number sch-pin-label" x="692.3322683706435" y="237.28221512242752" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="rotate(-90 692.3322683706435 237.28221512242752)">schematic_port_29</text><line class="component-pin sch-component-pin sch-port-line" x1="705.1118210863035" y1="561.5633652823001" x2="730.6709265176235" y2="561.5633652823001" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_30__stack1"><rect x="729.3929712460574" y="560.285410010734" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="717.8913738019635" y="560.285410010734" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="698.7220447284735" y="561.5633652823001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_30</text><line class="component-pin sch-component-pin sch-port-line" x1="705.1118210863035" y1="574.3429179979601" x2="730.6709265176235" y2="574.3429179979601" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_31__stack1"><rect x="729.3929712460574" y="573.064962726394" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="717.8913738019635" y="573.064962726394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="698.7220447284735" y="574.3429179979601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_31</text><line class="component-pin sch-component-pin sch-port-line" x1="705.1118210863035" y1="587.12247071362" x2="730.6709265176235" y2="587.12247071362" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_32__stack1"><rect x="729.3929712460574" y="585.844515442054" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="717.8913738019635" y="585.844515442054" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="698.7220447284735" y="587.12247071362" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_32</text><line class="component-pin sch-component-pin sch-port-line" x1="705.1118210863035" y1="599.90202342928" x2="730.6709265176235" y2="599.90202342928" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_33__stack1"><rect x="729.3929712460574" y="598.624068157714" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="717.8913738019635" y="598.6240681577141" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="698.7220447284735" y="599.90202342928" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_33</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="548.78381256664" x2="470.6070287539425" y2="548.78381256664" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="469.32907348237654" cy="548.78381256664" r="1.277955271566" stroke-width="1.277955271566px"/><rect x="468.05111821081056" y="547.505857295074" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="547.5058572950741" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="548.78381256664" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_34</text><line class="component-pin sch-component-pin sch-port-line" x1="705.1118210863035" y1="504.0553780618301" x2="730.6709265176235" y2="504.0553780618301" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_35__stack1"><rect x="729.3929712460574" y="502.7774227902641" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="717.8913738019635" y="502.77742279026404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="698.7220447284735" y="504.0553780618301" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_35</text><line class="component-pin sch-component-pin sch-port-line" x1="705.1118210863035" y1="491.27582534617005" x2="730.6709265176235" y2="491.27582534617005" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_36__stack1"><rect x="729.3929712460574" y="489.99787007460407" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="717.8913738019635" y="489.99787007460407" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="698.7220447284735" y="491.27582534617005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_36</text><line class="component-pin sch-component-pin sch-port-line" x1="705.1118210863035" y1="465.71671991485005" x2="730.6709265176235" y2="465.71671991485005" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_37__stack1"><rect x="729.3929712460574" y="464.43876464328406" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="717.8913738019635" y="464.43876464328406" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="698.7220447284735" y="465.71671991485005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_37</text><line class="component-pin sch-component-pin sch-port-line" x1="705.1118210863035" y1="478.4962726305101" x2="730.6709265176235" y2="478.4962726305101" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_38__stack1"><rect x="729.3929712460574" y="477.2183173589441" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="717.8913738019635" y="477.2183173589441" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="698.7220447284735" y="478.4962726305101" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_38</text><line class="component-pin sch-component-pin sch-port-line" x1="705.1118210863035" y1="452.93716719919007" x2="730.6709265176235" y2="452.93716719919007" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_39__stack1"><rect x="729.3929712460574" y="451.6592119276241" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="717.8913738019635" y="451.659211927624" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="698.7220447284735" y="452.93716719919007" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_39</text><line class="component-pin sch-component-pin sch-port-line" x1="705.1118210863035" y1="440.15761448353004" x2="730.6709265176235" y2="440.15761448353004" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_40__stack1"><rect x="729.3929712460574" y="438.87965921196405" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="717.8913738019635" y="438.87965921196405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="698.7220447284735" y="440.15761448353004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_40</text><line class="component-pin sch-component-pin sch-port-line" x1="705.1118210863035" y1="427.37806176787" x2="730.6709265176235" y2="427.37806176787" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_41__stack1"><rect x="729.3929712460574" y="426.100106496304" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="717.8913738019635" y="426.100106496304" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="698.7220447284735" y="427.37806176787" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_41</text><line class="component-pin sch-component-pin sch-port-line" x1="705.1118210863035" y1="414.59850905221003" x2="730.6709265176235" y2="414.59850905221003" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_42__stack1"><rect x="729.3929712460574" y="413.32055378064405" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="717.8913738019635" y="413.320553780644" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="698.7220447284735" y="414.59850905221003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_42</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="510.44515441965996" x2="470.6070287539425" y2="510.44515441965996" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_43__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="469.32907348237654" cy="510.44515441965996" r="1.277955271566" stroke-width="1.277955271566px"/><rect x="468.05111821081056" y="509.16719914809397" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="509.16719914809397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="510.44515441965996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_43</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="497.665601704" x2="470.6070287539425" y2="497.665601704" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_44__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="469.32907348237654" cy="497.665601704" r="1.277955271566" stroke-width="1.277955271566px"/><rect x="468.05111821081056" y="496.387646432434" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="496.38764643243394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="497.665601704" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_44</text><line class="component-pin sch-component-pin sch-port-line" x1="661.6613418530595" y1="636.6432374868025" x2="661.6613418530595" y2="660.9243876465565" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_45__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="661.6613418530595" cy="662.2023429181224" r="1.277955271566" stroke-width="1.277955271566px"/><rect x="660.3833865814935" y="660.9243876465564" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="660.3833865814935" y="649.4227902024625" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform="rotate(-90 660.3833865814935 649.4227902024625)"></text><text class="pin-number sch-pin-label" x="661.6613418530595" y="630.2534611289725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="rotate(-90 661.6613418530595 630.2534611289725)">schematic_port_45</text><line class="component-pin sch-component-pin sch-port-line" x1="705.1118210863035" y1="401.81895633655" x2="730.6709265176235" y2="401.81895633655" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_46__stack1"><rect x="729.3929712460574" y="400.541001064984" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="717.8913738019635" y="400.541001064984" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="698.7220447284735" y="401.81895633655" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_46</text><line class="component-pin sch-component-pin sch-port-line" x1="705.1118210863035" y1="389.03940362088997" x2="730.6709265176235" y2="389.03940362088997" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_47__stack1"><rect x="729.3929712460574" y="387.761448349324" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="717.8913738019635" y="387.761448349324" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="698.7220447284735" y="389.03940362088997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_47</text><line class="component-pin sch-component-pin sch-port-line" x1="692.3322683706435" y1="636.6432374868025" x2="692.3322683706435" y2="660.9243876465565" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_48__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="692.3322683706435" cy="662.2023429181224" r="1.277955271566" stroke-width="1.277955271566px"/><rect x="691.0543130990775" y="660.9243876465564" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="691.0543130990775" y="649.4227902024625" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform="rotate(-90 691.0543130990775 649.4227902024625)"></text><text class="pin-number sch-pin-label" x="692.3322683706435" y="630.2534611289725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="rotate(-90 692.3322683706435 630.2534611289725)">schematic_port_48</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="81.15015974420407" y="229.29499467513998" width="143.13099041539186" height="255.5910543132001" stroke-width="1.277955271566px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="81.15015974420407" y="229.29499467513998" width="143.13099041539186" height="255.5910543132001" fill="transparent"/><text class="sch-text" x="152.71565495189998" y="357.09052183174003" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.501597444094px" transform="rotate(0, 152.71565495189998, 357.09052183174003)">schematic_component_1</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="242.07454739079998" x2="248.56230031935002" y2="242.07454739079998" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="249.84025559091594" cy="242.07454739079998" r="1.277955271566" stroke-width="1.277955271566px"/><rect x="248.56230031934996" y="240.796592119234" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="240.79659211923396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="242.07454739079998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_49</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="254.85410010645998" x2="249.84025559091594" y2="254.85410010645998" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="248.56230031934996" y="253.576144834894" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="253.57614483489397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="254.85410010645998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_50</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="267.63365282212" x2="249.84025559091594" y2="267.63365282212" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="248.56230031934996" y="266.355697550554" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="266.355697550554" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="267.63365282212" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_51</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="280.41320553777996" x2="249.84025559091594" y2="280.41320553777996" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="248.56230031934996" y="279.135250266214" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="279.13525026621403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="280.41320553777996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_52</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="293.19275825344005" x2="249.84025559091594" y2="293.19275825344005" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_4__stack1"><rect x="248.56230031934996" y="291.91480298187406" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="291.914802981874" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="293.19275825344005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_53</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="305.9723109691" x2="249.84025559091594" y2="305.9723109691" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_5__stack1"><rect x="248.56230031934996" y="304.69435569753404" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="304.694355697534" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="305.9723109691" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_54</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="318.75186368476005" x2="249.84025559091594" y2="318.75186368476005" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_6__stack1"><rect x="248.56230031934996" y="317.47390841319407" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="317.47390841319407" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="318.75186368476005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_55</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="331.53141640042" x2="249.84025559091594" y2="331.53141640042" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_7__stack1"><rect x="248.56230031934996" y="330.25346112885404" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="330.25346112885404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="331.53141640042" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_56</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="344.31096911608006" x2="249.84025559091594" y2="344.31096911608006" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_8__stack1"><rect x="248.56230031934996" y="343.0330138445141" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="343.033013844514" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="344.31096911608006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_57</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="357.09052183174003" x2="249.84025559091594" y2="357.09052183174003" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_9__stack1"><rect x="248.56230031934996" y="355.81256656017405" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="355.81256656017405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="357.09052183174003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_58</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="369.8700745474" x2="249.84025559091594" y2="369.8700745474" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_10__stack1"><rect x="248.56230031934996" y="368.592119275834" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="368.592119275834" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="369.8700745474" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_59</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="382.64962726306004" x2="249.84025559091594" y2="382.64962726306004" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_11__stack1"><rect x="248.56230031934996" y="381.37167199149405" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="381.37167199149405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="382.64962726306004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_60</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="395.42917997872" x2="249.84025559091594" y2="395.42917997872" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_12__stack1"><rect x="248.56230031934996" y="394.15122470715403" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="394.15122470715403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="395.42917997872" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_61</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="408.20873269438005" x2="249.84025559091594" y2="408.20873269438005" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_13__stack1"><rect x="248.56230031934996" y="406.93077742281406" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="406.930777422814" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="408.20873269438005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_62</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="420.98828541004" x2="248.56230031935002" y2="420.98828541004" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="249.84025559091594" cy="420.98828541004" r="1.277955271566" stroke-width="1.277955271566px"/><rect x="248.56230031934996" y="419.71033013847403" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="419.71033013847403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="420.98828541004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_63</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="433.7678381257" x2="249.84025559091594" y2="433.7678381257" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_15__stack1"><rect x="248.56230031934996" y="432.489882854134" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="432.489882854134" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="433.7678381257" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_64</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="446.54739084136" x2="249.84025559091594" y2="446.54739084136" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_16__stack1"><rect x="248.56230031934996" y="445.26943556979404" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="445.26943556979404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="446.54739084136" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_65</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="459.32694355702006" x2="248.56230031935002" y2="459.32694355702006" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="249.84025559091594" cy="459.32694355702006" r="1.277955271566" stroke-width="1.277955271566px"/><rect x="248.56230031934996" y="458.0489882854541" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="458.048988285454" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="459.32694355702006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_66</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="472.10649627268003" x2="248.56230031935002" y2="472.10649627268003" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="249.84025559091594" cy="472.10649627268003" r="1.277955271566" stroke-width="1.277955271566px"/><rect x="248.56230031934996" y="470.82854100111405" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="470.82854100111405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="472.10649627268003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_67</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="981.7891373803425" y="331.53141640041997" width="130.99041533551508" height="255.59105431320006" stroke-width="1.277955271566px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="981.7891373803425" y="331.53141640041997" width="130.99041533551508" height="255.59105431320006" fill="transparent"/><text class="sch-text" x="1047.2843450481" y="459.32694355702" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.501597444094px" transform="rotate(0, 1047.2843450481, 459.32694355702)">schematic_component_2</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="344.31096911607995" x2="956.2300319490225" y2="344.31096911607995" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="954.9520766774565" y="343.03301384451396" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="343.03301384451396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="344.31096911607995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_68</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="357.0905218317399" x2="956.2300319490225" y2="357.0905218317399" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="954.9520766774565" y="355.81256656017393" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="355.81256656017393" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="357.0905218317399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_69</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="369.87007454739995" x2="956.2300319490225" y2="369.87007454739995" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><rect x="954.9520766774565" y="368.59211927583397" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="368.59211927583397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="369.87007454739995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_70</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="382.64962726306" x2="956.2300319490225" y2="382.64962726306" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_3__stack1"><rect x="954.9520766774565" y="381.371671991494" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="381.37167199149394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="382.64962726306" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_71</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="395.42917997871996" x2="956.2300319490225" y2="395.42917997871996" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_4__stack1"><rect x="954.9520766774565" y="394.151224707154" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="394.151224707154" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="395.42917997871996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_72</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="408.20873269438" x2="956.2300319490225" y2="408.20873269438" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_5__stack1"><rect x="954.9520766774565" y="406.930777422814" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="406.93077742281395" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="408.20873269438" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_73</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="420.98828541003996" x2="956.2300319490225" y2="420.98828541003996" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_6__stack1"><rect x="954.9520766774565" y="419.710330138474" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="419.710330138474" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="420.98828541003996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_74</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="433.76783812569994" x2="956.2300319490225" y2="433.76783812569994" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_7__stack1"><rect x="954.9520766774565" y="432.48988285413395" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="432.48988285413395" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="433.76783812569994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_75</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="446.54739084135997" x2="956.2300319490225" y2="446.54739084135997" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_8__stack1"><rect x="954.9520766774565" y="445.269435569794" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="445.269435569794" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="446.54739084135997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_76</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="459.32694355701994" x2="956.2300319490225" y2="459.32694355701994" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_9__stack1"><rect x="954.9520766774565" y="458.04898828545396" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="458.04898828545396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="459.32694355701994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_77</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="472.10649627268" x2="956.2300319490225" y2="472.10649627268" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_10__stack1"><rect x="954.9520766774565" y="470.828541001114" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="470.82854100111393" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="472.10649627268" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_78</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="484.88604898833995" x2="956.2300319490225" y2="484.88604898833995" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_11__stack1"><rect x="954.9520766774565" y="483.60809371677396" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="483.60809371677396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="484.88604898833995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_79</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="497.665601704" x2="956.2300319490225" y2="497.665601704" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_12__stack1"><rect x="954.9520766774565" y="496.387646432434" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="496.38764643243394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="497.665601704" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_80</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="510.44515441965996" x2="956.2300319490225" y2="510.44515441965996" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_13__stack1"><rect x="954.9520766774565" y="509.16719914809397" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="509.16719914809397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="510.44515441965996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_81</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="523.2247071353199" x2="956.2300319490225" y2="523.2247071353199" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_14__stack1"><rect x="954.9520766774565" y="521.9467518637539" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="521.946751863754" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="523.2247071353199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_82</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="536.00425985098" x2="956.2300319490225" y2="536.00425985098" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_15__stack1"><rect x="954.9520766774565" y="534.726304579414" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="534.726304579414" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="536.00425985098" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_83</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="548.78381256664" x2="956.2300319490225" y2="548.78381256664" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_16__stack1"><rect x="954.9520766774565" y="547.505857295074" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="547.5058572950741" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="548.78381256664" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_84</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="561.5633652823001" x2="956.2300319490225" y2="561.5633652823001" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_17__stack1"><rect x="954.9520766774565" y="560.285410010734" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="560.285410010734" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="561.5633652823001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_85</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="574.3429179979601" x2="956.2300319490225" y2="574.3429179979601" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_18__stack1"><rect x="954.9520766774565" y="573.064962726394" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="573.064962726394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="574.3429179979601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_86</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="469.32907348237654" cy="561.5633652823001" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="507.66773162935647" cy="662.2023429181224" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="507.66773162935647" cy="205.33333333327752" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="730.6709265176235" cy="267.6336528221199" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="538.4664536740971" cy="662.2023429181224" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="730.6709265176235" cy="280.41320553777996" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="730.6709265176235" cy="293.19275825343993" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="569.2651757188377" cy="662.2023429181224" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="730.6709265176235" cy="305.97231096909996" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="600" cy="205.33333333327752" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="469.32907348237654" cy="484.88604898833995" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="469.32907348237654" cy="472.1064962726799" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="469.32907348237654" cy="446.5473908413599" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="469.32907348237654" cy="459.32694355701994" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="600.0638977635783" cy="662.2023429181224" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="630.8626198083189" cy="662.2023429181224" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="469.32907348237654" cy="267.6336528221199" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="469.32907348237654" cy="599.90202342928" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="469.32907348237654" cy="280.41320553777996" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="469.32907348237654" cy="293.19275825343993" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="469.32907348237654" cy="305.9723109690999" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="469.32907348237654" cy="318.75186368475994" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_22__stack1"><circle cx="469.32907348237654" cy="331.5314164004199" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_23__stack1"><circle cx="469.32907348237654" cy="344.31096911607995" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_24__stack1"><circle cx="469.32907348237654" cy="357.0905218317399" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_25__stack1"><circle cx="469.32907348237654" cy="369.8700745473999" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_26__stack1"><circle cx="469.32907348237654" cy="382.6496272630599" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_27__stack1"><circle cx="469.32907348237654" cy="395.4291799787199" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_28__stack1"><circle cx="469.32907348237654" cy="408.20873269437993" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_29__stack1"><circle cx="692.3322683706435" cy="205.33333333327752" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_30__stack1"><circle cx="730.6709265176235" cy="561.5633652823001" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_31__stack1"><circle cx="730.6709265176235" cy="574.3429179979601" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_32__stack1"><circle cx="730.6709265176235" cy="587.12247071362" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_33__stack1"><circle cx="730.6709265176235" cy="599.90202342928" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_34__stack1"><circle cx="469.32907348237654" cy="548.78381256664" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_35__stack1"><circle cx="730.6709265176235" cy="504.0553780618301" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_36__stack1"><circle cx="730.6709265176235" cy="491.27582534617005" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_37__stack1"><circle cx="730.6709265176235" cy="465.71671991485005" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_38__stack1"><circle cx="730.6709265176235" cy="478.4962726305101" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_39__stack1"><circle cx="730.6709265176235" cy="452.93716719919007" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_40__stack1"><circle cx="730.6709265176235" cy="440.15761448353004" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_41__stack1"><circle cx="730.6709265176235" cy="427.37806176787" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_42__stack1"><circle cx="730.6709265176235" cy="414.59850905221003" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_43__stack1"><circle cx="469.32907348237654" cy="510.44515441965996" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_44__stack1"><circle cx="469.32907348237654" cy="497.665601704" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_45__stack1"><circle cx="661.6613418530595" cy="662.2023429181224" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_46__stack1"><circle cx="730.6709265176235" cy="401.81895633655" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_47__stack1"><circle cx="730.6709265176235" cy="389.03940362088997" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_48__stack1"><circle cx="692.3322683706435" cy="662.2023429181224" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="249.84025559091594" cy="242.07454739079998" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="249.84025559091594" cy="254.85410010645998" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="249.84025559091594" cy="267.63365282212" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="249.84025559091594" cy="280.41320553777996" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_4__stack1"><circle cx="249.84025559091594" cy="293.19275825344005" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_5__stack1"><circle cx="249.84025559091594" cy="305.9723109691" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_6__stack1"><circle cx="249.84025559091594" cy="318.75186368476005" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_7__stack1"><circle cx="249.84025559091594" cy="331.53141640042" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_8__stack1"><circle cx="249.84025559091594" cy="344.31096911608006" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_9__stack1"><circle cx="249.84025559091594" cy="357.09052183174003" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_10__stack1"><circle cx="249.84025559091594" cy="369.8700745474" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_11__stack1"><circle cx="249.84025559091594" cy="382.64962726306004" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_12__stack1"><circle cx="249.84025559091594" cy="395.42917997872" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_13__stack1"><circle cx="249.84025559091594" cy="408.20873269438005" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_14__stack1"><circle cx="249.84025559091594" cy="420.98828541004" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_15__stack1"><circle cx="249.84025559091594" cy="433.7678381257" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_16__stack1"><circle cx="249.84025559091594" cy="446.54739084136" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_17__stack1"><circle cx="249.84025559091594" cy="459.32694355702006" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_18__stack1"><circle cx="249.84025559091594" cy="472.10649627268003" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="956.2300319490225" cy="344.31096911607995" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="956.2300319490225" cy="357.0905218317399" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="956.2300319490225" cy="369.87007454739995" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_3__stack1"><circle cx="956.2300319490225" cy="382.64962726306" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_4__stack1"><circle cx="956.2300319490225" cy="395.42917997871996" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_5__stack1"><circle cx="956.2300319490225" cy="408.20873269438" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_6__stack1"><circle cx="956.2300319490225" cy="420.98828541003996" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_7__stack1"><circle cx="956.2300319490225" cy="433.76783812569994" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_8__stack1"><circle cx="956.2300319490225" cy="446.54739084135997" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_9__stack1"><circle cx="956.2300319490225" cy="459.32694355701994" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_10__stack1"><circle cx="956.2300319490225" cy="472.10649627268" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_11__stack1"><circle cx="956.2300319490225" cy="484.88604898833995" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_12__stack1"><circle cx="956.2300319490225" cy="497.665601704" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_13__stack1"><circle cx="956.2300319490225" cy="510.44515441965996" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_14__stack1"><circle cx="956.2300319490225" cy="523.2247071353199" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_15__stack1"><circle cx="956.2300319490225" cy="536.00425985098" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_16__stack1"><circle cx="956.2300319490225" cy="548.78381256664" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_17__stack1"><circle cx="956.2300319490225" cy="561.5633652823001" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_18__stack1"><circle cx="956.2300319490225" cy="574.3429179979601" r="2.555910543132" 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="
|
|
252
|
-
M
|
|
253
|
-
L
|
|
254
|
-
L
|
|
255
|
-
L
|
|
256
|
-
L
|
|
251
|
+
</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 223.1909328681279 255.51641964535995 L 462.77244986913695 255.5164196453599" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.159546643424001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 223.1909328681279 255.51641964535995 L 462.77244986913695 255.5164196453599" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3949433304280001px" 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 223.1909328681279 269.46585294963995 L 462.77244986913695 269.4658529496399" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.159546643424001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 223.1909328681279 269.46585294963995 L 462.77244986913695 269.4658529496399" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3949433304280001px" 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 223.1909328681279 283.41528625392 L 462.77244986913695 283.41528625391993" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.159546643424001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 223.1909328681279 283.41528625392 L 462.77244986913695 283.41528625391993" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3949433304280001px" 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 223.1909328681279 297.3647195582 L 462.77244986913695 297.3647195581999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.159546643424001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 223.1909328681279 297.3647195582 L 462.77244986913695 297.3647195581999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3949433304280001px" 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 223.1909328681279 311.31415286248 L 462.77244986913695 311.3141528624799" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.159546643424001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 223.1909328681279 311.31415286248 L 462.77244986913695 311.3141528624799" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3949433304280001px" 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 223.1909328681279 325.26358616676004 L 462.77244986913695 325.26358616675986" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.159546643424001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 223.1909328681279 325.26358616676004 L 462.77244986913695 325.26358616675986" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3949433304280001px" 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 223.1909328681279 339.21301947104 L 462.77244986913695 339.2130194710399" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.159546643424001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 223.1909328681279 339.21301947104 L 462.77244986913695 339.2130194710399" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3949433304280001px" 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 223.1909328681279 353.16245277532005 L 462.77244986913695 353.1624527753199" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.159546643424001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 223.1909328681279 353.16245277532005 L 462.77244986913695 353.1624527753199" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3949433304280001px" 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 223.1909328681279 367.1118860796 L 462.77244986913695 367.1118860795999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.159546643424001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 223.1909328681279 367.1118860796 L 462.77244986913695 367.1118860795999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3949433304280001px" 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 223.1909328681279 381.06131938388 L 462.77244986913695 381.0613193838799" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.159546643424001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 223.1909328681279 381.06131938388 L 462.77244986913695 381.0613193838799" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3949433304280001px" 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 223.1909328681279 395.01075268816 L 462.77244986913695 395.01075268815987" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.159546643424001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 223.1909328681279 395.01075268816 L 462.77244986913695 395.01075268815987" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3949433304280001px" 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 223.1909328681279 408.96018599244 L 462.77244986913695 408.9601859924399" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.159546643424001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 223.1909328681279 408.96018599244 L 462.77244986913695 408.9601859924399" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3949433304280001px" 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 605.4054054054 187.51293228699498 L 605.4054054054 173.56349898271498 L 504.62074978197694 173.56349898271498 L 504.62074978197694 187.51293228699498" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.159546643424001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 605.4054054054 187.51293228699498 L 605.4054054054 173.56349898271498 L 504.62074978197694 173.56349898271498 L 504.62074978197694 187.51293228699498" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3949433304280001px" 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 223.1909328681279 241.56698634107994 L 363.9058413250524 241.56698634107994 L 363.9058413250524 173.56349898271498 L 504.62074978197694 173.56349898271498 L 504.62074978197694 187.51293228699498" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.159546643424001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 223.1909328681279 241.56698634107994 L 363.9058413250524 241.56698634107994 L 363.9058413250524 173.56349898271498 L 504.62074978197694 173.56349898271498 L 504.62074978197694 187.51293228699498" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3949433304280001px" 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 223.1909328681279 436.85905260100003 L 342.9816913686324 436.85905260100003 L 342.9816913686324 139.38738738722896 L 706.190061028823 139.38738738722896 L 706.190061028823 187.51293228699498" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.159546643424001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 223.1909328681279 436.85905260100003 L 342.9816913686324 436.85905260100003 L 342.9816913686324 139.38738738722896 L 706.190061028823 139.38738738722896 L 706.190061028823 187.51293228699498" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3949433304280001px" 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 994.245858762205 339.21301947103996 L 980.296425457925 339.21301947103996 L 980.296425457925 255.5164196453599 L 748.038360941663 255.5164196453599" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.159546643424001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 994.245858762205 339.21301947103996 L 980.296425457925 339.21301947103996 L 980.296425457925 255.5164196453599 L 748.038360941663 255.5164196453599" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3949433304280001px" 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 994.245858762205 353.16245277531993 L 871.142109851934 353.16245277531993 L 871.142109851934 269.4658529496399 L 748.038360941663 269.4658529496399" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.159546643424001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 994.245858762205 353.16245277531993 L 871.142109851934 353.16245277531993 L 871.142109851934 269.4658529496399 L 748.038360941663 269.4658529496399" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3949433304280001px" 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 994.245858762205 367.1118860795999 L 864.167393199794 367.1118860795999 L 864.167393199794 283.41528625391993 L 748.038360941663 283.41528625391993" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.159546643424001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 994.245858762205 367.1118860795999 L 864.167393199794 367.1118860795999 L 864.167393199794 283.41528625391993 L 748.038360941663 283.41528625391993" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3949433304280001px" 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 994.245858762205 381.06131938387995 L 857.192676547654 381.06131938387995 L 857.192676547654 297.3647195581999 L 748.038360941663 297.3647195581999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.159546643424001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 994.245858762205 381.06131938387995 L 857.192676547654 381.06131938387995 L 857.192676547654 297.3647195581999 L 748.038360941663 297.3647195581999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3949433304280001px" 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 994.245858762205 395.0107526881599 L 871.142109851934 395.0107526881599 L 871.142109851934 388.03603603601994 L 748.038360941663 388.03603603601994" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.159546643424001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 994.245858762205 395.0107526881599 L 871.142109851934 395.0107526881599 L 871.142109851934 388.03603603601994 L 748.038360941663 388.03603603601994" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3949433304280001px" 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 994.245858762205 408.96018599243996 L 871.142109851934 408.96018599243996 L 871.142109851934 401.98546934029997 L 748.038360941663 401.98546934029997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.159546643424001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 994.245858762205 408.96018599243996 L 871.142109851934 408.96018599243996 L 871.142109851934 401.98546934029997 L 748.038360941663 401.98546934029997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3949433304280001px" 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 994.245858762205 422.90961929671994 L 871.142109851934 422.90961929671994 L 871.142109851934 415.93490264458 L 748.038360941663 415.93490264458" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.159546643424001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 994.245858762205 422.90961929671994 L 871.142109851934 422.90961929671994 L 871.142109851934 415.93490264458 L 748.038360941663 415.93490264458" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3949433304280001px" 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 994.245858762205 436.8590526009999 L 871.142109851934 436.8590526009999 L 871.142109851934 429.88433594886 L 748.038360941663 429.88433594886" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.159546643424001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 994.245858762205 436.8590526009999 L 871.142109851934 436.8590526009999 L 871.142109851934 429.88433594886 L 748.038360941663 429.88433594886" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3949433304280001px" 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 994.245858762205 450.80848590527995 L 871.142109851934 450.80848590527995 L 871.142109851934 443.83376925314 L 748.038360941663 443.83376925314" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.159546643424001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 994.245858762205 450.80848590527995 L 871.142109851934 450.80848590527995 L 871.142109851934 443.83376925314 L 748.038360941663 443.83376925314" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3949433304280001px" 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 994.245858762205 464.75791920955993 L 871.142109851934 464.75791920955993 L 871.142109851934 457.78320255742005 L 748.038360941663 457.78320255742005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.159546643424001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 994.245858762205 464.75791920955993 L 871.142109851934 464.75791920955993 L 871.142109851934 457.78320255742005 L 748.038360941663 457.78320255742005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3949433304280001px" 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 994.245858762205 478.7073525138399 L 871.142109851934 478.7073525138399 L 871.142109851934 471.73263586170003 L 748.038360941663 471.73263586170003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.159546643424001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 994.245858762205 478.7073525138399 L 871.142109851934 478.7073525138399 L 871.142109851934 471.73263586170003 L 748.038360941663 471.73263586170003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3949433304280001px" 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 994.245858762205 492.65678581811994 L 871.142109851934 492.65678581811994 L 871.142109851934 485.68206916598007 L 748.038360941663 485.68206916598007" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.159546643424001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 994.245858762205 492.65678581811994 L 871.142109851934 492.65678581811994 L 871.142109851934 485.68206916598007 L 748.038360941663 485.68206916598007" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3949433304280001px" 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 994.245858762205 506.6062191223999 L 871.142109851934 506.6062191223999 L 871.142109851934 499.63150247026005 L 748.038360941663 499.63150247026005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.159546643424001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 994.245858762205 506.6062191223999 L 871.142109851934 506.6062191223999 L 871.142109851934 499.63150247026005 L 748.038360941663 499.63150247026005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3949433304280001px" 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 994.245858762205 520.5556524266799 L 871.142109851934 520.5556524266799 L 871.142109851934 513.5809357745401 L 748.038360941663 513.5809357745401" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.159546643424001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 994.245858762205 520.5556524266799 L 871.142109851934 520.5556524266799 L 871.142109851934 513.5809357745401 L 748.038360941663 513.5809357745401" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3949433304280001px" 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 994.245858762205 534.50508573096 L 857.192676547654 534.50508573096 L 857.192676547654 576.3533856438 L 748.038360941663 576.3533856438" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.159546643424001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 994.245858762205 534.50508573096 L 857.192676547654 534.50508573096 L 857.192676547654 576.3533856438 L 748.038360941663 576.3533856438" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3949433304280001px" 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 994.245858762205 548.45451903524 L 871.142109851934 548.45451903524 L 871.142109851934 590.30281894808 L 748.038360941663 590.30281894808" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.159546643424001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 994.245858762205 548.45451903524 L 871.142109851934 548.45451903524 L 871.142109851934 590.30281894808 L 748.038360941663 590.30281894808" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3949433304280001px" 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 994.245858762205 562.40395233952 L 878.116826504074 562.40395233952 L 878.116826504074 604.25225225236 L 748.038360941663 604.25225225236" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.159546643424001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 994.245858762205 562.40395233952 L 878.116826504074 562.40395233952 L 878.116826504074 604.25225225236 L 748.038360941663 604.25225225236" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3949433304280001px" 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 994.245858762205 576.3533856438 L 885.0915431562139 576.3533856438 L 885.0915431562139 618.2016855566401 L 748.038360941663 618.2016855566401" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.159546643424001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 994.245858762205 576.3533856438 L 885.0915431562139 576.3533856438 L 885.0915431562139 618.2016855566401 L 748.038360941663 618.2016855566401" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3949433304280001px" 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 223.1909328681279 450.80848590528 L 388.77070618993156 450.80848590528 L 388.77070618993156 700.1546062192849 L 639.0932868352361 700.1546062192849 L 639.0932868352361 686.2051729150049" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.159546643424001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 223.1909328681279 450.80848590528 L 388.77070618993156 450.80848590528 L 388.77070618993156 700.1546062192849 L 639.0932868352361 700.1546062192849 L 639.0932868352361 686.2051729150049" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3949433304280001px" 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 504.62074978197694 173.56349898271498 L 504.62074978197694 124.04301075252101" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.159546643424001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 504.62074978197694 173.56349898271498 L 504.62074978197694 124.04301075252101" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3949433304280001px" 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 994.245858762205 590.30281894808 L 935.6582388842289 590.30281894808" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.159546643424001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 994.245858762205 590.30281894808 L 935.6582388842289 590.30281894808" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3949433304280001px" 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 462.77244986913695 576.3533856438 L 404.184829991161 576.3533856438" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.159546643424001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 462.77244986913695 576.3533856438 L 404.184829991161 576.3533856438" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3949433304280001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"><circle cx="504.62074978197694" cy="173.56349898271498" r="2.092414995642" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="504.62074978197694" cy="187.51293228699498" r="2.092414995642" 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_13__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_26__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_29__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_30__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_31__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_32__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_33__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_34__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_35__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_36__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="490.67131647769696" y="215.41179889555497" width="229.46817785540605" height="442.89450741089" stroke-width="1.3949433304280001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="490.67131647769696" y="215.41179889555497" width="229.46817785540605" height="442.89450741089" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="490.67131647769696" y1="576.3533856438" x2="462.77244986913695" y2="576.3533856438" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="461.37750653870893" y="574.9584423133721" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.7218831734169" y="574.958442313372" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="504.62074978197694" y1="658.306306306445" x2="504.62074978197694" y2="684.810229584577" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="504.62074978197694" cy="686.2051729150049" r="1.3949433304280001" stroke-width="1.3949433304280001px"/><rect x="503.2258064515489" y="684.810229584577" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="503.2258064515489" y="672.255739610725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform="rotate(-90 503.2258064515489 672.255739610725)"></text><line class="component-pin sch-component-pin sch-port-line" x1="504.62074978197694" y1="215.41179889555497" x2="504.62074978197694" y2="187.51293228699498" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="503.2258064515489" y="186.117988956567" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="503.2258064515489" y="201.46236559127496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform="rotate(-90 503.2258064515489 201.46236559127496)"></text><line class="component-pin sch-component-pin sch-port-line" x1="720.139494333103" y1="255.5164196453599" x2="748.038360941663" y2="255.5164196453599" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="746.643417611235" y="254.1214763149319" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="734.088927637383" y="254.1214763149319" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="538.2388840452918" y1="658.306306306445" x2="538.2388840452918" y2="684.810229584577" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="538.2388840452918" cy="686.2051729150049" r="1.3949433304280001" stroke-width="1.3949433304280001px"/><rect x="536.8439407148638" y="684.810229584577" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="536.8439407148637" y="672.255739610725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform="rotate(-90 536.8439407148637 672.255739610725)"></text><line class="component-pin sch-component-pin sch-port-line" x1="720.139494333103" y1="269.4658529496399" x2="748.038360941663" y2="269.4658529496399" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="746.643417611235" y="268.0709096192119" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="734.088927637383" y="268.0709096192119" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="720.139494333103" y1="283.41528625391993" x2="748.038360941663" y2="283.41528625391993" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="746.643417611235" y="282.0203429234919" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="734.088927637383" y="282.0203429234919" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="571.8570183086065" y1="658.306306306445" x2="571.8570183086065" y2="684.810229584577" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="571.8570183086065" cy="686.2051729150049" r="1.3949433304280001" stroke-width="1.3949433304280001px"/><rect x="570.4620749781785" y="684.810229584577" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="570.4620749781785" y="672.255739610725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform="rotate(-90 570.4620749781785 672.255739610725)"></text><line class="component-pin sch-component-pin sch-port-line" x1="720.139494333103" y1="297.3647195581999" x2="748.038360941663" y2="297.3647195581999" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="746.643417611235" y="295.9697762277719" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="734.088927637383" y="295.96977622777194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="605.4054054054" y1="215.41179889555497" x2="605.4054054054" y2="187.51293228699498" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><rect x="604.010462074972" y="186.117988956567" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.010462074972" y="201.46236559127496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform="rotate(-90 604.010462074972 201.46236559127496)"></text><line class="component-pin sch-component-pin sch-port-line" x1="490.67131647769696" y1="492.65678581811994" x2="464.16739319956497" y2="492.65678581811994" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="462.77244986913695" cy="492.65678581811994" r="1.3949433304280001" stroke-width="1.3949433304280001px"/><rect x="461.37750653870893" y="491.2618424876919" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.7218831734169" y="491.2618424876919" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="490.67131647769696" y1="478.7073525138399" x2="464.16739319956497" y2="478.7073525138399" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="462.77244986913695" cy="478.7073525138399" r="1.3949433304280001" stroke-width="1.3949433304280001px"/><rect x="461.37750653870893" y="477.3124091834119" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.7218831734169" y="477.3124091834119" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="490.67131647769696" y1="450.8084859052799" x2="464.16739319956497" y2="450.8084859052799" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="462.77244986913695" cy="450.8084859052799" r="1.3949433304280001" stroke-width="1.3949433304280001px"/><rect x="461.37750653870893" y="449.4135425748519" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.7218831734169" y="449.4135425748519" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="490.67131647769696" y1="464.75791920955993" x2="464.16739319956497" y2="464.75791920955993" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="462.77244986913695" cy="464.75791920955993" r="1.3949433304280001" stroke-width="1.3949433304280001px"/><rect x="461.37750653870893" y="463.3629758791319" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.7218831734169" y="463.3629758791319" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="605.4751525719213" y1="658.306306306445" x2="605.4751525719213" y2="684.810229584577" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="605.4751525719213" cy="686.2051729150049" r="1.3949433304280001" stroke-width="1.3949433304280001px"/><rect x="604.0802092414933" y="684.810229584577" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.0802092414933" y="672.255739610725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform="rotate(-90 604.0802092414933 672.255739610725)"></text><line class="component-pin sch-component-pin sch-port-line" x1="639.0932868352361" y1="658.306306306445" x2="639.0932868352361" y2="686.2051729150049" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><rect x="637.6983435048081" y="684.810229584577" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="637.6983435048081" y="672.255739610725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform="rotate(-90 637.6983435048081 672.255739610725)"></text><line class="component-pin sch-component-pin sch-port-line" x1="490.67131647769696" y1="255.5164196453599" x2="462.77244986913695" y2="255.5164196453599" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><rect x="461.37750653870893" y="254.1214763149319" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.7218831734169" y="254.1214763149319" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="490.67131647769696" y1="618.2016855566401" x2="464.16739319956497" y2="618.2016855566401" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="462.77244986913695" cy="618.2016855566401" r="1.3949433304280001" stroke-width="1.3949433304280001px"/><rect x="461.37750653870893" y="616.8067422262121" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.7218831734169" y="616.806742226212" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="490.67131647769696" y1="269.4658529496399" x2="462.77244986913695" y2="269.4658529496399" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><rect x="461.37750653870893" y="268.0709096192119" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.7218831734169" y="268.0709096192119" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="490.67131647769696" y1="283.41528625391993" x2="462.77244986913695" y2="283.41528625391993" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><rect x="461.37750653870893" y="282.0203429234919" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.7218831734169" y="282.02034292349185" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="490.67131647769696" y1="297.3647195581999" x2="462.77244986913695" y2="297.3647195581999" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><rect x="461.37750653870893" y="295.9697762277719" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.7218831734169" y="295.9697762277719" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="490.67131647769696" y1="311.3141528624799" x2="462.77244986913695" y2="311.3141528624799" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><rect x="461.37750653870893" y="309.91920953205187" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.7218831734169" y="309.9192095320519" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="490.67131647769696" y1="325.26358616675986" x2="462.77244986913695" y2="325.26358616675986" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_22__stack1"><rect x="461.37750653870893" y="323.86864283633184" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.7218831734169" y="323.8686428363319" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="490.67131647769696" y1="339.2130194710399" x2="462.77244986913695" y2="339.2130194710399" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_23__stack1"><rect x="461.37750653870893" y="337.8180761406119" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.7218831734169" y="337.8180761406119" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="490.67131647769696" y1="353.1624527753199" x2="462.77244986913695" y2="353.1624527753199" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_24__stack1"><rect x="461.37750653870893" y="351.76750944489186" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.7218831734169" y="351.7675094448919" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="490.67131647769696" y1="367.1118860795999" x2="462.77244986913695" y2="367.1118860795999" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_25__stack1"><rect x="461.37750653870893" y="365.7169427491719" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.7218831734169" y="365.7169427491719" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="490.67131647769696" y1="381.0613193838799" x2="462.77244986913695" y2="381.0613193838799" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_26__stack1"><rect x="461.37750653870893" y="379.66637605345187" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.7218831734169" y="379.66637605345187" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="490.67131647769696" y1="395.01075268815987" x2="462.77244986913695" y2="395.01075268815987" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_27__stack1"><rect x="461.37750653870893" y="393.61580935773185" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.7218831734169" y="393.6158093577319" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="490.67131647769696" y1="408.9601859924399" x2="462.77244986913695" y2="408.9601859924399" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_28__stack1"><rect x="461.37750653870893" y="407.5652426620119" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.7218831734169" y="407.5652426620119" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="706.190061028823" y1="215.41179889555497" x2="706.190061028823" y2="187.51293228699498" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_29__stack1"><rect x="704.7951176983951" y="186.117988956567" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="704.795117698395" y="201.46236559127496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform="rotate(-90 704.795117698395 201.46236559127496)"></text><line class="component-pin sch-component-pin sch-port-line" x1="720.139494333103" y1="576.3533856438" x2="748.038360941663" y2="576.3533856438" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_30__stack1"><rect x="746.643417611235" y="574.9584423133721" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="734.088927637383" y="574.9584423133721" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="720.139494333103" y1="590.30281894808" x2="748.038360941663" y2="590.30281894808" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_31__stack1"><rect x="746.643417611235" y="588.907875617652" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="734.088927637383" y="588.907875617652" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="720.139494333103" y1="604.25225225236" x2="748.038360941663" y2="604.25225225236" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_32__stack1"><rect x="746.643417611235" y="602.857308921932" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="734.088927637383" y="602.857308921932" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="720.139494333103" y1="618.2016855566401" x2="748.038360941663" y2="618.2016855566401" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_33__stack1"><rect x="746.643417611235" y="616.8067422262121" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="734.088927637383" y="616.806742226212" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="490.67131647769696" y1="562.40395233952" x2="464.16739319956497" y2="562.40395233952" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="462.77244986913695" cy="562.40395233952" r="1.3949433304280001" stroke-width="1.3949433304280001px"/><rect x="461.37750653870893" y="561.009009009092" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.7218831734169" y="561.009009009092" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="720.139494333103" y1="513.5809357745401" x2="748.038360941663" y2="513.5809357745401" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_35__stack1"><rect x="746.643417611235" y="512.1859924441121" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="734.088927637383" y="512.185992444112" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="720.139494333103" y1="499.63150247026005" x2="748.038360941663" y2="499.63150247026005" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_36__stack1"><rect x="746.643417611235" y="498.236559139832" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="734.088927637383" y="498.236559139832" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="720.139494333103" y1="471.73263586170003" x2="748.038360941663" y2="471.73263586170003" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_37__stack1"><rect x="746.643417611235" y="470.337692531272" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="734.088927637383" y="470.337692531272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="720.139494333103" y1="485.68206916598007" x2="748.038360941663" y2="485.68206916598007" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_38__stack1"><rect x="746.643417611235" y="484.28712583555205" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="734.088927637383" y="484.28712583555205" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="720.139494333103" y1="457.78320255742005" x2="748.038360941663" y2="457.78320255742005" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_39__stack1"><rect x="746.643417611235" y="456.38825922699203" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="734.088927637383" y="456.38825922699203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="720.139494333103" y1="443.83376925314" x2="748.038360941663" y2="443.83376925314" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_40__stack1"><rect x="746.643417611235" y="442.438825922712" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="734.088927637383" y="442.438825922712" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="720.139494333103" y1="429.88433594886" x2="748.038360941663" y2="429.88433594886" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_41__stack1"><rect x="746.643417611235" y="428.48939261843196" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="734.088927637383" y="428.489392618432" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="720.139494333103" y1="415.93490264458" x2="748.038360941663" y2="415.93490264458" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_42__stack1"><rect x="746.643417611235" y="414.539959314152" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="734.088927637383" y="414.539959314152" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="490.67131647769696" y1="520.5556524266799" x2="464.16739319956497" y2="520.5556524266799" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_43__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="462.77244986913695" cy="520.5556524266799" r="1.3949433304280001" stroke-width="1.3949433304280001px"/><rect x="461.37750653870893" y="519.1607090962519" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.7218831734169" y="519.1607090962519" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="490.67131647769696" y1="506.6062191223999" x2="464.16739319956497" y2="506.6062191223999" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_44__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="462.77244986913695" cy="506.6062191223999" r="1.3949433304280001" stroke-width="1.3949433304280001px"/><rect x="461.37750653870893" y="505.2112757919719" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.7218831734169" y="505.21127579197196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="672.711421098551" y1="658.306306306445" x2="672.711421098551" y2="684.810229584577" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_45__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="672.711421098551" cy="686.2051729150049" r="1.3949433304280001" stroke-width="1.3949433304280001px"/><rect x="671.316477768123" y="684.810229584577" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="671.3164777681229" y="672.255739610725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform="rotate(-90 671.3164777681229 672.255739610725)"></text><line class="component-pin sch-component-pin sch-port-line" x1="720.139494333103" y1="401.98546934029997" x2="748.038360941663" y2="401.98546934029997" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_46__stack1"><rect x="746.643417611235" y="400.59052600987195" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="734.088927637383" y="400.59052600987195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="720.139494333103" y1="388.03603603601994" x2="748.038360941663" y2="388.03603603601994" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_47__stack1"><rect x="746.643417611235" y="386.6410927055919" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="734.088927637383" y="386.641092705592" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="706.190061028823" y1="658.306306306445" x2="706.190061028823" y2="684.810229584577" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_0_48__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="706.190061028823" cy="686.2051729150049" r="1.3949433304280001" stroke-width="1.3949433304280001px"/><rect x="704.7951176983951" y="684.810229584577" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="704.795117698395" y="672.255739610725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform="rotate(-90 704.795117698395 672.255739610725)"></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="39.05841325163203" y="213.66811973251995" width="156.23365300793586" height="278.98866608560013" stroke-width="1.3949433304280001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="39.05841325163203" y="213.66811973251995" width="156.23365300793586" height="278.98866608560013" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="195.2920662595679" y1="227.61755303679993" x2="221.79598953769994" y2="227.61755303679993" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="223.1909328681279" cy="227.61755303679993" r="1.3949433304280001" stroke-width="1.3949433304280001px"/><rect x="221.7959895376999" y="226.22260970637194" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="209.24149956384787" y="226.22260970637194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="195.2920662595679" y1="241.56698634107994" x2="223.1909328681279" y2="241.56698634107994" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="221.7959895376999" y="240.17204301065195" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="209.24149956384787" y="240.17204301065195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="195.2920662595679" y1="255.51641964535995" x2="223.1909328681279" y2="255.51641964535995" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="221.7959895376999" y="254.12147631493195" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="209.24149956384787" y="254.12147631493195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="195.2920662595679" y1="269.46585294963995" x2="223.1909328681279" y2="269.46585294963995" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="221.7959895376999" y="268.07090961921193" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="209.24149956384787" y="268.070909619212" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="195.2920662595679" y1="283.41528625392" x2="223.1909328681279" y2="283.41528625392" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_1_4__stack1"><rect x="221.7959895376999" y="282.02034292349197" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="209.24149956384787" y="282.02034292349197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="195.2920662595679" y1="297.3647195582" x2="223.1909328681279" y2="297.3647195582" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_1_5__stack1"><rect x="221.7959895376999" y="295.969776227772" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="209.24149956384787" y="295.969776227772" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="195.2920662595679" y1="311.31415286248" x2="223.1909328681279" y2="311.31415286248" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_1_6__stack1"><rect x="221.7959895376999" y="309.919209532052" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="209.24149956384787" y="309.91920953205204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="195.2920662595679" y1="325.26358616676004" x2="223.1909328681279" y2="325.26358616676004" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_1_7__stack1"><rect x="221.7959895376999" y="323.868642836332" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="209.24149956384787" y="323.868642836332" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="195.2920662595679" y1="339.21301947104" x2="223.1909328681279" y2="339.21301947104" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_1_8__stack1"><rect x="221.7959895376999" y="337.818076140612" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="209.24149956384787" y="337.818076140612" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="195.2920662595679" y1="353.16245277532005" x2="223.1909328681279" y2="353.16245277532005" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_1_9__stack1"><rect x="221.7959895376999" y="351.767509444892" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="209.24149956384787" y="351.767509444892" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="195.2920662595679" y1="367.1118860796" x2="223.1909328681279" y2="367.1118860796" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_1_10__stack1"><rect x="221.7959895376999" y="365.716942749172" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="209.24149956384787" y="365.716942749172" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="195.2920662595679" y1="381.06131938388" x2="223.1909328681279" y2="381.06131938388" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_1_11__stack1"><rect x="221.7959895376999" y="379.666376053452" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="209.24149956384787" y="379.66637605345204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="195.2920662595679" y1="395.01075268816" x2="223.1909328681279" y2="395.01075268816" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_1_12__stack1"><rect x="221.7959895376999" y="393.61580935773196" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="209.24149956384787" y="393.615809357732" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="195.2920662595679" y1="408.96018599244" x2="223.1909328681279" y2="408.96018599244" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_1_13__stack1"><rect x="221.7959895376999" y="407.565242662012" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="209.24149956384787" y="407.565242662012" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="195.2920662595679" y1="422.90961929672" x2="221.79598953769994" y2="422.90961929672" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_1_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="223.1909328681279" cy="422.90961929672" r="1.3949433304280001" stroke-width="1.3949433304280001px"/><rect x="221.7959895376999" y="421.514675966292" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="209.24149956384787" y="421.51467596629203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="195.2920662595679" y1="436.85905260100003" x2="223.1909328681279" y2="436.85905260100003" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_1_15__stack1"><rect x="221.7959895376999" y="435.464109270572" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="209.24149956384787" y="435.464109270572" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="195.2920662595679" y1="450.80848590528" x2="223.1909328681279" y2="450.80848590528" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_1_16__stack1"><rect x="221.7959895376999" y="449.413542574852" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="209.24149956384787" y="449.413542574852" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="195.2920662595679" y1="464.75791920956" x2="221.79598953769994" y2="464.75791920956" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_1_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="223.1909328681279" cy="464.75791920956" r="1.3949433304280001" stroke-width="1.3949433304280001px"/><rect x="221.7959895376999" y="463.36297587913197" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="209.24149956384787" y="463.362975879132" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="195.2920662595679" y1="478.70735251384" x2="221.79598953769994" y2="478.70735251384" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_1_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="223.1909328681279" cy="478.70735251384" r="1.3949433304280001" stroke-width="1.3949433304280001px"/><rect x="221.7959895376999" y="477.312409183412" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="209.24149956384787" y="477.312409183412" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></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="1022.144725370765" y="325.2635861667599" width="142.9816913688701" height="278.9886660856001" stroke-width="1.3949433304280001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1022.144725370765" y="325.2635861667599" width="142.9816913688701" height="278.9886660856001" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1022.144725370765" y1="339.21301947103996" x2="994.245858762205" y2="339.21301947103996" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="992.850915431777" y="337.81807614061194" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="1008.1952920664851" y="337.81807614061194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1022.144725370765" y1="353.16245277531993" x2="994.245858762205" y2="353.16245277531993" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="992.850915431777" y="351.7675094448919" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="1008.1952920664851" y="351.7675094448919" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1022.144725370765" y1="367.1118860795999" x2="994.245858762205" y2="367.1118860795999" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><rect x="992.850915431777" y="365.7169427491719" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="1008.1952920664851" y="365.71694274917195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1022.144725370765" y1="381.06131938387995" x2="994.245858762205" y2="381.06131938387995" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_2_3__stack1"><rect x="992.850915431777" y="379.6663760534519" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="1008.1952920664851" y="379.6663760534519" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1022.144725370765" y1="395.0107526881599" x2="994.245858762205" y2="395.0107526881599" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_2_4__stack1"><rect x="992.850915431777" y="393.6158093577319" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="1008.1952920664851" y="393.61580935773196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1022.144725370765" y1="408.96018599243996" x2="994.245858762205" y2="408.96018599243996" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_2_5__stack1"><rect x="992.850915431777" y="407.56524266201194" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="1008.1952920664851" y="407.56524266201194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1022.144725370765" y1="422.90961929671994" x2="994.245858762205" y2="422.90961929671994" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_2_6__stack1"><rect x="992.850915431777" y="421.5146759662919" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="1008.1952920664851" y="421.5146759662919" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1022.144725370765" y1="436.8590526009999" x2="994.245858762205" y2="436.8590526009999" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_2_7__stack1"><rect x="992.850915431777" y="435.4641092705719" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="1008.1952920664851" y="435.46410927057195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1022.144725370765" y1="450.80848590527995" x2="994.245858762205" y2="450.80848590527995" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_2_8__stack1"><rect x="992.850915431777" y="449.41354257485193" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="1008.1952920664851" y="449.41354257485193" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1022.144725370765" y1="464.75791920955993" x2="994.245858762205" y2="464.75791920955993" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_2_9__stack1"><rect x="992.850915431777" y="463.3629758791319" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="1008.1952920664851" y="463.3629758791319" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1022.144725370765" y1="478.7073525138399" x2="994.245858762205" y2="478.7073525138399" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_2_10__stack1"><rect x="992.850915431777" y="477.3124091834119" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="1008.1952920664851" y="477.31240918341194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1022.144725370765" y1="492.65678581811994" x2="994.245858762205" y2="492.65678581811994" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_2_11__stack1"><rect x="992.850915431777" y="491.2618424876919" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="1008.1952920664851" y="491.2618424876919" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1022.144725370765" y1="506.6062191223999" x2="994.245858762205" y2="506.6062191223999" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_2_12__stack1"><rect x="992.850915431777" y="505.2112757919719" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="1008.1952920664851" y="505.21127579197196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1022.144725370765" y1="520.5556524266799" x2="994.245858762205" y2="520.5556524266799" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_2_13__stack1"><rect x="992.850915431777" y="519.1607090962519" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="1008.1952920664851" y="519.1607090962519" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1022.144725370765" y1="534.50508573096" x2="994.245858762205" y2="534.50508573096" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_2_14__stack1"><rect x="992.850915431777" y="533.110142400532" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="1008.1952920664851" y="533.1101424005319" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1022.144725370765" y1="548.45451903524" x2="994.245858762205" y2="548.45451903524" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_2_15__stack1"><rect x="992.850915431777" y="547.059575704812" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="1008.1952920664851" y="547.059575704812" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1022.144725370765" y1="562.40395233952" x2="994.245858762205" y2="562.40395233952" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_2_16__stack1"><rect x="992.850915431777" y="561.009009009092" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="1008.1952920664851" y="561.009009009092" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1022.144725370765" y1="576.3533856438" x2="994.245858762205" y2="576.3533856438" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_2_17__stack1"><rect x="992.850915431777" y="574.9584423133721" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="1008.1952920664851" y="574.958442313372" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1022.144725370765" y1="590.30281894808" x2="994.245858762205" y2="590.30281894808" stroke-width="1.3949433304280001px"/><g class="sch-port" data-schematic-port-id="source_port_2_18__stack1"><rect x="992.850915431777" y="588.907875617652" width="2.7898866608560002" height="2.7898866608560002" opacity="0"/></g><text class="pin-number sch-pin-number" x="1008.1952920664851" y="588.907875617652" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.46207497821px" transform=""></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="462.77244986913695" cy="576.3533856438" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="504.62074978197694" cy="686.2051729150049" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="504.62074978197694" cy="187.51293228699498" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="748.038360941663" cy="255.5164196453599" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="538.2388840452918" cy="686.2051729150049" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="748.038360941663" cy="269.4658529496399" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="748.038360941663" cy="283.41528625391993" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="571.8570183086065" cy="686.2051729150049" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="748.038360941663" cy="297.3647195581999" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="605.4054054054" cy="187.51293228699498" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="462.77244986913695" cy="492.65678581811994" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="462.77244986913695" cy="478.7073525138399" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="462.77244986913695" cy="450.8084859052799" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="462.77244986913695" cy="464.75791920955993" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="605.4751525719213" cy="686.2051729150049" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="639.0932868352361" cy="686.2051729150049" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="462.77244986913695" cy="255.5164196453599" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="462.77244986913695" cy="618.2016855566401" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="462.77244986913695" cy="269.4658529496399" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="462.77244986913695" cy="283.41528625391993" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="462.77244986913695" cy="297.3647195581999" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="462.77244986913695" cy="311.3141528624799" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_22__stack1"><circle cx="462.77244986913695" cy="325.26358616675986" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_23__stack1"><circle cx="462.77244986913695" cy="339.2130194710399" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_24__stack1"><circle cx="462.77244986913695" cy="353.1624527753199" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_25__stack1"><circle cx="462.77244986913695" cy="367.1118860795999" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_26__stack1"><circle cx="462.77244986913695" cy="381.0613193838799" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_27__stack1"><circle cx="462.77244986913695" cy="395.01075268815987" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_28__stack1"><circle cx="462.77244986913695" cy="408.9601859924399" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_29__stack1"><circle cx="706.190061028823" cy="187.51293228699498" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_30__stack1"><circle cx="748.038360941663" cy="576.3533856438" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_31__stack1"><circle cx="748.038360941663" cy="590.30281894808" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_32__stack1"><circle cx="748.038360941663" cy="604.25225225236" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_33__stack1"><circle cx="748.038360941663" cy="618.2016855566401" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_34__stack1"><circle cx="462.77244986913695" cy="562.40395233952" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_35__stack1"><circle cx="748.038360941663" cy="513.5809357745401" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_36__stack1"><circle cx="748.038360941663" cy="499.63150247026005" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_37__stack1"><circle cx="748.038360941663" cy="471.73263586170003" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_38__stack1"><circle cx="748.038360941663" cy="485.68206916598007" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_39__stack1"><circle cx="748.038360941663" cy="457.78320255742005" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_40__stack1"><circle cx="748.038360941663" cy="443.83376925314" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_41__stack1"><circle cx="748.038360941663" cy="429.88433594886" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_42__stack1"><circle cx="748.038360941663" cy="415.93490264458" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_43__stack1"><circle cx="462.77244986913695" cy="520.5556524266799" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_44__stack1"><circle cx="462.77244986913695" cy="506.6062191223999" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_45__stack1"><circle cx="672.711421098551" cy="686.2051729150049" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_46__stack1"><circle cx="748.038360941663" cy="401.98546934029997" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_47__stack1"><circle cx="748.038360941663" cy="388.03603603601994" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_48__stack1"><circle cx="706.190061028823" cy="686.2051729150049" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="223.1909328681279" cy="227.61755303679993" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="223.1909328681279" cy="241.56698634107994" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="223.1909328681279" cy="255.51641964535995" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="223.1909328681279" cy="269.46585294963995" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_4__stack1"><circle cx="223.1909328681279" cy="283.41528625392" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_5__stack1"><circle cx="223.1909328681279" cy="297.3647195582" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_6__stack1"><circle cx="223.1909328681279" cy="311.31415286248" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_7__stack1"><circle cx="223.1909328681279" cy="325.26358616676004" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_8__stack1"><circle cx="223.1909328681279" cy="339.21301947104" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_9__stack1"><circle cx="223.1909328681279" cy="353.16245277532005" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_10__stack1"><circle cx="223.1909328681279" cy="367.1118860796" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_11__stack1"><circle cx="223.1909328681279" cy="381.06131938388" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_12__stack1"><circle cx="223.1909328681279" cy="395.01075268816" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_13__stack1"><circle cx="223.1909328681279" cy="408.96018599244" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_14__stack1"><circle cx="223.1909328681279" cy="422.90961929672" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_15__stack1"><circle cx="223.1909328681279" cy="436.85905260100003" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_16__stack1"><circle cx="223.1909328681279" cy="450.80848590528" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_17__stack1"><circle cx="223.1909328681279" cy="464.75791920956" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_18__stack1"><circle cx="223.1909328681279" cy="478.70735251384" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="994.245858762205" cy="339.21301947103996" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="994.245858762205" cy="353.16245277531993" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="994.245858762205" cy="367.1118860795999" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_3__stack1"><circle cx="994.245858762205" cy="381.06131938387995" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_4__stack1"><circle cx="994.245858762205" cy="395.0107526881599" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_5__stack1"><circle cx="994.245858762205" cy="408.96018599243996" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_6__stack1"><circle cx="994.245858762205" cy="422.90961929671994" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_7__stack1"><circle cx="994.245858762205" cy="436.8590526009999" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_8__stack1"><circle cx="994.245858762205" cy="450.80848590527995" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_9__stack1"><circle cx="994.245858762205" cy="464.75791920955993" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_10__stack1"><circle cx="994.245858762205" cy="478.7073525138399" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_11__stack1"><circle cx="994.245858762205" cy="492.65678581811994" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_12__stack1"><circle cx="994.245858762205" cy="506.6062191223999" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_13__stack1"><circle cx="994.245858762205" cy="520.5556524266799" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_14__stack1"><circle cx="994.245858762205" cy="534.50508573096" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_15__stack1"><circle cx="994.245858762205" cy="548.45451903524" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_16__stack1"><circle cx="994.245858762205" cy="562.40395233952" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_17__stack1"><circle cx="994.245858762205" cy="576.3533856438" r="2.7898866608560002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_18__stack1"><circle cx="994.245858762205" cy="590.30281894808" r="2.7898866608560002" 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="
|
|
252
|
+
M 504.62074978197694,124.04301075252101
|
|
253
|
+
L 497.64603312983695,120.27666376036541
|
|
254
|
+
L 497.64603312983695,96.35803545462664
|
|
255
|
+
L 511.59546643411693,96.35803545462664
|
|
256
|
+
L 511.59546643411693,120.27666376036541
|
|
257
257
|
Z
|
|
258
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.277955271566px"/><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="507.66773162935647" y="141.43556975497754" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.501597444094px" transform="rotate(-90 507.66773162935647 141.43556975497754)">XX</text><text class="sch-text" x="753.6741214058115" y="208.5282215121925" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.501597444093981px" transform="rotate(0, 753.6741214058115, 208.5282215121925)">TB67S579FTG</text><text class="sch-text" x="719.1693290735295" y="223.54419595309298" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.501597444094px" transform="rotate(0, 719.1693290735295, 223.54419595309298)">U1</text><text class="sch-text" x="88.81789137359988" y="221.94675186363546" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.501597444094px" transform="rotate(0, 88.81789137359988, 221.94675186363546)">J1</text><text class="sch-text" x="989.4568690097385" y="324.18317358891545" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.501597444094px" transform="rotate(0, 989.4568690097385, 324.18317358891545)">J4</text><text class="sch-text" x="397.9233226836262" y="260.604898828507" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 397.9233226836262, 260.604898828507)">XXXXXXXXXXXX</text><text class="sch-text" x="385.14376996796625" y="273.384451544167" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 385.14376996796625, 273.384451544167)">XXXXXXXXX</text><text class="sch-text" x="385.14376996796625" y="286.16400425982704" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 385.14376996796625, 286.16400425982704)">XXXXXXXX</text><text class="sch-text" x="385.14376996796625" y="298.943556975487" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 385.14376996796625, 298.943556975487)">XXXXXXXX</text><text class="sch-text" x="385.14376996796625" y="311.72310969114704" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 385.14376996796625, 311.72310969114704)">XXXXXXX</text><text class="sch-text" x="378.75399361013626" y="324.502662406807" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 378.75399361013626, 324.502662406807)">XXXXXX</text><text class="sch-text" x="378.75399361013626" y="337.28221512246705" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 378.75399361013626, 337.28221512246705)">XXXXXX</text><text class="sch-text" x="397.9233226836262" y="350.061767838127" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 397.9233226836262, 350.061767838127)">XXXXXXXXXXXX</text><text class="sch-text" x="378.75399361013626" y="362.841320553787" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 378.75399361013626, 362.841320553787)">XXXXX</text><text class="sch-text" x="385.14376996796625" y="375.62087326944703" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 385.14376996796625, 375.62087326944703)">XXXXXXX</text><text class="sch-text" x="385.14376996796625" y="388.40042598510706" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 385.14376996796625, 388.40042598510706)">XXXXXXX</text><text class="sch-text" x="385.14376996796625" y="401.17997870076704" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 385.14376996796625, 401.17997870076704)">XXXXXXX</text><text class="sch-text" x="525.9584664536449" y="154.21512247063748" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 525.9584664536449, 154.21512247063748)">XXXX</text><text class="sch-text" x="516.1980830670595" y="667.9531416401695" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 516.1980830670595, 667.9531416401695)">XXX</text><text class="sch-text" x="837.060702875493" y="260.604898828507" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 837.060702875493, 260.604898828507)">XXXXXXX</text><text class="sch-text" x="899.8402555911728" y="350.06176783812697" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 899.8402555911728, 350.06176783812697)">XXXXXXX</text><text class="sch-text" x="896.6453674122578" y="362.84132055378694" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 896.6453674122578, 362.84132055378694)">XXXXXXX</text><text class="sch-text" x="893.4504792333428" y="375.620873269447" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 893.4504792333428, 375.620873269447)">XXXXXXX</text><text class="sch-text" x="899.8402555911728" y="388.40042598510695" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 899.8402555911728, 388.40042598510695)">XXXXXXXXX</text><text class="sch-text" x="899.8402555911728" y="401.179978700767" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 899.8402555911728, 401.179978700767)">XXXXXXXXXX</text><text class="sch-text" x="899.8402555911728" y="413.95953141642696" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 899.8402555911728, 413.95953141642696)">XXXXXX</text><text class="sch-text" x="899.8402555911728" y="426.739084132087" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 899.8402555911728, 426.739084132087)">XXXXXX</text><text class="sch-text" x="899.8402555911728" y="439.51863684774696" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 899.8402555911728, 439.51863684774696)">XXXXXX</text><text class="sch-text" x="899.8402555911728" y="452.29818956340694" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 899.8402555911728, 452.29818956340694)">XXX</text><text class="sch-text" x="899.8402555911728" y="465.07774227906697" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 899.8402555911728, 465.07774227906697)">XXXXXX</text><text class="sch-text" x="899.8402555911728" y="477.85729499472694" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 899.8402555911728, 477.85729499472694)">XXXXXX</text><text class="sch-text" x="899.8402555911728" y="490.636847710387" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 899.8402555911728, 490.636847710387)">XXXXXXX</text><text class="sch-text" x="899.8402555911728" y="503.41640042604695" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 899.8402555911728, 503.41640042604695)">XXXXXXX</text><text class="sch-text" x="893.4504792333428" y="516.1959531417069" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 893.4504792333428, 516.1959531417069)">XXX</text><text class="sch-text" x="899.8402555911728" y="528.975505857367" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 899.8402555911728, 528.975505857367)">XXX</text><text class="sch-text" x="790.2555910543882" y="580.093716720007" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 790.2555910543882, 580.093716720007)">XXX</text><text class="sch-text" x="793.4504792333032" y="592.873269435667" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 793.4504792333032, 592.873269435667)">XX</text><text class="sch-text" x="929.3929712461365" y="567.314164004347" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 929.3929712461365, 567.314164004347)">XXXXXXX</text><text class="sch-text" x="442.4920127794905" y="554.5346112886871" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 442.4920127794905, 554.5346112886871)">XXXXXXX</text><rect class="schematic-box sch-box" x="711.5015974441335" y="202.7774227901455" width="84.34504792335599" height="11.501597444093989" stroke-width="1.277955271566px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="10.223642172528 5.111821086264"/><rect class="schematic-box sch-box" x="707.6677316294355" y="215.55697550580553" width="23.003194888187977" height="15.974440894574968" stroke-width="1.277955271566px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="10.223642172528 5.111821086264"/><rect class="schematic-box sch-box" x="77.31629392950595" y="213.959531416348" width="23.003194888187977" height="15.974440894574968" stroke-width="1.277955271566px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="10.223642172528 5.111821086264"/><rect class="schematic-box sch-box" x="977.9552715656446" y="316.1959531416279" width="23.003194888187863" height="15.974440894575025" stroke-width="1.277955271566px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="10.223642172528 5.111821086264"/>
|
|
258
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.3949433304280001px"/><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="504.62074978197694" y="117.765765765595" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.554489973852px" transform="rotate(-90 504.62074978197694 117.765765765595)">XX</text><text class="sch-text" x="773.147340889367" y="191.00029061306498" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.55448997385198px" transform="rotate(0, 773.147340889367, 191.00029061306498)">TB67S579FTG</text><text class="sch-text" x="735.483870967811" y="207.39087474559395" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.554489973852px" transform="rotate(0, 735.483870967811, 207.39087474559395)">U1</text><text class="sch-text" x="47.428073234199815" y="205.64719558255894" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.554489973852px" transform="rotate(0, 47.428073234199815, 205.64719558255894)">J1</text><text class="sch-text" x="1030.514385353333" y="317.24266201679893" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.554489973852px" transform="rotate(0, 1030.514385353333, 317.24266201679893)">J4</text><text class="sch-text" x="384.8299912814724" y="247.84423132800598" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.369659982568px" transform="rotate(0, 384.8299912814724, 247.84423132800598)">XXXXXXXXXXXX</text><text class="sch-text" x="370.88055797719244" y="261.793664632286" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.369659982568px" transform="rotate(0, 370.88055797719244, 261.793664632286)">XXXXXXXXX</text><text class="sch-text" x="370.88055797719244" y="275.74309793656596" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.369659982568px" transform="rotate(0, 370.88055797719244, 275.74309793656596)">XXXXXXXX</text><text class="sch-text" x="370.88055797719244" y="289.692531240846" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.369659982568px" transform="rotate(0, 370.88055797719244, 289.692531240846)">XXXXXXXX</text><text class="sch-text" x="370.88055797719244" y="303.64196454512603" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.369659982568px" transform="rotate(0, 370.88055797719244, 303.64196454512603)">XXXXXXX</text><text class="sch-text" x="363.9058413250524" y="317.591397849406" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.369659982568px" transform="rotate(0, 363.9058413250524, 317.591397849406)">XXXXXX</text><text class="sch-text" x="363.9058413250524" y="331.540831153686" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.369659982568px" transform="rotate(0, 363.9058413250524, 331.540831153686)">XXXXXX</text><text class="sch-text" x="384.8299912814724" y="345.490264457966" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.369659982568px" transform="rotate(0, 384.8299912814724, 345.490264457966)">XXXXXXXXXXXX</text><text class="sch-text" x="363.9058413250524" y="359.439697762246" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.369659982568px" transform="rotate(0, 363.9058413250524, 359.439697762246)">XXXXX</text><text class="sch-text" x="370.88055797719244" y="373.38913106652603" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.369659982568px" transform="rotate(0, 370.88055797719244, 373.38913106652603)">XXXXXXX</text><text class="sch-text" x="370.88055797719244" y="387.338564370806" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.369659982568px" transform="rotate(0, 370.88055797719244, 387.338564370806)">XXXXXXX</text><text class="sch-text" x="370.88055797719244" y="401.287997675086" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.369659982568px" transform="rotate(0, 370.88055797719244, 401.287997675086)">XXXXXXX</text><text class="sch-text" x="524.5858761987276" y="131.71519906987493" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.369659982568px" transform="rotate(0, 524.5858761987276, 131.71519906987493)">XXXX</text><text class="sch-text" x="513.9319965125839" y="692.4824179019311" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.369659982568px" transform="rotate(0, 513.9319965125839, 692.4824179019311)">XXX</text><text class="sch-text" x="864.167393199794" y="247.8442313280059" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.369659982568px" transform="rotate(0, 864.167393199794, 247.8442313280059)">XXXXXXX</text><text class="sch-text" x="932.6939843070695" y="345.4902644579659" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.369659982568px" transform="rotate(0, 932.6939843070695, 345.4902644579659)">XXXXXXX</text><text class="sch-text" x="929.2066259809994" y="359.43969776224594" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.369659982568px" transform="rotate(0, 929.2066259809994, 359.43969776224594)">XXXXXXX</text><text class="sch-text" x="925.7192676549296" y="373.3891310665259" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.369659982568px" transform="rotate(0, 925.7192676549296, 373.3891310665259)">XXXXXXX</text><text class="sch-text" x="932.6939843070695" y="387.33856437080595" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.369659982568px" transform="rotate(0, 932.6939843070695, 387.33856437080595)">XXXXXXXXX</text><text class="sch-text" x="932.6939843070695" y="401.28799767508593" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.369659982568px" transform="rotate(0, 932.6939843070695, 401.28799767508593)">XXXXXXXXXX</text><text class="sch-text" x="932.6939843070695" y="415.23743097936597" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.369659982568px" transform="rotate(0, 932.6939843070695, 415.23743097936597)">XXXXXX</text><text class="sch-text" x="932.6939843070695" y="429.18686428364595" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.369659982568px" transform="rotate(0, 932.6939843070695, 429.18686428364595)">XXXXXX</text><text class="sch-text" x="932.6939843070695" y="443.1362975879259" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.369659982568px" transform="rotate(0, 932.6939843070695, 443.1362975879259)">XXXXXX</text><text class="sch-text" x="932.6939843070695" y="457.0857308922059" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.369659982568px" transform="rotate(0, 932.6939843070695, 457.0857308922059)">XXX</text><text class="sch-text" x="932.6939843070695" y="471.03516419648594" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.369659982568px" transform="rotate(0, 932.6939843070695, 471.03516419648594)">XXXXXX</text><text class="sch-text" x="932.6939843070695" y="484.9845975007659" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.369659982568px" transform="rotate(0, 932.6939843070695, 484.9845975007659)">XXXXXX</text><text class="sch-text" x="932.6939843070695" y="498.93403080504595" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.369659982568px" transform="rotate(0, 932.6939843070695, 498.93403080504595)">XXXXXXX</text><text class="sch-text" x="932.6939843070695" y="512.8834641093259" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.369659982568px" transform="rotate(0, 932.6939843070695, 512.8834641093259)">XXXXXXX</text><text class="sch-text" x="925.7192676549296" y="526.8328974136059" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.369659982568px" transform="rotate(0, 925.7192676549296, 526.8328974136059)">XXX</text><text class="sch-text" x="932.6939843070695" y="540.782330717886" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.369659982568px" transform="rotate(0, 932.6939843070695, 540.782330717886)">XXX</text><text class="sch-text" x="813.0775937228684" y="596.580063935006" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.369659982568px" transform="rotate(0, 813.0775937228684, 596.580063935006)">XXX</text><text class="sch-text" x="816.5649520489385" y="610.529497239286" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.369659982568px" transform="rotate(0, 816.5649520489385, 610.529497239286)">XX</text><text class="sch-text" x="964.952048823217" y="582.630630630726" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.369659982568px" transform="rotate(0, 964.952048823217, 582.630630630726)">XXXXXXX</text><text class="sch-text" x="433.478639930149" y="568.681197326446" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.369659982568px" transform="rotate(0, 433.478639930149, 568.681197326446)">XXXXXXX</text><rect class="schematic-box sch-box" x="727.114210985243" y="184.72304562613897" width="92.06625980824799" height="12.554489973851986" stroke-width="1.3949433304280001px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="11.159546643424001 5.5797733217120005"/><rect class="schematic-box sch-box" x="722.929380993959" y="198.67247893041898" width="25.10897994770403" height="17.436791630349973" stroke-width="1.3949433304280001px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="11.159546643424001 5.5797733217120005"/><rect class="schematic-box sch-box" x="34.8735832603478" y="196.92879976738396" width="25.10897994770403" height="17.436791630349973" stroke-width="1.3949433304280001px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="11.159546643424001 5.5797733217120005"/><rect class="schematic-box sch-box" x="1017.9598953794809" y="308.5242662016239" width="25.10897994770403" height="17.43679163035" stroke-width="1.3949433304280001px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="11.159546643424001 5.5797733217120005"/>
|
|
259
259
|
</g>
|
|
260
260
|
</svg>
|