@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
|
@@ -125,90 +125,90 @@ orientation: y-" data-x="4.675" data-y="2.4899999999999984" cx="326.936613702374
|
|
|
125
125
|
.port-label { fill: rgb(0, 100, 100); }
|
|
126
126
|
.component-name { fill: rgb(0, 100, 100); }
|
|
127
127
|
|
|
128
|
-
</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 518.87109430534 473.4662924010181 L 586.491681719672 473.4662924010181 L 586.491681719672 481.0499096811301" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 518.87109430534 473.4662924010181 L 586.491681719672 473.4662924010181 L 586.491681719672 481.0499096811301" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 896.1560539909119 524.0237409350982 L 896.1560539909119 566.6815881357281" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 896.1560539909119 524.0237409350982 L 896.1560539909119 566.6815881357281" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 367.19874870309997 188.76466034348002 L 379.83811083662 188.76466034348002 L 379.83811083662 176.12529820996002 L 367.19874870309997 176.12529820996002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 367.19874870309997 188.76466034348002 L 379.83811083662 188.76466034348002 L 379.83811083662 176.12529820996002 L 367.19874870309997 176.12529820996002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 464.83782118454195 156.5342869030041 L 464.83782118454195 143.8949247694841 L 379.83811083662 143.8949247694841 L 379.83811083662 176.12529820996002 L 367.19874870309997 176.12529820996002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 464.83782118454195 156.5342869030041 L 464.83782118454195 143.8949247694841 L 379.83811083662 143.8949247694841 L 379.83811083662 176.12529820996002 L 367.19874870309997 176.12529820996002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 443.66688961089596 311.9984411453001 L 424.70784641061596 311.9984411453001 L 424.70784641061596 143.8949247694841 L 464.83782118454195 143.8949247694841 L 464.83782118454195 156.5342869030041" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 443.66688961089596 311.9984411453001 L 424.70784641061596 311.9984411453001 L 424.70784641061596 143.8949247694841 L 464.83782118454195 143.8949247694841 L 464.83782118454195 156.5342869030041" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 638.629050520442 319.2660743720741 L 651.268412653962 319.2660743720741 L 651.268412653962 348.96857538584607 L 424.70784641061596 348.96857538584607 L 424.70784641061596 311.9984411453001 L 443.66688961089596 311.9984411453001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 638.629050520442 319.2660743720741 L 651.268412653962 319.2660743720741 L 651.268412653962 348.96857538584607 L 424.70784641061596 348.96857538584607 L 424.70784641061596 311.9984411453001 L 443.66688961089596 311.9984411453001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 367.19874870309997 245.64178994432004 L 379.83811083662 245.64178994432004 L 379.83811083662 258.28115207784003 L 367.19874870309997 258.28115207784003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 367.19874870309997 245.64178994432004 L 379.83811083662 245.64178994432004 L 379.83811083662 258.28115207784003 L 367.19874870309997 258.28115207784003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 367.19874870309997 270.92051421136 L 379.83811083662 270.92051421136 L 379.83811083662 283.55987634488 L 367.19874870309997 283.55987634488" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 367.19874870309997 270.92051421136 L 379.83811083662 270.92051421136 L 379.83811083662 283.55987634488 L 367.19874870309997 283.55987634488" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 367.19874870309997 353.07636807924 L 379.83811083662 353.07636807924 L 379.83811083662 340.43700594572005 L 367.19874870309997 340.43700594572005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 367.19874870309997 353.07636807924 L 379.83811083662 353.07636807924 L 379.83811083662 340.43700594572005 L 367.19874870309997 340.43700594572005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 302.42201776880995 390.9944544798 L 302.42201776880995 403.63381661332005 L 373.51842976985995 403.63381661332005 L 373.51842976985995 353.07636807924007 L 367.19874870309997 353.07636807924007" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 302.42201776880995 390.9944544798 L 302.42201776880995 403.63381661332005 L 373.51842976985995 403.63381661332005 L 373.51842976985995 353.07636807924007 L 367.19874870309997 353.07636807924007" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 289.78265563529 390.9944544798 L 289.78265563529 403.63381661332005 L 302.42201776881 403.63381661332005 L 302.42201776881 390.9944544798" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 289.78265563529 390.9944544798 L 289.78265563529 403.63381661332005 L 302.42201776881 403.63381661332005 L 302.42201776881 390.9944544798" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 277.14329350176996 390.9944544798 L 277.14329350176996 403.63381661332005 L 289.78265563529 403.63381661332005 L 289.78265563529 390.9944544798" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 277.14329350176996 390.9944544798 L 277.14329350176996 403.63381661332005 L 289.78265563529 403.63381661332005 L 289.78265563529 390.9944544798" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 264.50393136825 390.9944544798 L 264.50393136825 403.63381661332005 L 277.14329350176996 403.63381661332005 L 277.14329350176996 390.9944544798" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 264.50393136825 390.9944544798 L 264.50393136825 403.63381661332005 L 277.14329350176996 403.63381661332005 L 277.14329350176996 390.9944544798" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 392.47747297013996 467.14661133425807 L 379.83811083662 467.14661133425807 L 379.83811083662 353.07636807924 L 367.19874870309997 353.07636807924" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 392.47747297013996 467.14661133425807 L 379.83811083662 467.14661133425807 L 379.83811083662 353.07636807924 L 367.19874870309997 353.07636807924" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 464.83782118454195 194.45237330356412 L 464.83782118454195 232.68644375746211 L 437.3472085441359 232.68644375746211 L 437.3472085441359 340.43700594572005 L 367.19874870309997 340.43700594572005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 464.83782118454195 194.45237330356412 L 464.83782118454195 232.68644375746211 L 437.3472085441359 232.68644375746211 L 437.3472085441359 340.43700594572005 L 367.19874870309997 340.43700594572005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 586.491681719672 529.0794857885062 L 586.491681719672 541.7188479220262 L 379.83811083662 541.7188479220262 L 379.83811083662 467.14661133425807 L 392.47747297013996 467.14661133425807" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 586.491681719672 529.0794857885062 L 586.491681719672 541.7188479220262 L 379.83811083662 541.7188479220262 L 379.83811083662 467.14661133425807 L 392.47747297013996 467.14661133425807" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 685.710674467804 529.7114538951821 L 685.710674467804 541.7188479220262 L 586.491681719672 541.7188479220262 L 586.491681719672 529.0794857885062" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 685.710674467804 529.7114538951821 L 685.710674467804 541.7188479220262 L 586.491681719672 541.7188479220262 L 586.491681719672 529.0794857885062" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 772.2903050824159 529.0794857885062 L 772.2903050824159 541.7188479220262 L 685.710674467804 541.7188479220262 L 685.710674467804 529.7114538951821" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 772.2903050824159 529.0794857885062 L 772.2903050824159 541.7188479220262 L 685.710674467804 541.7188479220262 L 685.710674467804 529.7114538951821" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 896.1560539909119 638.0939841901161 L 896.1560539909119 650.7333463236359 L 772.2903050824159 650.7333463236359 L 772.2903050824159 529.0794857885062" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 896.1560539909119 638.0939841901161 L 896.1560539909119 650.7333463236359 L 772.2903050824159 650.7333463236359 L 772.2903050824159 529.0794857885062" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 489.800561398244 340.4370059457201 L 489.800561398244 353.0763680792401 L 560.2650052926178 353.0763680792401 L 560.2650052926178 319.26607437207406 L 572.9043674261379 319.26607437207406" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 489.800561398244 340.4370059457201 L 489.800561398244 353.0763680792401 L 560.2650052926178 353.0763680792401 L 560.2650052926178 319.26607437207406 L 572.9043674261379 319.26607437207406" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 599.131043853192 178.6531706366641 L 599.131043853192 166.0138085031441 L 560.2650052926178 166.0138085031441 L 560.2650052926178 319.2660743720741 L 572.9043674261379 319.2660743720741" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 599.131043853192 178.6531706366641 L 599.131043853192 166.0138085031441 L 560.2650052926178 166.0138085031441 L 560.2650052926178 319.2660743720741 L 572.9043674261379 319.2660743720741" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 392.47747297013996 454.5072492007381 L 386.15779190338 454.5072492007381 L 386.15779190338 353.0763680792401 L 489.800561398244 353.0763680792401 L 489.800561398244 340.4370059457201" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 392.47747297013996 454.5072492007381 L 386.15779190338 454.5072492007381 L 386.15779190338 353.0763680792401 L 489.800561398244 353.0763680792401 L 489.800561398244 340.4370059457201" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 392.47747297013996 479.78597346777815 L 300.526113448782 479.78597346777815 L 300.526113448782 695.2870978442938" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 392.47747297013996 479.78597346777815 L 300.526113448782 479.78597346777815 L 300.526113448782 695.2870978442938" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 685.710674467804 480.4179415744541 L 685.710674467804 460.8269302674981 L 518.87109430534 460.8269302674981" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 685.710674467804 480.4179415744541 L 685.710674467804 460.8269302674981 L 518.87109430534 460.8269302674981" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 772.2903050824159 481.0499096811301 L 772.2903050824159 460.8269302674981 L 685.710674467804 460.8269302674981 L 685.710674467804 480.4179415744541" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 772.2903050824159 481.0499096811301 L 772.2903050824159 460.8269302674981 L 685.710674467804 460.8269302674981 L 685.710674467804 480.4179415744541" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 896.1560539909119 486.1056545345381 L 896.1560539909119 460.8269302674981 L 772.2903050824159 460.8269302674981 L 772.2903050824159 481.0499096811301" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 896.1560539909119 486.1056545345381 L 896.1560539909119 460.8269302674981 L 772.2903050824159 460.8269302674981 L 772.2903050824159 481.0499096811301" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 583.6478252396299 69.32268818171613 L 583.6478252396299 56.683326048196136 L 560.2650052926178 56.683326048196136 L 560.2650052926178 166.0138085031441" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 583.6478252396299 69.32268818171613 L 583.6478252396299 56.683326048196136 L 560.2650052926178 56.683326048196136 L 560.2650052926178 166.0138085031441" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 599.131043853192 226.6827467440401 L 599.131043853192 239.3221088775601 L 501.8079554250879 239.3221088775601 L 501.8079554250879 232.68644375746211 L 464.83782118454195 232.68644375746211 L 464.83782118454195 194.45237330356412" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 599.131043853192 226.6827467440401 L 599.131043853192 239.3221088775601 L 501.8079554250879 239.3221088775601 L 501.8079554250879 232.68644375746211 L 464.83782118454195 232.68644375746211 L 464.83782118454195 194.45237330356412" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 489.16859329156796 270.9205142113601 L 489.16859329156796 261.3777958005525 L 485.94555594752035 261.3777958005525" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 489.16859329156796 270.9205142113601 L 489.16859329156796 261.3777958005525 L 485.94555594752035 261.3777958005525" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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"><circle cx="379.83811083662" cy="176.12529820996002" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="367.19874870309997" cy="176.12529820996002" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><circle cx="464.83782118454195" cy="156.5342869030041" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="464.83782118454195" cy="143.8949247694841" r="1.895904320028" 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_4__stack1"><circle cx="443.66688961089596" cy="311.9984411453001" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="424.70784641061596" cy="311.9984411453001" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><circle cx="367.19874870309997" cy="353.07636807924" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="379.83811083662" cy="353.07636807924" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="367.19874870309997" cy="340.43700594572005" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><circle cx="302.42201776880995" cy="390.9944544798" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="302.42201776880995" cy="403.63381661332005" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><circle cx="289.78265563529" cy="390.9944544798" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="289.78265563529" cy="403.63381661332005" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><circle cx="277.14329350176996" cy="390.9944544798" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="277.14329350176996" cy="403.63381661332005" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"><circle cx="392.47747297013996" cy="467.14661133425807" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="379.83811083662" cy="467.14661133425807" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"><circle cx="464.83782118454195" cy="194.45237330356412" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="464.83782118454195" cy="232.68644375746211" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"><circle cx="586.491681719672" cy="529.0794857885062" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="586.491681719672" cy="541.7188479220262" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"><circle cx="685.710674467804" cy="529.7114538951821" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="685.710674467804" cy="541.7188479220262" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"><circle cx="772.2903050824159" cy="529.0794857885062" r="1.895904320028" 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_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"><circle cx="489.800561398244" cy="340.4370059457201" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="489.800561398244" cy="353.0763680792401" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="560.2650052926178" cy="319.26607437207406" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="572.9043674261379" cy="319.26607437207406" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"><circle cx="560.2650052926178" cy="166.0138085031441" r="1.895904320028" 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_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"><circle cx="685.710674467804" cy="480.4179415744541" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="685.710674467804" cy="460.8269302674981" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"><circle cx="772.2903050824159" cy="481.0499096811301" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="772.2903050824159" cy="460.8269302674981" r="1.895904320028" 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_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="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="234.48544630113997" y="163.48593607644" width="107.43457813492" height="202.22979413632004" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="234.48544630113997" y="163.48593607644" width="107.43457813492" height="202.22979413632004" fill="transparent"/><text class="sch-text" x="288.2027353686" y="264.6008331446" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.375425920167999px" transform="rotate(0, 288.2027353686, 264.6008331446)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="341.92002443606" y1="176.12529820996002" x2="367.19874870309997" y2="176.12529820996002" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="365.93481248974797" y="174.86136199660803" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="354.55938656957994" y="174.86136199660803" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><text class="pin-number sch-pin-label" x="335.6003433693" y="176.12529820996002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.47952160014px" transform="">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="341.92002443606" y1="188.76466034348002" x2="367.19874870309997" y2="188.76466034348002" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="365.93481248974797" y="187.50072413012802" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="354.55938656957994" y="187.50072413012802" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><text class="pin-number sch-pin-label" x="335.6003433693" y="188.76466034348002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.47952160014px" transform="">schematic_port_1</text><line class="component-pin sch-component-pin sch-port-line" x1="341.92002443606" y1="210.88354407714002" x2="365.93481248974797" y2="210.88354407714002" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="367.19874870309997" cy="210.88354407714002" r="1.263936213352" stroke-width="1.263936213352px"/><rect x="365.93481248974797" y="209.61960786378802" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="354.55938656957994" y="209.61960786378802" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><text class="pin-number sch-pin-label" x="335.6003433693" y="210.88354407714002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.47952160014px" transform="">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="341.92002443606" y1="223.52290621066004" x2="365.93481248974797" y2="223.52290621066004" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="367.19874870309997" cy="223.52290621066004" r="1.263936213352" stroke-width="1.263936213352px"/><rect x="365.93481248974797" y="222.25896999730804" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="354.55938656957994" y="222.25896999730804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><text class="pin-number sch-pin-label" x="335.6003433693" y="223.52290621066004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.47952160014px" transform="">schematic_port_3</text><line class="component-pin sch-component-pin sch-port-line" x1="341.92002443606" y1="245.64178994432004" x2="367.19874870309997" y2="245.64178994432004" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="365.93481248974797" y="244.37785373096804" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="354.55938656957994" y="244.377853730968" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><text class="pin-number sch-pin-label" x="335.6003433693" y="245.64178994432004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.47952160014px" transform="">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="341.92002443606" y1="258.28115207784003" x2="367.19874870309997" y2="258.28115207784003" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="365.93481248974797" y="257.01721586448804" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="354.55938656957994" y="257.01721586448804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><text class="pin-number sch-pin-label" x="335.6003433693" y="258.28115207784003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.47952160014px" transform="">schematic_port_5</text><line class="component-pin sch-component-pin sch-port-line" x1="341.92002443606" y1="270.92051421136" x2="367.19874870309997" y2="270.92051421136" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="365.93481248974797" y="269.656577998008" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="354.55938656957994" y="269.656577998008" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><text class="pin-number sch-pin-label" x="335.6003433693" y="270.92051421136" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.47952160014px" transform="">schematic_port_6</text><line class="component-pin sch-component-pin sch-port-line" x1="341.92002443606" y1="283.55987634488" x2="367.19874870309997" y2="283.55987634488" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="365.93481248974797" y="282.295940131528" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="354.55938656957994" y="282.295940131528" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><text class="pin-number sch-pin-label" x="335.6003433693" y="283.55987634488" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.47952160014px" transform="">schematic_port_7</text><line class="component-pin sch-component-pin sch-port-line" x1="341.92002443606" y1="305.67876007854" x2="365.93481248974797" y2="305.67876007854" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="367.19874870309997" cy="305.67876007854" r="1.263936213352" stroke-width="1.263936213352px"/><rect x="365.93481248974797" y="304.414823865188" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="354.55938656957994" y="304.41482386518805" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><text class="pin-number sch-pin-label" x="335.6003433693" y="305.67876007854" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.47952160014px" transform="">schematic_port_8</text><line class="component-pin sch-component-pin sch-port-line" x1="341.92002443606" y1="318.31812221206" x2="365.93481248974797" y2="318.31812221206" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="367.19874870309997" cy="318.31812221206" r="1.263936213352" stroke-width="1.263936213352px"/><rect x="365.93481248974797" y="317.054185998708" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="354.55938656957994" y="317.054185998708" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><text class="pin-number sch-pin-label" x="335.6003433693" y="318.31812221206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.47952160014px" transform="">schematic_port_9</text><line class="component-pin sch-component-pin sch-port-line" x1="341.92002443606" y1="340.43700594572005" x2="367.19874870309997" y2="340.43700594572005" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><rect x="365.93481248974797" y="339.17306973236805" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="354.55938656957994" y="339.17306973236805" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><text class="pin-number sch-pin-label" x="335.6003433693" y="340.43700594572005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.47952160014px" transform="">schematic_port_10</text><line class="component-pin sch-component-pin sch-port-line" x1="341.92002443606" y1="353.07636807924" x2="367.19874870309997" y2="353.07636807924" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><rect x="365.93481248974797" y="351.812431865888" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="354.55938656957994" y="351.812431865888" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><text class="pin-number sch-pin-label" x="335.6003433693" y="353.07636807924" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.47952160014px" transform="">schematic_port_11</text><line class="component-pin sch-component-pin sch-port-line" x1="264.50393136825" y1="365.71573021276004" x2="264.50393136825" y2="390.9944544798" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><rect x="263.239995154898" y="389.73051826644803" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="263.239995154898" y="378.35509234628" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 263.239995154898 378.35509234628)"></text><text class="pin-number sch-pin-label" x="264.50393136825" y="359.396049146" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.47952160014px" transform="rotate(-90 264.50393136825 359.396049146)">schematic_port_12</text><line class="component-pin sch-component-pin sch-port-line" x1="277.14329350176996" y1="365.71573021276004" x2="277.14329350176996" y2="390.9944544798" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><rect x="275.87935728841796" y="389.73051826644803" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="275.87935728841796" y="378.35509234628" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 275.87935728841796 378.35509234628)"></text><text class="pin-number sch-pin-label" x="277.14329350176996" y="359.396049146" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.47952160014px" transform="rotate(-90 277.14329350176996 359.396049146)">schematic_port_13</text><line class="component-pin sch-component-pin sch-port-line" x1="289.78265563529" y1="365.71573021276004" x2="289.78265563529" y2="390.9944544798" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><rect x="288.518719421938" y="389.73051826644803" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="288.518719421938" y="378.35509234628" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 288.518719421938 378.35509234628)"></text><text class="pin-number sch-pin-label" x="289.78265563529" y="359.396049146" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.47952160014px" transform="rotate(-90 289.78265563529 359.396049146)">schematic_port_14</text><line class="component-pin sch-component-pin sch-port-line" x1="302.42201776880995" y1="365.71573021276004" x2="302.42201776880995" y2="390.9944544798" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><rect x="301.15808155545795" y="389.73051826644803" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="301.15808155545795" y="378.35509234628" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 301.15808155545795 378.35509234628)"></text><text class="pin-number sch-pin-label" x="302.42201776880995" y="359.396049146" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.47952160014px" transform="rotate(-90 302.42201776880995 359.396049146)">schematic_port_15</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="598.1830916931779" y="293.3553819983581" width="15.167234560224074" height="42.973831253968" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="598.1830916931779" y="293.3553819983581" width="15.167234560224074" height="42.973831253968" fill="transparent"/><text class="sch-text" x="605.76670897329" y="314.8422976253421" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.375425920167999px" transform="rotate(0, 605.76670897329, 314.8422976253421)">schematic_component_1</text><line class="component-pin sch-component-pin sch-port-line" x1="598.1830916931779" y1="319.2660743720741" x2="572.9043674261379" y2="319.2660743720741" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="571.6404312127859" y="318.0021381587221" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="585.5437295596579" y="318.0021381587221" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><text class="pin-number sch-pin-label" x="604.5027727599379" y="319.2660743720741" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.47952160014px" transform="">schematic_port_16</text><line class="component-pin sch-component-pin sch-port-line" x1="613.3503262534019" y1="319.2660743720741" x2="638.629050520442" y2="319.2660743720741" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="637.3651143070899" y="318.0021381587221" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="625.9896883869219" y="318.0021381587221" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><text class="pin-number sch-pin-label" x="607.030645186642" y="319.2660743720741" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.47952160014px" transform="">schematic_port_17</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="467.04970955790793" y="296.1992384784001" width="6.31968106676004" height="18.959043200280007" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="467.04970955790793" y="296.1992384784001" width="6.31968106676004" height="18.959043200280007" fill="transparent"/><text class="sch-text" x="470.20955009128795" y="305.6787600785401" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.375425920167999px" transform="rotate(0, 470.20955009128795, 305.6787600785401)">schematic_component_2</text><line class="component-pin sch-component-pin sch-port-line" x1="489.16859329156796" y1="296.1992384784001" x2="489.16859329156796" y2="270.9205142113601" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="487.90465707821596" y="269.6565779980081" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="487.9046570782159" y="283.5598763448801" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 487.9046570782159 283.5598763448801)"></text><text class="pin-number sch-pin-label" x="489.16859329156796" y="302.5189195451601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.47952160014px" transform="rotate(-90 489.16859329156796 302.5189195451601)">schematic_port_18</text><line class="component-pin sch-component-pin sch-port-line" x1="489.800561398244" y1="315.1582816786801" x2="489.800561398244" y2="340.4370059457201" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="488.536625184892" y="339.1730697323681" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="488.53662518489193" y="327.79764381220014" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 488.53662518489193 327.79764381220014)"></text><text class="pin-number sch-pin-label" x="489.800561398244" y="308.8386006119201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.47952160014px" transform="rotate(-90 489.800561398244 308.8386006119201)">schematic_port_19</text><line class="component-pin sch-component-pin sch-port-line" x1="467.04970955790793" y1="311.9984411453001" x2="443.66688961089596" y2="311.9984411453001" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><rect x="442.40295339754397" y="310.7345049319481" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="455.35829958440195" y="310.7345049319481" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><text class="pin-number sch-pin-label" x="473.369390624668" y="311.9984411453001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.47952160014px" transform="">schematic_port_20</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="444.298857717572" y="172.3334895699041" width="68.568539574346" height="6.31968106676004" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="444.298857717572" y="172.3334895699041" width="68.568539574346" height="6.31968106676004" fill="transparent"/><text class="sch-text" x="478.583127504745" y="175.4933301032841" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.375425920167999px" transform="rotate(0, 478.583127504745, 175.4933301032841)">schematic_component_3</text><line class="component-pin sch-component-pin sch-port-line" x1="464.83782118454195" y1="172.3334895699041" x2="464.83782118454195" y2="156.5342869030041" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="463.57388497118995" y="155.2703506896521" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="463.57388497118995" y="164.4338882364541" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 463.57388497118995 164.4338882364541)"></text><text class="pin-number sch-pin-label" x="464.83782118454195" y="178.65317063666413" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.47952160014px" transform="rotate(-90 464.83782118454195 178.65317063666413)">schematic_port_21</text><line class="component-pin sch-component-pin sch-port-line" x1="464.83782118454195" y1="178.65317063666413" x2="464.83782118454195" y2="194.45237330356412" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="463.57388497118995" y="193.18843709021212" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="463.57388497118995" y="186.55277197011412" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 463.57388497118995 186.55277197011412)"></text><text class="pin-number sch-pin-label" x="464.83782118454195" y="172.3334895699041" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.47952160014px" transform="rotate(-90 464.83782118454195 172.3334895699041)">schematic_port_22</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="417.75619723717995" y="441.86788706721813" width="75.83617280112003" height="50.55744853407998" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="417.75619723717995" y="441.86788706721813" width="75.83617280112003" height="50.55744853407998" fill="transparent"/><text class="sch-text" x="455.67428363773996" y="467.14661133425807" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.375425920167999px" transform="rotate(0, 455.67428363773996, 467.14661133425807)">schematic_component_4</text><line class="component-pin sch-component-pin sch-port-line" x1="417.75619723717995" y1="454.5072492007381" x2="392.47747297013996" y2="454.5072492007381" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="391.21353675678796" y="453.2433129873861" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="405.11683510366" y="453.24331298738605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><text class="pin-number sch-pin-label" x="424.07587830393993" y="454.5072492007381" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.47952160014px" transform="">schematic_port_23</text><line class="component-pin sch-component-pin sch-port-line" x1="417.75619723717995" y1="467.14661133425807" x2="392.47747297013996" y2="467.14661133425807" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="391.21353675678796" y="465.8826751209061" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="405.11683510366" y="465.88267512090613" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><text class="pin-number sch-pin-label" x="424.07587830393993" y="467.14661133425807" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.47952160014px" transform="">schematic_port_24</text><line class="component-pin sch-component-pin sch-port-line" x1="417.75619723717995" y1="479.78597346777815" x2="392.47747297013996" y2="479.78597346777815" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_4_2__stack1"><rect x="391.21353675678796" y="478.52203725442615" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="405.11683510366" y="478.5220372544261" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><text class="pin-number sch-pin-label" x="424.07587830393993" y="479.78597346777815" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.47952160014px" transform="">schematic_port_25</text><line class="component-pin sch-component-pin sch-port-line" x1="493.5923700383" y1="473.4662924010181" x2="518.87109430534" y2="473.4662924010181" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_4_3__stack1"><rect x="517.6071580919879" y="472.2023561876661" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="506.23173217181994" y="472.2023561876661" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><text class="pin-number sch-pin-label" x="487.27268897154" y="473.4662924010181" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.47952160014px" transform="">schematic_port_26</text><line class="component-pin sch-component-pin sch-port-line" x1="493.5923700383" y1="460.8269302674981" x2="518.87109430534" y2="460.8269302674981" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_4_4__stack1"><rect x="517.6071580919879" y="459.5629940541461" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="506.23173217181994" y="459.5629940541461" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><text class="pin-number sch-pin-label" x="487.27268897154" y="460.8269302674981" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.47952160014px" transform="">schematic_port_27</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="578.5920803862218" y="199.5081181569721" width="58.14106581419219" height="6.319681066759983" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="578.5920803862218" y="199.5081181569721" width="58.14106581419219" height="6.319681066759983" fill="transparent"/><text class="sch-text" x="607.6626132933179" y="202.6679586903521" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.375425920167999px" transform="rotate(0, 607.6626132933179, 202.6679586903521)">schematic_component_5</text><line class="component-pin sch-component-pin sch-port-line" x1="599.131043853192" y1="199.5081181569721" x2="599.131043853192" y2="178.6531706366641" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="597.8671076398399" y="177.3892344233121" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="597.86710763984" y="189.08064439681812" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 597.86710763984 189.08064439681812)"></text><text class="pin-number sch-pin-label" x="599.131043853192" y="205.8277992237321" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.47952160014px" transform="rotate(-90 599.131043853192 205.8277992237321)">schematic_port_28</text><line class="component-pin sch-component-pin sch-port-line" x1="599.131043853192" y1="205.8277992237321" x2="599.131043853192" y2="226.6827467440401" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="597.8671076398399" y="225.4188105306881" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="597.86710763984" y="216.2552729838861" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 597.86710763984 216.2552729838861)"></text><text class="pin-number sch-pin-label" x="599.131043853192" y="199.5081181569721" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.47952160014px" transform="rotate(-90 599.131043853192 199.5081181569721)">schematic_port_29</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="565.952718252702" y="501.9048572014381" width="65.72468309430383" height="6.319681066759983" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="565.952718252702" y="501.9048572014381" width="65.72468309430383" height="6.319681066759983" fill="transparent"/><text class="sch-text" x="598.8150597998539" y="505.0646977348181" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.375425920167999px" transform="rotate(0, 598.8150597998539, 505.0646977348181)">schematic_component_6</text><line class="component-pin sch-component-pin sch-port-line" x1="586.491681719672" y1="501.9048572014381" x2="586.491681719672" y2="481.0499096811301" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="585.2277455063199" y="479.7859734677781" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="585.2277455063199" y="491.4773834412841" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 585.2277455063199 491.4773834412841)"></text><text class="pin-number sch-pin-label" x="586.491681719672" y="508.2245382681981" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.47952160014px" transform="rotate(-90 586.491681719672 508.2245382681981)">schematic_port_30</text><line class="component-pin sch-component-pin sch-port-line" x1="586.491681719672" y1="508.2245382681981" x2="586.491681719672" y2="529.0794857885062" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="585.2277455063199" y="527.8155495751541" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="585.2277455063199" y="518.6520120283521" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 585.2277455063199 518.6520120283521)"></text><text class="pin-number sch-pin-label" x="586.491681719672" y="501.9048572014381" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.47952160014px" transform="rotate(-90 586.491681719672 501.9048572014381)">schematic_port_31</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component chip sch-component-body" x="650.952428600624" y="501.9048572014381" width="91.6353754680199" height="6.319681066759983" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="650.952428600624" y="501.9048572014381" width="91.6353754680199" height="6.319681066759983" fill="transparent"/><text class="sch-text" x="696.7701163346339" y="505.0646977348181" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.375425920167999px" transform="rotate(0, 696.7701163346339, 505.0646977348181)">schematic_component_7</text><line class="component-pin sch-component-pin sch-port-line" x1="685.710674467804" y1="508.2245382681981" x2="685.710674467804" y2="529.7114538951821" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="684.4467382544519" y="528.44751768183" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.4467382544519" y="518.9679960816901" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 684.4467382544519 518.9679960816901)"></text><text class="pin-number sch-pin-label" x="685.710674467804" y="501.9048572014381" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.47952160014px" transform="rotate(-90 685.710674467804 501.9048572014381)">schematic_port_32</text><line class="component-pin sch-component-pin sch-port-line" x1="685.710674467804" y1="501.9048572014381" x2="685.710674467804" y2="480.4179415744541" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="684.4467382544519" y="479.1540053611021" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.4467382544519" y="491.1613993879461" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 684.4467382544519 491.1613993879461)"></text><text class="pin-number sch-pin-label" x="685.710674467804" y="508.2245382681981" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.47952160014px" transform="rotate(-90 685.710674467804 508.2245382681981)">schematic_port_33</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component chip sch-component-body" x="751.7513416154459" y="501.9048572014381" width="58.14106581419196" height="6.319681066759983" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="751.7513416154459" y="501.9048572014381" width="58.14106581419196" height="6.319681066759983" fill="transparent"/><text class="sch-text" x="780.821874522542" y="505.0646977348181" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.375425920167999px" transform="rotate(0, 780.821874522542, 505.0646977348181)">schematic_component_8</text><line class="component-pin sch-component-pin sch-port-line" x1="772.2903050824159" y1="501.9048572014381" x2="772.2903050824159" y2="481.0499096811301" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="771.0263688690638" y="479.7859734677781" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="771.026368869064" y="491.4773834412841" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 771.026368869064 491.4773834412841)"></text><text class="pin-number sch-pin-label" x="772.2903050824159" y="508.2245382681981" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.47952160014px" transform="rotate(-90 772.2903050824159 508.2245382681981)">schematic_port_34</text><line class="component-pin sch-component-pin sch-port-line" x1="772.2903050824159" y1="508.2245382681981" x2="772.2903050824159" y2="529.0794857885062" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><rect x="771.0263688690638" y="527.8155495751541" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="771.026368869064" y="518.6520120283521" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 771.026368869064 518.6520120283521)"></text><text class="pin-number sch-pin-label" x="772.2903050824159" y="501.9048572014381" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.47952160014px" transform="rotate(-90 772.2903050824159 501.9048572014381)">schematic_port_35</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component chip sch-component-body" x="875.6170905239419" y="591.9603124027681" width="64.14476282761404" height="20.854947520308087" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="875.6170905239419" y="591.9603124027681" width="64.14476282761404" height="20.854947520308087" fill="transparent"/><text class="sch-text" x="907.689471937749" y="602.3877861629221" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.375425920167999px" transform="rotate(0, 907.689471937749, 602.3877861629221)">schematic_component_9</text><line class="component-pin sch-component-pin sch-port-line" x1="896.1560539909119" y1="612.8152599230762" x2="896.1560539909119" y2="638.0939841901161" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="894.8921177775599" y="636.830047976764" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="894.89211777756" y="625.4546220565961" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 894.89211777756 625.4546220565961)"></text><text class="pin-number sch-pin-label" x="896.1560539909119" y="606.4955788563161" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.47952160014px" transform="rotate(-90 896.1560539909119 606.4955788563161)">schematic_port_36</text><line class="component-pin sch-component-pin sch-port-line" x1="896.1560539909119" y1="591.9603124027681" x2="896.1560539909119" y2="566.6815881357281" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><rect x="894.8921177775599" y="565.4176519223761" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="894.89211777756" y="579.3209502692481" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 894.89211777756 579.3209502692481)"></text><text class="pin-number sch-pin-label" x="896.1560539909119" y="598.2799934695281" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.47952160014px" transform="rotate(-90 896.1560539909119 598.2799934695281)">schematic_port_37</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_10__stack1"><rect class="component chip sch-component-body" x="875.6170905239419" y="501.9048572014381" width="60.984922294234025" height="6.319681066759983" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="875.6170905239419" y="501.9048572014381" width="60.984922294234025" height="6.319681066759983" fill="transparent"/><text class="sch-text" x="906.109551671059" y="505.0646977348181" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.375425920167999px" transform="rotate(0, 906.109551671059, 505.0646977348181)">schematic_component_10</text><line class="component-pin sch-component-pin sch-port-line" x1="896.1560539909119" y1="508.2245382681981" x2="896.1560539909119" y2="524.0237409350982" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="894.8921177775599" y="522.7598047217461" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="894.89211777756" y="516.1241396016482" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 894.89211777756 516.1241396016482)"></text><text class="pin-number sch-pin-label" x="896.1560539909119" y="501.9048572014381" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.47952160014px" transform="rotate(-90 896.1560539909119 501.9048572014381)">schematic_port_38</text><line class="component-pin sch-component-pin sch-port-line" x1="896.1560539909119" y1="501.9048572014381" x2="896.1560539909119" y2="486.1056545345381" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="894.8921177775599" y="484.8417183211861" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="894.89211777756" y="494.0052558679881" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 894.89211777756 494.0052558679881)"></text><text class="pin-number sch-pin-label" x="896.1560539909119" y="508.2245382681981" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.47952160014px" transform="rotate(-90 896.1560539909119 508.2245382681981)">schematic_port_39</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_11__stack1"><rect class="component chip sch-component-body" x="284.726910781882" y="716.1420453646019" width="31.598405333799974" height="6.31968106676004" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="284.726910781882" y="716.1420453646019" width="31.598405333799974" height="6.31968106676004" fill="transparent"/><text class="sch-text" x="300.526113448782" y="719.301885897982" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.375425920167999px" transform="rotate(0, 300.526113448782, 719.301885897982)">schematic_component_11</text><line class="component-pin sch-component-pin sch-port-line" x1="300.526113448782" y1="722.461726431362" x2="300.526113448782" y2="742.052737738318" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="300.526113448782" cy="743.3166739516698" r="1.263936213352" stroke-width="1.263936213352px"/><rect x="299.26217723543" y="742.0527377383178" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="299.26217723543" y="732.8892001915159" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 299.26217723543 732.8892001915159)"></text><text class="pin-number sch-pin-label" x="300.526113448782" y="716.1420453646019" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.47952160014px" transform="rotate(-90 300.526113448782 716.1420453646019)">schematic_port_40</text><line class="component-pin sch-component-pin sch-port-line" x1="300.526113448782" y1="716.1420453646019" x2="300.526113448782" y2="695.2870978442938" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_11_1__stack1"><rect x="299.26217723543" y="694.0231616309418" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="299.26217723543" y="705.7145716044479" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 299.26217723543 705.7145716044479)"></text><text class="pin-number sch-pin-label" x="300.526113448782" y="722.461726431362" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.47952160014px" transform="rotate(-90 300.526113448782 722.461726431362)">schematic_port_41</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_12__stack1"><rect class="component chip sch-component-body" x="563.10886177266" y="85.12189084861615" width="68.568539574346" height="6.319681066759983" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="563.10886177266" y="85.12189084861615" width="68.568539574346" height="6.319681066759983" fill="transparent"/><text class="sch-text" x="597.3931315598329" y="88.28173138199614" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.375425920167999px" transform="rotate(0, 597.3931315598329, 88.28173138199614)">schematic_component_12</text><line class="component-pin sch-component-pin sch-port-line" x1="583.6478252396299" y1="85.12189084861615" x2="583.6478252396299" y2="69.32268818171613" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_12_0__stack1"><rect x="582.3838890262779" y="68.05875196836413" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="582.383889026278" y="77.22228951516615" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 582.383889026278 77.22228951516615)"></text><text class="pin-number sch-pin-label" x="583.6478252396299" y="91.44157191537613" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.47952160014px" transform="rotate(-90 583.6478252396299 91.44157191537613)">schematic_port_42</text><line class="component-pin sch-component-pin sch-port-line" x1="583.6478252396299" y1="91.44157191537613" x2="583.6478252396299" y2="105.97683836892412" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_12_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="583.6478252396299" cy="107.24077458227612" r="1.263936213352" stroke-width="1.263936213352px"/><rect x="582.3838890262779" y="105.97683836892412" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="582.383889026278" y="99.34117324882612" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 582.383889026278 99.34117324882612)"></text><text class="pin-number sch-pin-label" x="583.6478252396299" y="85.12189084861615" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.47952160014px" transform="rotate(-90 583.6478252396299 85.12189084861615)">schematic_port_43</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="367.19874870309997" cy="176.12529820996002" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="367.19874870309997" cy="188.76466034348002" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="367.19874870309997" cy="210.88354407714002" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="367.19874870309997" cy="223.52290621066004" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="367.19874870309997" cy="245.64178994432004" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="367.19874870309997" cy="258.28115207784003" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="367.19874870309997" cy="270.92051421136" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="367.19874870309997" cy="283.55987634488" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="367.19874870309997" cy="305.67876007854" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="367.19874870309997" cy="318.31812221206" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="367.19874870309997" cy="340.43700594572005" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="367.19874870309997" cy="353.07636807924" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="264.50393136825" cy="390.9944544798" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="277.14329350176996" cy="390.9944544798" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="289.78265563529" cy="390.9944544798" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="302.42201776880995" cy="390.9944544798" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="572.9043674261379" cy="319.2660743720741" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="638.629050520442" cy="319.2660743720741" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="489.16859329156796" cy="270.9205142113601" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="489.800561398244" cy="340.4370059457201" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="443.66688961089596" cy="311.9984411453001" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="464.83782118454195" cy="156.5342869030041" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="464.83782118454195" cy="194.45237330356412" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="392.47747297013996" cy="454.5072492007381" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="392.47747297013996" cy="467.14661133425807" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_2__stack1"><circle cx="392.47747297013996" cy="479.78597346777815" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_3__stack1"><circle cx="518.87109430534" cy="473.4662924010181" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_4__stack1"><circle cx="518.87109430534" cy="460.8269302674981" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="599.131043853192" cy="178.6531706366641" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="599.131043853192" cy="226.6827467440401" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="586.491681719672" cy="481.0499096811301" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="586.491681719672" cy="529.0794857885062" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="685.710674467804" cy="529.7114538951821" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="685.710674467804" cy="480.4179415744541" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="772.2903050824159" cy="481.0499096811301" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="772.2903050824159" cy="529.0794857885062" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="896.1560539909119" cy="638.0939841901161" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="896.1560539909119" cy="566.6815881357281" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="896.1560539909119" cy="524.0237409350982" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="896.1560539909119" cy="486.1056545345381" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="300.526113448782" cy="743.3166739516698" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="300.526113448782" cy="695.2870978442938" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="583.6478252396299" cy="69.32268818171613" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="583.6478252396299" cy="107.24077458227612" r="2.527872426704" 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="
|
|
129
|
-
M
|
|
130
|
-
L
|
|
131
|
-
L
|
|
132
|
-
L
|
|
133
|
-
L
|
|
128
|
+
</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 531.74744447884 473.4662924010181 L 599.368031893172 473.4662924010181 L 599.368031893172 481.0499096811301" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 531.74744447884 473.4662924010181 L 599.368031893172 473.4662924010181 L 599.368031893172 481.0499096811301" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 909.0324041644119 524.0237409350982 L 909.0324041644119 566.6815881357281" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 909.0324041644119 524.0237409350982 L 909.0324041644119 566.6815881357281" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 380.0750988766 188.76466034348002 L 392.71446101012 188.76466034348002 L 392.71446101012 176.12529820996002 L 380.0750988766 176.12529820996002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 380.0750988766 188.76466034348002 L 392.71446101012 188.76466034348002 L 392.71446101012 176.12529820996002 L 380.0750988766 176.12529820996002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 477.714171358042 156.5342869030041 L 477.714171358042 143.8949247694841 L 392.71446101012 143.8949247694841 L 392.71446101012 176.12529820996002 L 380.0750988766 176.12529820996002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 477.714171358042 156.5342869030041 L 477.714171358042 143.8949247694841 L 392.71446101012 143.8949247694841 L 392.71446101012 176.12529820996002 L 380.0750988766 176.12529820996002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 456.543239784396 311.9984411453001 L 437.584196584116 311.9984411453001 L 437.584196584116 143.8949247694841 L 477.714171358042 143.8949247694841 L 477.714171358042 156.5342869030041" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.543239784396 311.9984411453001 L 437.584196584116 311.9984411453001 L 437.584196584116 143.8949247694841 L 477.714171358042 143.8949247694841 L 477.714171358042 156.5342869030041" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 651.505400693942 319.2660743720741 L 664.144762827462 319.2660743720741 L 664.144762827462 348.96857538584607 L 437.584196584116 348.96857538584607 L 437.584196584116 311.9984411453001 L 456.543239784396 311.9984411453001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 651.505400693942 319.2660743720741 L 664.144762827462 319.2660743720741 L 664.144762827462 348.96857538584607 L 437.584196584116 348.96857538584607 L 437.584196584116 311.9984411453001 L 456.543239784396 311.9984411453001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 380.0750988766 245.64178994432004 L 392.71446101012 245.64178994432004 L 392.71446101012 258.28115207784003 L 380.0750988766 258.28115207784003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 380.0750988766 245.64178994432004 L 392.71446101012 245.64178994432004 L 392.71446101012 258.28115207784003 L 380.0750988766 258.28115207784003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 380.0750988766 270.92051421136 L 392.71446101012 270.92051421136 L 392.71446101012 283.55987634488 L 380.0750988766 283.55987634488" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 380.0750988766 270.92051421136 L 392.71446101012 270.92051421136 L 392.71446101012 283.55987634488 L 380.0750988766 283.55987634488" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 380.0750988766 353.07636807924 L 392.71446101012 353.07636807924 L 392.71446101012 340.43700594572005 L 380.0750988766 340.43700594572005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 380.0750988766 353.07636807924 L 392.71446101012 353.07636807924 L 392.71446101012 340.43700594572005 L 380.0750988766 340.43700594572005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 315.29836794231 390.9944544798 L 315.29836794231 403.63381661332005 L 386.39477994336005 403.63381661332005 L 386.39477994336005 353.07636807924007 L 380.0750988766 353.07636807924007" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 315.29836794231 390.9944544798 L 315.29836794231 403.63381661332005 L 386.39477994336005 403.63381661332005 L 386.39477994336005 353.07636807924007 L 380.0750988766 353.07636807924007" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 302.65900580879 390.9944544798 L 302.65900580879 403.63381661332005 L 315.29836794231005 403.63381661332005 L 315.29836794231005 390.9944544798" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 302.65900580879 390.9944544798 L 302.65900580879 403.63381661332005 L 315.29836794231005 403.63381661332005 L 315.29836794231005 390.9944544798" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 290.01964367527 390.9944544798 L 290.01964367527 403.63381661332005 L 302.65900580879 403.63381661332005 L 302.65900580879 390.9944544798" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 290.01964367527 390.9944544798 L 290.01964367527 403.63381661332005 L 302.65900580879 403.63381661332005 L 302.65900580879 390.9944544798" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 277.38028154175004 390.9944544798 L 277.38028154175004 403.63381661332005 L 290.01964367527 403.63381661332005 L 290.01964367527 390.9944544798" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 277.38028154175004 390.9944544798 L 277.38028154175004 403.63381661332005 L 290.01964367527 403.63381661332005 L 290.01964367527 390.9944544798" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 405.35382314364 467.14661133425807 L 392.71446101012 467.14661133425807 L 392.71446101012 353.07636807924 L 380.0750988766 353.07636807924" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 405.35382314364 467.14661133425807 L 392.71446101012 467.14661133425807 L 392.71446101012 353.07636807924 L 380.0750988766 353.07636807924" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 477.714171358042 194.45237330356412 L 477.714171358042 232.68644375746211 L 450.223558717636 232.68644375746211 L 450.223558717636 340.43700594572005 L 380.0750988766 340.43700594572005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 477.714171358042 194.45237330356412 L 477.714171358042 232.68644375746211 L 450.223558717636 232.68644375746211 L 450.223558717636 340.43700594572005 L 380.0750988766 340.43700594572005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 599.368031893172 529.0794857885062 L 599.368031893172 541.7188479220262 L 392.71446101012 541.7188479220262 L 392.71446101012 467.14661133425807 L 405.35382314364 467.14661133425807" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 599.368031893172 529.0794857885062 L 599.368031893172 541.7188479220262 L 392.71446101012 541.7188479220262 L 392.71446101012 467.14661133425807 L 405.35382314364 467.14661133425807" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 698.587024641304 529.7114538951821 L 698.587024641304 541.7188479220262 L 599.368031893172 541.7188479220262 L 599.368031893172 529.0794857885062" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 698.587024641304 529.7114538951821 L 698.587024641304 541.7188479220262 L 599.368031893172 541.7188479220262 L 599.368031893172 529.0794857885062" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 785.1666552559159 529.0794857885062 L 785.1666552559159 541.7188479220262 L 698.587024641304 541.7188479220262 L 698.587024641304 529.7114538951821" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 785.1666552559159 529.0794857885062 L 785.1666552559159 541.7188479220262 L 698.587024641304 541.7188479220262 L 698.587024641304 529.7114538951821" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 909.0324041644119 638.0939841901161 L 909.0324041644119 650.7333463236359 L 785.1666552559159 650.7333463236359 L 785.1666552559159 529.0794857885062" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 909.0324041644119 638.0939841901161 L 909.0324041644119 650.7333463236359 L 785.1666552559159 650.7333463236359 L 785.1666552559159 529.0794857885062" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 502.676911571744 340.4370059457201 L 502.676911571744 353.0763680792401 L 573.141355466118 353.0763680792401 L 573.141355466118 319.26607437207406 L 585.7807175996379 319.26607437207406" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.676911571744 340.4370059457201 L 502.676911571744 353.0763680792401 L 573.141355466118 353.0763680792401 L 573.141355466118 319.26607437207406 L 585.7807175996379 319.26607437207406" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 612.007394026692 178.6531706366641 L 612.007394026692 166.0138085031441 L 573.141355466118 166.0138085031441 L 573.141355466118 319.2660743720741 L 585.7807175996379 319.2660743720741" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 612.007394026692 178.6531706366641 L 612.007394026692 166.0138085031441 L 573.141355466118 166.0138085031441 L 573.141355466118 319.2660743720741 L 585.7807175996379 319.2660743720741" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 405.35382314364 454.5072492007381 L 399.03414207688 454.5072492007381 L 399.03414207688 353.0763680792401 L 502.676911571744 353.0763680792401 L 502.676911571744 340.4370059457201" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 405.35382314364 454.5072492007381 L 399.03414207688 454.5072492007381 L 399.03414207688 353.0763680792401 L 502.676911571744 353.0763680792401 L 502.676911571744 340.4370059457201" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 405.35382314364 479.78597346777815 L 313.402463622282 479.78597346777815 L 313.402463622282 695.2870978442938" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 405.35382314364 479.78597346777815 L 313.402463622282 479.78597346777815 L 313.402463622282 695.2870978442938" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 698.587024641304 480.4179415744541 L 698.587024641304 460.8269302674981 L 531.74744447884 460.8269302674981" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 698.587024641304 480.4179415744541 L 698.587024641304 460.8269302674981 L 531.74744447884 460.8269302674981" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 785.1666552559159 481.0499096811301 L 785.1666552559159 460.8269302674981 L 698.587024641304 460.8269302674981 L 698.587024641304 480.4179415744541" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 785.1666552559159 481.0499096811301 L 785.1666552559159 460.8269302674981 L 698.587024641304 460.8269302674981 L 698.587024641304 480.4179415744541" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 909.0324041644119 486.1056545345381 L 909.0324041644119 460.8269302674981 L 785.1666552559159 460.8269302674981 L 785.1666552559159 481.0499096811301" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 909.0324041644119 486.1056545345381 L 909.0324041644119 460.8269302674981 L 785.1666552559159 460.8269302674981 L 785.1666552559159 481.0499096811301" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 596.52417541313 69.32268818171613 L 596.52417541313 56.683326048196136 L 573.141355466118 56.683326048196136 L 573.141355466118 166.0138085031441" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 596.52417541313 69.32268818171613 L 596.52417541313 56.683326048196136 L 573.141355466118 56.683326048196136 L 573.141355466118 166.0138085031441" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 612.007394026692 226.6827467440401 L 612.007394026692 239.3221088775601 L 514.684305598588 239.3221088775601 L 514.684305598588 232.68644375746211 L 477.714171358042 232.68644375746211 L 477.714171358042 194.45237330356412" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 612.007394026692 226.6827467440401 L 612.007394026692 239.3221088775601 L 514.684305598588 239.3221088775601 L 514.684305598588 232.68644375746211 L 477.714171358042 232.68644375746211 L 477.714171358042 194.45237330356412" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 502.044943465068 270.9205142113601 L 502.044943465068 261.3777958005525 L 498.82190612102045 261.3777958005525" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.044943465068 270.9205142113601 L 502.044943465068 261.3777958005525 L 498.82190612102045 261.3777958005525" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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"><circle cx="392.71446101012" cy="176.12529820996002" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="380.0750988766" cy="176.12529820996002" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><circle cx="477.714171358042" cy="156.5342869030041" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="477.714171358042" cy="143.8949247694841" r="1.895904320028" 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_4__stack1"><circle cx="456.543239784396" cy="311.9984411453001" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="437.584196584116" cy="311.9984411453001" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><circle cx="380.0750988766" cy="353.07636807924" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="392.71446101012" cy="353.07636807924" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="380.0750988766" cy="340.43700594572005" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><circle cx="315.29836794231" cy="390.9944544798" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="315.29836794231" cy="403.63381661332005" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><circle cx="302.65900580879" cy="390.9944544798" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="302.65900580879" cy="403.63381661332005" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><circle cx="290.01964367527" cy="390.9944544798" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="290.01964367527" cy="403.63381661332005" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"><circle cx="405.35382314364" cy="467.14661133425807" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="392.71446101012" cy="467.14661133425807" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"><circle cx="477.714171358042" cy="194.45237330356412" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="477.714171358042" cy="232.68644375746211" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"><circle cx="599.368031893172" cy="529.0794857885062" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="599.368031893172" cy="541.7188479220262" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"><circle cx="698.587024641304" cy="529.7114538951821" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="698.587024641304" cy="541.7188479220262" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"><circle cx="785.1666552559159" cy="529.0794857885062" r="1.895904320028" 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_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"><circle cx="502.676911571744" cy="340.4370059457201" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="502.676911571744" cy="353.0763680792401" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="573.141355466118" cy="319.26607437207406" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="585.7807175996379" cy="319.26607437207406" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"><circle cx="573.141355466118" cy="166.0138085031441" r="1.895904320028" 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_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"><circle cx="698.587024641304" cy="480.4179415744541" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="698.587024641304" cy="460.8269302674981" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"><circle cx="785.1666552559159" cy="481.0499096811301" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="785.1666552559159" cy="460.8269302674981" r="1.895904320028" 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_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="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="247.36179647464002" y="163.48593607644" width="107.43457813492" height="202.22979413632004" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="247.36179647464002" y="163.48593607644" width="107.43457813492" height="202.22979413632004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="354.79637460956" y1="176.12529820996002" x2="380.0750988766" y2="176.12529820996002" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="378.811162663248" y="174.86136199660803" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="367.43573674308004" y="174.86136199660803" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="354.79637460956" y1="188.76466034348002" x2="380.0750988766" y2="188.76466034348002" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="378.811162663248" y="187.50072413012802" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="367.43573674308004" y="187.50072413012802" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="354.79637460956" y1="210.88354407714002" x2="378.811162663248" y2="210.88354407714002" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="380.0750988766" cy="210.88354407714002" r="1.263936213352" stroke-width="1.263936213352px"/><rect x="378.811162663248" y="209.61960786378802" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="367.43573674308004" y="209.61960786378802" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="354.79637460956" y1="223.52290621066004" x2="378.811162663248" y2="223.52290621066004" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="380.0750988766" cy="223.52290621066004" r="1.263936213352" stroke-width="1.263936213352px"/><rect x="378.811162663248" y="222.25896999730804" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="367.43573674308004" y="222.25896999730804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="354.79637460956" y1="245.64178994432004" x2="380.0750988766" y2="245.64178994432004" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="378.811162663248" y="244.37785373096804" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="367.43573674308004" y="244.377853730968" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="354.79637460956" y1="258.28115207784003" x2="380.0750988766" y2="258.28115207784003" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="378.811162663248" y="257.01721586448804" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="367.43573674308004" y="257.01721586448804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="354.79637460956" y1="270.92051421136" x2="380.0750988766" y2="270.92051421136" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="378.811162663248" y="269.656577998008" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="367.43573674308004" y="269.656577998008" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="354.79637460956" y1="283.55987634488" x2="380.0750988766" y2="283.55987634488" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="378.811162663248" y="282.295940131528" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="367.43573674308004" y="282.295940131528" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="354.79637460956" y1="305.67876007854" x2="378.811162663248" y2="305.67876007854" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="380.0750988766" cy="305.67876007854" r="1.263936213352" stroke-width="1.263936213352px"/><rect x="378.811162663248" y="304.414823865188" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="367.43573674308004" y="304.41482386518805" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="354.79637460956" y1="318.31812221206" x2="378.811162663248" y2="318.31812221206" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="380.0750988766" cy="318.31812221206" r="1.263936213352" stroke-width="1.263936213352px"/><rect x="378.811162663248" y="317.054185998708" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="367.43573674308004" y="317.054185998708" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="354.79637460956" y1="340.43700594572005" x2="380.0750988766" y2="340.43700594572005" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><rect x="378.811162663248" y="339.17306973236805" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="367.43573674308004" y="339.17306973236805" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="354.79637460956" y1="353.07636807924" x2="380.0750988766" y2="353.07636807924" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><rect x="378.811162663248" y="351.812431865888" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="367.43573674308004" y="351.812431865888" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="277.38028154175004" y1="365.71573021276004" x2="277.38028154175004" y2="390.9944544798" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><rect x="276.11634532839804" y="389.73051826644803" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="276.11634532839804" y="378.35509234628" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 276.11634532839804 378.35509234628)"></text><line class="component-pin sch-component-pin sch-port-line" x1="290.01964367527" y1="365.71573021276004" x2="290.01964367527" y2="390.9944544798" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><rect x="288.755707461918" y="389.73051826644803" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="288.755707461918" y="378.35509234628" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 288.755707461918 378.35509234628)"></text><line class="component-pin sch-component-pin sch-port-line" x1="302.65900580879" y1="365.71573021276004" x2="302.65900580879" y2="390.9944544798" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><rect x="301.39506959543803" y="389.73051826644803" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="301.39506959543803" y="378.35509234628" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 301.39506959543803 378.35509234628)"></text><line class="component-pin sch-component-pin sch-port-line" x1="315.29836794231" y1="365.71573021276004" x2="315.29836794231" y2="390.9944544798" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><rect x="314.034431728958" y="389.73051826644803" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="314.034431728958" y="378.35509234628" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 314.034431728958 378.35509234628)"></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="611.059441866678" y="293.3553819983581" width="15.167234560224074" height="42.973831253968" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="611.059441866678" y="293.3553819983581" width="15.167234560224074" height="42.973831253968" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="611.059441866678" y1="319.2660743720741" x2="585.7807175996379" y2="319.2660743720741" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="584.5167813862859" y="318.0021381587221" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="598.420079733158" y="318.0021381587221" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="626.226676426902" y1="319.2660743720741" x2="651.505400693942" y2="319.2660743720741" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="650.2414644805899" y="318.0021381587221" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="638.866038560422" y="318.0021381587221" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" 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="479.92605973140803" y="296.1992384784001" width="6.319681066759927" height="18.959043200280007" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="479.92605973140803" y="296.1992384784001" width="6.319681066759927" height="18.959043200280007" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="502.044943465068" y1="296.1992384784001" x2="502.044943465068" y2="270.9205142113601" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="500.781007251716" y="269.6565779980081" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="500.781007251716" y="283.5598763448801" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 500.781007251716 283.5598763448801)"></text><line class="component-pin sch-component-pin sch-port-line" x1="502.676911571744" y1="315.1582816786801" x2="502.676911571744" y2="340.4370059457201" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="501.412975358392" y="339.1730697323681" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="501.41297535839203" y="327.79764381220014" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 501.41297535839203 327.79764381220014)"></text><line class="component-pin sch-component-pin sch-port-line" x1="479.92605973140803" y1="311.9984411453001" x2="456.543239784396" y2="311.9984411453001" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><rect x="455.279303571044" y="310.7345049319481" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="468.23464975790205" y="310.7345049319481" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="457.175207891072" y="172.3334895699041" width="68.568539574346" height="6.31968106676004" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="457.175207891072" y="172.3334895699041" width="68.568539574346" height="6.31968106676004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="477.714171358042" y1="172.3334895699041" x2="477.714171358042" y2="156.5342869030041" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="476.45023514469" y="155.2703506896521" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.45023514469" y="164.4338882364541" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 476.45023514469 164.4338882364541)"></text><line class="component-pin sch-component-pin sch-port-line" x1="477.714171358042" y1="178.65317063666413" x2="477.714171358042" y2="194.45237330356412" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="476.45023514469" y="193.18843709021212" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.45023514469" y="186.55277197011412" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 476.45023514469 186.55277197011412)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="430.63254741068" y="441.86788706721813" width="75.83617280112003" height="50.55744853407998" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="430.63254741068" y="441.86788706721813" width="75.83617280112003" height="50.55744853407998" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="430.63254741068" y1="454.5072492007381" x2="405.35382314364" y2="454.5072492007381" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="404.089886930288" y="453.2433129873861" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="417.99318527716" y="453.24331298738605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="430.63254741068" y1="467.14661133425807" x2="405.35382314364" y2="467.14661133425807" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="404.089886930288" y="465.8826751209061" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="417.99318527716" y="465.88267512090613" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="430.63254741068" y1="479.78597346777815" x2="405.35382314364" y2="479.78597346777815" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_4_2__stack1"><rect x="404.089886930288" y="478.52203725442615" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="417.99318527716" y="478.5220372544261" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.4687202118" y1="473.4662924010181" x2="531.74744447884" y2="473.4662924010181" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_4_3__stack1"><rect x="530.4835082654879" y="472.2023561876661" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="519.10808234532" y="472.2023561876661" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.4687202118" y1="460.8269302674981" x2="531.74744447884" y2="460.8269302674981" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_4_4__stack1"><rect x="530.4835082654879" y="459.5629940541461" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="519.10808234532" y="459.5629940541461" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="591.4684305597219" y="199.5081181569721" width="58.141065814192075" height="6.319681066759983" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="591.4684305597219" y="199.5081181569721" width="58.141065814192075" height="6.319681066759983" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="612.007394026692" y1="199.5081181569721" x2="612.007394026692" y2="178.6531706366641" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="610.74345781334" y="177.3892344233121" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="610.74345781334" y="189.08064439681812" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 610.74345781334 189.08064439681812)"></text><line class="component-pin sch-component-pin sch-port-line" x1="612.007394026692" y1="205.8277992237321" x2="612.007394026692" y2="226.6827467440401" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="610.74345781334" y="225.4188105306881" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="610.74345781334" y="216.2552729838861" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 610.74345781334 216.2552729838861)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="578.829068426202" y="501.9048572014381" width="65.72468309430394" height="6.319681066759983" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="578.829068426202" y="501.9048572014381" width="65.72468309430394" height="6.319681066759983" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="599.368031893172" y1="501.9048572014381" x2="599.368031893172" y2="481.0499096811301" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="598.1040956798199" y="479.7859734677781" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="598.10409567982" y="491.4773834412841" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 598.10409567982 491.4773834412841)"></text><line class="component-pin sch-component-pin sch-port-line" x1="599.368031893172" y1="508.2245382681981" x2="599.368031893172" y2="529.0794857885062" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="598.1040956798199" y="527.8155495751541" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="598.10409567982" y="518.6520120283521" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 598.10409567982 518.6520120283521)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component chip sch-component-body" x="663.828778774124" y="501.9048572014381" width="91.6353754680199" height="6.319681066759983" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="663.828778774124" y="501.9048572014381" width="91.6353754680199" height="6.319681066759983" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="698.587024641304" y1="508.2245382681981" x2="698.587024641304" y2="529.7114538951821" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="697.3230884279519" y="528.44751768183" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="697.3230884279519" y="518.9679960816901" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 697.3230884279519 518.9679960816901)"></text><line class="component-pin sch-component-pin sch-port-line" x1="698.587024641304" y1="501.9048572014381" x2="698.587024641304" y2="480.4179415744541" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="697.3230884279519" y="479.1540053611021" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="697.3230884279519" y="491.1613993879461" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 697.3230884279519 491.1613993879461)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component chip sch-component-body" x="764.6276917889459" y="501.9048572014381" width="58.14106581419196" height="6.319681066759983" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="764.6276917889459" y="501.9048572014381" width="58.14106581419196" height="6.319681066759983" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="785.1666552559159" y1="501.9048572014381" x2="785.1666552559159" y2="481.0499096811301" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="783.9027190425638" y="479.7859734677781" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="783.9027190425641" y="491.4773834412841" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 783.9027190425641 491.4773834412841)"></text><line class="component-pin sch-component-pin sch-port-line" x1="785.1666552559159" y1="508.2245382681981" x2="785.1666552559159" y2="529.0794857885062" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><rect x="783.9027190425638" y="527.8155495751541" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="783.9027190425641" y="518.6520120283521" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 783.9027190425641 518.6520120283521)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component chip sch-component-body" x="888.4934406974419" y="591.9603124027681" width="64.14476282761416" height="20.854947520308087" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="888.4934406974419" y="591.9603124027681" width="64.14476282761416" height="20.854947520308087" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="909.0324041644119" y1="612.8152599230762" x2="909.0324041644119" y2="638.0939841901161" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="907.7684679510598" y="636.830047976764" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="907.7684679510601" y="625.4546220565961" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 907.7684679510601 625.4546220565961)"></text><line class="component-pin sch-component-pin sch-port-line" x1="909.0324041644119" y1="591.9603124027681" x2="909.0324041644119" y2="566.6815881357281" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><rect x="907.7684679510598" y="565.4176519223761" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="907.7684679510601" y="579.3209502692481" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 907.7684679510601 579.3209502692481)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_10__stack1"><rect class="component chip sch-component-body" x="888.4934406974419" y="501.9048572014381" width="60.98492229423414" height="6.319681066759983" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="888.4934406974419" y="501.9048572014381" width="60.98492229423414" height="6.319681066759983" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="909.0324041644119" y1="508.2245382681981" x2="909.0324041644119" y2="524.0237409350982" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="907.7684679510598" y="522.7598047217461" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="907.7684679510601" y="516.1241396016482" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 907.7684679510601 516.1241396016482)"></text><line class="component-pin sch-component-pin sch-port-line" x1="909.0324041644119" y1="501.9048572014381" x2="909.0324041644119" y2="486.1056545345381" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="907.7684679510598" y="484.8417183211861" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="907.7684679510601" y="494.0052558679881" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 907.7684679510601 494.0052558679881)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_11__stack1"><rect class="component chip sch-component-body" x="297.60326095538204" y="716.1420453646019" width="31.598405333799974" height="6.31968106676004" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="297.60326095538204" y="716.1420453646019" width="31.598405333799974" height="6.31968106676004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="313.402463622282" y1="722.461726431362" x2="313.402463622282" y2="742.052737738318" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="313.402463622282" cy="743.3166739516698" r="1.263936213352" stroke-width="1.263936213352px"/><rect x="312.13852740893003" y="742.0527377383178" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="312.13852740893003" y="732.8892001915159" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 312.13852740893003 732.8892001915159)"></text><line class="component-pin sch-component-pin sch-port-line" x1="313.402463622282" y1="716.1420453646019" x2="313.402463622282" y2="695.2870978442938" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_11_1__stack1"><rect x="312.13852740893003" y="694.0231616309418" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="312.13852740893003" y="705.7145716044479" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 312.13852740893003 705.7145716044479)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_12__stack1"><rect class="component chip sch-component-body" x="575.98521194616" y="85.12189084861615" width="68.568539574346" height="6.319681066759983" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="575.98521194616" y="85.12189084861615" width="68.568539574346" height="6.319681066759983" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="596.52417541313" y1="85.12189084861615" x2="596.52417541313" y2="69.32268818171613" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_12_0__stack1"><rect x="595.260239199778" y="68.05875196836413" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="595.260239199778" y="77.22228951516615" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 595.260239199778 77.22228951516615)"></text><line class="component-pin sch-component-pin sch-port-line" x1="596.52417541313" y1="91.44157191537613" x2="596.52417541313" y2="105.97683836892412" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_12_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="596.52417541313" cy="107.24077458227612" r="1.263936213352" stroke-width="1.263936213352px"/><rect x="595.260239199778" y="105.97683836892412" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="595.260239199778" y="99.34117324882612" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 595.260239199778 99.34117324882612)"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="380.0750988766" cy="176.12529820996002" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="380.0750988766" cy="188.76466034348002" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="380.0750988766" cy="210.88354407714002" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="380.0750988766" cy="223.52290621066004" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="380.0750988766" cy="245.64178994432004" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="380.0750988766" cy="258.28115207784003" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="380.0750988766" cy="270.92051421136" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="380.0750988766" cy="283.55987634488" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="380.0750988766" cy="305.67876007854" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="380.0750988766" cy="318.31812221206" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="380.0750988766" cy="340.43700594572005" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="380.0750988766" cy="353.07636807924" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="277.38028154175004" cy="390.9944544798" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="290.01964367527" cy="390.9944544798" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="302.65900580879" cy="390.9944544798" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="315.29836794231" cy="390.9944544798" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="585.7807175996379" cy="319.2660743720741" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="651.505400693942" cy="319.2660743720741" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="502.044943465068" cy="270.9205142113601" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="502.676911571744" cy="340.4370059457201" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="456.543239784396" cy="311.9984411453001" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="477.714171358042" cy="156.5342869030041" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="477.714171358042" cy="194.45237330356412" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="405.35382314364" cy="454.5072492007381" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="405.35382314364" cy="467.14661133425807" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_2__stack1"><circle cx="405.35382314364" cy="479.78597346777815" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_3__stack1"><circle cx="531.74744447884" cy="473.4662924010181" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_4__stack1"><circle cx="531.74744447884" cy="460.8269302674981" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="612.007394026692" cy="178.6531706366641" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="612.007394026692" cy="226.6827467440401" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="599.368031893172" cy="481.0499096811301" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="599.368031893172" cy="529.0794857885062" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="698.587024641304" cy="529.7114538951821" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="698.587024641304" cy="480.4179415744541" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="785.1666552559159" cy="481.0499096811301" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="785.1666552559159" cy="529.0794857885062" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="909.0324041644119" cy="638.0939841901161" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="909.0324041644119" cy="566.6815881357281" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="909.0324041644119" cy="524.0237409350982" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="909.0324041644119" cy="486.1056545345381" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="313.402463622282" cy="743.3166739516698" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="313.402463622282" cy="695.2870978442938" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="596.52417541313" cy="69.32268818171613" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="596.52417541313" cy="107.24077458227612" r="2.527872426704" 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="
|
|
129
|
+
M 477.714171358042,143.8949247694841
|
|
130
|
+
L 471.394490291282,140.4822969934337
|
|
131
|
+
L 471.394490291282,118.81000405515809
|
|
132
|
+
L 484.033852424802,118.81000405515809
|
|
133
|
+
L 484.033852424802,140.48229699343372
|
|
134
134
|
Z
|
|
135
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.263936213352px"/><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="
|
|
136
|
-
M
|
|
137
|
-
L
|
|
138
|
-
L
|
|
139
|
-
L
|
|
140
|
-
L
|
|
135
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.263936213352px"/><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="477.714171358042" y="138.20721180940012" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.375425920167999px" transform="rotate(-90 477.714171358042 138.20721180940012)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
|
|
136
|
+
M 392.71446101012,245.64178994432004
|
|
137
|
+
L 396.12708878617036,239.32210887756003
|
|
138
|
+
L 417.799381724446,239.32210887756003
|
|
139
|
+
L 417.799381724446,251.96147101108005
|
|
140
|
+
L 396.12708878617036,251.96147101108005
|
|
141
141
|
Z
|
|
142
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.263936213352px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="
|
|
143
|
-
M
|
|
144
|
-
L
|
|
145
|
-
L
|
|
146
|
-
L
|
|
147
|
-
L
|
|
142
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.263936213352px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="398.402173970204" y="245.64178994432004" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.375425920167999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
|
|
143
|
+
M 392.71446101012,270.92051421136
|
|
144
|
+
L 396.12708878617036,264.6008331446
|
|
145
|
+
L 417.799381724446,264.6008331446
|
|
146
|
+
L 417.799381724446,277.24019527812
|
|
147
|
+
L 396.12708878617036,277.24019527812
|
|
148
148
|
Z
|
|
149
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.263936213352px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="
|
|
150
|
-
M
|
|
151
|
-
L
|
|
152
|
-
L
|
|
153
|
-
L
|
|
154
|
-
L
|
|
149
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.263936213352px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="398.402173970204" y="270.92051421136" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.375425920167999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
|
|
150
|
+
M 909.0324041644119,650.7333463236359
|
|
151
|
+
L 915.3520852311719,654.1459740996863
|
|
152
|
+
L 915.3520852311719,675.818267037962
|
|
153
|
+
L 902.7127230976519,675.818267037962
|
|
154
|
+
L 902.7127230976519,654.1459740996863
|
|
155
155
|
Z
|
|
156
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.263936213352px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="
|
|
157
|
-
M
|
|
158
|
-
L
|
|
159
|
-
L
|
|
160
|
-
L
|
|
161
|
-
L
|
|
156
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.263936213352px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="909.0324041644119" y="656.42105928372" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.375425920167999px" transform="rotate(90 909.0324041644119 656.42105928372)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
|
|
157
|
+
M 313.402463622282,743.3166739516698
|
|
158
|
+
L 319.722144689042,746.7293017277202
|
|
159
|
+
L 319.722144689042,768.4015946659958
|
|
160
|
+
L 307.08278255552204,768.4015946659958
|
|
161
|
+
L 307.08278255552204,746.7293017277202
|
|
162
162
|
Z
|
|
163
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.263936213352px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="
|
|
164
|
-
M
|
|
165
|
-
L
|
|
166
|
-
L
|
|
167
|
-
L
|
|
168
|
-
L
|
|
163
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.263936213352px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="313.402463622282" y="749.0043869117538" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.375425920167999px" transform="rotate(90 313.402463622282 749.0043869117538)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
|
|
164
|
+
M 596.52417541313,56.683326048196136
|
|
165
|
+
L 590.20449434637,53.27069827214574
|
|
166
|
+
L 590.20449434637,31.59840533387011
|
|
167
|
+
L 602.8438564798901,31.59840533387011
|
|
168
|
+
L 602.8438564798901,53.27069827214574
|
|
169
169
|
Z
|
|
170
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.263936213352px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="
|
|
171
|
-
M
|
|
172
|
-
L
|
|
173
|
-
L
|
|
174
|
-
L
|
|
175
|
-
L
|
|
170
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.263936213352px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="596.52417541313" y="50.99561308811214" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.375425920167999px" transform="rotate(-90 596.52417541313 50.99561308811214)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
|
|
171
|
+
M 498.82190612102045,261.3777958005525
|
|
172
|
+
L 495.40927834497006,267.6974768673125
|
|
173
|
+
L 458.8899480205196,267.6974768673125
|
|
174
|
+
L 458.8899480205196,255.0581147337925
|
|
175
|
+
L 495.40927834497006,255.0581147337925
|
|
176
176
|
Z
|
|
177
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.263936213352px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="
|
|
178
|
-
M
|
|
179
|
-
L
|
|
180
|
-
L
|
|
181
|
-
L
|
|
182
|
-
L
|
|
177
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.263936213352px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="493.13419316093643" y="261.3777958005525" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.375425920167999px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
|
|
178
|
+
M 313.402463622282,479.78597346777815
|
|
179
|
+
L 309.98983584623164,486.10565453453813
|
|
180
|
+
L 258.62346813560634,486.10565453453813
|
|
181
|
+
L 258.62346813560634,473.46629240101817
|
|
182
|
+
L 309.98983584623164,473.46629240101817
|
|
183
183
|
Z
|
|
184
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.263936213352px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="
|
|
185
|
-
M
|
|
186
|
-
L
|
|
187
|
-
L
|
|
188
|
-
L
|
|
189
|
-
L
|
|
184
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.263936213352px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="307.714750662198" y="479.78597346777815" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.375425920167999px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
|
|
185
|
+
M 599.368031893172,473.4662924010181
|
|
186
|
+
L 602.7806596692224,467.1466113342581
|
|
187
|
+
L 624.452952607498,467.1466113342581
|
|
188
|
+
L 624.452952607498,479.7859734677781
|
|
189
|
+
L 602.7806596692224,479.7859734677781
|
|
190
190
|
Z
|
|
191
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.263936213352px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="
|
|
192
|
-
M
|
|
193
|
-
L
|
|
194
|
-
L
|
|
195
|
-
L
|
|
196
|
-
L
|
|
191
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.263936213352px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="605.055744853256" y="473.4662924010181" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.375425920167999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
|
|
192
|
+
M 698.587024641304,460.8269302674981
|
|
193
|
+
L 692.2673435745439,457.4143024914477
|
|
194
|
+
L 692.2673435745439,435.74200955317207
|
|
195
|
+
L 704.906705708064,435.74200955317207
|
|
196
|
+
L 704.906705708064,457.4143024914477
|
|
197
197
|
Z
|
|
198
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.263936213352px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="
|
|
199
|
-
M
|
|
200
|
-
L
|
|
201
|
-
L
|
|
202
|
-
L
|
|
203
|
-
L
|
|
198
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.263936213352px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="698.587024641304" y="455.13921730741407" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.375425920167999px" transform="rotate(-90 698.587024641304 455.13921730741407)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="
|
|
199
|
+
M 909.0324041644119,545.3526645354132
|
|
200
|
+
L 912.4450319404623,539.0329834686531
|
|
201
|
+
L 934.1173248787379,539.0329834686531
|
|
202
|
+
L 934.1173248787379,551.6723456021732
|
|
203
|
+
L 912.4450319404623,551.6723456021732
|
|
204
204
|
Z
|
|
205
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.263936213352px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="
|
|
206
|
-
M
|
|
207
|
-
L
|
|
208
|
-
L
|
|
209
|
-
L
|
|
210
|
-
L
|
|
205
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.263936213352px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="914.7201171244959" y="545.3526645354132" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.375425920167999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="
|
|
206
|
+
M 596.52417541313,107.24077458227612
|
|
207
|
+
L 602.8438564798901,110.65340235832652
|
|
208
|
+
L 602.8438564798901,154.59625137586437
|
|
209
|
+
L 590.20449434637,154.59625137586437
|
|
210
|
+
L 590.20449434637,110.65340235832652
|
|
211
211
|
Z
|
|
212
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.263936213352px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" x="
|
|
212
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.263936213352px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" x="596.52417541313" y="112.92848754236012" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.375425920167999px" transform="rotate(90 596.52417541313 112.92848754236012)">XXXXX</text><text class="sch-text" x="368.69967295643204" y="156.21830284966603" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.375425920167999px" transform="rotate(0, 368.69967295643204, 156.21830284966603)">J1</text><text class="sch-text" x="495.093294291632" y="500.6409209880861" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.37542592016798px" transform="rotate(0, 495.093294291632, 500.6409209880861)">MIC5219_3_3YM5_TR</text><text class="sch-text" x="438.21616469079197" y="434.6002538404441" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.375425920167999px" transform="rotate(0, 438.21616469079197, 434.6002538404441)">U3</text><rect class="schematic-box sch-box" x="357.324247036264" y="148.31870151621604" width="22.750851840335997" height="15.799202666899987" stroke-width="1.263936213352px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="10.111489706816 5.055744853408"/><rect class="schematic-box sch-box" x="430.63254741068" y="494.9532080280021" width="128.921493761904" height="11.37542592016797" stroke-width="1.263936213352px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="10.111489706816 5.055744853408"/><rect class="schematic-box sch-box" x="426.840738770624" y="426.7006525069941" width="22.750851840335997" height="15.799202666899987" stroke-width="1.263936213352px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="10.111489706816 5.055744853408"/>
|
|
213
213
|
</g>
|
|
214
214
|
</svg>
|