@tscircuit/schematic-trace-solver 0.0.159 → 0.0.161
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 +43 -9
- package/dist/index.js +807 -115
- package/lib/solvers/AvailableNetOrientationSolver/AvailableNetOrientationSolver.ts +210 -6
- package/lib/solvers/InlineNetLabelSolver/InlineNetLabelSolver.ts +536 -94
- package/lib/solvers/InlineNetLabelSolver/pushAnchoredNetLabelsAwayFromInlineLabels.ts +9 -7
- package/lib/solvers/InlineNetLabelSolver/pushInlineTerminalLabelsAwayFromAnchoredLabels.ts +295 -0
- package/lib/solvers/NetLabelPlacementSolver/NetLabelPlacementSolver.ts +7 -35
- package/lib/solvers/SchematicTraceLinesSolver/getTraceConnectedPinComponents.ts +60 -0
- package/lib/solvers/TraceCleanupSolver/sameNetRailAlignment/getFixedLabelCoordinate.ts +44 -13
- package/lib/types/InputProblem.ts +5 -4
- 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 +600 -792
- package/tests/bug-reports/bug-report-20260826T072956Z/bug-report-20260826T072956Z.test.ts +66 -1
- 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 +106 -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/repros/repro-usb-power-vbus-label-detour.test.ts +14 -0
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +1 -1
- package/tests/solvers/InlineNetLabelSolver/multi-pin-connected-components.test.ts +252 -0
- package/tests/solvers/InlineNetLabelSolver/opposite-side-placement.test.ts +71 -0
- package/tests/solvers/InlineNetLabelSolver/push-anchored-net-labels-away.test.ts +8 -2
- package/tests/solvers/InlineNetLabelSolver/push-inline-terminal-labels-away.test.ts +91 -0
- package/tests/solvers/InlineNetLabelSolver/two-pin-terminal-stubs-atomic.test.ts +7 -1
|
@@ -121,7 +121,7 @@ orientation: y+" data-x="3.8499999999999996" data-y="-2.365000000000001" cx="494
|
|
|
121
121
|
.port-label { fill: rgb(0, 100, 100); }
|
|
122
122
|
.component-name { fill: rgb(0, 100, 100); }
|
|
123
123
|
|
|
124
|
-
</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 845.266414965785 527.3171147131746 L 890.8280580236665 527.3171147131746 L 890.8280580236665 503.4717688137225 L 936.389701081548 503.4717688137225 L 936.389701081548 520.5041587419025" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 845.266414965785 527.3171147131746 L 890.8280580236665 527.3171147131746 L 890.8280580236665 503.4717688137225 L 936.389701081548 503.4717688137225 L 936.389701081548 520.5041587419025" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 522.0768160785694 569.8980895336244 L 522.0768160785694 627.382405541232" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 522.0768160785694 569.8980895336244 L 522.0768160785694 627.382405541232" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 640.877735827625 365.08360064726 L 649.393930791715 365.08360064726 L 649.393930791715 348.05121071908 L 640.877735827625 348.05121071908" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 640.877735827625 365.08360064726 L 649.393930791715 365.08360064726 L 649.393930791715 348.05121071908 L 640.877735827625 348.05121071908" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 553.5867374457025 416.1807704318 L 553.5867374457025 433.21316035998 L 649.393930791715 433.21316035998 L 649.393930791715 365.08360064726 L 640.877735827625 365.08360064726" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 553.5867374457025 416.1807704318 L 553.5867374457025 433.21316035998 L 649.393930791715 433.21316035998 L 649.393930791715 365.08360064726 L 640.877735827625 365.08360064726" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 536.5543475175225 416.1807704318 L 536.5543475175225 433.21316035998 L 553.5867374457025 433.21316035998 L 553.5867374457025 416.1807704318" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 536.5543475175225 416.1807704318 L 536.5543475175225 433.21316035998 L 553.5867374457025 433.21316035998 L 553.5867374457025 416.1807704318" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 519.5219575893425 416.1807704318 L 519.5219575893425 433.21316035998 L 536.5543475175225 433.21316035998 L 536.5543475175225 416.1807704318" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 519.5219575893425 416.1807704318 L 519.5219575893425 433.21316035998 L 536.5543475175225 433.21316035998 L 536.5543475175225 416.1807704318" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 502.4895676611625 416.1807704318 L 502.4895676611625 433.21316035998 L 519.5219575893425 433.21316035998 L 519.5219575893425 416.1807704318" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.4895676611625 416.1807704318 L 502.4895676611625 433.21316035998 L 519.5219575893425 433.21316035998 L 519.5219575893425 416.1807704318" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 674.942515683985 518.8009197490846 L 649.393930791715 518.8009197490846 L 649.393930791715 365.08360064726 L 640.877735827625 365.08360064726" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 674.942515683985 518.8009197490846 L 649.393930791715 518.8009197490846 L 649.393930791715 365.08360064726 L 640.877735827625 365.08360064726" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 322.7978539188635 577.5626650013055 L 322.7978539188635 594.5950549294855 L 593.6128537769255 594.5950549294855 L 593.6128537769255 433.21316035998 L 502.4895676611625 433.21316035998 L 502.4895676611625 416.1807704318" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 322.7978539188635 577.5626650013055 L 322.7978539188635 594.5950549294855 L 593.6128537769255 594.5950549294855 L 593.6128537769255 433.21316035998 L 502.4895676611625 433.21316035998 L 502.4895676611625 416.1807704318" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 206.1259829108305 576.7110455048966 L 206.1259829108305 594.5950549294855 L 322.79785391886344 594.5950549294855 L 322.79785391886344 577.5626650013055" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 206.1259829108305 576.7110455048966 L 206.1259829108305 594.5950549294855 L 322.79785391886344 594.5950549294855 L 322.79785391886344 577.5626650013055" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 640.877735827625 143.66253158092 L 657.910125755805 143.66253158092 L 657.910125755805 126.63014165273997 L 640.877735827625 126.63014165273997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 640.877735827625 143.66253158092 L 657.910125755805 143.66253158092 L 657.910125755805 126.63014165273997 L 640.877735827625 126.63014165273997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 743.923694893114 122.79785391889955 L 657.910125755805 122.79785391889955 L 657.910125755805 126.63014165273997 L 640.877735827625 126.63014165273997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 743.923694893114 122.79785391889955 L 657.910125755805 122.79785391889955 L 657.910125755805 126.63014165273997 L 640.877735827625 126.63014165273997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 743.923694893114 309.72833338067505 L 726.891304964934 309.72833338067505 L 726.891304964934 122.79785391889955 L 743.923694893114 122.79785391889955" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 743.923694893114 309.72833338067505 L 726.891304964934 309.72833338067505 L 726.891304964934 122.79785391889955 L 743.923694893114 122.79785391889955" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 640.877735827625 220.30828625773 L 657.910125755805 220.30828625773 L 657.910125755805 237.34067618591 L 640.877735827625 237.34067618591" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 640.877735827625 220.30828625773 L 657.910125755805 220.30828625773 L 657.910125755805 237.34067618591 L 640.877735827625 237.34067618591" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 640.877735827625 254.37306611409 L 657.910125755805 254.37306611409 L 657.910125755805 271.40545604227 L 640.877735827625 271.40545604227" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 640.877735827625 254.37306611409 L 657.910125755805 254.37306611409 L 657.910125755805 271.40545604227 L 640.877735827625 271.40545604227" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 970.8802906861125 93.41698129278907 L 970.8802906861125 76.38459136460907 L 849.5245124478299 76.38459136460907 L 849.5245124478299 122.79785391889955 L 832.4921225196499 122.79785391889955" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 970.8802906861125 93.41698129278907 L 970.8802906861125 76.38459136460907 L 849.5245124478299 76.38459136460907 L 849.5245124478299 122.79785391889955 L 832.4921225196499 122.79785391889955" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 806.091918130971 348.0512107190801 L 806.091918130971 365.0836006472601 L 849.5245124478299 365.0836006472601 L 849.5245124478299 122.79785391889953 L 832.4921225196499 122.79785391889953" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 806.091918130971 348.0512107190801 L 806.091918130971 365.0836006472601 L 849.5245124478299 365.0836006472601 L 849.5245124478299 122.79785391889953 L 832.4921225196499 122.79785391889953" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 674.942515683985 501.7685298209046 L 666.426320719895 501.7685298209046 L 666.426320719895 365.0836006472601 L 806.091918130971 365.0836006472601 L 806.091918130971 348.0512107190801" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 674.942515683985 501.7685298209046 L 666.426320719895 501.7685298209046 L 666.426320719895 365.0836006472601 L 806.091918130971 365.0836006472601 L 806.091918130971 348.0512107190801" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 522.0768160785695 518.8009197490844 L 522.0768160785695 447.2648820507286 L 862.298804893965 447.2648820507286 L 862.298804893965 510.2847247849945 L 845.2664149657849 510.2847247849945" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 522.0768160785695 518.8009197490844 L 522.0768160785695 447.2648820507286 L 862.298804893965 447.2648820507286 L 862.298804893965 510.2847247849945 L 845.2664149657849 510.2847247849945" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 322.7978539188635 511.1363442814036 L 322.7978539188635 447.2648820507286 L 522.0768160785695 447.2648820507286 L 522.0768160785695 518.8009197490844" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 322.7978539188635 511.1363442814036 L 322.7978539188635 447.2648820507286 L 522.0768160785695 447.2648820507286 L 522.0768160785695 518.8009197490844" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 206.1259829108305 511.9879637778125 L 206.1259829108305 447.2648820507286 L 322.79785391886355 447.2648820507286 L 322.79785391886355 511.1363442814036" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 206.1259829108305 511.9879637778125 L 206.1259829108305 447.2648820507286 L 322.79785391886355 447.2648820507286 L 322.79785391886355 511.1363442814036" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 936.389701081548 585.2272404689866 L 936.389701081548 602.2596303971666 L 594.805121071898 602.2596303971666 L 594.805121071898 518.8009197490846 L 674.942515683985 518.8009197490846" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 936.389701081548 585.2272404689866 L 936.389701081548 602.2596303971666 L 594.805121071898 602.2596303971666 L 594.805121071898 518.8009197490846 L 674.942515683985 518.8009197490846" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 946.609135038456 254.37306611409005 L 946.609135038456 237.34067618591007 L 822.2726885627419 237.34067618591007 L 822.2726885627419 194.67453941581917 L 726.891304964934 194.67453941581917 L 726.891304964934 309.72833338067505 L 743.923694893114 309.72833338067505" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 946.609135038456 254.37306611409005 L 946.609135038456 237.34067618591007 L 822.2726885627419 237.34067618591007 L 822.2726885627419 194.67453941581917 L 726.891304964934 194.67453941581917 L 726.891304964934 309.72833338067505 L 743.923694893114 309.72833338067505" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 805.2402986345619 254.37306611409005 L 805.2402986345619 241.51361171831417 L 800.8970392028762 241.51361171831417" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 805.2402986345619 254.37306611409005 L 805.2402986345619 241.51361171831417 L 800.8970392028762 241.51361171831417" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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="640.877735827625" cy="365.08360064726" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="649.393930791715" cy="365.08360064726" r="2.554858489227" 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="553.5867374457025" cy="416.1807704318" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="553.5867374457025" cy="433.21316035998" r="2.554858489227" 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="536.5543475175225" cy="416.1807704318" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="536.5543475175225" cy="433.21316035998" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><circle cx="519.5219575893425" cy="416.1807704318" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="519.5219575893425" cy="433.21316035998" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><circle cx="502.4895676611625" cy="416.1807704318" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="502.4895676611625" cy="433.21316035998" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><circle cx="674.942515683985" cy="518.8009197490846" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><circle cx="322.7978539188635" cy="577.5626650013055" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="322.7978539188635" cy="594.5950549294855" r="2.554858489227" 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"/><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="657.910125755805" cy="126.63014165273997" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="640.877735827625" cy="126.63014165273997" r="2.554858489227" 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="743.923694893114" cy="122.79785391889955" r="2.554858489227" 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"><circle cx="743.923694893114" cy="309.72833338067505" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="726.891304964934" cy="309.72833338067505" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"><circle cx="849.5245124478299" cy="122.79785391889955" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="832.4921225196499" cy="122.79785391889955" r="2.554858489227" 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="806.091918130971" cy="348.0512107190801" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="806.091918130971" cy="365.0836006472601" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"><circle cx="522.0768160785695" cy="518.8009197490844" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="522.0768160785695" cy="447.2648820507286" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"><circle cx="322.7978539188635" cy="511.1363442814036" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="322.7978539188635" cy="447.2648820507286" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="462.037641581735" y="109.59775172455997" width="144.77531438952997" height="272.51823885088004" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="462.037641581735" y="109.59775172455997" width="144.77531438952997" height="272.51823885088004" fill="transparent"/><text class="sch-text" x="534.4252987765" y="245.85687115" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 534.4252987765, 245.85687115)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="606.812955971265" y1="348.05121071908" x2="640.877735827625" y2="348.05121071908" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="639.174496834807" y="346.347971726262" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="623.845345899445" y="346.347971726262" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="598.296761007175" y="348.05121071908" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="606.812955971265" y1="126.63014165273997" x2="640.877735827625" y2="126.63014165273997" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="639.174496834807" y="124.92690265992196" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="623.845345899445" y="124.92690265992196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="598.296761007175" y="126.63014165273997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_1</text><line class="component-pin sch-component-pin sch-port-line" x1="606.812955971265" y1="173.46921395523498" x2="639.174496834807" y2="173.46921395523498" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="640.877735827625" cy="173.46921395523498" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="639.174496834807" y="171.76597496241698" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="623.845345899445" y="171.76597496241698" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="598.296761007175" y="173.46921395523498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="606.812955971265" y1="220.30828625773" x2="640.877735827625" y2="220.30828625773" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="639.174496834807" y="218.605047264912" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="623.845345899445" y="218.605047264912" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="598.296761007175" y="220.30828625773" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_3</text><line class="component-pin sch-component-pin sch-port-line" x1="606.812955971265" y1="254.37306611409" x2="640.877735827625" y2="254.37306611409" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="639.174496834807" y="252.669827121272" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="623.845345899445" y="252.669827121272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="598.296761007175" y="254.37306611409" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="606.812955971265" y1="301.212138416585" x2="639.174496834807" y2="301.212138416585" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="640.877735827625" cy="301.212138416585" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="639.174496834807" y="299.508899423767" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="623.845345899445" y="299.508899423767" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="598.296761007175" y="301.212138416585" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_5</text><line class="component-pin sch-component-pin sch-port-line" x1="606.812955971265" y1="318.244528344765" x2="639.174496834807" y2="318.244528344765" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="640.877735827625" cy="318.244528344765" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="639.174496834807" y="316.541289351947" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="623.845345899445" y="316.541289351947" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="598.296761007175" y="318.244528344765" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_6</text><line class="component-pin sch-component-pin sch-port-line" x1="606.812955971265" y1="271.40545604227" x2="640.877735827625" y2="271.40545604227" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="639.174496834807" y="269.702217049452" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="623.845345899445" y="269.702217049452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="598.296761007175" y="271.40545604227" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_7</text><line class="component-pin sch-component-pin sch-port-line" x1="606.812955971265" y1="237.34067618591" x2="640.877735827625" y2="237.34067618591" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="639.174496834807" y="235.637437193092" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="623.845345899445" y="235.637437193092" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="598.296761007175" y="237.34067618591" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_8</text><line class="component-pin sch-component-pin sch-port-line" x1="606.812955971265" y1="190.50160388341502" x2="639.174496834807" y2="190.50160388341502" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="640.877735827625" cy="190.50160388341502" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="639.174496834807" y="188.798364890597" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="623.845345899445" y="188.798364890597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="598.296761007175" y="190.50160388341502" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_9</text><line class="component-pin sch-component-pin sch-port-line" x1="606.812955971265" y1="143.66253158092" x2="640.877735827625" y2="143.66253158092" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><rect x="639.174496834807" y="141.959292588102" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="623.845345899445" y="141.959292588102" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="598.296761007175" y="143.66253158092" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_10</text><line class="component-pin sch-component-pin sch-port-line" x1="606.812955971265" y1="365.08360064726" x2="640.877735827625" y2="365.08360064726" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><rect x="639.174496834807" y="363.380361654442" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="623.845345899445" y="363.380361654442" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="598.296761007175" y="365.08360064726" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_11</text><line class="component-pin sch-component-pin sch-port-line" x1="502.4895676611625" y1="382.11599057544004" x2="502.4895676611625" y2="416.1807704318" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><rect x="500.7863286683445" y="414.477531438982" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="500.7863286683445" y="399.14838050362" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 500.7863286683445 399.14838050362)"></text><text class="pin-number sch-pin-label" x="502.4895676611625" y="373.59979561135003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 502.4895676611625 373.59979561135003)">schematic_port_12</text><line class="component-pin sch-component-pin sch-port-line" x1="519.5219575893425" y1="382.11599057544004" x2="519.5219575893425" y2="416.1807704318" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><rect x="517.8187185965245" y="414.477531438982" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.8187185965245" y="399.14838050362" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 517.8187185965245 399.14838050362)"></text><text class="pin-number sch-pin-label" x="519.5219575893425" y="373.59979561135003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 519.5219575893425 373.59979561135003)">schematic_port_13</text><line class="component-pin sch-component-pin sch-port-line" x1="536.5543475175225" y1="382.11599057544004" x2="536.5543475175225" y2="416.1807704318" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><rect x="534.8511085247045" y="414.477531438982" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="534.8511085247045" y="399.14838050362" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 534.8511085247045 399.14838050362)"></text><text class="pin-number sch-pin-label" x="536.5543475175225" y="373.59979561135003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 536.5543475175225 373.59979561135003)">schematic_port_14</text><line class="component-pin sch-component-pin sch-port-line" x1="553.5867374457025" y1="382.11599057544004" x2="553.5867374457025" y2="416.1807704318" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><rect x="551.8834984528845" y="414.477531438982" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="551.8834984528845" y="399.14838050362" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 551.8834984528845 399.14838050362)"></text><text class="pin-number sch-pin-label" x="553.5867374457025" y="373.59979561135003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 553.5867374457025 373.59979561135003)">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="777.988474749474" y="87.88145456613054" width="20.43886791381601" height="57.910125755812004" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="777.988474749474" y="87.88145456613054" width="20.43886791381601" height="57.910125755812004" fill="transparent"/><text class="sch-text" x="788.207908706382" y="116.83651744403656" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 788.207908706382, 116.83651744403656)">schematic_component_1</text><line class="component-pin sch-component-pin sch-port-line" x1="777.988474749474" y1="122.79785391889955" x2="743.923694893114" y2="122.79785391889955" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="742.220455900296" y="121.09461492608155" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="760.956084821294" y="121.09461492608155" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="786.504669713564" y="122.79785391889955" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_16</text><line class="component-pin sch-component-pin sch-port-line" x1="798.42734266329" y1="122.79785391889955" x2="832.4921225196499" y2="122.79785391889955" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="830.7888835268319" y="121.09461492608155" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="815.4597325914699" y="121.09461492608155" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="789.9111476992" y="122.79785391889955" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" 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="775.4336162602469" y="288.4378459704501" width="8.516194964090005" height="25.548584892270014" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="775.4336162602469" y="288.4378459704501" width="8.516194964090005" height="25.548584892270014" fill="transparent"/><text class="sch-text" x="779.691713742292" y="301.21213841658505" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 779.691713742292, 301.21213841658505)">schematic_component_2</text><line class="component-pin sch-component-pin sch-port-line" x1="805.2402986345619" y1="288.4378459704501" x2="805.2402986345619" y2="254.37306611409005" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="803.5370596417439" y="252.66982712127205" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="803.537059641744" y="271.4054560422701" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 803.537059641744 271.4054560422701)"></text><text class="pin-number sch-pin-label" x="805.2402986345619" y="296.95404093454005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 805.2402986345619 296.95404093454005)">schematic_port_18</text><line class="component-pin sch-component-pin sch-port-line" x1="806.091918130971" y1="313.9864308627201" x2="806.091918130971" y2="348.0512107190801" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="804.388679138153" y="346.3479717262621" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="804.3886791381531" y="331.0188207909001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 804.3886791381531 331.0188207909001)"></text><text class="pin-number sch-pin-label" x="806.091918130971" y="305.4702358986301" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 806.091918130971 305.4702358986301)">schematic_port_19</text><line class="component-pin sch-component-pin sch-port-line" x1="775.4336162602469" y1="309.72833338067505" x2="743.923694893114" y2="309.72833338067505" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><rect x="742.220455900296" y="308.02509438785705" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="759.6786555766805" y="308.02509438785705" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="783.9498112243369" y="309.72833338067505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" 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="918.9315014051633" y="275.6635535243151" width="92.40071536037658" height="8.516194964089948" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="918.9315014051633" y="275.6635535243151" width="92.40071536037658" height="8.516194964089948" fill="transparent"/><text class="sch-text" x="965.1318590853516" y="279.9216510063601" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 965.1318590853516, 279.9216510063601)">schematic_component_3</text><line class="component-pin sch-component-pin sch-port-line" x1="946.609135038456" y1="275.6635535243151" x2="946.609135038456" y2="254.37306611409005" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="944.905896045638" y="252.66982712127205" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="944.905896045638" y="265.01830981920256" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 944.905896045638 265.01830981920256)"></text><text class="pin-number sch-pin-label" x="946.609135038456" y="284.17974848840504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 946.609135038456 284.17974848840504)">schematic_port_21</text><line class="component-pin sch-component-pin sch-port-line" x1="946.609135038456" y1="284.17974848840504" x2="946.609135038456" y2="303.76699690581205" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="946.609135038456" cy="305.47023589863005" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="944.905896045638" y="303.76699690581205" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="944.905896045638" y="294.8249921935176" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 944.905896045638 294.8249921935176)"></text><text class="pin-number sch-pin-label" x="946.609135038456" y="275.6635535243151" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 946.609135038456 275.6635535243151)">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="709.007295540345" y="484.7361398927246" width="102.19433956908006" height="68.12955971271992" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="709.007295540345" y="484.7361398927246" width="102.19433956908006" height="68.12955971271992" fill="transparent"/><text class="sch-text" x="760.104465324885" y="518.8009197490846" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 760.104465324885, 518.8009197490846)">schematic_component_4</text><line class="component-pin sch-component-pin sch-port-line" x1="709.007295540345" y1="501.7685298209046" x2="674.942515683985" y2="501.7685298209046" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="673.239276691167" y="500.0652908280866" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="691.974905612165" y="500.0652908280866" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="717.523490504435" y="501.7685298209046" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_23</text><line class="component-pin sch-component-pin sch-port-line" x1="709.007295540345" y1="518.8009197490846" x2="674.942515683985" y2="518.8009197490846" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="673.239276691167" y="517.0976807562666" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="691.974905612165" y="517.0976807562666" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="717.523490504435" y="518.8009197490846" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_24</text><line class="component-pin sch-component-pin sch-port-line" x1="709.007295540345" y1="535.8333096772647" x2="676.645754676803" y2="535.8333096772647" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_4_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="674.942515683985" cy="535.8333096772647" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="673.239276691167" y="534.1300706844467" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="691.974905612165" y="534.1300706844467" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="717.523490504435" y="535.8333096772647" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_25</text><line class="component-pin sch-component-pin sch-port-line" x1="811.2016351094251" y1="527.3171147131746" x2="845.266414965785" y2="527.3171147131746" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_4_3__stack1"><rect x="843.563175972967" y="525.6138757203566" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="828.234025037605" y="525.6138757203566" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="802.685440145335" y="527.3171147131746" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_26</text><line class="component-pin sch-component-pin sch-port-line" x1="811.2016351094251" y1="510.2847247849945" x2="845.266414965785" y2="510.2847247849945" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_4_4__stack1"><rect x="843.563175972967" y="508.5814857921765" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="828.234025037605" y="508.5814857921765" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="802.685440145335" y="510.2847247849945" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" 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="943.2026570528199" y="121.52042467428606" width="78.34899366962827" height="8.516194964090005" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="943.2026570528199" y="121.52042467428606" width="78.34899366962827" height="8.516194964090005" fill="transparent"/><text class="sch-text" x="982.377153887634" y="125.77852215633106" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 982.377153887634, 125.77852215633106)">schematic_component_5</text><line class="component-pin sch-component-pin sch-port-line" x1="970.8802906861125" y1="121.52042467428606" x2="970.8802906861125" y2="93.41698129278907" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="969.1770516932945" y="91.71374229997107" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.1770516932945" y="107.46870298353758" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 969.1770516932945 107.46870298353758)"></text><text class="pin-number sch-pin-label" x="970.8802906861125" y="130.03661963837607" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 970.8802906861125 130.03661963837607)">schematic_port_28</text><line class="component-pin sch-component-pin sch-port-line" x1="970.8802906861125" y1="130.03661963837607" x2="970.8802906861125" y2="156.43682402705505" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="970.8802906861125" cy="158.14006301987305" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="969.1770516932945" y="156.43682402705505" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.1770516932945" y="144.08834132912455" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 969.1770516932945 144.08834132912455)"></text><text class="pin-number sch-pin-label" x="970.8802906861125" y="121.52042467428606" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 970.8802906861125 121.52042467428606)">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="908.7120674482555" y="548.6076021233996" width="88.56842762653582" height="8.516194964090005" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="908.7120674482555" y="548.6076021233996" width="88.56842762653582" height="8.516194964090005" fill="transparent"/><text class="sch-text" x="952.9962812615234" y="552.8656996054445" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 952.9962812615234, 552.8656996054445)">schematic_component_6</text><line class="component-pin sch-component-pin sch-port-line" x1="936.389701081548" y1="548.6076021233996" x2="936.389701081548" y2="520.5041587419025" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="934.68646208873" y="518.8009197490845" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="934.68646208873" y="534.5558804326511" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 934.68646208873 534.5558804326511)"></text><text class="pin-number sch-pin-label" x="936.389701081548" y="557.1237970874896" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 936.389701081548 557.1237970874896)">schematic_port_30</text><line class="component-pin sch-component-pin sch-port-line" x1="936.389701081548" y1="557.1237970874896" x2="936.389701081548" y2="585.2272404689866" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="934.68646208873" y="583.5240014761686" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="934.68646208873" y="571.1755187782381" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 934.68646208873 571.1755187782381)"></text><text class="pin-number sch-pin-label" x="936.389701081548" y="548.6076021233996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 936.389701081548 548.6076021233996)">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="275.9587816163685" y="540.0914071593096" width="123.48482697930496" height="8.516194964090005" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="275.9587816163685" y="540.0914071593096" width="123.48482697930496" height="8.516194964090005" fill="transparent"/><text class="sch-text" x="337.70119510602103" y="544.3495046413545" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 337.70119510602103, 544.3495046413545)">schematic_component_7</text><line class="component-pin sch-component-pin sch-port-line" x1="322.7978539188635" y1="548.6076021233996" x2="322.7978539188635" y2="577.5626650013055" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="321.0946149260455" y="575.8594260084875" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="321.0946149260455" y="563.0851335623526" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 321.0946149260455 563.0851335623526)"></text><text class="pin-number sch-pin-label" x="322.7978539188635" y="540.0914071593096" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 322.7978539188635 540.0914071593096)">schematic_port_32</text><line class="component-pin sch-component-pin sch-port-line" x1="322.7978539188635" y1="540.0914071593096" x2="322.7978539188635" y2="511.1363442814036" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="321.0946149260455" y="509.4331052885856" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="321.0946149260455" y="525.6138757203566" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 321.0946149260455 525.6138757203566)"></text><text class="pin-number sch-pin-label" x="322.7978539188635" y="548.6076021233996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 322.7978539188635 548.6076021233996)">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="178.448349277538" y="540.0914071593096" width="78.34899366962799" height="8.516194964090005" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="178.448349277538" y="540.0914071593096" width="78.34899366962799" height="8.516194964090005" fill="transparent"/><text class="sch-text" x="217.62284611235197" y="544.3495046413545" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 217.62284611235197, 544.3495046413545)">schematic_component_8</text><line class="component-pin sch-component-pin sch-port-line" x1="206.1259829108305" y1="540.0914071593096" x2="206.1259829108305" y2="511.9879637778125" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="204.4227439180125" y="510.2847247849945" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="204.4227439180125" y="526.0396854685611" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 204.4227439180125 526.0396854685611)"></text><text class="pin-number sch-pin-label" x="206.1259829108305" y="548.6076021233996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 206.1259829108305 548.6076021233996)">schematic_port_34</text><line class="component-pin sch-component-pin sch-port-line" x1="206.1259829108305" y1="548.6076021233996" x2="206.1259829108305" y2="576.7110455048966" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><rect x="204.4227439180125" y="575.0078065120786" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="204.4227439180125" y="562.6593238141481" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 204.4227439180125 562.6593238141481)"></text><text class="pin-number sch-pin-label" x="206.1259829108305" y="540.0914071593096" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 206.1259829108305 540.0914071593096)">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="494.399182445277" y="661.447185397592" width="85.58775938910446" height="28.10344338149696" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="494.399182445277" y="661.447185397592" width="85.58775938910446" height="28.10344338149696" fill="transparent"/><text class="sch-text" x="537.1930621398293" y="675.4989070883404" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 537.1930621398293, 675.4989070883404)">schematic_component_9</text><line class="component-pin sch-component-pin sch-port-line" x1="522.0768160785695" y1="661.447185397592" x2="522.0768160785695" y2="627.382405541232" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="520.3735770857515" y="625.679166548414" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="520.3735770857515" y="644.414795469412" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 520.3735770857515 644.414795469412)"></text><text class="pin-number sch-pin-label" x="522.0768160785695" y="669.9633803616819" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 522.0768160785695 669.9633803616819)">schematic_port_36</text><line class="component-pin sch-component-pin sch-port-line" x1="522.0768160785694" y1="689.5506287790889" x2="522.0768160785694" y2="721.912169642631" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="522.0768160785694" cy="723.615408635449" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="520.3735770857514" y="721.9121696426309" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="520.3735770857514" y="706.5830187072689" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 520.3735770857514 706.5830187072689)"></text><text class="pin-number sch-pin-label" x="522.0768160785694" y="681.0344338149989" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 522.0768160785694 681.0344338149989)">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="494.399182445277" y="540.0914071593095" width="82.18128140346846" height="8.516194964089891" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="494.399182445277" y="540.0914071593095" width="82.18128140346846" height="8.516194964089891" fill="transparent"/><text class="sch-text" x="535.4898231470113" y="544.3495046413544" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 535.4898231470113, 544.3495046413544)">schematic_component_10</text><line class="component-pin sch-component-pin sch-port-line" x1="522.0768160785695" y1="540.0914071593095" x2="522.0768160785695" y2="518.8009197490844" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="520.3735770857515" y="517.0976807562664" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="520.3735770857515" y="529.446163454197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 520.3735770857515 529.446163454197)"></text><text class="pin-number sch-pin-label" x="522.0768160785695" y="548.6076021233994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 522.0768160785695 548.6076021233994)">schematic_port_38</text><line class="component-pin sch-component-pin sch-port-line" x1="522.0768160785694" y1="548.6076021233994" x2="522.0768160785694" y2="569.8980895336244" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="520.3735770857514" y="568.1948505408064" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="520.3735770857515" y="559.2528458285119" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 520.3735770857515 559.2528458285119)"></text><text class="pin-number sch-pin-label" x="522.0768160785694" y="540.0914071593095" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 522.0768160785694 540.0914071593095)">schematic_port_39</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="640.877735827625" cy="348.05121071908" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="640.877735827625" cy="126.63014165273997" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="640.877735827625" cy="173.46921395523498" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="640.877735827625" cy="220.30828625773" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="640.877735827625" cy="254.37306611409" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="640.877735827625" cy="301.212138416585" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="640.877735827625" cy="318.244528344765" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="640.877735827625" cy="271.40545604227" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="640.877735827625" cy="237.34067618591" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="640.877735827625" cy="190.50160388341502" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="640.877735827625" cy="143.66253158092" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="640.877735827625" cy="365.08360064726" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="502.4895676611625" cy="416.1807704318" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="519.5219575893425" cy="416.1807704318" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="536.5543475175225" cy="416.1807704318" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="553.5867374457025" cy="416.1807704318" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="743.923694893114" cy="122.79785391889955" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="832.4921225196499" cy="122.79785391889955" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="805.2402986345619" cy="254.37306611409005" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="806.091918130971" cy="348.0512107190801" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="743.923694893114" cy="309.72833338067505" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="946.609135038456" cy="254.37306611409005" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="946.609135038456" cy="305.47023589863005" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="674.942515683985" cy="501.7685298209046" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="674.942515683985" cy="518.8009197490846" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_2__stack1"><circle cx="674.942515683985" cy="535.8333096772647" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_3__stack1"><circle cx="845.266414965785" cy="527.3171147131746" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_4__stack1"><circle cx="845.266414965785" cy="510.2847247849945" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="970.8802906861125" cy="93.41698129278907" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="970.8802906861125" cy="158.14006301987305" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="936.389701081548" cy="520.5041587419025" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="936.389701081548" cy="585.2272404689866" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="322.7978539188635" cy="577.5626650013055" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="322.7978539188635" cy="511.1363442814036" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="206.1259829108305" cy="511.9879637778125" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="206.1259829108305" cy="576.7110455048966" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="522.0768160785695" cy="627.382405541232" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="522.0768160785694" cy="723.615408635449" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="522.0768160785695" cy="518.8009197490844" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="522.0768160785694" cy="569.8980895336244" r="3.406477985636" 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="
|
|
124
|
+
</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 845.266414965785 527.3171147131746 L 890.8280580236665 527.3171147131746 L 890.8280580236665 503.4717688137225 L 936.389701081548 503.4717688137225 L 936.389701081548 520.5041587419025" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 845.266414965785 527.3171147131746 L 890.8280580236665 527.3171147131746 L 890.8280580236665 503.4717688137225 L 936.389701081548 503.4717688137225 L 936.389701081548 520.5041587419025" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 522.0768160785694 569.8980895336244 L 522.0768160785694 627.382405541232" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 522.0768160785694 569.8980895336244 L 522.0768160785694 627.382405541232" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 640.877735827625 365.08360064726 L 649.393930791715 365.08360064726 L 649.393930791715 348.05121071908 L 640.877735827625 348.05121071908" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 640.877735827625 365.08360064726 L 649.393930791715 365.08360064726 L 649.393930791715 348.05121071908 L 640.877735827625 348.05121071908" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 553.5867374457025 416.1807704318 L 553.5867374457025 433.21316035998 L 649.393930791715 433.21316035998 L 649.393930791715 365.08360064726 L 640.877735827625 365.08360064726" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 553.5867374457025 416.1807704318 L 553.5867374457025 433.21316035998 L 649.393930791715 433.21316035998 L 649.393930791715 365.08360064726 L 640.877735827625 365.08360064726" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 536.5543475175225 416.1807704318 L 536.5543475175225 433.21316035998 L 553.5867374457025 433.21316035998 L 553.5867374457025 416.1807704318" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 536.5543475175225 416.1807704318 L 536.5543475175225 433.21316035998 L 553.5867374457025 433.21316035998 L 553.5867374457025 416.1807704318" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 519.5219575893425 416.1807704318 L 519.5219575893425 433.21316035998 L 536.5543475175225 433.21316035998 L 536.5543475175225 416.1807704318" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 519.5219575893425 416.1807704318 L 519.5219575893425 433.21316035998 L 536.5543475175225 433.21316035998 L 536.5543475175225 416.1807704318" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 502.4895676611625 416.1807704318 L 502.4895676611625 433.21316035998 L 519.5219575893425 433.21316035998 L 519.5219575893425 416.1807704318" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.4895676611625 416.1807704318 L 502.4895676611625 433.21316035998 L 519.5219575893425 433.21316035998 L 519.5219575893425 416.1807704318" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 674.942515683985 518.8009197490846 L 649.393930791715 518.8009197490846 L 649.393930791715 365.08360064726 L 640.877735827625 365.08360064726" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 674.942515683985 518.8009197490846 L 649.393930791715 518.8009197490846 L 649.393930791715 365.08360064726 L 640.877735827625 365.08360064726" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 322.7978539188635 577.5626650013055 L 322.7978539188635 594.5950549294855 L 593.6128537769255 594.5950549294855 L 593.6128537769255 433.21316035998 L 502.4895676611625 433.21316035998 L 502.4895676611625 416.1807704318" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 322.7978539188635 577.5626650013055 L 322.7978539188635 594.5950549294855 L 593.6128537769255 594.5950549294855 L 593.6128537769255 433.21316035998 L 502.4895676611625 433.21316035998 L 502.4895676611625 416.1807704318" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 206.1259829108305 576.7110455048966 L 206.1259829108305 594.5950549294855 L 322.79785391886344 594.5950549294855 L 322.79785391886344 577.5626650013055" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 206.1259829108305 576.7110455048966 L 206.1259829108305 594.5950549294855 L 322.79785391886344 594.5950549294855 L 322.79785391886344 577.5626650013055" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 640.877735827625 143.66253158092 L 657.910125755805 143.66253158092 L 657.910125755805 126.63014165273997 L 640.877735827625 126.63014165273997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 640.877735827625 143.66253158092 L 657.910125755805 143.66253158092 L 657.910125755805 126.63014165273997 L 640.877735827625 126.63014165273997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 743.923694893114 122.79785391889955 L 657.910125755805 122.79785391889955 L 657.910125755805 126.63014165273997 L 640.877735827625 126.63014165273997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 743.923694893114 122.79785391889955 L 657.910125755805 122.79785391889955 L 657.910125755805 126.63014165273997 L 640.877735827625 126.63014165273997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 743.923694893114 309.72833338067505 L 726.891304964934 309.72833338067505 L 726.891304964934 122.79785391889955 L 743.923694893114 122.79785391889955" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 743.923694893114 309.72833338067505 L 726.891304964934 309.72833338067505 L 726.891304964934 122.79785391889955 L 743.923694893114 122.79785391889955" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 640.877735827625 220.30828625773 L 657.910125755805 220.30828625773 L 657.910125755805 237.34067618591 L 640.877735827625 237.34067618591" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 640.877735827625 220.30828625773 L 657.910125755805 220.30828625773 L 657.910125755805 237.34067618591 L 640.877735827625 237.34067618591" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 640.877735827625 254.37306611409 L 657.910125755805 254.37306611409 L 657.910125755805 271.40545604227 L 640.877735827625 271.40545604227" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 640.877735827625 254.37306611409 L 657.910125755805 254.37306611409 L 657.910125755805 271.40545604227 L 640.877735827625 271.40545604227" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 970.8802906861125 93.41698129278907 L 970.8802906861125 76.38459136460907 L 849.5245124478299 76.38459136460907 L 849.5245124478299 122.79785391889955 L 832.4921225196499 122.79785391889955" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 970.8802906861125 93.41698129278907 L 970.8802906861125 76.38459136460907 L 849.5245124478299 76.38459136460907 L 849.5245124478299 122.79785391889955 L 832.4921225196499 122.79785391889955" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 806.091918130971 348.0512107190801 L 806.091918130971 365.0836006472601 L 849.5245124478299 365.0836006472601 L 849.5245124478299 122.79785391889953 L 832.4921225196499 122.79785391889953" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 806.091918130971 348.0512107190801 L 806.091918130971 365.0836006472601 L 849.5245124478299 365.0836006472601 L 849.5245124478299 122.79785391889953 L 832.4921225196499 122.79785391889953" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 674.942515683985 501.7685298209046 L 666.426320719895 501.7685298209046 L 666.426320719895 365.0836006472601 L 806.091918130971 365.0836006472601 L 806.091918130971 348.0512107190801" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 674.942515683985 501.7685298209046 L 666.426320719895 501.7685298209046 L 666.426320719895 365.0836006472601 L 806.091918130971 365.0836006472601 L 806.091918130971 348.0512107190801" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 522.0768160785695 518.8009197490844 L 522.0768160785695 447.2648820507286 L 862.298804893965 447.2648820507286 L 862.298804893965 510.2847247849945 L 845.2664149657849 510.2847247849945" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 522.0768160785695 518.8009197490844 L 522.0768160785695 447.2648820507286 L 862.298804893965 447.2648820507286 L 862.298804893965 510.2847247849945 L 845.2664149657849 510.2847247849945" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 322.7978539188635 511.1363442814036 L 322.7978539188635 447.2648820507286 L 522.0768160785695 447.2648820507286 L 522.0768160785695 518.8009197490844" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 322.7978539188635 511.1363442814036 L 322.7978539188635 447.2648820507286 L 522.0768160785695 447.2648820507286 L 522.0768160785695 518.8009197490844" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 206.1259829108305 511.9879637778125 L 206.1259829108305 447.2648820507286 L 322.79785391886355 447.2648820507286 L 322.79785391886355 511.1363442814036" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 206.1259829108305 511.9879637778125 L 206.1259829108305 447.2648820507286 L 322.79785391886355 447.2648820507286 L 322.79785391886355 511.1363442814036" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 936.389701081548 585.2272404689866 L 936.389701081548 602.2596303971666 L 594.805121071898 602.2596303971666 L 594.805121071898 518.8009197490846 L 674.942515683985 518.8009197490846" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 936.389701081548 585.2272404689866 L 936.389701081548 602.2596303971666 L 594.805121071898 602.2596303971666 L 594.805121071898 518.8009197490846 L 674.942515683985 518.8009197490846" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 946.609135038456 254.37306611409005 L 946.609135038456 237.34067618591007 L 822.2726885627419 237.34067618591007 L 822.2726885627419 194.67453941581917 L 726.891304964934 194.67453941581917 L 726.891304964934 309.72833338067505 L 743.923694893114 309.72833338067505" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 946.609135038456 254.37306611409005 L 946.609135038456 237.34067618591007 L 822.2726885627419 237.34067618591007 L 822.2726885627419 194.67453941581917 L 726.891304964934 194.67453941581917 L 726.891304964934 309.72833338067505 L 743.923694893114 309.72833338067505" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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 805.2402986345619 254.37306611409005 L 805.2402986345619 241.51361171831417 L 800.8970392028762 241.51361171831417" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 805.2402986345619 254.37306611409005 L 805.2402986345619 241.51361171831417 L 800.8970392028762 241.51361171831417" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" 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="640.877735827625" cy="365.08360064726" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="649.393930791715" cy="365.08360064726" r="2.554858489227" 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="553.5867374457025" cy="416.1807704318" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="553.5867374457025" cy="433.21316035998" r="2.554858489227" 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="536.5543475175225" cy="416.1807704318" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="536.5543475175225" cy="433.21316035998" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><circle cx="519.5219575893425" cy="416.1807704318" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="519.5219575893425" cy="433.21316035998" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><circle cx="502.4895676611625" cy="416.1807704318" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="502.4895676611625" cy="433.21316035998" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><circle cx="674.942515683985" cy="518.8009197490846" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><circle cx="322.7978539188635" cy="577.5626650013055" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="322.7978539188635" cy="594.5950549294855" r="2.554858489227" 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"/><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="657.910125755805" cy="126.63014165273997" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="640.877735827625" cy="126.63014165273997" r="2.554858489227" 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="743.923694893114" cy="122.79785391889955" r="2.554858489227" 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"><circle cx="743.923694893114" cy="309.72833338067505" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="726.891304964934" cy="309.72833338067505" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"><circle cx="849.5245124478299" cy="122.79785391889955" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="832.4921225196499" cy="122.79785391889955" r="2.554858489227" 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="806.091918130971" cy="348.0512107190801" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="806.091918130971" cy="365.0836006472601" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"><circle cx="522.0768160785695" cy="518.8009197490844" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="522.0768160785695" cy="447.2648820507286" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"><circle cx="322.7978539188635" cy="511.1363442814036" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="322.7978539188635" cy="447.2648820507286" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="462.037641581735" y="109.59775172455997" width="144.77531438952997" height="272.51823885088004" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="462.037641581735" y="109.59775172455997" width="144.77531438952997" height="272.51823885088004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="606.812955971265" y1="348.05121071908" x2="640.877735827625" y2="348.05121071908" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="639.174496834807" y="346.347971726262" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="623.845345899445" y="346.347971726262" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="606.812955971265" y1="126.63014165273997" x2="640.877735827625" y2="126.63014165273997" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="639.174496834807" y="124.92690265992196" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="623.845345899445" y="124.92690265992196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="606.812955971265" y1="173.46921395523498" x2="639.174496834807" y2="173.46921395523498" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="640.877735827625" cy="173.46921395523498" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="639.174496834807" y="171.76597496241698" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="623.845345899445" y="171.76597496241698" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="606.812955971265" y1="220.30828625773" x2="640.877735827625" y2="220.30828625773" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="639.174496834807" y="218.605047264912" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="623.845345899445" y="218.605047264912" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="606.812955971265" y1="254.37306611409" x2="640.877735827625" y2="254.37306611409" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="639.174496834807" y="252.669827121272" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="623.845345899445" y="252.669827121272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="606.812955971265" y1="301.212138416585" x2="639.174496834807" y2="301.212138416585" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="640.877735827625" cy="301.212138416585" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="639.174496834807" y="299.508899423767" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="623.845345899445" y="299.508899423767" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="606.812955971265" y1="318.244528344765" x2="639.174496834807" y2="318.244528344765" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="640.877735827625" cy="318.244528344765" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="639.174496834807" y="316.541289351947" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="623.845345899445" y="316.541289351947" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="606.812955971265" y1="271.40545604227" x2="640.877735827625" y2="271.40545604227" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="639.174496834807" y="269.702217049452" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="623.845345899445" y="269.702217049452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="606.812955971265" y1="237.34067618591" x2="640.877735827625" y2="237.34067618591" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="639.174496834807" y="235.637437193092" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="623.845345899445" y="235.637437193092" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="606.812955971265" y1="190.50160388341502" x2="639.174496834807" y2="190.50160388341502" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="640.877735827625" cy="190.50160388341502" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="639.174496834807" y="188.798364890597" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="623.845345899445" y="188.798364890597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="606.812955971265" y1="143.66253158092" x2="640.877735827625" y2="143.66253158092" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><rect x="639.174496834807" y="141.959292588102" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="623.845345899445" y="141.959292588102" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="606.812955971265" y1="365.08360064726" x2="640.877735827625" y2="365.08360064726" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><rect x="639.174496834807" y="363.380361654442" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="623.845345899445" y="363.380361654442" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="502.4895676611625" y1="382.11599057544004" x2="502.4895676611625" y2="416.1807704318" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><rect x="500.7863286683445" y="414.477531438982" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="500.7863286683445" y="399.14838050362" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 500.7863286683445 399.14838050362)"></text><line class="component-pin sch-component-pin sch-port-line" x1="519.5219575893425" y1="382.11599057544004" x2="519.5219575893425" y2="416.1807704318" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><rect x="517.8187185965245" y="414.477531438982" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.8187185965245" y="399.14838050362" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 517.8187185965245 399.14838050362)"></text><line class="component-pin sch-component-pin sch-port-line" x1="536.5543475175225" y1="382.11599057544004" x2="536.5543475175225" y2="416.1807704318" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><rect x="534.8511085247045" y="414.477531438982" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="534.8511085247045" y="399.14838050362" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 534.8511085247045 399.14838050362)"></text><line class="component-pin sch-component-pin sch-port-line" x1="553.5867374457025" y1="382.11599057544004" x2="553.5867374457025" y2="416.1807704318" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><rect x="551.8834984528845" y="414.477531438982" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="551.8834984528845" y="399.14838050362" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 551.8834984528845 399.14838050362)"></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="777.988474749474" y="87.88145456613054" width="20.43886791381601" height="57.910125755812004" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="777.988474749474" y="87.88145456613054" width="20.43886791381601" height="57.910125755812004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="777.988474749474" y1="122.79785391889955" x2="743.923694893114" y2="122.79785391889955" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="742.220455900296" y="121.09461492608155" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="760.956084821294" y="121.09461492608155" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="798.42734266329" y1="122.79785391889955" x2="832.4921225196499" y2="122.79785391889955" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="830.7888835268319" y="121.09461492608155" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="815.4597325914699" y="121.09461492608155" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" 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="775.4336162602469" y="288.4378459704501" width="8.516194964090005" height="25.548584892270014" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="775.4336162602469" y="288.4378459704501" width="8.516194964090005" height="25.548584892270014" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="805.2402986345619" y1="288.4378459704501" x2="805.2402986345619" y2="254.37306611409005" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="803.5370596417439" y="252.66982712127205" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="803.537059641744" y="271.4054560422701" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 803.537059641744 271.4054560422701)"></text><line class="component-pin sch-component-pin sch-port-line" x1="806.091918130971" y1="313.9864308627201" x2="806.091918130971" y2="348.0512107190801" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="804.388679138153" y="346.3479717262621" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="804.3886791381531" y="331.0188207909001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 804.3886791381531 331.0188207909001)"></text><line class="component-pin sch-component-pin sch-port-line" x1="775.4336162602469" y1="309.72833338067505" x2="743.923694893114" y2="309.72833338067505" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><rect x="742.220455900296" y="308.02509438785705" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="759.6786555766805" y="308.02509438785705" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" 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="918.9315014051633" y="275.6635535243151" width="92.40071536037658" height="8.516194964089948" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="918.9315014051633" y="275.6635535243151" width="92.40071536037658" height="8.516194964089948" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="946.609135038456" y1="275.6635535243151" x2="946.609135038456" y2="254.37306611409005" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="944.905896045638" y="252.66982712127205" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="944.905896045638" y="265.01830981920256" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 944.905896045638 265.01830981920256)"></text><line class="component-pin sch-component-pin sch-port-line" x1="946.609135038456" y1="284.17974848840504" x2="946.609135038456" y2="303.76699690581205" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="946.609135038456" cy="305.47023589863005" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="944.905896045638" y="303.76699690581205" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="944.905896045638" y="294.8249921935176" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 944.905896045638 294.8249921935176)"></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="709.007295540345" y="484.7361398927246" width="102.19433956908006" height="68.12955971271992" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="709.007295540345" y="484.7361398927246" width="102.19433956908006" height="68.12955971271992" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="709.007295540345" y1="501.7685298209046" x2="674.942515683985" y2="501.7685298209046" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="673.239276691167" y="500.0652908280866" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="691.974905612165" y="500.0652908280866" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="709.007295540345" y1="518.8009197490846" x2="674.942515683985" y2="518.8009197490846" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="673.239276691167" y="517.0976807562666" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="691.974905612165" y="517.0976807562666" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="709.007295540345" y1="535.8333096772647" x2="676.645754676803" y2="535.8333096772647" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_4_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="674.942515683985" cy="535.8333096772647" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="673.239276691167" y="534.1300706844467" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="691.974905612165" y="534.1300706844467" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="811.2016351094251" y1="527.3171147131746" x2="845.266414965785" y2="527.3171147131746" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_4_3__stack1"><rect x="843.563175972967" y="525.6138757203566" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="828.234025037605" y="525.6138757203566" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="811.2016351094251" y1="510.2847247849945" x2="845.266414965785" y2="510.2847247849945" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_4_4__stack1"><rect x="843.563175972967" y="508.5814857921765" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="828.234025037605" y="508.5814857921765" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" 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="943.2026570528199" y="121.52042467428606" width="78.34899366962827" height="8.516194964090005" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="943.2026570528199" y="121.52042467428606" width="78.34899366962827" height="8.516194964090005" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="970.8802906861125" y1="121.52042467428606" x2="970.8802906861125" y2="93.41698129278907" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="969.1770516932945" y="91.71374229997107" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.1770516932945" y="107.46870298353758" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 969.1770516932945 107.46870298353758)"></text><line class="component-pin sch-component-pin sch-port-line" x1="970.8802906861125" y1="130.03661963837607" x2="970.8802906861125" y2="156.43682402705505" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="970.8802906861125" cy="158.14006301987305" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="969.1770516932945" y="156.43682402705505" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.1770516932945" y="144.08834132912455" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 969.1770516932945 144.08834132912455)"></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="908.7120674482555" y="548.6076021233996" width="88.56842762653582" height="8.516194964090005" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="908.7120674482555" y="548.6076021233996" width="88.56842762653582" height="8.516194964090005" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="936.389701081548" y1="548.6076021233996" x2="936.389701081548" y2="520.5041587419025" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="934.68646208873" y="518.8009197490845" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="934.68646208873" y="534.5558804326511" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 934.68646208873 534.5558804326511)"></text><line class="component-pin sch-component-pin sch-port-line" x1="936.389701081548" y1="557.1237970874896" x2="936.389701081548" y2="585.2272404689866" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="934.68646208873" y="583.5240014761686" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="934.68646208873" y="571.1755187782381" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 934.68646208873 571.1755187782381)"></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="275.9587816163685" y="540.0914071593096" width="123.48482697930496" height="8.516194964090005" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="275.9587816163685" y="540.0914071593096" width="123.48482697930496" height="8.516194964090005" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="322.7978539188635" y1="548.6076021233996" x2="322.7978539188635" y2="577.5626650013055" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="321.0946149260455" y="575.8594260084875" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="321.0946149260455" y="563.0851335623526" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 321.0946149260455 563.0851335623526)"></text><line class="component-pin sch-component-pin sch-port-line" x1="322.7978539188635" y1="540.0914071593096" x2="322.7978539188635" y2="511.1363442814036" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="321.0946149260455" y="509.4331052885856" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="321.0946149260455" y="525.6138757203566" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 321.0946149260455 525.6138757203566)"></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="178.448349277538" y="540.0914071593096" width="78.34899366962799" height="8.516194964090005" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="178.448349277538" y="540.0914071593096" width="78.34899366962799" height="8.516194964090005" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="206.1259829108305" y1="540.0914071593096" x2="206.1259829108305" y2="511.9879637778125" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="204.4227439180125" y="510.2847247849945" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="204.4227439180125" y="526.0396854685611" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 204.4227439180125 526.0396854685611)"></text><line class="component-pin sch-component-pin sch-port-line" x1="206.1259829108305" y1="548.6076021233996" x2="206.1259829108305" y2="576.7110455048966" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><rect x="204.4227439180125" y="575.0078065120786" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="204.4227439180125" y="562.6593238141481" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 204.4227439180125 562.6593238141481)"></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="494.399182445277" y="661.447185397592" width="85.58775938910446" height="28.10344338149696" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="494.399182445277" y="661.447185397592" width="85.58775938910446" height="28.10344338149696" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="522.0768160785695" y1="661.447185397592" x2="522.0768160785695" y2="627.382405541232" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="520.3735770857515" y="625.679166548414" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="520.3735770857515" y="644.414795469412" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 520.3735770857515 644.414795469412)"></text><line class="component-pin sch-component-pin sch-port-line" x1="522.0768160785694" y1="689.5506287790889" x2="522.0768160785694" y2="721.912169642631" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="522.0768160785694" cy="723.615408635449" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="520.3735770857514" y="721.9121696426309" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="520.3735770857514" y="706.5830187072689" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 520.3735770857514 706.5830187072689)"></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="494.399182445277" y="540.0914071593095" width="82.18128140346846" height="8.516194964089891" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="494.399182445277" y="540.0914071593095" width="82.18128140346846" height="8.516194964089891" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="522.0768160785695" y1="540.0914071593095" x2="522.0768160785695" y2="518.8009197490844" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="520.3735770857515" y="517.0976807562664" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="520.3735770857515" y="529.446163454197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 520.3735770857515 529.446163454197)"></text><line class="component-pin sch-component-pin sch-port-line" x1="522.0768160785694" y1="548.6076021233994" x2="522.0768160785694" y2="569.8980895336244" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="520.3735770857514" y="568.1948505408064" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="520.3735770857515" y="559.2528458285119" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 520.3735770857515 559.2528458285119)"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="640.877735827625" cy="348.05121071908" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="640.877735827625" cy="126.63014165273997" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="640.877735827625" cy="173.46921395523498" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="640.877735827625" cy="220.30828625773" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="640.877735827625" cy="254.37306611409" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="640.877735827625" cy="301.212138416585" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="640.877735827625" cy="318.244528344765" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="640.877735827625" cy="271.40545604227" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="640.877735827625" cy="237.34067618591" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="640.877735827625" cy="190.50160388341502" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="640.877735827625" cy="143.66253158092" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="640.877735827625" cy="365.08360064726" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="502.4895676611625" cy="416.1807704318" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="519.5219575893425" cy="416.1807704318" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="536.5543475175225" cy="416.1807704318" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="553.5867374457025" cy="416.1807704318" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="743.923694893114" cy="122.79785391889955" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="832.4921225196499" cy="122.79785391889955" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="805.2402986345619" cy="254.37306611409005" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="806.091918130971" cy="348.0512107190801" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="743.923694893114" cy="309.72833338067505" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="946.609135038456" cy="254.37306611409005" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="946.609135038456" cy="305.47023589863005" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="674.942515683985" cy="501.7685298209046" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="674.942515683985" cy="518.8009197490846" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_2__stack1"><circle cx="674.942515683985" cy="535.8333096772647" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_3__stack1"><circle cx="845.266414965785" cy="527.3171147131746" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_4__stack1"><circle cx="845.266414965785" cy="510.2847247849945" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="970.8802906861125" cy="93.41698129278907" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="970.8802906861125" cy="158.14006301987305" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="936.389701081548" cy="520.5041587419025" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="936.389701081548" cy="585.2272404689866" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="322.7978539188635" cy="577.5626650013055" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="322.7978539188635" cy="511.1363442814036" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="206.1259829108305" cy="511.9879637778125" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="206.1259829108305" cy="576.7110455048966" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="522.0768160785695" cy="627.382405541232" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="522.0768160785694" cy="723.615408635449" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="522.0768160785695" cy="518.8009197490844" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="522.0768160785694" cy="569.8980895336244" r="3.406477985636" 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="
|
|
125
125
|
M 936.389701081548,602.2596303971666
|
|
126
126
|
L 944.905896045638,606.8583756777751
|
|
127
127
|
L 944.905896045638,636.0632469412944
|