@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
|
@@ -136,104 +136,104 @@ orientation: x+" data-x="7.0649999999999995" data-y="0.8000000000000014" cx="569
|
|
|
136
136
|
.port-label { fill: rgb(0, 100, 100); }
|
|
137
137
|
.component-name { fill: rgb(0, 100, 100); }
|
|
138
138
|
|
|
139
|
-
</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 776.028622540233 329.26893261783 L 826.118067978503 329.26893261782993" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.449016100176px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 776.028622540233 329.26893261783 L 826.118067978503 329.26893261782993" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.431127012522px" stroke-linecap="round" 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 776.028622540233 343.58020274305 L 801.073345259368 343.58020274305 L 801.073345259368 367.9093619559239 L 846.8694096600719 367.9093619559239 L 846.8694096600719 400.10971973766885" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.449016100176px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 776.028622540233 343.58020274305 L 801.073345259368 343.58020274305 L 801.073345259368 367.9093619559239 L 846.8694096600719 367.9093619559239 L 846.8694096600719 400.10971973766885" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.431127012522px" stroke-linecap="round" 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 425.402504472343 358.607036374531 L 387.1198568873795 358.607036374531 L 387.1198568873795 338.571258199223 L 348.837209302416 338.571258199223 L 348.837209302416 352.882528324443" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.449016100176px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 425.402504472343 358.607036374531 L 387.1198568873795 358.607036374531 L 387.1198568873795 338.571258199223 L 348.837209302416 338.571258199223 L 348.837209302416 352.882528324443" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.431127012522px" stroke-linecap="round" 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 611.449016100203 379.3583780561 L 607.5134168157675 379.3583780561 L 607.5134168157675 400.82528324393 L 540.6082289803641 400.82528324393 L 540.6082289803641 379.3583780561" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.449016100176px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 611.449016100203 379.3583780561 L 607.5134168157675 379.3583780561 L 607.5134168157675 400.82528324393 L 540.6082289803641 400.82528324393 L 540.6082289803641 379.3583780561" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.431127012522px" stroke-linecap="round" 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 469.767441860525 429.44782349436997 L 469.767441860525 404.403100775235 L 540.6082289803641 404.403100775235 L 540.6082289803641 379.3583780561" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.449016100176px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 469.767441860525 429.44782349436997 L 469.767441860525 404.403100775235 L 540.6082289803641 404.403100775235 L 540.6082289803641 379.3583780561" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.431127012522px" stroke-linecap="round" 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 468.33631484800304 358.607036374531 L 492.84436493744226 358.607036374531 L 492.84436493744226 386.51401311870995 L 597.137745974983 386.51401311870995 L 597.137745974983 393.66964818132 L 611.449016100203 393.66964818132" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.449016100176px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 468.33631484800304 358.607036374531 L 492.84436493744226 358.607036374531 L 492.84436493744226 386.51401311870995 L 597.137745974983 386.51401311870995 L 597.137745974983 393.66964818132 L 611.449016100203 393.66964818132" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.431127012522px" stroke-linecap="round" 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 348.837209302416 407.265354800279 L 348.837209302416 523.902206320822 L 469.767441860525 523.902206320822 L 469.767441860525 472.38163387003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.449016100176px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 348.837209302416 407.265354800279 L 348.837209302416 523.902206320822 L 469.767441860525 523.902206320822 L 469.767441860525 472.38163387003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.431127012522px" stroke-linecap="round" 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 245.79606440083205 407.265354800279 L 245.79606440083205 523.902206320822 L 348.837209302416 523.902206320822 L 348.837209302416 407.265354800279" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.449016100176px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 245.79606440083205 407.265354800279 L 245.79606440083205 523.902206320822 L 348.837209302416 523.902206320822 L 348.837209302416 407.265354800279" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.431127012522px" stroke-linecap="round" 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 157.06618962446805 407.265354800279 L 157.06618962446805 523.902206320822 L 245.79606440083205 523.902206320822 L 245.79606440083205 407.265354800279" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.449016100176px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 157.06618962446805 407.265354800279 L 157.06618962446805 523.902206320822 L 245.79606440083205 523.902206320822 L 245.79606440083205 407.265354800279" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.431127012522px" stroke-linecap="round" 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 776.028622540233 286.33512224217 L 823.255813953459 286.33512224217 L 823.255813953459 523.902206320822 L 469.767441860525 523.902206320822 L 469.767441860525 472.38163387003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.449016100176px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 776.028622540233 286.33512224217 L 823.255813953459 286.33512224217 L 823.255813953459 523.902206320822 L 469.767441860525 523.902206320822 L 469.767441860525 472.38163387003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.431127012522px" stroke-linecap="round" 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 245.79606440083205 352.882528324443 L 245.79606440083205 314.95766249261 L 157.06618962446805 314.95766249261 L 157.06618962446805 352.882528324443" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.449016100176px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 245.79606440083205 352.882528324443 L 245.79606440083205 314.95766249261 L 157.06618962446805 314.95766249261 L 157.06618962446805 352.882528324443" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.431127012522px" stroke-linecap="round" 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 540.6082289803641 336.42456768043996 L 540.6082289803641 314.95766249261 L 245.79606440083205 314.95766249261 L 245.79606440083205 352.882528324443" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.449016100176px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 540.6082289803641 336.42456768043996 L 540.6082289803641 314.95766249261 L 245.79606440083205 314.95766249261 L 245.79606440083205 352.882528324443" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.431127012522px" stroke-linecap="round" 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 957.4239713773965 322.1132975552199 L 906.0822898031697 322.1132975552199 L 906.0822898031697 357.89147286827 L 776.028622540233 357.89147286827" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.449016100176px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 957.4239713773965 322.1132975552199 L 906.0822898031697 322.1132975552199 L 906.0822898031697 357.89147286827 L 776.028622540233 357.89147286827" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.431127012522px" stroke-linecap="round" 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 1100.5366726295965 336.42456768043985 L 1107.6923076922064 336.42456768043985 L 1107.6923076922064 394.02742993445037 L 866.7262969588147 394.02742993445037 L 866.7262969588147 357.89147286827 L 776.028622540233 357.89147286827" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.449016100176px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1100.5366726295965 336.42456768043985 L 1107.6923076922064 336.42456768043985 L 1107.6923076922064 394.02742993445037 L 866.7262969588147 394.02742993445037 L 866.7262969588147 357.89147286827 L 776.028622540233 357.89147286827" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.431127012522px" stroke-linecap="round" 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 957.4239713773965 336.42456768043985 L 920.3935599283898 336.42456768043985 L 920.3935599283898 300.64639236739 L 776.028622540233 300.64639236739" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.449016100176px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 957.4239713773965 336.42456768043985 L 920.3935599283898 336.42456768043985 L 920.3935599283898 300.64639236739 L 776.028622540233 300.64639236739" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.431127012522px" stroke-linecap="round" 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 611.449016100203 350.73583780565997 L 610.733452593942 350.73583780565997 L 610.733452593942 329.26893261783 L 411.09123434712296 329.26893261783 L 411.09123434712296 358.607036374531 L 425.402504472343 358.607036374531" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.449016100176px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 611.449016100203 350.73583780565997 L 610.733452593942 350.73583780565997 L 610.733452593942 329.26893261783 L 411.09123434712296 329.26893261783 L 411.09123434712296 358.607036374531 L 425.402504472343 358.607036374531" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.431127012522px" stroke-linecap="round" 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 469.767441860525 472.38163387003 L 469.767441860525 486.69290399525 L 604.293381037593 486.69290399525 L 604.293381037593 307.80202743 L 611.449016100203 307.80202743" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.449016100176px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 469.767441860525 472.38163387003 L 469.767441860525 486.69290399525 L 604.293381037593 486.69290399525 L 604.293381037593 307.80202743 L 611.449016100203 307.80202743" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.431127012522px" stroke-linecap="round" 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 611.449016100203 365.04710793088 L 607.5134168157675 365.04710793088 L 607.5134168157675 314.95766249261 L 540.6082289803641 314.95766249261 L 540.6082289803641 336.42456768043996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.449016100176px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 611.449016100203 365.04710793088 L 607.5134168157675 365.04710793088 L 607.5134168157675 314.95766249261 L 540.6082289803641 314.95766249261 L 540.6082289803641 336.42456768043996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.431127012522px" stroke-linecap="round" 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 1100.5366726295965 350.73583780565986 L 1122.0035778174265 350.73583780565986 L 1122.0035778174265 300.64639236739 L 776.028622540233 300.64639236739" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.449016100176px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1100.5366726295965 350.73583780565986 L 1122.0035778174265 350.73583780565986 L 1122.0035778174265 300.64639236739 L 776.028622540233 300.64639236739" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.431127012522px" stroke-linecap="round" 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 846.8694096600719 443.04353011332887 L 846.8694096600719 450.27072152656496 L 821.7531305903109 450.27072152656496" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.449016100176px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 846.8694096600719 443.04353011332887 L 846.8694096600719 450.27072152656496 L 821.7531305903109 450.27072152656496" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.431127012522px" 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="425.402504472343" cy="358.607036374531" r="2.146690518783" 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="540.6082289803641" cy="379.3583780561" r="2.146690518783" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><circle cx="348.837209302416" cy="407.265354800279" r="2.146690518783" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="348.837209302416" cy="523.902206320822" r="2.146690518783" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="469.767441860525" cy="523.902206320822" r="2.146690518783" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="469.767441860525" cy="472.38163387003" r="2.146690518783" 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="245.79606440083205" cy="407.265354800279" r="2.146690518783" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="245.79606440083205" cy="523.902206320822" r="2.146690518783" 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"/><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="245.79606440083205" cy="352.882528324443" r="2.146690518783" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="245.79606440083205" cy="314.95766249261" r="2.146690518783" 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="540.6082289803641" cy="336.42456768043996" r="2.146690518783" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="540.6082289803641" cy="314.95766249261" r="2.146690518783" 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="776.028622540233" cy="357.89147286827" r="2.146690518783" 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"><circle cx="776.028622540233" cy="300.64639236739" r="2.146690518783" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="640.071556350643" y="264.86821705434" width="107.3345259391499" height="228.98032200351997" stroke-width="1.431127012522px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="640.071556350643" y="264.86821705434" width="107.3345259391499" height="228.98032200351997" fill="transparent"/><text class="sch-text" x="693.738819320218" y="379.3583780561" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.880143112697999px" transform="rotate(0, 693.738819320218, 379.3583780561)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="640.071556350643" y1="279.17948717955994" x2="612.880143112725" y2="279.17948717955994" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="611.449016100203" cy="279.17948717955994" r="1.431127012522" stroke-width="1.431127012522px"/><rect x="610.017889087681" y="277.74836016703796" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="625.760286225423" y="277.74836016703796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="647.227191413253" y="279.17948717955994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="640.071556350643" y1="293.49075730478" x2="612.880143112725" y2="293.49075730478" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="611.449016100203" cy="293.49075730478" r="1.431127012522" stroke-width="1.431127012522px"/><rect x="610.017889087681" y="292.059630292258" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="625.760286225423" y="292.05963029225796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="647.227191413253" y="293.49075730478" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_1</text><line class="component-pin sch-component-pin sch-port-line" x1="640.071556350643" y1="307.80202742999995" x2="611.449016100203" y2="307.80202742999995" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="610.017889087681" y="306.37090041747797" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="625.760286225423" y="306.37090041747797" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="647.227191413253" y="307.80202742999995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="640.071556350643" y1="322.11329755521996" x2="612.880143112725" y2="322.11329755521996" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="611.449016100203" cy="322.11329755521996" r="1.431127012522" stroke-width="1.431127012522px"/><rect x="610.017889087681" y="320.682170542698" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="625.760286225423" y="320.682170542698" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="647.227191413253" y="322.11329755521996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_3</text><line class="component-pin sch-component-pin sch-port-line" x1="640.071556350643" y1="336.42456768043996" x2="612.880143112725" y2="336.42456768043996" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="611.449016100203" cy="336.42456768043996" r="1.431127012522" stroke-width="1.431127012522px"/><rect x="610.017889087681" y="334.993440667918" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="625.760286225423" y="334.993440667918" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="647.227191413253" y="336.42456768043996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="640.071556350643" y1="350.73583780565997" x2="611.449016100203" y2="350.73583780565997" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="610.017889087681" y="349.304710793138" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="625.760286225423" y="349.304710793138" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="647.227191413253" y="350.73583780565997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_5</text><line class="component-pin sch-component-pin sch-port-line" x1="640.071556350643" y1="365.04710793088" x2="611.449016100203" y2="365.04710793088" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="610.017889087681" y="363.615980918358" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="625.760286225423" y="363.615980918358" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="647.227191413253" y="365.04710793088" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_6</text><line class="component-pin sch-component-pin sch-port-line" x1="640.071556350643" y1="379.3583780561" x2="611.449016100203" y2="379.3583780561" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="610.017889087681" y="377.927251043578" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="625.760286225423" y="377.92725104357794" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="647.227191413253" y="379.3583780561" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_7</text><line class="component-pin sch-component-pin sch-port-line" x1="640.071556350643" y1="393.66964818132" x2="611.449016100203" y2="393.66964818132" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="610.017889087681" y="392.238521168798" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="625.760286225423" y="392.23852116879794" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="647.227191413253" y="393.66964818132" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_8</text><line class="component-pin sch-component-pin sch-port-line" x1="640.071556350643" y1="407.98091830653993" x2="612.880143112725" y2="407.98091830653993" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="611.449016100203" cy="407.98091830653993" r="1.431127012522" stroke-width="1.431127012522px"/><rect x="610.017889087681" y="406.54979129401795" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="625.760286225423" y="406.54979129401795" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="647.227191413253" y="407.98091830653993" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_9</text><line class="component-pin sch-component-pin sch-port-line" x1="640.071556350643" y1="422.29218843175994" x2="612.880143112725" y2="422.29218843175994" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="611.449016100203" cy="422.29218843175994" r="1.431127012522" stroke-width="1.431127012522px"/><rect x="610.017889087681" y="420.86106141923796" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="625.760286225423" y="420.86106141923796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="647.227191413253" y="422.29218843175994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_10</text><line class="component-pin sch-component-pin sch-port-line" x1="640.071556350643" y1="436.60345855697994" x2="612.880143112725" y2="436.60345855697994" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="611.449016100203" cy="436.60345855697994" r="1.431127012522" stroke-width="1.431127012522px"/><rect x="610.017889087681" y="435.17233154445796" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="625.760286225423" y="435.17233154445796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="647.227191413253" y="436.60345855697994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_11</text><line class="component-pin sch-component-pin sch-port-line" x1="640.071556350643" y1="450.91472868219995" x2="612.880143112725" y2="450.91472868219995" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="611.449016100203" cy="450.91472868219995" r="1.431127012522" stroke-width="1.431127012522px"/><rect x="610.017889087681" y="449.48360166967797" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="625.760286225423" y="449.48360166967797" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="647.227191413253" y="450.91472868219995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_12</text><line class="component-pin sch-component-pin sch-port-line" x1="640.071556350643" y1="465.22599880741996" x2="612.880143112725" y2="465.22599880741996" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="611.449016100203" cy="465.22599880741996" r="1.431127012522" stroke-width="1.431127012522px"/><rect x="610.017889087681" y="463.794871794898" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="625.760286225423" y="463.794871794898" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="647.227191413253" y="465.22599880741996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_13</text><line class="component-pin sch-component-pin sch-port-line" x1="640.071556350643" y1="479.53726893264" x2="612.880143112725" y2="479.53726893264" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="611.449016100203" cy="479.53726893264" r="1.431127012522" stroke-width="1.431127012522px"/><rect x="610.017889087681" y="478.10614192011803" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="625.760286225423" y="478.106141920118" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="647.227191413253" y="479.53726893264" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_14</text><line class="component-pin sch-component-pin sch-port-line" x1="747.406082289793" y1="472.38163387003" x2="774.597495527711" y2="472.38163387003" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="776.028622540233" cy="472.38163387003" r="1.431127012522" stroke-width="1.431127012522px"/><rect x="774.597495527711" y="470.950506857508" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="761.717352415013" y="470.950506857508" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="740.250447227183" y="472.38163387003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_15</text><line class="component-pin sch-component-pin sch-port-line" x1="747.406082289793" y1="458.07036374481" x2="774.597495527711" y2="458.07036374481" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="776.028622540233" cy="458.07036374481" r="1.431127012522" stroke-width="1.431127012522px"/><rect x="774.597495527711" y="456.639236732288" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="761.717352415013" y="456.639236732288" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="740.250447227183" y="458.07036374481" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_16</text><line class="component-pin sch-component-pin sch-port-line" x1="747.406082289793" y1="443.75909361959" x2="774.597495527711" y2="443.75909361959" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="776.028622540233" cy="443.75909361959" r="1.431127012522" stroke-width="1.431127012522px"/><rect x="774.597495527711" y="442.327966607068" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="761.717352415013" y="442.327966607068" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="740.250447227183" y="443.75909361959" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_17</text><line class="component-pin sch-component-pin sch-port-line" x1="747.406082289793" y1="429.44782349436997" x2="774.597495527711" y2="429.44782349436997" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="776.028622540233" cy="429.44782349436997" r="1.431127012522" stroke-width="1.431127012522px"/><rect x="774.597495527711" y="428.016696481848" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="761.717352415013" y="428.016696481848" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="740.250447227183" y="429.44782349436997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_18</text><line class="component-pin sch-component-pin sch-port-line" x1="747.406082289793" y1="415.13655336914996" x2="774.597495527711" y2="415.13655336914996" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="776.028622540233" cy="415.13655336914996" r="1.431127012522" stroke-width="1.431127012522px"/><rect x="774.597495527711" y="413.705426356628" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="761.717352415013" y="413.705426356628" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="740.250447227183" y="415.13655336914996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_19</text><line class="component-pin sch-component-pin sch-port-line" x1="747.406082289793" y1="400.82528324392996" x2="774.597495527711" y2="400.82528324392996" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="776.028622540233" cy="400.82528324392996" r="1.431127012522" stroke-width="1.431127012522px"/><rect x="774.597495527711" y="399.394156231408" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="761.717352415013" y="399.394156231408" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="740.250447227183" y="400.82528324392996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_20</text><line class="component-pin sch-component-pin sch-port-line" x1="747.406082289793" y1="386.51401311871" x2="774.597495527711" y2="386.51401311871" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="776.028622540233" cy="386.51401311871" r="1.431127012522" stroke-width="1.431127012522px"/><rect x="774.597495527711" y="385.082886106188" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="761.717352415013" y="385.08288610618797" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="740.250447227183" y="386.51401311871" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_21</text><line class="component-pin sch-component-pin sch-port-line" x1="747.406082289793" y1="372.20274299349" x2="774.597495527711" y2="372.20274299349" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_0_22__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="776.028622540233" cy="372.20274299349" r="1.431127012522" stroke-width="1.431127012522px"/><rect x="774.597495527711" y="370.771615980968" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="761.717352415013" y="370.77161598096797" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="740.250447227183" y="372.20274299349" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_22</text><line class="component-pin sch-component-pin sch-port-line" x1="747.406082289793" y1="357.89147286827" x2="776.028622540233" y2="357.89147286827" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_0_23__stack1"><rect x="774.597495527711" y="356.460345855748" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="761.717352415013" y="356.460345855748" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="740.250447227183" y="357.89147286827" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_23</text><line class="component-pin sch-component-pin sch-port-line" x1="747.406082289793" y1="343.58020274305" x2="776.028622540233" y2="343.58020274305" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_0_24__stack1"><rect x="774.597495527711" y="342.149075730528" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="761.717352415013" y="342.149075730528" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="740.250447227183" y="343.58020274305" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_24</text><line class="component-pin sch-component-pin sch-port-line" x1="747.406082289793" y1="329.26893261783" x2="776.028622540233" y2="329.26893261783" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_0_25__stack1"><rect x="774.597495527711" y="327.837805605308" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="761.717352415013" y="327.837805605308" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="740.250447227183" y="329.26893261783" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_25</text><line class="component-pin sch-component-pin sch-port-line" x1="747.406082289793" y1="314.95766249261" x2="774.597495527711" y2="314.95766249261" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_0_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="776.028622540233" cy="314.95766249261" r="1.431127012522" stroke-width="1.431127012522px"/><rect x="774.597495527711" y="313.526535480088" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="761.717352415013" y="313.526535480088" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="740.250447227183" y="314.95766249261" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_26</text><line class="component-pin sch-component-pin sch-port-line" x1="747.406082289793" y1="300.64639236739" x2="776.028622540233" y2="300.64639236739" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_0_27__stack1"><rect x="774.597495527711" y="299.215265354868" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="761.717352415013" y="299.215265354868" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="740.250447227183" y="300.64639236739" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_27</text><line class="component-pin sch-component-pin sch-port-line" x1="747.406082289793" y1="286.33512224217" x2="776.028622540233" y2="286.33512224217" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_0_28__stack1"><rect x="774.597495527711" y="284.903995229648" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="761.717352415013" y="284.903995229648" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="740.250447227183" y="286.33512224217" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_28</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="133.8103756709856" y="376.496124031056" width="74.41860465114394" height="7.155635062609974" stroke-width="1.431127012522px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="133.8103756709856" y="376.496124031056" width="74.41860465114394" height="7.155635062609974" fill="transparent"/><text class="sch-text" x="171.01967799655756" y="380.073941562361" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.880143112697999px" transform="rotate(0, 171.01967799655756, 380.073941562361)">schematic_component_1</text><line class="component-pin sch-component-pin sch-port-line" x1="157.06618962446805" y1="376.496124031056" x2="157.06618962446805" y2="352.882528324443" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="155.63506261194604" y="351.451401311921" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="155.63506261194607" y="364.6893261777495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform="rotate(-90 155.63506261194607 364.6893261777495)"></text><text class="pin-number sch-pin-label" x="157.06618962446805" y="383.651759093666" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.733452593914999px" transform="rotate(-90 157.06618962446805 383.651759093666)">schematic_port_29</text><line class="component-pin sch-component-pin sch-port-line" x1="157.06618962446805" y1="383.651759093666" x2="157.06618962446805" y2="407.265354800279" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="155.63506261194604" y="405.834227787757" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="155.63506261194607" y="395.4585569469725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform="rotate(-90 155.63506261194607 395.4585569469725)"></text><text class="pin-number sch-pin-label" x="157.06618962446805" y="376.496124031056" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.733452593914999px" transform="rotate(-90 157.06618962446805 376.496124031056)">schematic_port_30</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="222.54025044734948" y="376.496124031056" width="65.83184257601215" height="7.155635062609974" stroke-width="1.431127012522px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="222.54025044734948" y="376.496124031056" width="65.83184257601215" height="7.155635062609974" fill="transparent"/><text class="sch-text" x="255.45617173535555" y="380.073941562361" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.880143112697999px" transform="rotate(0, 255.45617173535555, 380.073941562361)">schematic_component_2</text><line class="component-pin sch-component-pin sch-port-line" x1="245.79606440083205" y1="376.496124031056" x2="245.79606440083205" y2="352.882528324443" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="244.36493738831004" y="351.451401311921" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="244.36493738831012" y="364.6893261777495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform="rotate(-90 244.36493738831012 364.6893261777495)"></text><text class="pin-number sch-pin-label" x="245.79606440083205" y="383.651759093666" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.733452593914999px" transform="rotate(-90 245.79606440083205 383.651759093666)">schematic_port_31</text><line class="component-pin sch-component-pin sch-port-line" x1="245.79606440083205" y1="383.651759093666" x2="245.79606440083205" y2="407.265354800279" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="244.36493738831004" y="405.834227787757" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="244.36493738831012" y="395.4585569469725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform="rotate(-90 244.36493738831012 395.4585569469725)"></text><text class="pin-number sch-pin-label" x="245.79606440083205" y="376.496124031056" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.733452593914999px" transform="rotate(-90 245.79606440083205 376.496124031056)">schematic_port_32</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="325.58139534893354" y="376.496124031056" width="55.81395348835798" height="7.155635062609974" stroke-width="1.431127012522px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="325.58139534893354" y="376.496124031056" width="55.81395348835798" height="7.155635062609974" fill="transparent"/><text class="sch-text" x="353.4883720931125" y="380.073941562361" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.880143112697999px" transform="rotate(0, 353.4883720931125, 380.073941562361)">schematic_component_3</text><line class="component-pin sch-component-pin sch-port-line" x1="348.837209302416" y1="383.651759093666" x2="348.837209302416" y2="407.265354800279" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="347.406082289894" y="405.834227787757" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="347.406082289894" y="395.4585569469725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform="rotate(-90 347.406082289894 395.4585569469725)"></text><text class="pin-number sch-pin-label" x="348.837209302416" y="376.496124031056" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.733452593914999px" transform="rotate(-90 348.837209302416 376.496124031056)">schematic_port_33</text><line class="component-pin sch-component-pin sch-port-line" x1="348.837209302416" y1="376.496124031056" x2="348.837209302416" y2="352.882528324443" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="347.406082289894" y="351.451401311921" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="347.406082289894" y="364.6893261777495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform="rotate(-90 347.406082289894 364.6893261777495)"></text><text class="pin-number sch-pin-label" x="348.837209302416" y="383.651759093666" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.733452593914999px" transform="rotate(-90 348.837209302416 383.651759093666)">schematic_port_34</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="517.3524150268815" y="354.313655336965" width="86.22540250445047" height="7.155635062610031" stroke-width="1.431127012522px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="517.3524150268815" y="354.313655336965" width="86.22540250445047" height="7.155635062610031" fill="transparent"/><text class="sch-text" x="560.4651162791067" y="357.89147286827" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.880143112697999px" transform="rotate(0, 560.4651162791067, 357.89147286827)">schematic_component_4</text><line class="component-pin sch-component-pin sch-port-line" x1="540.6082289803641" y1="361.469290399575" x2="540.6082289803641" y2="379.3583780561" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="539.1771019678421" y="377.927251043578" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="539.177101967842" y="370.41383422783747" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform="rotate(-90 539.177101967842 370.41383422783747)"></text><text class="pin-number sch-pin-label" x="540.6082289803641" y="354.313655336965" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.733452593914999px" transform="rotate(-90 540.6082289803641 354.313655336965)">schematic_port_35</text><line class="component-pin sch-component-pin sch-port-line" x1="540.6082289803641" y1="354.313655336965" x2="540.6082289803641" y2="336.42456768043996" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="539.1771019678421" y="334.993440667918" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="539.177101967842" y="345.3691115087025" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform="rotate(-90 539.177101967842 345.3691115087025)"></text><text class="pin-number sch-pin-label" x="540.6082289803641" y="361.469290399575" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.733452593914999px" transform="rotate(-90 540.6082289803641 361.469290399575)">schematic_port_36</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="446.5116279070425" y="447.336911150895" width="86.22540250445053" height="7.155635062609974" stroke-width="1.431127012522px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="446.5116279070425" y="447.336911150895" width="86.22540250445053" height="7.155635062609974" fill="transparent"/><text class="sch-text" x="489.62432915926775" y="450.9147286822" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.880143112697999px" transform="rotate(0, 489.62432915926775, 450.9147286822)">schematic_component_5</text><line class="component-pin sch-component-pin sch-port-line" x1="469.767441860525" y1="447.336911150895" x2="469.767441860525" y2="429.44782349436997" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="468.33631484800304" y="428.016696481848" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="468.33631484800304" y="438.3923673226325" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform="rotate(-90 468.33631484800304 438.3923673226325)"></text><text class="pin-number sch-pin-label" x="469.767441860525" y="454.49254621350497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.733452593914999px" transform="rotate(-90 469.767441860525 454.49254621350497)">schematic_port_37</text><line class="component-pin sch-component-pin sch-port-line" x1="469.767441860525" y1="454.49254621350497" x2="469.767441860525" y2="472.38163387003" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="468.33631484800304" y="470.950506857508" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="468.33631484800304" y="463.4370900417675" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform="rotate(-90 468.33631484800304 463.4370900417675)"></text><text class="pin-number sch-pin-label" x="469.767441860525" y="447.336911150895" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.733452593914999px" transform="rotate(-90 469.767441860525 447.336911150895)">schematic_port_38</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="443.29159212886805" y="334.277877161657" width="7.155635062609917" height="48.65831842574801" stroke-width="1.431127012522px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="443.29159212886805" y="334.277877161657" width="7.155635062609917" height="48.65831842574801" fill="transparent"/><text class="sch-text" x="446.869409660173" y="358.607036374531" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.880143112697999px" transform="rotate(0, 446.869409660173, 358.607036374531)">schematic_component_6</text><line class="component-pin sch-component-pin sch-port-line" x1="443.29159212886805" y1="358.607036374531" x2="425.402504472343" y2="358.607036374531" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="423.97137745982104" y="357.175909362009" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="434.3470483006055" y="357.17590936200895" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="450.447227191478" y="358.607036374531" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_39</text><line class="component-pin sch-component-pin sch-port-line" x1="450.44722719147796" y1="358.607036374531" x2="468.33631484800304" y2="358.607036374531" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="466.90518783548106" y="357.175909362009" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="459.39177101974053" y="357.17590936200895" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="443.291592128868" y="358.607036374531" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_40</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="844.007155635028" y="304.9397734049559" width="7.155635062610031" height="48.658318425748064" stroke-width="1.431127012522px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="844.007155635028" y="304.9397734049559" width="7.155635062610031" height="48.658318425748064" fill="transparent"/><text class="sch-text" x="847.5849731663329" y="329.26893261782993" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.880143112697999px" transform="rotate(0, 847.5849731663329, 329.26893261782993)">schematic_component_7</text><line class="component-pin sch-component-pin sch-port-line" x1="851.162790697638" y1="329.26893261782993" x2="867.6207513416409" y2="329.26893261782993" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="869.0518783541629" cy="329.26893261782993" r="1.431127012522" stroke-width="1.431127012522px"/><rect x="867.6207513416409" y="327.83780560530795" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="860.1073345259005" y="327.8378056053079" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="844.007155635028" y="329.26893261782993" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_41</text><line class="component-pin sch-component-pin sch-port-line" x1="844.007155635028" y1="329.26893261782993" x2="826.118067978503" y2="329.26893261782993" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="824.686940965981" y="327.83780560530795" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="835.0626118067655" y="327.8378056053079" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="851.162790697638" y="329.26893261782993" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_42</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="823.6135957065894" y="417.9988073941938" width="60.465116279054655" height="7.155635062610031" stroke-width="1.431127012522px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="823.6135957065894" y="417.9988073941938" width="60.465116279054655" height="7.155635062610031" fill="transparent"/><text class="sch-text" x="853.8461538461167" y="421.57662492549883" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.880143112697999px" transform="rotate(0, 853.8461538461167, 421.57662492549883)">schematic_component_8</text><line class="component-pin sch-component-pin sch-port-line" x1="846.8694096600719" y1="425.15444245680385" x2="846.8694096600719" y2="443.04353011332887" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="845.43828264755" y="441.6124031008069" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="845.43828264755" y="434.09898628506636" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform="rotate(-90 845.43828264755 434.09898628506636)"></text><text class="pin-number sch-pin-label" x="846.8694096600719" y="417.9988073941938" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.733452593914999px" transform="rotate(-90 846.8694096600719 417.9988073941938)">schematic_port_43</text><line class="component-pin sch-component-pin sch-port-line" x1="846.8694096600719" y1="417.9988073941938" x2="846.8694096600719" y2="400.10971973766885" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><rect x="845.43828264755" y="398.67859272514687" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="845.43828264755" y="409.05426356593136" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform="rotate(-90 845.43828264755 409.05426356593136)"></text><text class="pin-number sch-pin-label" x="846.8694096600719" y="425.15444245680385" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.733452593914999px" transform="rotate(-90 846.8694096600719 425.15444245680385)">schematic_port_44</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="986.0465116278365" y="307.8020274299999" width="85.86762075131992" height="57.245080500879965" stroke-width="1.431127012522px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="986.0465116278365" y="307.8020274299999" width="85.86762075131992" height="57.245080500879965" fill="transparent"/><text class="sch-text" x="1028.9803220034964" y="336.42456768043985" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.880143112697999px" transform="rotate(0, 1028.9803220034964, 336.42456768043985)">schematic_component_9</text><line class="component-pin sch-component-pin sch-port-line" x1="986.0465116278365" y1="322.1132975552199" x2="957.4239713773965" y2="322.1132975552199" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="955.9928443648745" y="320.6821705426979" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="971.7352415026164" y="320.68217054269786" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="993.2021466904464" y="322.1132975552199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_45</text><line class="component-pin sch-component-pin sch-port-line" x1="986.0465116278365" y1="336.42456768043985" x2="957.4239713773965" y2="336.42456768043985" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><rect x="955.9928443648745" y="334.99344066791787" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="971.7352415026164" y="334.99344066791787" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="993.2021466904464" y="336.42456768043985" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_46</text><line class="component-pin sch-component-pin sch-port-line" x1="986.0465116278365" y1="350.73583780565986" x2="958.8550983899185" y2="350.73583780565986" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_9_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="957.4239713773965" cy="350.73583780565986" r="1.431127012522" stroke-width="1.431127012522px"/><rect x="955.9928443648745" y="349.3047107931379" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="971.7352415026164" y="349.3047107931379" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="993.2021466904464" y="350.73583780565986" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_47</text><line class="component-pin sch-component-pin sch-port-line" x1="1071.9141323791564" y1="350.73583780565986" x2="1100.5366726295965" y2="350.73583780565986" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_9_3__stack1"><rect x="1099.1055456170745" y="349.3047107931379" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="1086.2254025043765" y="349.3047107931379" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="1064.7584973165465" y="350.73583780565986" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_48</text><line class="component-pin sch-component-pin sch-port-line" x1="1071.9141323791564" y1="336.42456768043985" x2="1100.5366726295965" y2="336.42456768043985" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_9_4__stack1"><rect x="1099.1055456170745" y="334.99344066791787" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="1086.2254025043765" y="334.99344066791787" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="1064.7584973165465" y="336.42456768043985" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_49</text><line class="component-pin sch-component-pin sch-port-line" x1="1071.9141323791564" y1="322.1132975552199" x2="1099.1055456170745" y2="322.1132975552199" stroke-width="1.431127012522px"/><g class="sch-port" data-schematic-port-id="source_port_9_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1100.5366726295965" cy="322.1132975552199" r="1.431127012522" stroke-width="1.431127012522px"/><rect x="1099.1055456170745" y="320.6821705426979" width="2.862254025044" height="2.862254025044" opacity="0"/></g><text class="pin-number sch-pin-number" x="1086.2254025043765" y="320.68217054269786" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.733452593914999px" transform=""></text><text class="pin-number sch-pin-label" x="1064.7584973165465" y="322.1132975552199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.733452593914999px" transform="">schematic_port_50</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="611.449016100203" cy="279.17948717955994" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="611.449016100203" cy="293.49075730478" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="611.449016100203" cy="307.80202742999995" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="611.449016100203" cy="322.11329755521996" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="611.449016100203" cy="336.42456768043996" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="611.449016100203" cy="350.73583780565997" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="611.449016100203" cy="365.04710793088" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="611.449016100203" cy="379.3583780561" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="611.449016100203" cy="393.66964818132" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="611.449016100203" cy="407.98091830653993" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="611.449016100203" cy="422.29218843175994" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="611.449016100203" cy="436.60345855697994" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="611.449016100203" cy="450.91472868219995" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="611.449016100203" cy="465.22599880741996" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="611.449016100203" cy="479.53726893264" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="776.028622540233" cy="472.38163387003" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="776.028622540233" cy="458.07036374481" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="776.028622540233" cy="443.75909361959" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="776.028622540233" cy="429.44782349436997" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="776.028622540233" cy="415.13655336914996" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="776.028622540233" cy="400.82528324392996" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="776.028622540233" cy="386.51401311871" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_22__stack1"><circle cx="776.028622540233" cy="372.20274299349" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_23__stack1"><circle cx="776.028622540233" cy="357.89147286827" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_24__stack1"><circle cx="776.028622540233" cy="343.58020274305" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_25__stack1"><circle cx="776.028622540233" cy="329.26893261783" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_26__stack1"><circle cx="776.028622540233" cy="314.95766249261" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_27__stack1"><circle cx="776.028622540233" cy="300.64639236739" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_28__stack1"><circle cx="776.028622540233" cy="286.33512224217" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="157.06618962446805" cy="352.882528324443" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="157.06618962446805" cy="407.265354800279" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="245.79606440083205" cy="352.882528324443" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="245.79606440083205" cy="407.265354800279" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="348.837209302416" cy="407.265354800279" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="348.837209302416" cy="352.882528324443" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="540.6082289803641" cy="379.3583780561" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="540.6082289803641" cy="336.42456768043996" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="469.767441860525" cy="429.44782349436997" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="469.767441860525" cy="472.38163387003" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="425.402504472343" cy="358.607036374531" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="468.33631484800304" cy="358.607036374531" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="869.0518783541629" cy="329.26893261782993" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="826.118067978503" cy="329.26893261782993" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="846.8694096600719" cy="443.04353011332887" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="846.8694096600719" cy="400.10971973766885" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="957.4239713773965" cy="322.1132975552199" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="957.4239713773965" cy="336.42456768043985" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_2__stack1"><circle cx="957.4239713773965" cy="350.73583780565986" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_3__stack1"><circle cx="1100.5366726295965" cy="350.73583780565986" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_4__stack1"><circle cx="1100.5366726295965" cy="336.42456768043985" r="2.862254025044" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_5__stack1"><circle cx="1100.5366726295965" cy="322.1132975552199" r="2.862254025044" 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="
|
|
140
|
-
M
|
|
141
|
-
L
|
|
142
|
-
L
|
|
143
|
-
L
|
|
144
|
-
L
|
|
139
|
+
</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 741.9540079873459 322.59664326166 L 796.768552113086 322.5966432616599" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.529038657312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 741.9540079873459 322.59664326166 L 796.768552113086 322.5966432616599" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.566129832164px" stroke-linecap="round" 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 741.9540079873459 338.2579415833 L 769.361280050216 338.2579415833 L 769.361280050216 364.8821487300879 L 819.477434679464 364.8821487300879 L 819.477434679464 400.12006995377783" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.529038657312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 741.9540079873459 338.2579415833 L 769.361280050216 338.2579415833 L 769.361280050216 364.8821487300879 L 819.477434679464 364.8821487300879 L 819.477434679464 400.12006995377783" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.566129832164px" stroke-linecap="round" 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 358.25219910716595 354.702304821022 L 316.35822609677894 354.702304821022 L 316.35822609677894 332.776487170726 L 274.464253086392 332.776487170726 L 274.464253086392 348.437785492366" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.529038657312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 358.25219910716595 354.702304821022 L 316.35822609677894 354.702304821022 L 316.35822609677894 332.776487170726 L 274.464253086392 332.776487170726 L 274.464253086392 348.437785492366" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.566129832164px" stroke-linecap="round" 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 561.849077288486 377.4111873874 L 557.542220250035 377.4111873874 L 557.542220250035 400.90313486986 L 484.325650596368 400.90313486986 L 484.325650596368 377.4111873874" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.529038657312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 561.849077288486 377.4111873874 L 557.542220250035 377.4111873874 L 557.542220250035 400.90313486986 L 484.325650596368 400.90313486986 L 484.325650596368 377.4111873874" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.566129832164px" stroke-linecap="round" 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 406.80222390425 432.22573151314 L 406.80222390425 404.81845945027 L 484.325650596368 404.81845945027 L 484.325650596368 377.4111873874" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.529038657312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 406.80222390425 432.22573151314 L 406.80222390425 404.81845945027 L 484.325650596368 404.81845945027 L 484.325650596368 377.4111873874" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.566129832164px" stroke-linecap="round" 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 405.23609407208596 354.702304821022 L 432.0560674478945 354.702304821022 L 432.0560674478945 385.24183654821996 L 546.1877789668459 385.24183654821996 L 546.1877789668459 393.07248570904 L 561.849077288486 393.07248570904" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.529038657312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 405.23609407208596 354.702304821022 L 432.0560674478945 354.702304821022 L 432.0560674478945 385.24183654821996 L 546.1877789668459 385.24183654821996 L 546.1877789668459 393.07248570904 L 561.849077288486 393.07248570904" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.566129832164px" stroke-linecap="round" 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 274.464253086392 407.95071911459803 L 274.464253086392 535.590300435964 L 406.80222390425 535.590300435964 L 406.80222390425 479.20962647806" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.529038657312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 274.464253086392 407.95071911459803 L 274.464253086392 535.590300435964 L 406.80222390425 535.590300435964 L 406.80222390425 479.20962647806" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.566129832164px" stroke-linecap="round" 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 161.70290517058402 407.95071911459803 L 161.70290517058402 535.590300435964 L 274.464253086392 535.590300435964 L 274.464253086392 407.95071911459803" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.529038657312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 161.70290517058402 407.95071911459803 L 161.70290517058402 535.590300435964 L 274.464253086392 535.590300435964 L 274.464253086392 407.95071911459803" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.566129832164px" stroke-linecap="round" 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 64.602855576416 407.95071911459803 L 64.602855576416 535.590300435964 L 161.70290517058402 535.590300435964 L 161.70290517058402 407.95071911459803" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.529038657312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 64.602855576416 407.95071911459803 L 64.602855576416 535.590300435964 L 161.70290517058402 535.590300435964 L 161.70290517058402 407.95071911459803" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.566129832164px" stroke-linecap="round" 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 741.9540079873459 275.61274829673994 L 793.636292448758 275.61274829673994 L 793.636292448758 535.590300435964 L 406.80222390425 535.590300435964 L 406.80222390425 479.20962647806" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.529038657312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 741.9540079873459 275.61274829673994 L 793.636292448758 275.61274829673994 L 793.636292448758 535.590300435964 L 406.80222390425 535.590300435964 L 406.80222390425 479.20962647806" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.566129832164px" stroke-linecap="round" 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 161.70290517058402 348.437785492366 L 161.70290517058402 306.93534494001995 L 64.602855576416 306.93534494001995 L 64.602855576416 348.437785492366" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.529038657312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 161.70290517058402 348.437785492366 L 161.70290517058402 306.93534494001995 L 64.602855576416 306.93534494001995 L 64.602855576416 348.437785492366" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.566129832164px" stroke-linecap="round" 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 484.325650596368 330.42729242248 L 484.325650596368 306.93534494001995 L 161.70290517058402 306.93534494001995 L 161.70290517058402 348.437785492366" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.529038657312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 484.325650596368 330.42729242248 L 484.325650596368 306.93534494001995 L 161.70290517058402 306.93534494001995 L 161.70290517058402 348.437785492366" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.566129832164px" stroke-linecap="round" 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 940.4609642141329 314.76599410083986 L 884.2760564852495 314.76599410083986 L 884.2760564852495 353.91923990494 L 741.9540079873459 353.91923990494" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.529038657312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 940.4609642141329 314.76599410083986 L 884.2760564852495 314.76599410083986 L 884.2760564852495 353.91923990494 L 741.9540079873459 353.91923990494" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.566129832164px" stroke-linecap="round" 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 1097.0739474305328 330.42729242247987 L 1104.9045965913529 330.42729242247987 L 1104.9045965913529 393.46401816708084 L 841.2074861007395 393.46401816708084 L 841.2074861007395 353.91923990494 L 741.9540079873459 353.91923990494" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.529038657312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1097.0739474305328 330.42729242247987 L 1104.9045965913529 330.42729242247987 L 1104.9045965913529 393.46401816708084 L 841.2074861007395 393.46401816708084 L 841.2074861007395 353.91923990494 L 741.9540079873459 353.91923990494" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.566129832164px" stroke-linecap="round" 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 940.4609642141329 330.42729242247987 L 899.9373548068895 330.42729242247987 L 899.9373548068895 291.27404661838 L 741.9540079873459 291.27404661838" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.529038657312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 940.4609642141329 330.42729242247987 L 899.9373548068895 330.42729242247987 L 899.9373548068895 291.27404661838 L 741.9540079873459 291.27404661838" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.566129832164px" stroke-linecap="round" 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 561.849077288486 346.08859074412 L 561.066012372404 346.08859074412 L 561.066012372404 322.59664326166 L 342.59090078552595 322.59664326166 L 342.59090078552595 354.702304821022 L 358.25219910716595 354.702304821022" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.529038657312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 561.849077288486 346.08859074412 L 561.066012372404 346.08859074412 L 561.066012372404 322.59664326166 L 342.59090078552595 322.59664326166 L 342.59090078552595 354.702304821022 L 358.25219910716595 354.702304821022" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.566129832164px" stroke-linecap="round" 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 406.80222390425 479.20962647806 L 406.80222390425 494.8709247997 L 554.018428127666 494.8709247997 L 554.018428127666 299.10469577920003 L 561.849077288486 299.10469577920003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.529038657312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 406.80222390425 479.20962647806 L 406.80222390425 494.8709247997 L 554.018428127666 494.8709247997 L 554.018428127666 299.10469577920003 L 561.849077288486 299.10469577920003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.566129832164px" stroke-linecap="round" 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 561.849077288486 361.74988906576 L 557.542220250035 361.74988906576 L 557.542220250035 306.93534494002 L 484.325650596368 306.93534494002 L 484.325650596368 330.42729242248" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.529038657312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 561.849077288486 361.74988906576 L 557.542220250035 361.74988906576 L 557.542220250035 306.93534494002 L 484.325650596368 306.93534494002 L 484.325650596368 330.42729242248" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.566129832164px" stroke-linecap="round" 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 1097.0739474305328 346.08859074411987 L 1120.565894912993 346.08859074411987 L 1120.565894912993 291.27404661838 L 741.9540079873459 291.27404661838" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.529038657312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1097.0739474305328 346.08859074411987 L 1120.565894912993 346.08859074411987 L 1120.565894912993 291.27404661838 L 741.9540079873459 291.27404661838" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.566129832164px" stroke-linecap="round" 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 819.477434679464 447.10396491869784 L 819.477434679464 455.0129205711261 L 791.9918561249858 455.0129205711261" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.529038657312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 819.477434679464 447.10396491869784 L 819.477434679464 455.0129205711261 L 791.9918561249858 455.0129205711261" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.566129832164px" 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="358.25219910716595" cy="354.702304821022" r="2.349194748246" 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="484.325650596368" cy="377.4111873874" r="2.349194748246" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><circle cx="274.464253086392" cy="407.95071911459803" r="2.349194748246" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="274.464253086392" cy="535.590300435964" r="2.349194748246" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="406.80222390425" cy="535.590300435964" r="2.349194748246" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="406.80222390425" cy="479.20962647806" r="2.349194748246" 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="161.70290517058402" cy="407.95071911459803" r="2.349194748246" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="161.70290517058402" cy="535.590300435964" r="2.349194748246" 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"/><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="161.70290517058402" cy="348.437785492366" r="2.349194748246" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="161.70290517058402" cy="306.93534494001995" r="2.349194748246" 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="484.325650596368" cy="330.42729242248" r="2.349194748246" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="484.325650596368" cy="306.93534494001995" r="2.349194748246" 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="741.9540079873459" cy="353.91923990494" r="2.349194748246" 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"><circle cx="741.9540079873459" cy="291.27404661838" r="2.349194748246" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="593.171673931766" y="252.12080081427996" width="117.4597374123" height="250.58077314624006" stroke-width="1.566129832164px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="593.171673931766" y="252.12080081427996" width="117.4597374123" height="250.58077314624006" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="593.171673931766" y1="267.78209913591996" x2="563.4152071206499" y2="267.78209913591996" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="561.849077288486" cy="267.78209913591996" r="1.566129832164" stroke-width="1.566129832164px"/><rect x="560.282947456322" y="266.21596930375597" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.510375610126" y="266.21596930375597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="593.171673931766" y1="283.44339745755997" x2="563.4152071206499" y2="283.44339745755997" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="561.849077288486" cy="283.44339745755997" r="1.566129832164" stroke-width="1.566129832164px"/><rect x="560.282947456322" y="281.877267625396" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.510375610126" y="281.877267625396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="593.171673931766" y1="299.1046957792" x2="561.849077288486" y2="299.1046957792" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="560.282947456322" y="297.538565947036" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.510375610126" y="297.538565947036" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="593.171673931766" y1="314.76599410084" x2="563.4152071206499" y2="314.76599410084" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="561.849077288486" cy="314.76599410084" r="1.566129832164" stroke-width="1.566129832164px"/><rect x="560.282947456322" y="313.199864268676" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.510375610126" y="313.199864268676" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="593.171673931766" y1="330.42729242248" x2="563.4152071206499" y2="330.42729242248" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="561.849077288486" cy="330.42729242248" r="1.566129832164" stroke-width="1.566129832164px"/><rect x="560.282947456322" y="328.861162590316" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.510375610126" y="328.861162590316" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="593.171673931766" y1="346.08859074412" x2="561.849077288486" y2="346.08859074412" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="560.282947456322" y="344.522460911956" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.510375610126" y="344.522460911956" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="593.171673931766" y1="361.74988906576" x2="561.849077288486" y2="361.74988906576" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="560.282947456322" y="360.183759233596" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.510375610126" y="360.183759233596" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="593.171673931766" y1="377.4111873874" x2="561.849077288486" y2="377.4111873874" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="560.282947456322" y="375.845057555236" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.510375610126" y="375.845057555236" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="593.171673931766" y1="393.07248570904" x2="561.849077288486" y2="393.07248570904" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="560.282947456322" y="391.506355876876" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.510375610126" y="391.506355876876" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="593.171673931766" y1="408.73378403068" x2="563.4152071206499" y2="408.73378403068" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="561.849077288486" cy="408.73378403068" r="1.566129832164" stroke-width="1.566129832164px"/><rect x="560.282947456322" y="407.167654198516" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.510375610126" y="407.16765419851595" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="593.171673931766" y1="424.39508235231995" x2="563.4152071206499" y2="424.39508235231995" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="561.849077288486" cy="424.39508235231995" r="1.566129832164" stroke-width="1.566129832164px"/><rect x="560.282947456322" y="422.82895252015595" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.510375610126" y="422.82895252015595" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="593.171673931766" y1="440.05638067395995" x2="563.4152071206499" y2="440.05638067395995" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="561.849077288486" cy="440.05638067395995" r="1.566129832164" stroke-width="1.566129832164px"/><rect x="560.282947456322" y="438.49025084179596" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.510375610126" y="438.49025084179596" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="593.171673931766" y1="455.71767899559995" x2="563.4152071206499" y2="455.71767899559995" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="561.849077288486" cy="455.71767899559995" r="1.566129832164" stroke-width="1.566129832164px"/><rect x="560.282947456322" y="454.15154916343596" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.510375610126" y="454.15154916343596" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="593.171673931766" y1="471.37897731724" x2="563.4152071206499" y2="471.37897731724" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="561.849077288486" cy="471.37897731724" r="1.566129832164" stroke-width="1.566129832164px"/><rect x="560.282947456322" y="469.812847485076" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.510375610126" y="469.81284748507596" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="593.171673931766" y1="487.04027563888" x2="563.4152071206499" y2="487.04027563888" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="561.849077288486" cy="487.04027563888" r="1.566129832164" stroke-width="1.566129832164px"/><rect x="560.282947456322" y="485.474145806716" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.510375610126" y="485.474145806716" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="710.631411344066" y1="479.20962647806" x2="740.387878155182" y2="479.20962647806" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="741.9540079873459" cy="479.20962647806" r="1.566129832164" stroke-width="1.566129832164px"/><rect x="740.3878781551819" y="477.643496645896" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.292709665706" y="477.643496645896" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="710.631411344066" y1="463.54832815642" x2="740.387878155182" y2="463.54832815642" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="741.9540079873459" cy="463.54832815642" r="1.566129832164" stroke-width="1.566129832164px"/><rect x="740.3878781551819" y="461.982198324256" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.292709665706" y="461.982198324256" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="710.631411344066" y1="447.88702983478" x2="740.387878155182" y2="447.88702983478" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="741.9540079873459" cy="447.88702983478" r="1.566129832164" stroke-width="1.566129832164px"/><rect x="740.3878781551819" y="446.320900002616" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.292709665706" y="446.320900002616" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="710.631411344066" y1="432.22573151314" x2="740.387878155182" y2="432.22573151314" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="741.9540079873459" cy="432.22573151314" r="1.566129832164" stroke-width="1.566129832164px"/><rect x="740.3878781551819" y="430.659601680976" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.292709665706" y="430.659601680976" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="710.631411344066" y1="416.5644331915" x2="740.387878155182" y2="416.5644331915" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="741.9540079873459" cy="416.5644331915" r="1.566129832164" stroke-width="1.566129832164px"/><rect x="740.3878781551819" y="414.998303359336" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.292709665706" y="414.998303359336" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="710.631411344066" y1="400.90313486985997" x2="740.387878155182" y2="400.90313486985997" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="741.9540079873459" cy="400.90313486985997" r="1.566129832164" stroke-width="1.566129832164px"/><rect x="740.3878781551819" y="399.337005037696" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.292709665706" y="399.337005037696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="710.631411344066" y1="385.24183654822" x2="740.387878155182" y2="385.24183654822" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="741.9540079873459" cy="385.24183654822" r="1.566129832164" stroke-width="1.566129832164px"/><rect x="740.3878781551819" y="383.675706716056" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.292709665706" y="383.67570671605597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="710.631411344066" y1="369.58053822658" x2="740.387878155182" y2="369.58053822658" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_0_22__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="741.9540079873459" cy="369.58053822658" r="1.566129832164" stroke-width="1.566129832164px"/><rect x="740.3878781551819" y="368.014408394416" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.292709665706" y="368.014408394416" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="710.631411344066" y1="353.91923990494" x2="741.9540079873459" y2="353.91923990494" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_0_23__stack1"><rect x="740.3878781551819" y="352.353110072776" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.292709665706" y="352.353110072776" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="710.631411344066" y1="338.2579415833" x2="741.9540079873459" y2="338.2579415833" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_0_24__stack1"><rect x="740.3878781551819" y="336.691811751136" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.292709665706" y="336.691811751136" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="710.631411344066" y1="322.59664326166" x2="741.9540079873459" y2="322.59664326166" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_0_25__stack1"><rect x="740.3878781551819" y="321.030513429496" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.292709665706" y="321.030513429496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="710.631411344066" y1="306.93534494002" x2="740.387878155182" y2="306.93534494002" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_0_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="741.9540079873459" cy="306.93534494002" r="1.566129832164" stroke-width="1.566129832164px"/><rect x="740.3878781551819" y="305.369215107856" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.292709665706" y="305.369215107856" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="710.631411344066" y1="291.27404661838" x2="741.9540079873459" y2="291.27404661838" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_0_27__stack1"><rect x="740.3878781551819" y="289.707916786216" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.292709665706" y="289.707916786216" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="710.631411344066" y1="275.61274829674" x2="741.9540079873459" y2="275.61274829674" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_0_28__stack1"><rect x="740.3878781551819" y="274.046618464576" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.292709665706" y="274.046618464576" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="39.153245803751076" y="374.278927723072" width="81.4387512725279" height="7.83064916082003" stroke-width="1.566129832164px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="39.153245803751076" y="374.278927723072" width="81.4387512725279" height="7.83064916082003" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="64.602855576416" y1="374.278927723072" x2="64.602855576416" y2="348.437785492366" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="63.036725744252" y="346.871655660202" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="63.03672574425201" y="361.35835660771903" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform="rotate(-90 63.03672574425201 361.35835660771903)"></text><line class="component-pin sch-component-pin sch-port-line" x1="64.602855576416" y1="382.10957688389203" x2="64.602855576416" y2="407.95071911459803" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="63.036725744252" y="406.38458928243404" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="63.03672574425201" y="395.030147999245" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform="rotate(-90 63.03672574425201 395.030147999245)"></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="136.25329539791892" y="374.278927723072" width="72.04197227954415" height="7.83064916082003" stroke-width="1.566129832164px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="136.25329539791892" y="374.278927723072" width="72.04197227954415" height="7.83064916082003" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="161.70290517058402" y1="374.278927723072" x2="161.70290517058402" y2="348.437785492366" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="160.13677533842002" y="346.871655660202" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="160.13677533842008" y="361.35835660771903" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform="rotate(-90 160.13677533842008 361.35835660771903)"></text><line class="component-pin sch-component-pin sch-port-line" x1="161.70290517058402" y1="382.10957688389203" x2="161.70290517058402" y2="407.95071911459803" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="160.13677533842002" y="406.38458928243404" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="160.13677533842008" y="395.030147999245" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform="rotate(-90 160.13677533842008 395.030147999245)"></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="249.014643313727" y="374.278927723072" width="61.07906345439602" height="7.83064916082003" stroke-width="1.566129832164px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="249.014643313727" y="374.278927723072" width="61.07906345439602" height="7.83064916082003" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="274.464253086392" y1="382.10957688389203" x2="274.464253086392" y2="407.95071911459803" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="272.898123254228" y="406.38458928243404" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="272.898123254228" y="395.030147999245" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform="rotate(-90 272.898123254228 395.030147999245)"></text><line class="component-pin sch-component-pin sch-port-line" x1="274.464253086392" y1="374.278927723072" x2="274.464253086392" y2="348.437785492366" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="272.898123254228" y="346.871655660202" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="272.898123254228" y="361.35835660771903" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform="rotate(-90 272.898123254228 361.35835660771903)"></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="458.87604082370297" y="350.00391532453" width="94.35932238788098" height="7.83064916082003" stroke-width="1.566129832164px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="458.87604082370297" y="350.00391532453" width="94.35932238788098" height="7.83064916082003" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="484.325650596368" y1="357.83456448535003" x2="484.325650596368" y2="377.4111873874" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="482.759520764204" y="375.845057555236" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.759520764204" y="367.622875936375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform="rotate(-90 482.759520764204 367.622875936375)"></text><line class="component-pin sch-component-pin sch-port-line" x1="484.325650596368" y1="350.00391532453" x2="484.325650596368" y2="330.42729242248" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="482.759520764204" y="328.861162590316" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.759520764204" y="340.215603873505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform="rotate(-90 482.759520764204 340.215603873505)"></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="381.352614131585" y="451.80235441519" width="94.35932238788098" height="7.8306491608199735" stroke-width="1.566129832164px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="381.352614131585" y="451.80235441519" width="94.35932238788098" height="7.8306491608199735" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="406.80222390425" y1="451.80235441519" x2="406.80222390425" y2="432.22573151314" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="405.236094072086" y="430.659601680976" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="405.23609407208596" y="442.014042964165" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform="rotate(-90 405.23609407208596 442.014042964165)"></text><line class="component-pin sch-component-pin sch-port-line" x1="406.80222390425" y1="459.63300357600997" x2="406.80222390425" y2="479.20962647806" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="405.236094072086" y="477.643496645896" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="405.23609407208596" y="469.421315027035" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform="rotate(-90 405.23609407208596 469.421315027035)"></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="377.82882200921597" y="328.07809767423396" width="7.83064916082003" height="53.24841429357605" stroke-width="1.566129832164px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="377.82882200921597" y="328.07809767423396" width="7.83064916082003" height="53.24841429357605" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="377.82882200921597" y1="354.702304821022" x2="358.25219910716595" y2="354.702304821022" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="356.68606927500196" y="353.136174988858" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="368.04051055819093" y="353.136174988858" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="385.659471170036" y1="354.702304821022" x2="405.23609407208596" y2="354.702304821022" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="403.66996423992197" y="353.136174988858" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="395.447782621061" y="353.136174988858" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></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="816.345175015136" y="295.9724361148719" width="7.83064916082003" height="53.24841429357599" stroke-width="1.566129832164px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="816.345175015136" y="295.9724361148719" width="7.83064916082003" height="53.24841429357599" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="824.175824175956" y1="322.5966432616599" x2="842.186317245842" y2="322.5966432616599" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="843.752447078006" cy="322.5966432616599" r="1.566129832164" stroke-width="1.566129832164px"/><rect x="842.1863172458419" y="321.0305134294959" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="833.964135626981" y="321.0305134294959" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="816.345175015136" y1="322.5966432616599" x2="796.768552113086" y2="322.5966432616599" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="795.202422280922" y="321.0305134294959" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="806.5568635641109" y="321.0305134294959" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></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="794.027824906799" y="419.69669285582785" width="66.16898540892907" height="7.8306491608199735" stroke-width="1.566129832164px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="794.027824906799" y="419.69669285582785" width="66.16898540892907" height="7.8306491608199735" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="819.477434679464" y1="427.5273420166478" x2="819.477434679464" y2="447.10396491869784" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="817.9113048472999" y="445.53783508653385" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="817.9113048473" y="437.31565346767286" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform="rotate(-90 817.9113048473 437.31565346767286)"></text><line class="component-pin sch-component-pin sch-port-line" x1="819.477434679464" y1="419.69669285582785" x2="819.477434679464" y2="400.12006995377783" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><rect x="817.9113048472999" y="398.55394012161383" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="817.9113048473" y="409.90838140480287" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform="rotate(-90 817.9113048473 409.90838140480287)"></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="971.783560857413" y="299.1046957791999" width="93.96778992983991" height="62.64519328655996" stroke-width="1.566129832164px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="971.783560857413" y="299.1046957791999" width="93.96778992983991" height="62.64519328655996" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="971.783560857413" y1="314.76599410083986" x2="940.4609642141329" y2="314.76599410083986" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="938.8948343819688" y="313.19986426867587" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="956.122262535773" y="313.19986426867587" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="971.783560857413" y1="330.42729242247987" x2="940.4609642141329" y2="330.42729242247987" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><rect x="938.8948343819688" y="328.86116259031587" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="956.122262535773" y="328.86116259031587" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="971.783560857413" y1="346.08859074411987" x2="942.027094046297" y2="346.08859074411987" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_9_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="940.4609642141329" cy="346.08859074411987" r="1.566129832164" stroke-width="1.566129832164px"/><rect x="938.8948343819688" y="344.5224609119559" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="956.122262535773" y="344.5224609119559" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1065.751350787253" y1="346.08859074411987" x2="1097.0739474305328" y2="346.08859074411987" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_9_3__stack1"><rect x="1095.5078175983688" y="344.5224609119559" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="1081.412649108893" y="344.5224609119559" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1065.751350787253" y1="330.42729242247987" x2="1097.0739474305328" y2="330.42729242247987" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_9_4__stack1"><rect x="1095.5078175983688" y="328.86116259031587" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="1081.412649108893" y="328.86116259031587" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1065.751350787253" y1="314.76599410083986" x2="1095.507817598369" y2="314.76599410083986" stroke-width="1.566129832164px"/><g class="sch-port" data-schematic-port-id="source_port_9_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1097.0739474305328" cy="314.76599410083986" r="1.566129832164" stroke-width="1.566129832164px"/><rect x="1095.5078175983688" y="313.19986426867587" width="3.132259664328" height="3.132259664328" opacity="0"/></g><text class="pin-number sch-pin-number" x="1081.412649108893" y="313.19986426867587" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.745973741230001px" transform=""></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="561.849077288486" cy="267.78209913591996" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="561.849077288486" cy="283.44339745755997" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="561.849077288486" cy="299.1046957792" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="561.849077288486" cy="314.76599410084" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="561.849077288486" cy="330.42729242248" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="561.849077288486" cy="346.08859074412" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="561.849077288486" cy="361.74988906576" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="561.849077288486" cy="377.4111873874" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="561.849077288486" cy="393.07248570904" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="561.849077288486" cy="408.73378403068" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="561.849077288486" cy="424.39508235231995" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="561.849077288486" cy="440.05638067395995" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="561.849077288486" cy="455.71767899559995" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="561.849077288486" cy="471.37897731724" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="561.849077288486" cy="487.04027563888" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="741.9540079873459" cy="479.20962647806" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="741.9540079873459" cy="463.54832815642" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="741.9540079873459" cy="447.88702983478" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="741.9540079873459" cy="432.22573151314" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="741.9540079873459" cy="416.5644331915" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="741.9540079873459" cy="400.90313486985997" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="741.9540079873459" cy="385.24183654822" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_22__stack1"><circle cx="741.9540079873459" cy="369.58053822658" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_23__stack1"><circle cx="741.9540079873459" cy="353.91923990494" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_24__stack1"><circle cx="741.9540079873459" cy="338.2579415833" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_25__stack1"><circle cx="741.9540079873459" cy="322.59664326166" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_26__stack1"><circle cx="741.9540079873459" cy="306.93534494002" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_27__stack1"><circle cx="741.9540079873459" cy="291.27404661838" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_28__stack1"><circle cx="741.9540079873459" cy="275.61274829674" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="64.602855576416" cy="348.437785492366" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="64.602855576416" cy="407.95071911459803" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="161.70290517058402" cy="348.437785492366" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="161.70290517058402" cy="407.95071911459803" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="274.464253086392" cy="407.95071911459803" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="274.464253086392" cy="348.437785492366" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="484.325650596368" cy="377.4111873874" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="484.325650596368" cy="330.42729242248" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="406.80222390425" cy="432.22573151314" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="406.80222390425" cy="479.20962647806" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="358.25219910716595" cy="354.702304821022" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="405.23609407208596" cy="354.702304821022" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="843.752447078006" cy="322.5966432616599" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="796.768552113086" cy="322.5966432616599" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="819.477434679464" cy="447.10396491869784" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="819.477434679464" cy="400.12006995377783" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="940.4609642141329" cy="314.76599410083986" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="940.4609642141329" cy="330.42729242247987" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_2__stack1"><circle cx="940.4609642141329" cy="346.08859074411987" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_3__stack1"><circle cx="1097.0739474305328" cy="346.08859074411987" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_4__stack1"><circle cx="1097.0739474305328" cy="330.42729242247987" r="3.132259664328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_5__stack1"><circle cx="1097.0739474305328" cy="314.76599410083986" r="3.132259664328" 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="
|
|
140
|
+
M 406.80222390425,535.590300435964
|
|
141
|
+
L 414.63287306507,539.8188509828068
|
|
142
|
+
L 414.63287306507004,566.6727571716455
|
|
143
|
+
L 398.97157474343004,566.6727571716455
|
|
144
|
+
L 398.97157474343004,539.8188509828068
|
|
145
145
|
Z
|
|
146
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.
|
|
147
|
-
M
|
|
148
|
-
L
|
|
149
|
-
L
|
|
150
|
-
L
|
|
151
|
-
L
|
|
146
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.566129832164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="406.80222390425" y="542.637884680702" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.095168489476px" transform="rotate(90 406.80222390425 542.637884680702)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
|
|
147
|
+
M 561.849077288486,314.76599410084
|
|
148
|
+
L 557.6205267416432,322.59664326165995
|
|
149
|
+
L 530.7666205528045,322.59664326165995
|
|
150
|
+
L 530.7666205528045,306.93534494001995
|
|
151
|
+
L 557.6205267416432,306.93534494002
|
|
152
152
|
Z
|
|
153
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.
|
|
154
|
-
M
|
|
155
|
-
L
|
|
156
|
-
L
|
|
157
|
-
L
|
|
158
|
-
L
|
|
153
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.566129832164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="554.801493043748" y="314.76599410084" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.095168489476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
|
|
154
|
+
M 561.849077288486,330.42729242248
|
|
155
|
+
L 557.6205267416432,338.25794158329995
|
|
156
|
+
L 530.7666205528045,338.25794158329995
|
|
157
|
+
L 530.7666205528045,322.59664326165995
|
|
158
|
+
L 557.6205267416432,322.59664326166
|
|
159
159
|
Z
|
|
160
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.
|
|
161
|
-
M
|
|
162
|
-
L
|
|
163
|
-
L
|
|
164
|
-
L
|
|
165
|
-
L
|
|
160
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.566129832164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="554.801493043748" y="330.42729242248" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.095168489476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
|
|
161
|
+
M 342.59090078552595,322.59664326166
|
|
162
|
+
L 338.3623502386831,330.42729242248
|
|
163
|
+
L 311.5084440498444,330.42729242248
|
|
164
|
+
L 311.5084440498444,314.76599410084
|
|
165
|
+
L 338.3623502386831,314.76599410084003
|
|
166
166
|
Z
|
|
167
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.
|
|
168
|
-
M
|
|
169
|
-
L
|
|
170
|
-
L
|
|
171
|
-
L
|
|
172
|
-
L
|
|
167
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.566129832164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="335.54331654078794" y="322.59664326166" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.095168489476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
|
|
168
|
+
M 484.325650596368,306.93534494002
|
|
169
|
+
L 476.49500143554803,302.7067943931772
|
|
170
|
+
L 476.49500143554803,275.85288820433846
|
|
171
|
+
L 492.156299757188,275.85288820433846
|
|
172
|
+
L 492.156299757188,302.7067943931772
|
|
173
173
|
Z
|
|
174
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.
|
|
175
|
-
M
|
|
176
|
-
L
|
|
177
|
-
L
|
|
178
|
-
L
|
|
179
|
-
L
|
|
174
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.566129832164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="484.325650596368" y="299.887760695282" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.095168489476px" transform="rotate(-90 484.325650596368 299.887760695282)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
|
|
175
|
+
M 520.9339354232014,400.90313486986
|
|
176
|
+
L 528.7645845840215,405.13168541670285
|
|
177
|
+
L 528.7645845840215,431.9855916055416
|
|
178
|
+
L 513.1032862623814,431.9855916055416
|
|
179
|
+
L 513.1032862623814,405.13168541670285
|
|
180
180
|
Z
|
|
181
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.
|
|
182
|
-
M
|
|
183
|
-
L
|
|
184
|
-
L
|
|
185
|
-
L
|
|
186
|
-
L
|
|
181
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.566129832164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="520.9339354232014" y="407.95071911459803" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.095168489476px" transform="rotate(90 520.9339354232014 407.95071911459803)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
|
|
182
|
+
M 418.64608075999024,354.702304821022
|
|
183
|
+
L 426.4767299208102,358.9308553678648
|
|
184
|
+
L 426.47672992081027,385.78476155670353
|
|
185
|
+
L 410.81543159917027,385.78476155670353
|
|
186
|
+
L 410.81543159917027,358.9308553678648
|
|
187
187
|
Z
|
|
188
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.
|
|
189
|
-
M
|
|
190
|
-
L
|
|
191
|
-
L
|
|
192
|
-
L
|
|
193
|
-
L
|
|
188
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.566129832164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="418.64608075999024" y="361.74988906576" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.095168489476px" transform="rotate(90 418.64608075999024 361.74988906576)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
|
|
189
|
+
M 1104.9045965913529,361.94565529478035
|
|
190
|
+
L 1109.1331471381957,354.1150061339604
|
|
191
|
+
L 1145.1854558746109,354.1150061339604
|
|
192
|
+
L 1145.1854558746109,369.7763044556003
|
|
193
|
+
L 1109.1331471381957,369.7763044556003
|
|
194
194
|
Z
|
|
195
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.
|
|
196
|
-
M
|
|
197
|
-
L
|
|
198
|
-
L
|
|
199
|
-
L
|
|
200
|
-
L
|
|
195
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.566129832164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="1111.9521808360907" y="361.94565529478035" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.095168489476px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
|
|
196
|
+
M 769.361280050216,364.8821487300879
|
|
197
|
+
L 777.191929211036,369.11069927693075
|
|
198
|
+
L 777.191929211036,395.96460546576947
|
|
199
|
+
L 761.530630889396,395.96460546576947
|
|
200
|
+
L 761.530630889396,369.11069927693075
|
|
201
201
|
Z
|
|
202
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.
|
|
203
|
-
M
|
|
204
|
-
L
|
|
205
|
-
L
|
|
206
|
-
L
|
|
207
|
-
L
|
|
202
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.566129832164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="769.361280050216" y="371.9297329748259" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.095168489476px" transform="rotate(90 769.361280050216 371.9297329748259)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
|
|
203
|
+
M 1120.565894912993,346.08859074411987
|
|
204
|
+
L 1124.7944454598357,338.2579415832999
|
|
205
|
+
L 1160.846754196251,338.2579415832999
|
|
206
|
+
L 1160.846754196251,353.91923990493984
|
|
207
|
+
L 1124.7944454598357,353.91923990493984
|
|
208
208
|
Z
|
|
209
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.
|
|
210
|
-
M
|
|
211
|
-
L
|
|
212
|
-
L
|
|
213
|
-
L
|
|
214
|
-
L
|
|
209
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.566129832164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="1127.6134791577308" y="346.08859074411987" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.095168489476px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="
|
|
210
|
+
M 843.752447078006,322.5966432616599
|
|
211
|
+
L 847.9809976248488,314.7659941008399
|
|
212
|
+
L 874.8349038136874,314.7659941008399
|
|
213
|
+
L 874.8349038136874,330.42729242247987
|
|
214
|
+
L 847.9809976248488,330.42729242247987
|
|
215
215
|
Z
|
|
216
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.
|
|
217
|
-
M
|
|
218
|
-
L
|
|
219
|
-
L
|
|
220
|
-
L
|
|
221
|
-
L
|
|
216
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.566129832164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="850.800031322744" y="322.5966432616599" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.095168489476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="
|
|
217
|
+
M 791.9918561249858,455.0129205711261
|
|
218
|
+
L 787.763305578143,462.84356973194605
|
|
219
|
+
L 760.9093993893043,462.84356973194605
|
|
220
|
+
L 760.9093993893043,447.18227141030604
|
|
221
|
+
L 787.763305578143,447.1822714103061
|
|
222
222
|
Z
|
|
223
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.
|
|
224
|
-
M
|
|
225
|
-
L
|
|
226
|
-
L
|
|
227
|
-
L
|
|
228
|
-
L
|
|
223
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.566129832164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" x="784.9442718802478" y="455.0129205711261" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.095168489476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" d="
|
|
224
|
+
M 940.4609642141329,346.08859074411987
|
|
225
|
+
L 936.2324136672901,353.91923990493984
|
|
226
|
+
L 900.1801049308748,353.91923990493984
|
|
227
|
+
L 900.1801049308748,338.25794158329984
|
|
228
|
+
L 936.2324136672901,338.2579415832999
|
|
229
229
|
Z
|
|
230
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.
|
|
231
|
-
M
|
|
232
|
-
L
|
|
233
|
-
L 1128.
|
|
234
|
-
L 1128.
|
|
235
|
-
L
|
|
230
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.566129832164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" x="933.4133799693949" y="346.08859074411987" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.095168489476px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" d="
|
|
231
|
+
M 1097.0739474305328,314.76599410083986
|
|
232
|
+
L 1101.3024979773757,306.9353449400199
|
|
233
|
+
L 1128.1564041662143,306.9353449400199
|
|
234
|
+
L 1128.1564041662143,322.59664326165984
|
|
235
|
+
L 1101.3024979773757,322.59664326165984
|
|
236
236
|
Z
|
|
237
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.
|
|
237
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.566129832164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" x="1104.1215316752707" y="314.76599410083986" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.095168489476px" transform="">XX</text><text class="sch-text" x="682.441074365114" y="512.881417869586" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="14.095168489476px" transform="rotate(0, 682.441074365114, 512.881417869586)">CP2102N_A02_GQFN28R</text><text class="sch-text" x="602.56845292475" y="243.11555427933695" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="14.095168489476px" transform="rotate(0, 602.56845292475, 243.11555427933695)">U6</text><text class="sch-text" x="1028.164234815317" y="371.92973297482587" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="14.095168489476px" transform="rotate(0, 1028.164234815317, 371.92973297482587)">DDC114TU_7_F</text><text class="sch-text" x="981.180339850397" y="290.09944924425685" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="14.095168489476px" transform="rotate(0, 981.180339850397, 290.09944924425685)">U7</text><rect class="schematic-box sch-box" x="593.171673931766" y="505.833833624848" width="178.53880086669596" height="14.09516848947601" stroke-width="1.566129832164px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="12.529038657312 6.264519328656"/><rect class="schematic-box sch-box" x="588.473284435274" y="233.32724282831194" width="28.19033697895202" height="19.57662290205002" stroke-width="1.566129832164px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="12.529038657312 6.264519328656"/><rect class="schematic-box sch-box" x="971.783560857413" y="364.88214873008786" width="112.76134791580785" height="14.09516848947601" stroke-width="1.566129832164px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="12.529038657312 6.264519328656"/><rect class="schematic-box sch-box" x="967.0851713609211" y="280.31113779323186" width="28.190336978951905" height="19.57662290205002" stroke-width="1.566129832164px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="12.529038657312 6.264519328656"/>
|
|
238
238
|
</g>
|
|
239
239
|
</svg>
|