@tscircuit/schematic-trace-solver 0.0.160 → 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 +3 -0
- package/dist/index.js +171 -8
- package/lib/solvers/AvailableNetOrientationSolver/AvailableNetOrientationSolver.ts +210 -6
- package/lib/solvers/TraceCleanupSolver/sameNetRailAlignment/getFixedLabelCoordinate.ts +44 -13
- package/package.json +1 -1
- package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +1 -1
- package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +1 -1
- package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +79 -79
- package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +85 -85
- package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +1 -1
- package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +163 -163
- package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +547 -547
- package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +13 -13
- package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +267 -267
- package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +267 -267
- package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +109 -109
- package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +1 -1
- package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +49 -49
- package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +1 -1
- package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +103 -103
- package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +103 -103
- package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +163 -163
- package/tests/examples/__snapshots__/example51.snap.svg +568 -568
- package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +16 -1
- package/tests/fixtures/convertSolverOutputToCircuitJson.ts +23 -12
- package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +736 -736
- package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +79 -79
- package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +127 -127
- package/tests/repros/__snapshots__/repro-bluetooth-controller-ground-decoupling-groups.snap.svg +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/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +1 -1
|
@@ -225,272 +225,272 @@ orientation: x+" data-x="8.6" data-y="-14" cx="366.8836632567203" cy="470.285638
|
|
|
225
225
|
.port-label { fill: rgb(0, 100, 100); }
|
|
226
226
|
.component-name { fill: rgb(0, 100, 100); }
|
|
227
227
|
|
|
228
|
-
</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 843.046193532797 579.1979712441452 L 834.3015587306171 579.1979712441452 L 834.3015587306171 664.4581605654001 L 863.59608531792 664.4581605654001 L 863.59608531792 655.7135257632201" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 843.046193532797 579.1979712441452 L 834.3015587306171 579.1979712441452 L 834.3015587306171 664.4581605654001 L 863.59608531792 664.4581605654001 L 863.59608531792 655.7135257632201" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" stroke-linecap="round" 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 679.9587544721401 655.7135257632201 L 679.9587544721401 664.4581605654001 L 650.664227884837 664.4581605654001 L 650.664227884837 579.1979712441452 L 659.4088626870171 579.1979712441452" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 679.9587544721401 655.7135257632201 L 679.9587544721401 664.4581605654001 L 650.664227884837 664.4581605654001 L 650.664227884837 579.1979712441452 L 659.4088626870171 579.1979712441452" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" stroke-linecap="round" 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 221.739890837908 117.91848542914994 L 212.995256035728 117.91848542914994 L 212.995256035728 39.21677220952995 L 221.739890837908 39.21677220952995" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 221.739890837908 117.91848542914994 L 212.995256035728 117.91848542914994 L 212.995256035728 39.21677220952995 L 221.739890837908 39.21677220952995" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" stroke-linecap="round" 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 379.143317277148 113.54616802806001 L 383.51563467823803 113.54616802806001 L 383.51563467823803 122.29080283024001 L 379.143317277148 122.29080283024001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 379.143317277148 113.54616802806001 L 383.51563467823803 113.54616802806001 L 383.51563467823803 122.29080283024001 L 379.143317277148 122.29080283024001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" stroke-linecap="round" 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 221.73989083790798 196.62019864877004 L 183.04488183826152 196.62019864877004 L 183.04488183826152 239.46890917945203 L 144.349872838615 239.46890917945203 L 144.349872838615 230.724274377272" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 221.73989083790798 196.62019864877004 L 183.04488183826152 196.62019864877004 L 183.04488183826152 239.46890917945203 L 144.349872838615 239.46890917945203 L 144.349872838615 230.724274377272" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" stroke-linecap="round" 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 379.143317277148 174.75861164332005 L 430.7803857840209 174.75861164332005 L 430.7803857840209 253.46032486294007 L 379.143317277148 253.46032486294007" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 379.143317277148 174.75861164332005 L 430.7803857840209 174.75861164332005 L 430.7803857840209 253.46032486294007 L 379.143317277148 253.46032486294007" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" stroke-linecap="round" 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 379.143317277148 157.26934203896005 L 442.1484110268549 157.26934203896005 L 442.1484110268549 174.75861164332005 L 379.143317277148 174.75861164332005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 379.143317277148 157.26934203896005 L 442.1484110268549 157.26934203896005 L 442.1484110268549 174.75861164332005 L 379.143317277148 174.75861164332005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" stroke-linecap="round" 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 379.143317277148 122.29080283024001 L 420.2868240214049 122.29080283024001 L 420.2868240214049 157.26934203896005 L 379.143317277148 157.26934203896005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 379.143317277148 122.29080283024001 L 420.2868240214049 122.29080283024001 L 420.2868240214049 157.26934203896005 L 379.143317277148 157.26934203896005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" stroke-linecap="round" 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 379.143317277148 104.80153322588001 L 424.65914142249494 104.80153322588001 L 424.65914142249494 148.52470723678005 L 379.143317277148 148.52470723678005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 379.143317277148 104.80153322588001 L 424.65914142249494 104.80153322588001 L 424.65914142249494 148.52470723678005 L 379.143317277148 148.52470723678005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" stroke-linecap="round" 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 212.995256035728 39.21677220952995 L 197.69214513191304 39.21677220952995" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 212.995256035728 39.21677220952995 L 197.69214513191304 39.21677220952995" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" stroke-linecap="round" 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 221.739890837908 222.85410305531 L 193.27610455681213 222.85410305531 L 193.27610455681213 192.2041580736691" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 221.739890837908 222.85410305531 L 193.27610455681213 222.85410305531 L 193.27610455681213 192.2041580736691" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" stroke-linecap="round" 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 379.143317277148 43.58908961061996 L 437.77609362576493 43.58908961061996 L 437.77609362576493 45.81897148517585" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 379.143317277148 43.58908961061996 L 437.77609362576493 43.58908961061996 L 437.77609362576493 45.81897148517585" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" stroke-linecap="round" 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 221.739890837908 231.59873785749 L 116.76055003773709 231.59873785749 L 116.76055003773709 196.57647547475906" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 221.739890837908 231.59873785749 L 116.76055003773709 231.59873785749 L 116.76055003773709 196.57647547475906" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"><path d="M 392.260269480418 104.80153322588001 L 440.355760892408 104.80153322588001 L 440.355760892408 82.89622304641912" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 392.260269480418 104.80153322588001 L 440.355760892408 104.80153322588001 L 440.355760892408 82.89622304641912" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" 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="212.995256035728" cy="39.21677220952995" r="1.311695220327" 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="379.143317277148" cy="122.29080283024001" r="1.311695220327" 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"><circle cx="379.143317277148" cy="174.75861164332005" r="1.311695220327" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><circle cx="379.143317277148" cy="157.26934203896005" r="1.311695220327" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"/><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="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="239.229160442268" y="34.844454808439984" width="122.42488723052" height="253.59440926322003" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="239.229160442268" y="34.844454808439984" width="122.42488723052" height="253.59440926322003" fill="transparent"/><text class="sch-text" x="300.441604057528" y="161.64165944005" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.870171321962px" transform="rotate(0, 300.441604057528, 161.64165944005)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="39.21677220952995" x2="221.739890837908" y2="39.21677220952995" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="220.86542735769" y="38.34230872931195" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="38.34230872931195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="39.21677220952995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="47.96140701170996" x2="222.614354318126" y2="47.96140701170996" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="47.96140701170996" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="47.08694353149196" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="47.08694353149196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="47.96140701170996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_1</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="56.70604181388995" x2="222.614354318126" y2="56.70604181388995" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="56.70604181388995" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="55.83157833367195" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="55.83157833367195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="56.70604181388995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="65.45067661606996" x2="222.614354318126" y2="65.45067661606996" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="65.45067661606996" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="64.57621313585196" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="64.57621313585196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="65.45067661606996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_3</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="74.19531141824996" x2="222.614354318126" y2="74.19531141824996" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="74.19531141824996" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="73.32084793803196" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="73.32084793803196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="74.19531141824996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="82.93994622042996" x2="222.614354318126" y2="82.93994622042996" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="82.93994622042996" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="82.06548274021196" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="82.06548274021195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="82.93994622042996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_5</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="91.68458102260996" x2="222.614354318126" y2="91.68458102260996" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="91.68458102260996" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="90.81011754239196" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="90.81011754239195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="91.68458102260996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_6</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="100.42921582478995" x2="222.614354318126" y2="100.42921582478995" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="100.42921582478995" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="99.55475234457195" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="99.55475234457195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="100.42921582478995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_7</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="109.17385062696995" x2="222.614354318126" y2="109.17385062696995" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="109.17385062696995" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="108.29938714675195" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="108.29938714675194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="109.17385062696995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_8</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="117.91848542914994" x2="221.739890837908" y2="117.91848542914994" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><rect x="220.86542735769" y="117.04402194893194" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="117.04402194893194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="117.91848542914994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_9</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="126.66312023132994" x2="222.614354318126" y2="126.66312023132994" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="126.66312023132994" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="125.78865675111194" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="125.78865675111194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="126.66312023132994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_10</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="135.40775503350994" x2="222.614354318126" y2="135.40775503350994" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="135.40775503350994" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="134.53329155329195" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="134.53329155329195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="135.40775503350994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_11</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="144.15238983568995" x2="222.614354318126" y2="144.15238983568995" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="144.15238983568995" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="143.27792635547195" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="143.27792635547195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="144.15238983568995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_12</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="152.89702463786998" x2="222.614354318126" y2="152.89702463786998" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="152.89702463786998" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="152.02256115765198" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="152.02256115765195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="152.89702463786998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_13</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="161.64165944004998" x2="222.614354318126" y2="161.64165944004998" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="161.64165944004998" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="160.76719595983198" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="160.76719595983198" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="161.64165944004998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_14</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="170.38629424222998" x2="222.614354318126" y2="170.38629424222998" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="170.38629424222998" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="169.51183076201198" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="169.51183076201198" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="170.38629424222998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_15</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="179.13092904440998" x2="222.614354318126" y2="179.13092904440998" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="179.13092904440998" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="178.25646556419198" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="178.25646556419198" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="179.13092904440998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_16</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="187.87556384658998" x2="222.614354318126" y2="187.87556384658998" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="187.87556384658998" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="187.001100366372" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="187.001100366372" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="187.87556384658998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_17</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="196.62019864876999" x2="221.739890837908" y2="196.62019864876999" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><rect x="220.86542735769" y="195.745735168552" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="195.745735168552" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="196.62019864876999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_18</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="205.36483345095002" x2="222.614354318126" y2="205.36483345095002" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="205.36483345095002" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="204.49036997073202" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="204.49036997073202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="205.36483345095002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_19</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="214.10946825313" x2="222.614354318126" y2="214.10946825313" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="214.10946825313" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="213.235004772912" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="213.235004772912" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="214.10946825313" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_20</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="222.85410305531" x2="221.739890837908" y2="222.85410305531" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><rect x="220.86542735769" y="221.979639575092" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="221.979639575092" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="222.85410305531" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_21</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="231.59873785749" x2="221.739890837908" y2="231.59873785749" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_22__stack1"><rect x="220.86542735769" y="230.724274377272" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="230.724274377272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="231.59873785749" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_22</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="240.34337265967005" x2="222.614354318126" y2="240.34337265967005" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="240.34337265967005" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="239.46890917945206" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="239.46890917945206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="240.34337265967005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_23</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="249.08800746185" x2="222.614354318126" y2="249.08800746185" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="249.08800746185" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="248.213543981632" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="248.21354398163203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="249.08800746185" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_24</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="257.8326422640301" x2="222.614354318126" y2="257.8326422640301" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_25__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="257.8326422640301" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="256.95817878381206" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="256.9581787838121" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="257.8326422640301" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_25</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="266.57727706621006" x2="222.614354318126" y2="266.57727706621006" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="266.57727706621006" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="265.70281358599203" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="265.70281358599203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="266.57727706621006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_26</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="275.3219118683901" x2="222.614354318126" y2="275.3219118683901" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_27__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="275.3219118683901" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="274.44744838817206" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="274.4474483881721" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="275.3219118683901" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_27</text><line class="component-pin sch-component-pin sch-port-line" x1="239.229160442268" y1="284.06654667057006" x2="222.614354318126" y2="284.06654667057006" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="221.739890837908" cy="284.06654667057006" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="220.86542735769" y="283.19208319035204" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.484525640088" y="283.1920831903521" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="243.601477843358" y="284.06654667057006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_28</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="279.69422926948005" x2="378.26885379693" y2="279.69422926948005" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="279.69422926948005" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="278.819765789262" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="278.8197657892621" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="279.69422926948005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_29</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="270.9495944673001" x2="378.26885379693" y2="270.9495944673001" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_30__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="270.9495944673001" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="270.07513098708205" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="270.0751309870821" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="270.9495944673001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_30</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="262.20495966512004" x2="378.26885379693" y2="262.20495966512004" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="262.20495966512004" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="261.330496184902" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="261.3304961849021" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="262.20495966512004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_31</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="253.46032486294007" x2="379.143317277148" y2="253.46032486294007" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_32__stack1"><rect x="378.26885379693" y="252.58586138272207" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="252.5858613827221" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="253.46032486294007" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_32</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="244.71569006076007" x2="378.26885379693" y2="244.71569006076007" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_33__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="244.71569006076007" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="243.84122658054207" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="243.84122658054207" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="244.71569006076007" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_33</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="235.97105525858007" x2="378.26885379693" y2="235.97105525858007" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="235.97105525858007" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="235.09659177836207" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="235.09659177836207" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="235.97105525858007" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_34</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="227.22642045640004" x2="378.26885379693" y2="227.22642045640004" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_35__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="227.22642045640004" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="226.35195697618204" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="226.35195697618204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="227.22642045640004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_35</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="218.48178565422006" x2="378.26885379693" y2="218.48178565422006" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_36__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="218.48178565422006" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="217.60732217400206" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="217.60732217400206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="218.48178565422006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_36</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="209.73715085204006" x2="378.26885379693" y2="209.73715085204006" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_37__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="209.73715085204006" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="208.86268737182206" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="208.86268737182206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="209.73715085204006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_37</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="200.99251604986006" x2="378.26885379693" y2="200.99251604986006" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_38__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="200.99251604986006" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="200.11805256964206" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="200.11805256964206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="200.99251604986006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_38</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="192.24788124768006" x2="378.26885379693" y2="192.24788124768006" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_39__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="192.24788124768006" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="191.37341776746206" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="191.37341776746206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="192.24788124768006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_39</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="183.50324644550005" x2="378.26885379693" y2="183.50324644550005" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_40__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="183.50324644550005" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="182.62878296528206" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="182.62878296528206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="183.50324644550005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_40</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="174.75861164332005" x2="379.143317277148" y2="174.75861164332005" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_41__stack1"><rect x="378.26885379693" y="173.88414816310205" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="173.88414816310205" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="174.75861164332005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_41</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="166.01397684114005" x2="378.26885379693" y2="166.01397684114005" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_42__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="166.01397684114005" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="165.13951336092205" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="165.13951336092205" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="166.01397684114005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_42</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="157.26934203896005" x2="379.143317277148" y2="157.26934203896005" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_43__stack1"><rect x="378.26885379693" y="156.39487855874205" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="156.39487855874205" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="157.26934203896005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_43</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="148.52470723678005" x2="379.143317277148" y2="148.52470723678005" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_44__stack1"><rect x="378.26885379693" y="147.65024375656205" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="147.65024375656205" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="148.52470723678005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_44</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="139.78007243460002" x2="378.26885379693" y2="139.78007243460002" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_45__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="139.78007243460002" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="138.90560895438202" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="138.90560895438202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="139.78007243460002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_45</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="131.03543763242" x2="378.26885379693" y2="131.03543763242" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_46__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="131.03543763242" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="130.16097415220202" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="130.16097415220202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="131.03543763242" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_46</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="122.29080283024001" x2="379.143317277148" y2="122.29080283024001" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_47__stack1"><rect x="378.26885379693" y="121.41633935002201" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="121.41633935002201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="122.29080283024001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_47</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="113.54616802806001" x2="379.143317277148" y2="113.54616802806001" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_48__stack1"><rect x="378.26885379693" y="112.67170454784201" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="112.67170454784201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="113.54616802806001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_48</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="104.80153322588001" x2="379.143317277148" y2="104.80153322588001" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_49__stack1"><rect x="378.26885379693" y="103.92706974566201" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="103.92706974566201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="104.80153322588001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_49</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="96.0568984237" x2="378.26885379693" y2="96.0568984237" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_50__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="96.0568984237" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="95.18243494348201" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="95.18243494348201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="96.0568984237" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_50</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="87.31226362152" x2="378.26885379693" y2="87.31226362152" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_51__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="87.31226362152" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="86.437800141302" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="86.437800141302" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="87.31226362152" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_51</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="78.56762881933999" x2="378.26885379693" y2="78.56762881933999" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_52__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="78.56762881933999" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="77.69316533912199" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="77.69316533912199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="78.56762881933999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_52</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="69.82299401715998" x2="378.26885379693" y2="69.82299401715998" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_53__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="69.82299401715998" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="68.94853053694199" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="68.94853053694197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="69.82299401715998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_53</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="61.07835921497997" x2="378.26885379693" y2="61.07835921497997" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_54__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="61.07835921497997" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="60.20389573476197" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="60.20389573476197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="61.07835921497997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_54</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="52.33372441279997" x2="378.26885379693" y2="52.33372441279997" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_55__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="379.143317277148" cy="52.33372441279997" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="378.26885379693" y="51.45926093258197" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="51.45926093258196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="52.33372441279997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_55</text><line class="component-pin sch-component-pin sch-port-line" x1="361.654047672788" y1="43.58908961061996" x2="379.143317277148" y2="43.58908961061996" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_56__stack1"><rect x="378.26885379693" y="42.71462613040196" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="370.39868247496804" y="42.71462613040195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="357.281730271698" y="43.58908961061996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_56</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="124.67444453371002" y="211.923309552585" width="56.184278604006465" height="4.372317401089987" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="124.67444453371002" y="211.923309552585" width="56.184278604006465" height="4.372317401089987" fill="transparent"/><text class="sch-text" x="152.76658383571325" y="214.10946825313002" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.870171321962px" transform="rotate(0, 152.76658383571325, 214.10946825313002)">schematic_component_1</text><line class="component-pin sch-component-pin sch-port-line" x1="144.349872838615" y1="211.923309552585" x2="144.349872838615" y2="198.369125609206" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="144.349872838615" cy="197.494662128988" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="143.475409358397" y="196.62019864877" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="143.475409358397" y="204.7089858407865" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform="rotate(-90 143.475409358397 204.7089858407865)"></text><text class="pin-number sch-pin-label" x="144.349872838615" y="216.295626953675" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="rotate(-90 144.349872838615 216.295626953675)">schematic_port_57</text><line class="component-pin sch-component-pin sch-port-line" x1="144.349872838615" y1="216.295626953675" x2="144.349872838615" y2="230.724274377272" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="143.475409358397" y="229.849810897054" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="143.475409358397" y="223.5099506654735" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform="rotate(-90 143.475409358397 223.5099506654735)"></text><text class="pin-number sch-pin-label" x="144.349872838615" y="211.923309552585" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="rotate(-90 144.349872838615 211.923309552585)">schematic_port_58</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="843.9206570130151" y="640.410414859405" width="52.905040553189" height="4.372317401090072" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="843.9206570130151" y="640.410414859405" width="52.905040553189" height="4.372317401090072" fill="transparent"/><text class="sch-text" x="870.3731772896097" y="642.5965735599501" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.870171321962px" transform="rotate(0, 870.3731772896097, 642.5965735599501)">schematic_component_2</text><line class="component-pin sch-component-pin sch-port-line" x1="863.59608531792" y1="644.7827322604951" x2="863.59608531792" y2="655.7135257632201" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="862.7216218377021" y="654.8390622830021" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="862.7216218377021" y="650.2481290118576" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform="rotate(-90 862.7216218377021 650.2481290118576)"></text><text class="pin-number sch-pin-label" x="863.59608531792" y="640.410414859405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="rotate(-90 863.59608531792 640.410414859405)">schematic_port_59</text><line class="component-pin sch-component-pin sch-port-line" x1="863.59608531792" y1="640.410414859405" x2="863.59608531792" y2="630.3540848368981" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="863.59608531792" cy="629.47962135668" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="862.7216218377021" y="628.605157876462" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="862.7216218377021" y="634.9450181080425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform="rotate(-90 862.7216218377021 634.9450181080425)"></text><text class="pin-number sch-pin-label" x="863.59608531792" y="644.7827322604951" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="rotate(-90 863.59608531792 644.7827322604951)">schematic_port_60</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="1020.99951175716" y="183.5032464455" width="52.46780881308018" height="87.44634802180002" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1020.99951175716" y="183.5032464455" width="52.46780881308018" height="87.44634802180002" fill="transparent"/><text class="sch-text" x="1047.2334161637" y="227.2264204564" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.870171321962px" transform="rotate(0, 1047.2334161637, 227.2264204564)">schematic_component_3</text><line class="component-pin sch-component-pin sch-port-line" x1="1020.99951175716" y1="200.99251604986003" x2="1004.384705633018" y2="200.99251604986003" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1003.5102421528001" cy="200.99251604986003" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="1002.6357786725821" y="200.11805256964203" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="1012.25487695498" y="200.11805256964203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="1025.37182915825" y="200.99251604986003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_61</text><line class="component-pin sch-component-pin sch-port-line" x1="1020.99951175716" y1="209.73715085204" x2="1004.384705633018" y2="209.73715085204" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1003.5102421528001" cy="209.73715085204" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="1002.6357786725821" y="208.862687371822" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="1012.25487695498" y="208.862687371822" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="1025.37182915825" y="209.73715085204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_62</text><line class="component-pin sch-component-pin sch-port-line" x1="1020.99951175716" y1="218.48178565422" x2="1004.384705633018" y2="218.48178565422" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_3_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1003.5102421528001" cy="218.48178565422" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="1002.6357786725821" y="217.607322174002" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="1012.25487695498" y="217.607322174002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="1025.37182915825" y="218.48178565422" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_63</text><line class="component-pin sch-component-pin sch-port-line" x1="1020.99951175716" y1="253.46032486293998" x2="1004.384705633018" y2="253.46032486293998" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_3_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1003.5102421528001" cy="253.46032486293998" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="1002.6357786725821" y="252.585861382722" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="1012.25487695498" y="252.58586138272202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="1025.37182915825" y="253.46032486293998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_64</text><line class="component-pin sch-component-pin sch-port-line" x1="1020.99951175716" y1="227.2264204564" x2="1004.384705633018" y2="227.2264204564" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_3_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1003.5102421528001" cy="227.2264204564" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="1002.6357786725821" y="226.351956976182" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="1012.25487695498" y="226.351956976182" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="1025.37182915825" y="227.2264204564" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_65</text><line class="component-pin sch-component-pin sch-port-line" x1="1020.99951175716" y1="235.97105525858" x2="1004.384705633018" y2="235.97105525858" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_3_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1003.5102421528001" cy="235.97105525858" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="1002.6357786725821" y="235.096591778362" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="1012.25487695498" y="235.09659177836204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="1025.37182915825" y="235.97105525858" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_66</text><line class="component-pin sch-component-pin sch-port-line" x1="1020.99951175716" y1="244.71569006076" x2="1004.384705633018" y2="244.71569006076" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_3_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1003.5102421528001" cy="244.71569006076" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="1002.6357786725821" y="243.841226580542" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="1012.25487695498" y="243.84122658054204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="1025.37182915825" y="244.71569006076" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_67</text><line class="component-pin sch-component-pin sch-port-line" x1="1020.99951175716" y1="192.24788124768" x2="1004.384705633018" y2="192.24788124768" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_3_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1003.5102421528001" cy="192.24788124768" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="1002.6357786725821" y="191.373417767462" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="1012.25487695498" y="191.373417767462" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="1025.37182915825" y="192.24788124768" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_68</text><line class="component-pin sch-component-pin sch-port-line" x1="1020.99951175716" y1="262.20495966512004" x2="1004.384705633018" y2="262.20495966512004" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_3_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1003.5102421528001" cy="262.20495966512004" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="1002.6357786725821" y="261.330496184902" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="1012.25487695498" y="261.330496184902" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="1025.37182915825" y="262.20495966512004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_69</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="883.2715136228251" y="374.13628513302405" width="4.372317401090072" height="29.731758327412024" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="883.2715136228251" y="374.13628513302405" width="4.372317401090072" height="29.731758327412024" fill="transparent"/><text class="sch-text" x="885.45767232337" y="389.0021642967301" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.870171321962px" transform="rotate(0, 885.45767232337, 389.0021642967301)">schematic_component_4</text><line class="component-pin sch-component-pin sch-port-line" x1="883.2715136228251" y1="389.00216429673003" x2="870.5917931596641" y2="389.00216429673003" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="869.7173296794462" cy="389.00216429673003" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="868.8428661992282" y="388.127700816512" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="876.4944216511356" y="388.12770081651206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="887.6438310239151" y="389.00216429673003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_70</text><line class="component-pin sch-component-pin sch-port-line" x1="887.6438310239151" y1="389.00216429673003" x2="900.3235514870761" y2="389.00216429673003" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="901.1980149672941" cy="389.00216429673003" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="900.3235514870761" y="388.127700816512" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="894.4209229956045" y="388.12770081651206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="883.2715136228251" y="389.00216429673003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_71</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="883.2715136228251" y="326.040793721034" width="4.372317401090072" height="29.731758327412024" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="883.2715136228251" y="326.040793721034" width="4.372317401090072" height="29.731758327412024" fill="transparent"/><text class="sch-text" x="885.45767232337" y="340.90667288474" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.870171321962px" transform="rotate(0, 885.45767232337, 340.90667288474)">schematic_component_5</text><line class="component-pin sch-component-pin sch-port-line" x1="883.2715136228251" y1="340.90667288474" x2="870.5917931596641" y2="340.90667288474" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="869.7173296794462" cy="340.90667288474" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="868.8428661992282" y="340.03220940452195" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="876.4944216511356" y="340.032209404522" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="887.6438310239151" y="340.90667288474" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_72</text><line class="component-pin sch-component-pin sch-port-line" x1="887.6438310239151" y1="340.90667288474" x2="900.3235514870761" y2="340.90667288474" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="901.1980149672941" cy="340.90667288474" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="900.3235514870761" y="340.03220940452195" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="894.4209229956045" y="340.032209404522" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="883.2715136228251" y="340.90667288474" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_73</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="350.286022429954" y="585.319215605671" width="75.203859298748" height="27.10836788675806" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="350.286022429954" y="585.319215605671" width="75.203859298748" height="27.10836788675806" fill="transparent"/><text class="sch-text" x="387.887952079328" y="598.8733995490501" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.870171321962px" transform="rotate(0, 387.887952079328, 598.8733995490501)">schematic_component_6</text><line class="component-pin sch-component-pin sch-port-line" x1="356.40726679148" y1="585.319215605671" x2="356.40726679148" y2="568.7044094815291" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="356.40726679148" cy="567.8299460013111" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="355.532803311262" y="566.9554825210931" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="355.532803311262" y="576.574580803491" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform="rotate(-90 355.532803311262 576.574580803491)"></text><text class="pin-number sch-pin-label" x="356.40726679148" y="589.691533006761" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="rotate(-90 356.40726679148 589.691533006761)">schematic_port_74</text><line class="component-pin sch-component-pin sch-port-line" x1="355.532803311262" y1="612.4275834924291" x2="355.532803311262" y2="629.0423896165712" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="355.532803311262" cy="629.9168530967892" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="354.658339831044" y="629.0423896165712" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="354.65833983104403" y="621.1722182946091" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform="rotate(-90 354.65833983104403 621.1722182946091)"></text><text class="pin-number sch-pin-label" x="355.532803311262" y="608.0552660913391" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="rotate(-90 355.532803311262 608.0552660913391)">schematic_port_75</text><line class="component-pin sch-component-pin sch-port-line" x1="350.286022429954" y1="599.3106312891591" x2="333.67121630581204" y2="599.3106312891591" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_6_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="332.796752825594" cy="599.3106312891591" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="331.922289345376" y="598.4361678089411" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="341.54138762777404" y="598.4361678089411" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="354.65833983104403" y="599.3106312891591" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_76</text><line class="component-pin sch-component-pin sch-port-line" x1="380.01778075736604" y1="612.4275834924291" x2="380.01778075736604" y2="629.0423896165712" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_6_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="380.01778075736604" cy="629.9168530967892" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="379.143317277148" y="629.0423896165712" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="379.143317277148" y="621.1722182946091" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform="rotate(-90 379.143317277148 621.1722182946091)"></text><text class="pin-number sch-pin-label" x="380.01778075736604" y="608.0552660913391" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="rotate(-90 380.01778075736604 608.0552660913391)">schematic_port_77</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="676.898132291377" y="561.2952837264012" width="6.12124436152601" height="31.43305763439787" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="676.898132291377" y="561.2952837264012" width="6.12124436152601" height="31.43305763439787" fill="transparent"/><text class="sch-text" x="679.9587544721401" y="577.0118125436001" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.870171321962px" transform="rotate(0, 679.9587544721401, 577.0118125436001)">schematic_component_7</text><line class="component-pin sch-component-pin sch-port-line" x1="676.898132291377" y1="579.1979712441452" x2="659.4088626870171" y2="579.1979712441452" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="658.5343992067991" y="578.3235077639272" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="668.153497489197" y="578.3235077639272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="681.270449692467" y="579.1979712441452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_78</text><line class="component-pin sch-component-pin sch-port-line" x1="676.898132291377" y1="579.1979712441452" x2="660.2833261672349" y2="579.1979712441452" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="659.4088626870171" cy="579.1979712441452" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="658.5343992067991" y="578.3235077639272" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="668.153497489197" y="578.3235077639272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="681.270449692467" y="579.1979712441452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_79</text><line class="component-pin sch-component-pin sch-port-line" x1="683.019376652903" y1="579.1979712441452" x2="699.634182777045" y2="579.1979712441452" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_7_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="700.5086462572631" cy="579.1979712441452" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="699.6341827770451" y="578.3235077639272" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="691.7640114550832" y="578.3235077639272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="678.6470592518131" y="579.1979712441452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_80</text><line class="component-pin sch-component-pin sch-port-line" x1="683.019376652903" y1="579.1979712441452" x2="699.634182777045" y2="579.1979712441452" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_7_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="700.5086462572631" cy="579.1979712441452" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="699.6341827770451" y="578.3235077639272" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="691.7640114550832" y="578.3235077639272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="678.6470592518131" y="579.1979712441452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_81</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="860.5354631371571" y="561.2952837264012" width="6.12124436152601" height="31.43305763439787" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="860.5354631371571" y="561.2952837264012" width="6.12124436152601" height="31.43305763439787" fill="transparent"/><text class="sch-text" x="863.59608531792" y="577.0118125436001" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.870171321962px" transform="rotate(0, 863.59608531792, 577.0118125436001)">schematic_component_8</text><line class="component-pin sch-component-pin sch-port-line" x1="860.5354631371571" y1="579.1979712441452" x2="843.046193532797" y2="579.1979712441452" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="842.171730052579" y="578.3235077639272" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="851.790828334977" y="578.3235077639272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="864.907780538247" y="579.1979712441452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_82</text><line class="component-pin sch-component-pin sch-port-line" x1="860.5354631371571" y1="579.1979712441452" x2="843.920657013015" y2="579.1979712441452" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="843.046193532797" cy="579.1979712441452" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="842.171730052579" y="578.3235077639272" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="851.790828334977" y="578.3235077639272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="864.907780538247" y="579.1979712441452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_83</text><line class="component-pin sch-component-pin sch-port-line" x1="866.6567074986831" y1="579.1979712441452" x2="883.2715136228252" y2="579.1979712441452" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_8_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="884.1459771030432" cy="579.1979712441452" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="883.2715136228252" y="578.3235077639272" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="875.4013423008631" y="578.3235077639272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="862.2843900975931" y="579.1979712441452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_84</text><line class="component-pin sch-component-pin sch-port-line" x1="866.6567074986831" y1="579.1979712441452" x2="883.2715136228252" y2="579.1979712441452" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_8_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="884.1459771030432" cy="579.1979712441452" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="883.2715136228252" y="578.3235077639272" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="875.4013423008631" y="578.3235077639272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="862.2843900975931" y="579.1979712441452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_85</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="660.2833261672351" y="640.410414859405" width="58.151821434496924" height="4.372317401090072" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="660.2833261672351" y="640.410414859405" width="58.151821434496924" height="4.372317401090072" fill="transparent"/><text class="sch-text" x="689.3592368844836" y="642.5965735599501" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.870171321962px" transform="rotate(0, 689.3592368844836, 642.5965735599501)">schematic_component_9</text><line class="component-pin sch-component-pin sch-port-line" x1="679.9587544721401" y1="644.7827322604951" x2="679.9587544721401" y2="655.7135257632201" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="679.0842909919221" y="654.8390622830021" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.084290991922" y="650.2481290118576" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform="rotate(-90 679.084290991922 650.2481290118576)"></text><text class="pin-number sch-pin-label" x="679.9587544721401" y="640.410414859405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="rotate(-90 679.9587544721401 640.410414859405)">schematic_port_86</text><line class="component-pin sch-component-pin sch-port-line" x1="679.9587544721401" y1="640.410414859405" x2="679.9587544721401" y2="630.3540848368981" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="679.9587544721401" cy="629.47962135668" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="679.0842909919221" y="628.605157876462" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.084290991922" y="634.9450181080425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform="rotate(-90 679.084290991922 634.9450181080425)"></text><text class="pin-number sch-pin-label" x="679.9587544721401" y="644.7827322604951" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="rotate(-90 679.9587544721401 644.7827322604951)">schematic_port_87</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_10__stack1"><rect class="component chip sch-component-body" x="738.9850393868551" y="583.570288645235" width="52.905040553189" height="4.372317401090072" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="738.9850393868551" y="583.570288645235" width="52.905040553189" height="4.372317401090072" fill="transparent"/><text class="sch-text" x="765.4375596634495" y="585.7564473457801" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.870171321962px" transform="rotate(0, 765.4375596634495, 585.7564473457801)">schematic_component_10</text><line class="component-pin sch-component-pin sch-port-line" x1="758.66046769176" y1="583.570288645235" x2="758.66046769176" y2="573.513958622728" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="758.66046769176" cy="572.63949514251" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="757.786004211542" y="571.765031662292" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.7860042115421" y="578.1048918938725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform="rotate(-90 757.7860042115421 578.1048918938725)"></text><text class="pin-number sch-pin-label" x="758.66046769176" y="587.9426060463251" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.558476101635001px" transform="rotate(-90 758.66046769176 587.9426060463251)">schematic_port_88</text><line class="component-pin sch-component-pin sch-port-line" x1="758.66046769176" y1="587.9426060463251" x2="758.66046769176" y2="597.9989360688321" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="758.66046769176" cy="598.8733995490501" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="757.786004211542" y="597.9989360688321" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.7860042115421" y="593.4080027976876" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform="rotate(-90 757.7860042115421 593.4080027976876)"></text><text class="pin-number sch-pin-label" x="758.66046769176" y="583.570288645235" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="rotate(-90 758.66046769176 583.570288645235)">schematic_port_89</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_11__stack1"><rect class="component chip sch-component-body" x="688.70338927432" y="769.39377819156" width="22.84535842069522" height="8.744634802180144" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="688.70338927432" y="769.39377819156" width="22.84535842069522" height="8.744634802180144" fill="transparent"/><text class="sch-text" x="700.1260684846677" y="773.7660955926501" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.37231740109px" transform="rotate(0, 700.1260684846677, 773.7660955926501)">schematic_port_90</text><line class="component-pin sch-component-pin sch-port-line" x1="688.70338927432" y1="773.7660955926501" x2="672.088583150178" y2="773.7660955926501" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="671.21411966996" cy="773.7660955926501" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="670.3396561897421" y="772.8916321124321" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.9587544721401" y="772.8916321124321" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="693.0757066754101" y="773.7660955926501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_90</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_12__stack1"><rect class="component chip sch-component-body" x="846.1068157135601" y="769.39377819156" width="22.845358420695106" height="8.744634802180144" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="846.1068157135601" y="769.39377819156" width="22.845358420695106" height="8.744634802180144" fill="transparent"/><text class="sch-text" x="857.5294949239076" y="773.7660955926501" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.37231740109px" transform="rotate(0, 857.5294949239076, 773.7660955926501)">schematic_port_91</text><line class="component-pin sch-component-pin sch-port-line" x1="846.1068157135601" y1="773.7660955926501" x2="829.492009589418" y2="773.7660955926501" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_12_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="828.6175461092" cy="773.7660955926501" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="827.743082628982" y="772.8916321124321" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="837.36218091138" y="772.8916321124321" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><text class="pin-number sch-pin-label" x="850.47913311465" y="773.7660955926501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.558476101635001px" transform="">schematic_port_91</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="221.739890837908" cy="39.21677220952995" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="221.739890837908" cy="47.96140701170996" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="221.739890837908" cy="56.70604181388995" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="221.739890837908" cy="65.45067661606996" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="221.739890837908" cy="74.19531141824996" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="221.739890837908" cy="82.93994622042996" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="221.739890837908" cy="91.68458102260996" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="221.739890837908" cy="100.42921582478995" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="221.739890837908" cy="109.17385062696995" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="221.739890837908" cy="117.91848542914994" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="221.739890837908" cy="126.66312023132994" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="221.739890837908" cy="135.40775503350994" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="221.739890837908" cy="144.15238983568995" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="221.739890837908" cy="152.89702463786998" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="221.739890837908" cy="161.64165944004998" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="221.739890837908" cy="170.38629424222998" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="221.739890837908" cy="179.13092904440998" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="221.739890837908" cy="187.87556384658998" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="221.739890837908" cy="196.62019864876999" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="221.739890837908" cy="205.36483345095002" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="221.739890837908" cy="214.10946825313" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="221.739890837908" cy="222.85410305531" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_22__stack1"><circle cx="221.739890837908" cy="231.59873785749" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_23__stack1"><circle cx="221.739890837908" cy="240.34337265967005" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_24__stack1"><circle cx="221.739890837908" cy="249.08800746185" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_25__stack1"><circle cx="221.739890837908" cy="257.8326422640301" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_26__stack1"><circle cx="221.739890837908" cy="266.57727706621006" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_27__stack1"><circle cx="221.739890837908" cy="275.3219118683901" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_28__stack1"><circle cx="221.739890837908" cy="284.06654667057006" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_29__stack1"><circle cx="379.143317277148" cy="279.69422926948005" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_30__stack1"><circle cx="379.143317277148" cy="270.9495944673001" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_31__stack1"><circle cx="379.143317277148" cy="262.20495966512004" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_32__stack1"><circle cx="379.143317277148" cy="253.46032486294007" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_33__stack1"><circle cx="379.143317277148" cy="244.71569006076007" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_34__stack1"><circle cx="379.143317277148" cy="235.97105525858007" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_35__stack1"><circle cx="379.143317277148" cy="227.22642045640004" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_36__stack1"><circle cx="379.143317277148" cy="218.48178565422006" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_37__stack1"><circle cx="379.143317277148" cy="209.73715085204006" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_38__stack1"><circle cx="379.143317277148" cy="200.99251604986006" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_39__stack1"><circle cx="379.143317277148" cy="192.24788124768006" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_40__stack1"><circle cx="379.143317277148" cy="183.50324644550005" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_41__stack1"><circle cx="379.143317277148" cy="174.75861164332005" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_42__stack1"><circle cx="379.143317277148" cy="166.01397684114005" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_43__stack1"><circle cx="379.143317277148" cy="157.26934203896005" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_44__stack1"><circle cx="379.143317277148" cy="148.52470723678005" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_45__stack1"><circle cx="379.143317277148" cy="139.78007243460002" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_46__stack1"><circle cx="379.143317277148" cy="131.03543763242" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_47__stack1"><circle cx="379.143317277148" cy="122.29080283024001" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_48__stack1"><circle cx="379.143317277148" cy="113.54616802806001" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_49__stack1"><circle cx="379.143317277148" cy="104.80153322588001" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_50__stack1"><circle cx="379.143317277148" cy="96.0568984237" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_51__stack1"><circle cx="379.143317277148" cy="87.31226362152" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_52__stack1"><circle cx="379.143317277148" cy="78.56762881933999" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_53__stack1"><circle cx="379.143317277148" cy="69.82299401715998" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_54__stack1"><circle cx="379.143317277148" cy="61.07835921497997" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_55__stack1"><circle cx="379.143317277148" cy="52.33372441279997" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_56__stack1"><circle cx="379.143317277148" cy="43.58908961061996" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="144.349872838615" cy="197.494662128988" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="144.349872838615" cy="230.724274377272" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="863.59608531792" cy="655.7135257632201" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="863.59608531792" cy="629.47962135668" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="1003.5102421528001" cy="200.99251604986003" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="1003.5102421528001" cy="209.73715085204" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_2__stack1"><circle cx="1003.5102421528001" cy="218.48178565422" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_3__stack1"><circle cx="1003.5102421528001" cy="253.46032486293998" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_4__stack1"><circle cx="1003.5102421528001" cy="227.2264204564" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_5__stack1"><circle cx="1003.5102421528001" cy="235.97105525858" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_6__stack1"><circle cx="1003.5102421528001" cy="244.71569006076" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_7__stack1"><circle cx="1003.5102421528001" cy="192.24788124768" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_8__stack1"><circle cx="1003.5102421528001" cy="262.20495966512004" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="869.7173296794462" cy="389.00216429673003" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="901.1980149672941" cy="389.00216429673003" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="869.7173296794462" cy="340.90667288474" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="901.1980149672941" cy="340.90667288474" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="356.40726679148" cy="567.8299460013111" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="355.532803311262" cy="629.9168530967892" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_2__stack1"><circle cx="332.796752825594" cy="599.3106312891591" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_3__stack1"><circle cx="380.01778075736604" cy="629.9168530967892" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="659.4088626870171" cy="579.1979712441452" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="659.4088626870171" cy="579.1979712441452" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_2__stack1"><circle cx="700.5086462572631" cy="579.1979712441452" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_3__stack1"><circle cx="700.5086462572631" cy="579.1979712441452" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="843.046193532797" cy="579.1979712441452" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="843.046193532797" cy="579.1979712441452" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_2__stack1"><circle cx="884.1459771030432" cy="579.1979712441452" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_3__stack1"><circle cx="884.1459771030432" cy="579.1979712441452" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="679.9587544721401" cy="655.7135257632201" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="679.9587544721401" cy="629.47962135668" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="758.66046769176" cy="572.63949514251" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="758.66046769176" cy="598.8733995490501" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="671.21411966996" cy="773.7660955926501" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="828.6175461092" cy="773.7660955926501" r="1.748926960436" 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="
|
|
229
|
-
M
|
|
230
|
-
L
|
|
231
|
-
L
|
|
232
|
-
L
|
|
233
|
-
L
|
|
234
|
-
Z
|
|
235
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><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="
|
|
236
|
-
M
|
|
237
|
-
L
|
|
238
|
-
L
|
|
239
|
-
L
|
|
240
|
-
L
|
|
241
|
-
Z
|
|
242
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><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="
|
|
243
|
-
M
|
|
244
|
-
L
|
|
245
|
-
L
|
|
246
|
-
L
|
|
247
|
-
L
|
|
248
|
-
Z
|
|
249
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><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="
|
|
250
|
-
M
|
|
251
|
-
L
|
|
252
|
-
L
|
|
253
|
-
L
|
|
254
|
-
L
|
|
255
|
-
Z
|
|
256
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><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="
|
|
257
|
-
M
|
|
258
|
-
L
|
|
259
|
-
L
|
|
260
|
-
L
|
|
261
|
-
L
|
|
262
|
-
Z
|
|
263
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><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="
|
|
264
|
-
M
|
|
265
|
-
L
|
|
266
|
-
L
|
|
267
|
-
L
|
|
268
|
-
L
|
|
269
|
-
Z
|
|
270
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><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="
|
|
271
|
-
M
|
|
272
|
-
L
|
|
273
|
-
L
|
|
274
|
-
L
|
|
275
|
-
L
|
|
276
|
-
Z
|
|
277
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><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="
|
|
278
|
-
M
|
|
279
|
-
L
|
|
280
|
-
L
|
|
281
|
-
L
|
|
282
|
-
L
|
|
283
|
-
Z
|
|
284
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><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="
|
|
285
|
-
M
|
|
286
|
-
L
|
|
287
|
-
L
|
|
288
|
-
L
|
|
289
|
-
L
|
|
290
|
-
Z
|
|
291
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><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="
|
|
292
|
-
M
|
|
293
|
-
L
|
|
294
|
-
L
|
|
295
|
-
L
|
|
296
|
-
L
|
|
297
|
-
Z
|
|
298
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><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="
|
|
299
|
-
M
|
|
300
|
-
L
|
|
301
|
-
L
|
|
302
|
-
L
|
|
303
|
-
L
|
|
304
|
-
Z
|
|
305
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><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="
|
|
306
|
-
M
|
|
307
|
-
L
|
|
308
|
-
L
|
|
309
|
-
L
|
|
310
|
-
L
|
|
311
|
-
Z
|
|
312
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><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="
|
|
313
|
-
M
|
|
314
|
-
L
|
|
315
|
-
L
|
|
316
|
-
L
|
|
317
|
-
L
|
|
318
|
-
Z
|
|
319
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><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="
|
|
320
|
-
M
|
|
321
|
-
L
|
|
322
|
-
L
|
|
323
|
-
L
|
|
324
|
-
L
|
|
325
|
-
Z
|
|
326
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><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="
|
|
327
|
-
M
|
|
328
|
-
L
|
|
329
|
-
L
|
|
330
|
-
L
|
|
331
|
-
L
|
|
332
|
-
Z
|
|
333
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" x="
|
|
334
|
-
M
|
|
335
|
-
L
|
|
336
|
-
L
|
|
337
|
-
L
|
|
338
|
-
L
|
|
339
|
-
Z
|
|
340
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" x="
|
|
341
|
-
M
|
|
342
|
-
L
|
|
343
|
-
L
|
|
344
|
-
L
|
|
345
|
-
L
|
|
346
|
-
Z
|
|
347
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" x="
|
|
348
|
-
M
|
|
349
|
-
L
|
|
350
|
-
L
|
|
351
|
-
L
|
|
352
|
-
L
|
|
353
|
-
Z
|
|
354
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" x="
|
|
355
|
-
M
|
|
356
|
-
L
|
|
357
|
-
L
|
|
358
|
-
L
|
|
359
|
-
L
|
|
360
|
-
Z
|
|
361
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" x="
|
|
362
|
-
M
|
|
363
|
-
L
|
|
364
|
-
L
|
|
365
|
-
L
|
|
366
|
-
L
|
|
367
|
-
Z
|
|
368
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" x="
|
|
369
|
-
M
|
|
370
|
-
L
|
|
371
|
-
L
|
|
372
|
-
L
|
|
373
|
-
L
|
|
374
|
-
Z
|
|
375
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" x="
|
|
376
|
-
M
|
|
377
|
-
L
|
|
378
|
-
L
|
|
379
|
-
L
|
|
380
|
-
L
|
|
381
|
-
Z
|
|
382
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" x="
|
|
383
|
-
M
|
|
384
|
-
L
|
|
385
|
-
L
|
|
386
|
-
L
|
|
387
|
-
L
|
|
388
|
-
Z
|
|
389
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" x="
|
|
390
|
-
M
|
|
391
|
-
L
|
|
392
|
-
L
|
|
393
|
-
L
|
|
394
|
-
L
|
|
395
|
-
Z
|
|
396
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" x="
|
|
397
|
-
M
|
|
398
|
-
L
|
|
399
|
-
L
|
|
400
|
-
L
|
|
401
|
-
L
|
|
402
|
-
Z
|
|
403
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" x="
|
|
404
|
-
M
|
|
405
|
-
L
|
|
406
|
-
L
|
|
407
|
-
L
|
|
408
|
-
L
|
|
409
|
-
Z
|
|
410
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" x="
|
|
411
|
-
M
|
|
412
|
-
L
|
|
413
|
-
L
|
|
414
|
-
L
|
|
415
|
-
L
|
|
416
|
-
Z
|
|
417
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" x="
|
|
418
|
-
M
|
|
419
|
-
L
|
|
420
|
-
L
|
|
421
|
-
L
|
|
422
|
-
L
|
|
423
|
-
Z
|
|
424
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_27__stack1" x="
|
|
425
|
-
M
|
|
426
|
-
L
|
|
427
|
-
L
|
|
428
|
-
L
|
|
429
|
-
L
|
|
430
|
-
Z
|
|
431
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_28__stack1" x="
|
|
432
|
-
M
|
|
433
|
-
L
|
|
434
|
-
L
|
|
435
|
-
L
|
|
436
|
-
L
|
|
437
|
-
Z
|
|
438
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_29__stack1" x="
|
|
439
|
-
M
|
|
440
|
-
L
|
|
441
|
-
L
|
|
442
|
-
L
|
|
443
|
-
L
|
|
444
|
-
Z
|
|
445
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_30__stack1" x="
|
|
446
|
-
M
|
|
447
|
-
L
|
|
448
|
-
L
|
|
449
|
-
L
|
|
450
|
-
L
|
|
451
|
-
Z
|
|
452
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_31__stack1" x="
|
|
453
|
-
M
|
|
454
|
-
L
|
|
455
|
-
L
|
|
456
|
-
L
|
|
457
|
-
L
|
|
458
|
-
Z
|
|
459
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_32__stack1" x="
|
|
460
|
-
M
|
|
461
|
-
L
|
|
462
|
-
L
|
|
463
|
-
L
|
|
464
|
-
L
|
|
465
|
-
Z
|
|
466
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_33__stack1" x="
|
|
467
|
-
M
|
|
468
|
-
L
|
|
469
|
-
L
|
|
470
|
-
L
|
|
471
|
-
L
|
|
472
|
-
Z
|
|
473
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_34__stack1" x="
|
|
474
|
-
M
|
|
475
|
-
L
|
|
476
|
-
L
|
|
477
|
-
L
|
|
478
|
-
L
|
|
479
|
-
Z
|
|
480
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_35__stack1" x="
|
|
481
|
-
M
|
|
482
|
-
L
|
|
483
|
-
L
|
|
484
|
-
L
|
|
485
|
-
L
|
|
486
|
-
Z
|
|
487
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_36__stack1" x="
|
|
488
|
-
M
|
|
489
|
-
L
|
|
490
|
-
L
|
|
491
|
-
L
|
|
492
|
-
L
|
|
493
|
-
Z
|
|
494
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_37__stack1" x="
|
|
228
|
+
</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 837.001464725797 579.1979712441452 L 828.256829923617 579.1979712441452 L 828.256829923617 664.4581605654001 L 857.55135651092 664.4581605654001 L 857.55135651092 655.7135257632201" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 837.001464725797 579.1979712441452 L 828.256829923617 579.1979712441452 L 828.256829923617 664.4581605654001 L 857.55135651092 664.4581605654001 L 857.55135651092 655.7135257632201" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" stroke-linecap="round" 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 673.91402566514 655.7135257632201 L 673.91402566514 664.4581605654001 L 644.619499077837 664.4581605654001 L 644.619499077837 579.1979712441452 L 653.364133880017 579.1979712441452" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 673.91402566514 655.7135257632201 L 673.91402566514 664.4581605654001 L 644.619499077837 664.4581605654001 L 644.619499077837 579.1979712441452 L 653.364133880017 579.1979712441452" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" stroke-linecap="round" 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 215.695162030908 117.91848542914994 L 206.950527228728 117.91848542914994 L 206.950527228728 39.21677220952995 L 215.695162030908 39.21677220952995" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 215.695162030908 117.91848542914994 L 206.950527228728 117.91848542914994 L 206.950527228728 39.21677220952995 L 215.695162030908 39.21677220952995" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" stroke-linecap="round" 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 373.098588470148 113.54616802806001 L 377.47090587123796 113.54616802806001 L 377.47090587123796 122.29080283024001 L 373.098588470148 122.29080283024001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 373.098588470148 113.54616802806001 L 377.47090587123796 113.54616802806001 L 377.47090587123796 122.29080283024001 L 373.098588470148 122.29080283024001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" stroke-linecap="round" 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 215.69516203090797 196.62019864877004 L 177.0001530312615 196.62019864877004 L 177.0001530312615 239.46890917945203 L 138.305144031615 239.46890917945203 L 138.305144031615 230.724274377272" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 215.69516203090797 196.62019864877004 L 177.0001530312615 196.62019864877004 L 177.0001530312615 239.46890917945203 L 138.305144031615 239.46890917945203 L 138.305144031615 230.724274377272" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" stroke-linecap="round" 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 373.098588470148 174.75861164332005 L 424.7356569770209 174.75861164332005 L 424.7356569770209 253.46032486294007 L 373.098588470148 253.46032486294007" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 373.098588470148 174.75861164332005 L 424.7356569770209 174.75861164332005 L 424.7356569770209 253.46032486294007 L 373.098588470148 253.46032486294007" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" stroke-linecap="round" 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 373.098588470148 157.26934203896005 L 436.10368221985493 157.26934203896005 L 436.10368221985493 174.75861164332005 L 373.098588470148 174.75861164332005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 373.098588470148 157.26934203896005 L 436.10368221985493 157.26934203896005 L 436.10368221985493 174.75861164332005 L 373.098588470148 174.75861164332005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" stroke-linecap="round" 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 373.098588470148 122.29080283024001 L 414.2420952144049 122.29080283024001 L 414.2420952144049 157.26934203896005 L 373.098588470148 157.26934203896005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 373.098588470148 122.29080283024001 L 414.2420952144049 122.29080283024001 L 414.2420952144049 157.26934203896005 L 373.098588470148 157.26934203896005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" stroke-linecap="round" 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 373.098588470148 104.80153322588001 L 418.61441261549487 104.80153322588001 L 418.61441261549487 148.52470723678005 L 373.098588470148 148.52470723678005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 373.098588470148 104.80153322588001 L 418.61441261549487 104.80153322588001 L 418.61441261549487 148.52470723678005 L 373.098588470148 148.52470723678005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><path d="M 206.950527228728 39.21677220952995 L 191.64741632491302 39.21677220952995" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 206.950527228728 39.21677220952995 L 191.64741632491302 39.21677220952995" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" stroke-linecap="round" 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 215.695162030908 222.85410305531 L 187.23137574981212 222.85410305531 L 187.23137574981212 192.2041580736691" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 215.695162030908 222.85410305531 L 187.23137574981212 222.85410305531 L 187.23137574981212 192.2041580736691" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" stroke-linecap="round" 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 373.098588470148 43.58908961061996 L 431.7313648187649 43.58908961061996 L 431.7313648187649 45.81897148517585" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 373.098588470148 43.58908961061996 L 431.7313648187649 43.58908961061996 L 431.7313648187649 45.81897148517585" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" stroke-linecap="round" 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 215.695162030908 231.59873785749 L 110.71582123073708 231.59873785749 L 110.71582123073708 196.57647547475906" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 215.695162030908 231.59873785749 L 110.71582123073708 231.59873785749 L 110.71582123073708 196.57647547475906" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" stroke-linecap="round" 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 386.215540673418 104.80153322588001 L 434.311032085408 104.80153322588001 L 434.311032085408 82.89622304641912" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.995707841744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 386.215540673418 104.80153322588001 L 434.311032085408 104.80153322588001 L 434.311032085408 82.89622304641912" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.874463480218px" 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="206.950527228728" cy="39.21677220952995" r="1.311695220327" 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="373.098588470148" cy="122.29080283024001" r="1.311695220327" 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"><circle cx="373.098588470148" cy="174.75861164332005" r="1.311695220327" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><circle cx="373.098588470148" cy="157.26934203896005" r="1.311695220327" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"/><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="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="233.184431635268" y="34.844454808439984" width="122.42488723052" height="253.59440926322003" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="233.184431635268" y="34.844454808439984" width="122.42488723052" height="253.59440926322003" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="233.184431635268" y1="39.21677220952995" x2="215.695162030908" y2="39.21677220952995" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="214.82069855069" y="38.34230872931195" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="224.439796833088" y="38.34230872931195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="233.184431635268" y1="47.96140701170996" x2="216.569625511126" y2="47.96140701170996" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="215.695162030908" cy="47.96140701170996" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="214.82069855069" y="47.08694353149196" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="224.439796833088" y="47.08694353149196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="233.184431635268" y1="56.70604181388995" x2="216.569625511126" y2="56.70604181388995" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="215.695162030908" cy="56.70604181388995" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="214.82069855069" y="55.83157833367195" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="224.439796833088" y="55.83157833367195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="233.184431635268" y1="65.45067661606996" x2="216.569625511126" y2="65.45067661606996" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="215.695162030908" cy="65.45067661606996" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="214.82069855069" y="64.57621313585196" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="224.439796833088" y="64.57621313585196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="233.184431635268" y1="74.19531141824996" x2="216.569625511126" y2="74.19531141824996" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="215.695162030908" cy="74.19531141824996" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="214.82069855069" y="73.32084793803196" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="224.439796833088" y="73.32084793803196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="233.184431635268" y1="82.93994622042996" x2="216.569625511126" y2="82.93994622042996" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="215.695162030908" cy="82.93994622042996" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="214.82069855069" y="82.06548274021196" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="224.439796833088" y="82.06548274021195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="233.184431635268" y1="91.68458102260996" x2="216.569625511126" y2="91.68458102260996" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="215.695162030908" cy="91.68458102260996" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="214.82069855069" y="90.81011754239196" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="224.439796833088" y="90.81011754239195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="233.184431635268" y1="100.42921582478995" x2="216.569625511126" y2="100.42921582478995" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="215.695162030908" cy="100.42921582478995" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="214.82069855069" y="99.55475234457195" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="224.439796833088" y="99.55475234457195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="233.184431635268" y1="109.17385062696995" x2="216.569625511126" y2="109.17385062696995" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="215.695162030908" cy="109.17385062696995" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="214.82069855069" y="108.29938714675195" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="224.439796833088" y="108.29938714675194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="233.184431635268" y1="117.91848542914994" x2="215.695162030908" y2="117.91848542914994" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><rect x="214.82069855069" y="117.04402194893194" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="224.439796833088" y="117.04402194893194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="233.184431635268" y1="126.66312023132994" x2="216.569625511126" y2="126.66312023132994" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="215.695162030908" cy="126.66312023132994" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="214.82069855069" y="125.78865675111194" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="224.439796833088" y="125.78865675111194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="233.184431635268" y1="135.40775503350994" x2="216.569625511126" y2="135.40775503350994" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="215.695162030908" cy="135.40775503350994" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="214.82069855069" y="134.53329155329195" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="224.439796833088" y="134.53329155329195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="233.184431635268" y1="144.15238983568995" x2="216.569625511126" y2="144.15238983568995" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="215.695162030908" cy="144.15238983568995" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="214.82069855069" y="143.27792635547195" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="224.439796833088" y="143.27792635547195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="233.184431635268" y1="152.89702463786998" x2="216.569625511126" y2="152.89702463786998" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="215.695162030908" cy="152.89702463786998" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="214.82069855069" y="152.02256115765198" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="224.439796833088" y="152.02256115765195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="233.184431635268" y1="161.64165944004998" x2="216.569625511126" y2="161.64165944004998" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="215.695162030908" cy="161.64165944004998" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="214.82069855069" y="160.76719595983198" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="224.439796833088" y="160.76719595983198" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="233.184431635268" y1="170.38629424222998" x2="216.569625511126" y2="170.38629424222998" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="215.695162030908" cy="170.38629424222998" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="214.82069855069" y="169.51183076201198" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="224.439796833088" y="169.51183076201198" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="233.184431635268" y1="179.13092904440998" x2="216.569625511126" y2="179.13092904440998" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="215.695162030908" cy="179.13092904440998" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="214.82069855069" y="178.25646556419198" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="224.439796833088" y="178.25646556419198" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="233.184431635268" y1="187.87556384658998" x2="216.569625511126" y2="187.87556384658998" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="215.695162030908" cy="187.87556384658998" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="214.82069855069" y="187.001100366372" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="224.439796833088" y="187.001100366372" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="233.184431635268" y1="196.62019864876999" x2="215.695162030908" y2="196.62019864876999" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><rect x="214.82069855069" y="195.745735168552" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="224.439796833088" y="195.745735168552" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="233.184431635268" y1="205.36483345095002" x2="216.569625511126" y2="205.36483345095002" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="215.695162030908" cy="205.36483345095002" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="214.82069855069" y="204.49036997073202" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="224.439796833088" y="204.49036997073202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="233.184431635268" y1="214.10946825313" x2="216.569625511126" y2="214.10946825313" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="215.695162030908" cy="214.10946825313" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="214.82069855069" y="213.235004772912" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="224.439796833088" y="213.235004772912" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="233.184431635268" y1="222.85410305531" x2="215.695162030908" y2="222.85410305531" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><rect x="214.82069855069" y="221.979639575092" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="224.439796833088" y="221.979639575092" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="233.184431635268" y1="231.59873785749" x2="215.695162030908" y2="231.59873785749" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_22__stack1"><rect x="214.82069855069" y="230.724274377272" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="224.439796833088" y="230.724274377272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="233.184431635268" y1="240.34337265967005" x2="216.569625511126" y2="240.34337265967005" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="215.695162030908" cy="240.34337265967005" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="214.82069855069" y="239.46890917945206" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="224.439796833088" y="239.46890917945206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="233.184431635268" y1="249.08800746185" x2="216.569625511126" y2="249.08800746185" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="215.695162030908" cy="249.08800746185" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="214.82069855069" y="248.213543981632" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="224.439796833088" y="248.21354398163203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="233.184431635268" y1="257.8326422640301" x2="216.569625511126" y2="257.8326422640301" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_25__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="215.695162030908" cy="257.8326422640301" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="214.82069855069" y="256.95817878381206" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="224.439796833088" y="256.9581787838121" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="233.184431635268" y1="266.57727706621006" x2="216.569625511126" y2="266.57727706621006" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="215.695162030908" cy="266.57727706621006" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="214.82069855069" y="265.70281358599203" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="224.439796833088" y="265.70281358599203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="233.184431635268" y1="275.3219118683901" x2="216.569625511126" y2="275.3219118683901" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_27__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="215.695162030908" cy="275.3219118683901" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="214.82069855069" y="274.44744838817206" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="224.439796833088" y="274.4474483881721" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="233.184431635268" y1="284.06654667057006" x2="216.569625511126" y2="284.06654667057006" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="215.695162030908" cy="284.06654667057006" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="214.82069855069" y="283.19208319035204" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="224.439796833088" y="283.1920831903521" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="355.609318865788" y1="279.69422926948005" x2="372.22412498993" y2="279.69422926948005" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="373.098588470148" cy="279.69422926948005" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="372.22412498993" y="278.819765789262" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="364.35395366796797" y="278.8197657892621" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="355.609318865788" y1="270.9495944673001" x2="372.22412498993" y2="270.9495944673001" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_30__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="373.098588470148" cy="270.9495944673001" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="372.22412498993" y="270.07513098708205" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="364.35395366796797" y="270.0751309870821" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="355.609318865788" y1="262.20495966512004" x2="372.22412498993" y2="262.20495966512004" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="373.098588470148" cy="262.20495966512004" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="372.22412498993" y="261.330496184902" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="364.35395366796797" y="261.3304961849021" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="355.609318865788" y1="253.46032486294007" x2="373.098588470148" y2="253.46032486294007" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_32__stack1"><rect x="372.22412498993" y="252.58586138272207" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="364.35395366796797" y="252.5858613827221" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="355.609318865788" y1="244.71569006076007" x2="372.22412498993" y2="244.71569006076007" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_33__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="373.098588470148" cy="244.71569006076007" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="372.22412498993" y="243.84122658054207" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="364.35395366796797" y="243.84122658054207" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="355.609318865788" y1="235.97105525858007" x2="372.22412498993" y2="235.97105525858007" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="373.098588470148" cy="235.97105525858007" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="372.22412498993" y="235.09659177836207" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="364.35395366796797" y="235.09659177836207" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="355.609318865788" y1="227.22642045640004" x2="372.22412498993" y2="227.22642045640004" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_35__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="373.098588470148" cy="227.22642045640004" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="372.22412498993" y="226.35195697618204" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="364.35395366796797" y="226.35195697618204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="355.609318865788" y1="218.48178565422006" x2="372.22412498993" y2="218.48178565422006" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_36__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="373.098588470148" cy="218.48178565422006" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="372.22412498993" y="217.60732217400206" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="364.35395366796797" y="217.60732217400206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="355.609318865788" y1="209.73715085204006" x2="372.22412498993" y2="209.73715085204006" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_37__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="373.098588470148" cy="209.73715085204006" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="372.22412498993" y="208.86268737182206" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="364.35395366796797" y="208.86268737182206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="355.609318865788" y1="200.99251604986006" x2="372.22412498993" y2="200.99251604986006" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_38__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="373.098588470148" cy="200.99251604986006" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="372.22412498993" y="200.11805256964206" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="364.35395366796797" y="200.11805256964206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="355.609318865788" y1="192.24788124768006" x2="372.22412498993" y2="192.24788124768006" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_39__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="373.098588470148" cy="192.24788124768006" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="372.22412498993" y="191.37341776746206" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="364.35395366796797" y="191.37341776746206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="355.609318865788" y1="183.50324644550005" x2="372.22412498993" y2="183.50324644550005" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_40__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="373.098588470148" cy="183.50324644550005" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="372.22412498993" y="182.62878296528206" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="364.35395366796797" y="182.62878296528206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="355.609318865788" y1="174.75861164332005" x2="373.098588470148" y2="174.75861164332005" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_41__stack1"><rect x="372.22412498993" y="173.88414816310205" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="364.35395366796797" y="173.88414816310205" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="355.609318865788" y1="166.01397684114005" x2="372.22412498993" y2="166.01397684114005" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_42__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="373.098588470148" cy="166.01397684114005" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="372.22412498993" y="165.13951336092205" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="364.35395366796797" y="165.13951336092205" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="355.609318865788" y1="157.26934203896005" x2="373.098588470148" y2="157.26934203896005" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_43__stack1"><rect x="372.22412498993" y="156.39487855874205" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="364.35395366796797" y="156.39487855874205" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="355.609318865788" y1="148.52470723678005" x2="373.098588470148" y2="148.52470723678005" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_44__stack1"><rect x="372.22412498993" y="147.65024375656205" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="364.35395366796797" y="147.65024375656205" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="355.609318865788" y1="139.78007243460002" x2="372.22412498993" y2="139.78007243460002" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_45__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="373.098588470148" cy="139.78007243460002" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="372.22412498993" y="138.90560895438202" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="364.35395366796797" y="138.90560895438202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="355.609318865788" y1="131.03543763242" x2="372.22412498993" y2="131.03543763242" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_46__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="373.098588470148" cy="131.03543763242" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="372.22412498993" y="130.16097415220202" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="364.35395366796797" y="130.16097415220202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="355.609318865788" y1="122.29080283024001" x2="373.098588470148" y2="122.29080283024001" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_47__stack1"><rect x="372.22412498993" y="121.41633935002201" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="364.35395366796797" y="121.41633935002201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="355.609318865788" y1="113.54616802806001" x2="373.098588470148" y2="113.54616802806001" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_48__stack1"><rect x="372.22412498993" y="112.67170454784201" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="364.35395366796797" y="112.67170454784201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="355.609318865788" y1="104.80153322588001" x2="373.098588470148" y2="104.80153322588001" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_49__stack1"><rect x="372.22412498993" y="103.92706974566201" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="364.35395366796797" y="103.92706974566201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="355.609318865788" y1="96.0568984237" x2="372.22412498993" y2="96.0568984237" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_50__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="373.098588470148" cy="96.0568984237" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="372.22412498993" y="95.18243494348201" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="364.35395366796797" y="95.18243494348201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="355.609318865788" y1="87.31226362152" x2="372.22412498993" y2="87.31226362152" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_51__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="373.098588470148" cy="87.31226362152" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="372.22412498993" y="86.437800141302" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="364.35395366796797" y="86.437800141302" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="355.609318865788" y1="78.56762881933999" x2="372.22412498993" y2="78.56762881933999" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_52__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="373.098588470148" cy="78.56762881933999" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="372.22412498993" y="77.69316533912199" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="364.35395366796797" y="77.69316533912199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="355.609318865788" y1="69.82299401715998" x2="372.22412498993" y2="69.82299401715998" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_53__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="373.098588470148" cy="69.82299401715998" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="372.22412498993" y="68.94853053694199" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="364.35395366796797" y="68.94853053694197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="355.609318865788" y1="61.07835921497997" x2="372.22412498993" y2="61.07835921497997" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_54__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="373.098588470148" cy="61.07835921497997" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="372.22412498993" y="60.20389573476197" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="364.35395366796797" y="60.20389573476197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="355.609318865788" y1="52.33372441279997" x2="372.22412498993" y2="52.33372441279997" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_55__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="373.098588470148" cy="52.33372441279997" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="372.22412498993" y="51.45926093258197" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="364.35395366796797" y="51.45926093258196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="355.609318865788" y1="43.58908961061996" x2="373.098588470148" y2="43.58908961061996" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_0_56__stack1"><rect x="372.22412498993" y="42.71462613040196" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="364.35395366796797" y="42.71462613040195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" 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="118.62971572671" y="211.923309552585" width="56.184278604006465" height="4.372317401089987" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="118.62971572671" y="211.923309552585" width="56.184278604006465" height="4.372317401089987" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="138.305144031615" y1="211.923309552585" x2="138.305144031615" y2="198.369125609206" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="138.305144031615" cy="197.494662128988" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="137.430680551397" y="196.62019864877" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="137.430680551397" y="204.7089858407865" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform="rotate(-90 137.430680551397 204.7089858407865)"></text><line class="component-pin sch-component-pin sch-port-line" x1="138.305144031615" y1="216.295626953675" x2="138.305144031615" y2="230.724274377272" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="137.430680551397" y="229.849810897054" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="137.430680551397" y="223.5099506654735" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform="rotate(-90 137.430680551397 223.5099506654735)"></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="837.875928206015" y="640.410414859405" width="52.90504055318911" height="4.372317401090072" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="837.875928206015" y="640.410414859405" width="52.90504055318911" height="4.372317401090072" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="857.55135651092" y1="644.7827322604951" x2="857.55135651092" y2="655.7135257632201" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="856.676893030702" y="654.8390622830021" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="856.6768930307021" y="650.2481290118576" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform="rotate(-90 856.6768930307021 650.2481290118576)"></text><line class="component-pin sch-component-pin sch-port-line" x1="857.55135651092" y1="640.410414859405" x2="857.55135651092" y2="630.3540848368981" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="857.55135651092" cy="629.47962135668" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="856.676893030702" y="628.605157876462" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="856.6768930307021" y="634.9450181080425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform="rotate(-90 856.6768930307021 634.9450181080425)"></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="1014.95478295016" y="183.5032464455" width="52.467808813079955" height="87.44634802180002" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1014.95478295016" y="183.5032464455" width="52.467808813079955" height="87.44634802180002" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1014.95478295016" y1="200.99251604986003" x2="998.3399768260181" y2="200.99251604986003" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="997.4655133458" cy="200.99251604986003" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="996.591049865582" y="200.11805256964203" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="1006.2101481479799" y="200.11805256964203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1014.95478295016" y1="209.73715085204" x2="998.3399768260181" y2="209.73715085204" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="997.4655133458" cy="209.73715085204" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="996.591049865582" y="208.862687371822" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="1006.2101481479799" y="208.862687371822" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1014.95478295016" y1="218.48178565422" x2="998.3399768260181" y2="218.48178565422" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_3_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="997.4655133458" cy="218.48178565422" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="996.591049865582" y="217.607322174002" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="1006.2101481479799" y="217.607322174002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1014.95478295016" y1="253.46032486293998" x2="998.3399768260181" y2="253.46032486293998" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_3_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="997.4655133458" cy="253.46032486293998" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="996.591049865582" y="252.585861382722" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="1006.2101481479799" y="252.58586138272202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1014.95478295016" y1="227.2264204564" x2="998.3399768260181" y2="227.2264204564" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_3_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="997.4655133458" cy="227.2264204564" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="996.591049865582" y="226.351956976182" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="1006.2101481479799" y="226.351956976182" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1014.95478295016" y1="235.97105525858" x2="998.3399768260181" y2="235.97105525858" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_3_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="997.4655133458" cy="235.97105525858" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="996.591049865582" y="235.096591778362" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="1006.2101481479799" y="235.09659177836204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1014.95478295016" y1="244.71569006076" x2="998.3399768260181" y2="244.71569006076" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_3_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="997.4655133458" cy="244.71569006076" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="996.591049865582" y="243.841226580542" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="1006.2101481479799" y="243.84122658054204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1014.95478295016" y1="192.24788124768" x2="998.3399768260181" y2="192.24788124768" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_3_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="997.4655133458" cy="192.24788124768" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="996.591049865582" y="191.373417767462" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="1006.2101481479799" y="191.373417767462" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1014.95478295016" y1="262.20495966512004" x2="998.3399768260181" y2="262.20495966512004" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_3_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="997.4655133458" cy="262.20495966512004" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="996.591049865582" y="261.330496184902" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="1006.2101481479799" y="261.330496184902" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></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="877.2267848158251" y="374.13628513302405" width="4.372317401089958" height="29.731758327412024" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="877.2267848158251" y="374.13628513302405" width="4.372317401089958" height="29.731758327412024" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="877.2267848158251" y1="389.00216429673003" x2="864.5470643526642" y2="389.00216429673003" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="863.6726008724461" cy="389.00216429673003" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="862.7981373922281" y="388.127700816512" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="870.4496928441356" y="388.12770081651206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="881.5991022169151" y1="389.00216429673003" x2="894.278822680076" y2="389.00216429673003" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="895.1532861602941" cy="389.00216429673003" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="894.2788226800761" y="388.127700816512" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="888.3761941886046" y="388.12770081651206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="877.2267848158251" y="326.040793721034" width="4.372317401089958" height="29.731758327412024" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="877.2267848158251" y="326.040793721034" width="4.372317401089958" height="29.731758327412024" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="877.2267848158251" y1="340.90667288474" x2="864.5470643526642" y2="340.90667288474" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="863.6726008724461" cy="340.90667288474" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="862.7981373922281" y="340.03220940452195" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="870.4496928441356" y="340.032209404522" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="881.5991022169151" y1="340.90667288474" x2="894.278822680076" y2="340.90667288474" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="895.1532861602941" cy="340.90667288474" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="894.2788226800761" y="340.03220940452195" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="888.3761941886046" y="340.032209404522" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></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="344.241293622954" y="585.319215605671" width="75.203859298748" height="27.10836788675806" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="344.241293622954" y="585.319215605671" width="75.203859298748" height="27.10836788675806" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="350.36253798448" y1="585.319215605671" x2="350.36253798448" y2="568.7044094815291" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="350.36253798448" cy="567.8299460013111" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="349.488074504262" y="566.9554825210931" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="349.488074504262" y="576.574580803491" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform="rotate(-90 349.488074504262 576.574580803491)"></text><line class="component-pin sch-component-pin sch-port-line" x1="349.488074504262" y1="612.4275834924291" x2="349.488074504262" y2="629.0423896165712" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="349.488074504262" cy="629.9168530967892" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="348.61361102404396" y="629.0423896165712" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="348.613611024044" y="621.1722182946091" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform="rotate(-90 348.613611024044 621.1722182946091)"></text><line class="component-pin sch-component-pin sch-port-line" x1="344.241293622954" y1="599.3106312891591" x2="327.626487498812" y2="599.3106312891591" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_6_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="326.752024018594" cy="599.3106312891591" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="325.877560538376" y="598.4361678089411" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="335.496658820774" y="598.4361678089411" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="373.973051950366" y1="612.4275834924291" x2="373.973051950366" y2="629.0423896165712" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_6_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="373.973051950366" cy="629.9168530967892" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="373.098588470148" y="629.0423896165712" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="373.098588470148" y="621.1722182946091" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform="rotate(-90 373.098588470148 621.1722182946091)"></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="670.8534034843769" y="561.2952837264012" width="6.121244361526124" height="31.43305763439787" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="670.8534034843769" y="561.2952837264012" width="6.121244361526124" height="31.43305763439787" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="670.8534034843769" y1="579.1979712441452" x2="653.364133880017" y2="579.1979712441452" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="652.489670399799" y="578.3235077639272" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="662.108768682197" y="578.3235077639272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="670.8534034843769" y1="579.1979712441452" x2="654.238597360235" y2="579.1979712441452" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="653.364133880017" cy="579.1979712441452" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="652.489670399799" y="578.3235077639272" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="662.108768682197" y="578.3235077639272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="676.9746478459031" y1="579.1979712441452" x2="693.589453970045" y2="579.1979712441452" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_7_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="694.4639174502631" cy="579.1979712441452" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="693.5894539700452" y="578.3235077639272" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="685.7192826480831" y="578.3235077639272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="676.9746478459031" y1="579.1979712441452" x2="693.589453970045" y2="579.1979712441452" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_7_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="694.4639174502631" cy="579.1979712441452" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="693.5894539700452" y="578.3235077639272" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="685.7192826480831" y="578.3235077639272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" 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="854.490734330157" y="561.2952837264012" width="6.121244361526124" height="31.43305763439787" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="854.490734330157" y="561.2952837264012" width="6.121244361526124" height="31.43305763439787" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="854.490734330157" y1="579.1979712441452" x2="837.001464725797" y2="579.1979712441452" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="836.127001245579" y="578.3235077639272" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="845.7460995279771" y="578.3235077639272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="854.490734330157" y1="579.1979712441452" x2="837.875928206015" y2="579.1979712441452" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="837.001464725797" cy="579.1979712441452" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="836.127001245579" y="578.3235077639272" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="845.7460995279771" y="578.3235077639272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="860.6119786916831" y1="579.1979712441452" x2="877.2267848158251" y2="579.1979712441452" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_8_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="878.1012482960432" cy="579.1979712441452" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="877.2267848158252" y="578.3235077639272" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="869.356613493863" y="578.3235077639272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="860.6119786916831" y1="579.1979712441452" x2="877.2267848158251" y2="579.1979712441452" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_8_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="878.1012482960432" cy="579.1979712441452" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="877.2267848158252" y="578.3235077639272" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="869.356613493863" y="578.3235077639272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></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="654.2385973602352" y="640.410414859405" width="58.151821434496924" height="4.372317401090072" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="654.2385973602352" y="640.410414859405" width="58.151821434496924" height="4.372317401090072" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="673.91402566514" y1="644.7827322604951" x2="673.91402566514" y2="655.7135257632201" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="673.039562184922" y="654.8390622830021" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="673.039562184922" y="650.2481290118576" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform="rotate(-90 673.039562184922 650.2481290118576)"></text><line class="component-pin sch-component-pin sch-port-line" x1="673.91402566514" y1="640.410414859405" x2="673.91402566514" y2="630.3540848368981" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="673.91402566514" cy="629.47962135668" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="673.039562184922" y="628.605157876462" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="673.039562184922" y="634.9450181080425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform="rotate(-90 673.039562184922 634.9450181080425)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_10__stack1"><rect class="component chip sch-component-body" x="732.940310579855" y="583.570288645235" width="52.905040553189" height="4.372317401090072" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="732.940310579855" y="583.570288645235" width="52.905040553189" height="4.372317401090072" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="752.61573888476" y1="583.570288645235" x2="752.61573888476" y2="573.513958622728" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="752.61573888476" cy="572.63949514251" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="751.7412754045421" y="571.765031662292" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="751.7412754045421" y="578.1048918938725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform="rotate(-90 751.7412754045421 578.1048918938725)"></text><line class="component-pin sch-component-pin sch-port-line" x1="752.61573888476" y1="587.9426060463251" x2="752.61573888476" y2="597.9989360688321" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="752.61573888476" cy="598.8733995490501" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="751.7412754045421" y="597.9989360688321" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="751.7412754045421" y="593.4080027976876" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform="rotate(-90 751.7412754045421 593.4080027976876)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_11__stack1"><rect class="component chip sch-component-body" x="682.65866046732" y="769.39377819156" width="22.84535842069522" height="8.744634802180144" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="682.65866046732" y="769.39377819156" width="22.84535842069522" height="8.744634802180144" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="682.65866046732" y1="773.7660955926501" x2="666.043854343178" y2="773.7660955926501" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="665.16939086296" cy="773.7660955926501" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="664.294927382742" y="772.8916321124321" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="673.91402566514" y="772.8916321124321" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_12__stack1"><rect class="component chip sch-component-body" x="840.0620869065601" y="769.39377819156" width="22.845358420694993" height="8.744634802180144" stroke-width="0.874463480218px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="840.0620869065601" y="769.39377819156" width="22.845358420694993" height="8.744634802180144" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="840.0620869065601" y1="773.7660955926501" x2="823.4472807824179" y2="773.7660955926501" stroke-width="0.874463480218px"/><g class="sch-port" data-schematic-port-id="source_port_12_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="822.5728173022001" cy="773.7660955926501" r="0.874463480218" stroke-width="0.874463480218px"/><rect x="821.6983538219821" y="772.8916321124321" width="1.748926960436" height="1.748926960436" opacity="0"/></g><text class="pin-number sch-pin-number" x="831.31745210438" y="772.8916321124321" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.558476101635001px" transform=""></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="215.695162030908" cy="39.21677220952995" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="215.695162030908" cy="47.96140701170996" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="215.695162030908" cy="56.70604181388995" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="215.695162030908" cy="65.45067661606996" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="215.695162030908" cy="74.19531141824996" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="215.695162030908" cy="82.93994622042996" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="215.695162030908" cy="91.68458102260996" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="215.695162030908" cy="100.42921582478995" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="215.695162030908" cy="109.17385062696995" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="215.695162030908" cy="117.91848542914994" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="215.695162030908" cy="126.66312023132994" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="215.695162030908" cy="135.40775503350994" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="215.695162030908" cy="144.15238983568995" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="215.695162030908" cy="152.89702463786998" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="215.695162030908" cy="161.64165944004998" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="215.695162030908" cy="170.38629424222998" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="215.695162030908" cy="179.13092904440998" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="215.695162030908" cy="187.87556384658998" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="215.695162030908" cy="196.62019864876999" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="215.695162030908" cy="205.36483345095002" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="215.695162030908" cy="214.10946825313" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="215.695162030908" cy="222.85410305531" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_22__stack1"><circle cx="215.695162030908" cy="231.59873785749" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_23__stack1"><circle cx="215.695162030908" cy="240.34337265967005" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_24__stack1"><circle cx="215.695162030908" cy="249.08800746185" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_25__stack1"><circle cx="215.695162030908" cy="257.8326422640301" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_26__stack1"><circle cx="215.695162030908" cy="266.57727706621006" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_27__stack1"><circle cx="215.695162030908" cy="275.3219118683901" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_28__stack1"><circle cx="215.695162030908" cy="284.06654667057006" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_29__stack1"><circle cx="373.098588470148" cy="279.69422926948005" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_30__stack1"><circle cx="373.098588470148" cy="270.9495944673001" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_31__stack1"><circle cx="373.098588470148" cy="262.20495966512004" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_32__stack1"><circle cx="373.098588470148" cy="253.46032486294007" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_33__stack1"><circle cx="373.098588470148" cy="244.71569006076007" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_34__stack1"><circle cx="373.098588470148" cy="235.97105525858007" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_35__stack1"><circle cx="373.098588470148" cy="227.22642045640004" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_36__stack1"><circle cx="373.098588470148" cy="218.48178565422006" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_37__stack1"><circle cx="373.098588470148" cy="209.73715085204006" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_38__stack1"><circle cx="373.098588470148" cy="200.99251604986006" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_39__stack1"><circle cx="373.098588470148" cy="192.24788124768006" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_40__stack1"><circle cx="373.098588470148" cy="183.50324644550005" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_41__stack1"><circle cx="373.098588470148" cy="174.75861164332005" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_42__stack1"><circle cx="373.098588470148" cy="166.01397684114005" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_43__stack1"><circle cx="373.098588470148" cy="157.26934203896005" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_44__stack1"><circle cx="373.098588470148" cy="148.52470723678005" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_45__stack1"><circle cx="373.098588470148" cy="139.78007243460002" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_46__stack1"><circle cx="373.098588470148" cy="131.03543763242" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_47__stack1"><circle cx="373.098588470148" cy="122.29080283024001" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_48__stack1"><circle cx="373.098588470148" cy="113.54616802806001" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_49__stack1"><circle cx="373.098588470148" cy="104.80153322588001" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_50__stack1"><circle cx="373.098588470148" cy="96.0568984237" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_51__stack1"><circle cx="373.098588470148" cy="87.31226362152" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_52__stack1"><circle cx="373.098588470148" cy="78.56762881933999" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_53__stack1"><circle cx="373.098588470148" cy="69.82299401715998" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_54__stack1"><circle cx="373.098588470148" cy="61.07835921497997" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_55__stack1"><circle cx="373.098588470148" cy="52.33372441279997" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_56__stack1"><circle cx="373.098588470148" cy="43.58908961061996" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="138.305144031615" cy="197.494662128988" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="138.305144031615" cy="230.724274377272" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="857.55135651092" cy="655.7135257632201" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="857.55135651092" cy="629.47962135668" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="997.4655133458" cy="200.99251604986003" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="997.4655133458" cy="209.73715085204" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_2__stack1"><circle cx="997.4655133458" cy="218.48178565422" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_3__stack1"><circle cx="997.4655133458" cy="253.46032486293998" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_4__stack1"><circle cx="997.4655133458" cy="227.2264204564" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_5__stack1"><circle cx="997.4655133458" cy="235.97105525858" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_6__stack1"><circle cx="997.4655133458" cy="244.71569006076" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_7__stack1"><circle cx="997.4655133458" cy="192.24788124768" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_8__stack1"><circle cx="997.4655133458" cy="262.20495966512004" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="863.6726008724461" cy="389.00216429673003" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="895.1532861602941" cy="389.00216429673003" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="863.6726008724461" cy="340.90667288474" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="895.1532861602941" cy="340.90667288474" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="350.36253798448" cy="567.8299460013111" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="349.488074504262" cy="629.9168530967892" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_2__stack1"><circle cx="326.752024018594" cy="599.3106312891591" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_3__stack1"><circle cx="373.973051950366" cy="629.9168530967892" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="653.364133880017" cy="579.1979712441452" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="653.364133880017" cy="579.1979712441452" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_2__stack1"><circle cx="694.4639174502631" cy="579.1979712441452" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_3__stack1"><circle cx="694.4639174502631" cy="579.1979712441452" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="837.001464725797" cy="579.1979712441452" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="837.001464725797" cy="579.1979712441452" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_2__stack1"><circle cx="878.1012482960432" cy="579.1979712441452" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_3__stack1"><circle cx="878.1012482960432" cy="579.1979712441452" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="673.91402566514" cy="655.7135257632201" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="673.91402566514" cy="629.47962135668" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="752.61573888476" cy="572.63949514251" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="752.61573888476" cy="598.8733995490501" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="665.16939086296" cy="773.7660955926501" r="1.748926960436" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="822.5728173022001" cy="773.7660955926501" r="1.748926960436" 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="
|
|
229
|
+
M 436.10368221985493,157.26934203896005
|
|
230
|
+
L 431.7313648187649,154.90829064237144
|
|
231
|
+
L 431.7313648187649,139.91415683490015
|
|
232
|
+
L 440.47599962094495,139.91415683490015
|
|
233
|
+
L 440.47599962094495,154.90829064237144
|
|
234
|
+
Z
|
|
235
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><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="436.10368221985493" y="153.33425637797905" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="rotate(-90 436.10368221985493 153.33425637797905)">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="
|
|
236
|
+
M 191.64741632491302,39.21677220952995
|
|
237
|
+
L 187.27509892382304,36.85572081294135
|
|
238
|
+
L 187.27509892382304,21.861587005470042
|
|
239
|
+
L 196.01973372600304,21.861587005470042
|
|
240
|
+
L 196.019733726003,36.85572081294135
|
|
241
|
+
Z
|
|
242
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><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="191.64741632491302" y="35.28168654854895" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="rotate(-90 191.64741632491302 35.28168654854895)">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="
|
|
243
|
+
M 187.23137574981212,192.2041580736691
|
|
244
|
+
L 182.85905834872213,189.8431066770805
|
|
245
|
+
L 182.85905834872213,174.8489728696092
|
|
246
|
+
L 191.60369315090213,174.8489728696092
|
|
247
|
+
L 191.6036931509021,189.8431066770805
|
|
248
|
+
Z
|
|
249
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><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="187.23137574981212" y="188.2690724126881" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="rotate(-90 187.23137574981212 188.2690724126881)">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="
|
|
250
|
+
M 138.305144031615,239.46890917945203
|
|
251
|
+
L 142.67746143270497,241.82996057604063
|
|
252
|
+
L 142.677461432705,256.8240943835119
|
|
253
|
+
L 133.932826630525,256.8240943835119
|
|
254
|
+
L 133.932826630525,241.82996057604063
|
|
255
|
+
Z
|
|
256
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><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="138.305144031615" y="243.40399484043303" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="rotate(90 138.305144031615 243.40399484043303)">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="
|
|
257
|
+
M 431.7313648187649,45.81897148517585
|
|
258
|
+
L 436.10368221985493,48.18002288176445
|
|
259
|
+
L 436.10368221985493,63.17415668923576
|
|
260
|
+
L 427.3590474176749,63.17415668923576
|
|
261
|
+
L 427.3590474176749,48.18002288176445
|
|
262
|
+
Z
|
|
263
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><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="431.7313648187649" y="49.75405714615685" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="rotate(90 431.7313648187649 49.75405714615685)">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="
|
|
264
|
+
M 326.752024018594,599.3106312891591
|
|
265
|
+
L 324.3909726220054,603.6829486902491
|
|
266
|
+
L 304.26082330738706,603.6829486902491
|
|
267
|
+
L 304.26082330738706,594.9383138880692
|
|
268
|
+
L 324.3909726220054,594.9383138880692
|
|
269
|
+
Z
|
|
270
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><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="322.816938357613" y="599.3106312891591" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" 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_6__stack1" d="
|
|
271
|
+
M 215.695162030908,205.36483345095002
|
|
272
|
+
L 213.3341106343194,209.73715085204
|
|
273
|
+
L 193.20396131970102,209.73715085204
|
|
274
|
+
L 193.20396131970102,200.99251604986
|
|
275
|
+
L 213.3341106343194,200.99251604986003
|
|
276
|
+
Z
|
|
277
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><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="211.760076369927" y="205.36483345095002" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" 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_7__stack1" d="
|
|
278
|
+
M 373.973051950366,629.9168530967892
|
|
279
|
+
L 378.34536935145604,632.2779044933777
|
|
280
|
+
L 378.34536935145604,657.5440693151431
|
|
281
|
+
L 369.600734549276,657.5440693151431
|
|
282
|
+
L 369.600734549276,632.2779044933777
|
|
283
|
+
Z
|
|
284
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><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="373.973051950366" y="633.8519387577702" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="rotate(90 373.973051950366 633.8519387577702)">XXXX</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="
|
|
285
|
+
M 215.695162030908,214.10946825313
|
|
286
|
+
L 213.3341106343194,218.48178565421998
|
|
287
|
+
L 188.06794581255397,218.48178565421998
|
|
288
|
+
L 188.06794581255397,209.73715085203997
|
|
289
|
+
L 213.3341106343194,209.73715085204
|
|
290
|
+
Z
|
|
291
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><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="211.760076369927" y="214.10946825313" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
|
|
292
|
+
M 110.71582123073708,196.57647547475906
|
|
293
|
+
L 106.34350382964708,194.21542407817046
|
|
294
|
+
L 106.34350382964708,179.22129027069917
|
|
295
|
+
L 115.08813863182708,179.22129027069917
|
|
296
|
+
L 115.08813863182708,194.21542407817046
|
|
297
|
+
Z
|
|
298
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><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="110.71582123073708" y="192.64138981377806" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="rotate(-90 110.71582123073708 192.64138981377806)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="
|
|
299
|
+
M 434.311032085408,82.89622304641912
|
|
300
|
+
L 429.938714684318,80.53517164983052
|
|
301
|
+
L 429.938714684318,65.54103784235922
|
|
302
|
+
L 438.683349486498,65.54103784235922
|
|
303
|
+
L 438.683349486498,80.53517164983053
|
|
304
|
+
Z
|
|
305
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><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="434.311032085408" y="78.96113738543812" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="rotate(-90 434.311032085408 78.96113738543812)">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="
|
|
306
|
+
M 138.305144031615,197.494662128988
|
|
307
|
+
L 133.932826630525,195.1336107323994
|
|
308
|
+
L 133.932826630525,180.1394769249281
|
|
309
|
+
L 142.677461432705,180.1394769249281
|
|
310
|
+
L 142.67746143270497,195.1336107323994
|
|
311
|
+
Z
|
|
312
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><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="138.305144031615" y="193.559576468007" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="rotate(-90 138.305144031615 193.559576468007)">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="
|
|
313
|
+
M 215.695162030908,240.34337265967005
|
|
314
|
+
L 213.3341106343194,244.71569006076004
|
|
315
|
+
L 182.93193030540692,244.71569006076004
|
|
316
|
+
L 182.93193030540692,235.97105525858004
|
|
317
|
+
L 213.3341106343194,235.97105525858007
|
|
318
|
+
Z
|
|
319
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><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="211.760076369927" y="240.34337265967005" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" d="
|
|
320
|
+
M 665.16939086296,773.7660955926501
|
|
321
|
+
L 662.8083394663714,778.1384129937401
|
|
322
|
+
L 632.4061591374589,778.1384129937401
|
|
323
|
+
L 632.4061591374589,769.3937781915602
|
|
324
|
+
L 662.8083394663714,769.3937781915602
|
|
325
|
+
Z
|
|
326
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><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="661.2343052019789" y="773.7660955926501" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" d="
|
|
327
|
+
M 215.695162030908,249.08800746185
|
|
328
|
+
L 213.3341106343194,253.46032486293998
|
|
329
|
+
L 193.20396131970102,253.46032486293998
|
|
330
|
+
L 193.20396131970102,244.71569006075998
|
|
331
|
+
L 213.3341106343194,244.71569006076
|
|
332
|
+
Z
|
|
333
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" x="211.760076369927" y="249.08800746185" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" 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_15__stack1" d="
|
|
334
|
+
M 822.5728173022001,773.7660955926501
|
|
335
|
+
L 820.2117659056115,778.1384129937401
|
|
336
|
+
L 800.0816165909931,778.1384129937401
|
|
337
|
+
L 800.0816165909931,769.3937781915602
|
|
338
|
+
L 820.2117659056115,769.3937781915602
|
|
339
|
+
Z
|
|
340
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" x="818.637731641219" y="773.7660955926501" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" 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_16__stack1" d="
|
|
341
|
+
M 828.256829923617,579.1979712441452
|
|
342
|
+
L 823.8845125225271,576.8369198475566
|
|
343
|
+
L 823.8845125225271,546.434739518644
|
|
344
|
+
L 832.629147324707,546.434739518644
|
|
345
|
+
L 832.629147324707,576.8369198475566
|
|
346
|
+
Z
|
|
347
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" x="828.256829923617" y="575.2628855831641" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="rotate(-90 828.256829923617 575.2628855831641)">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" d="
|
|
348
|
+
M 215.695162030908,257.8326422640301
|
|
349
|
+
L 213.3341106343194,262.2049596651201
|
|
350
|
+
L 182.93193030540692,262.2049596651201
|
|
351
|
+
L 182.93193030540692,253.46032486294007
|
|
352
|
+
L 213.3341106343194,253.4603248629401
|
|
353
|
+
Z
|
|
354
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" x="211.760076369927" y="257.8326422640301" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" d="
|
|
355
|
+
M 373.098588470148,218.48178565422006
|
|
356
|
+
L 375.4596398667366,214.10946825313007
|
|
357
|
+
L 421.2698667170902,214.10946825313007
|
|
358
|
+
L 421.2698667170902,222.85410305531005
|
|
359
|
+
L 375.4596398667366,222.85410305531005
|
|
360
|
+
Z
|
|
361
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" x="377.033674131129" y="218.48178565422006" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" d="
|
|
362
|
+
M 752.61573888476,572.63949514251
|
|
363
|
+
L 748.2434214836701,570.2784437459214
|
|
364
|
+
L 748.2434214836701,524.4682168955678
|
|
365
|
+
L 756.98805628585,524.4682168955678
|
|
366
|
+
L 756.98805628585,570.2784437459214
|
|
367
|
+
Z
|
|
368
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" x="752.61573888476" y="568.704409481529" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="rotate(-90 752.61573888476 568.704409481529)">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" d="
|
|
369
|
+
M 373.098588470148,166.01397684114005
|
|
370
|
+
L 375.4596398667366,161.64165944005006
|
|
371
|
+
L 421.2698667170902,161.64165944005006
|
|
372
|
+
L 421.2698667170902,170.38629424223004
|
|
373
|
+
L 375.4596398667366,170.38629424223004
|
|
374
|
+
Z
|
|
375
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" x="377.033674131129" y="166.01397684114005" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" d="
|
|
376
|
+
M 895.1532861602941,389.00216429673003
|
|
377
|
+
L 897.5143375568827,384.62984689564
|
|
378
|
+
L 933.0525333929422,384.62984689564
|
|
379
|
+
L 933.0525333929422,393.37448169782004
|
|
380
|
+
L 897.5143375568827,393.37448169782004
|
|
381
|
+
Z
|
|
382
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" x="899.0883718212751" y="389.00216429673003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" d="
|
|
383
|
+
M 373.098588470148,139.78007243460002
|
|
384
|
+
L 375.4596398667366,135.40775503351003
|
|
385
|
+
L 410.9978357027961,135.40775503351003
|
|
386
|
+
L 410.9978357027961,144.15238983569
|
|
387
|
+
L 375.4596398667366,144.15238983569
|
|
388
|
+
Z
|
|
389
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" x="377.033674131129" y="139.78007243460002" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" d="
|
|
390
|
+
M 895.1532861602941,340.90667288474
|
|
391
|
+
L 897.5143375568827,336.53435548364996
|
|
392
|
+
L 933.0525333929422,336.53435548364996
|
|
393
|
+
L 933.0525333929422,345.27899028583
|
|
394
|
+
L 897.5143375568827,345.27899028583
|
|
395
|
+
Z
|
|
396
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" x="899.0883718212751" y="340.90667288474" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" d="
|
|
397
|
+
M 373.098588470148,131.03543763242
|
|
398
|
+
L 375.4596398667366,126.66312023133001
|
|
399
|
+
L 410.9978357027961,126.66312023133001
|
|
400
|
+
L 410.9978357027961,135.40775503351
|
|
401
|
+
L 375.4596398667366,135.40775503351
|
|
402
|
+
Z
|
|
403
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" x="377.033674131129" y="131.03543763242" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" d="
|
|
404
|
+
M 373.098588470148,96.0568984237
|
|
405
|
+
L 375.4596398667366,91.68458102261
|
|
406
|
+
L 421.2698667170902,91.68458102261
|
|
407
|
+
L 421.2698667170902,100.42921582479
|
|
408
|
+
L 375.4596398667366,100.42921582479
|
|
409
|
+
Z
|
|
410
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" x="377.033674131129" y="96.0568984237" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" d="
|
|
411
|
+
M 997.4655133458,244.71569006076
|
|
412
|
+
L 995.1044619492114,249.08800746185
|
|
413
|
+
L 949.2942350988578,249.08800746185
|
|
414
|
+
L 949.2942350988578,240.34337265967
|
|
415
|
+
L 995.1044619492114,240.34337265967002
|
|
416
|
+
Z
|
|
417
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" x="993.530427684819" y="244.71569006076" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_27__stack1" d="
|
|
418
|
+
M 373.098588470148,87.31226362152
|
|
419
|
+
L 375.4596398667366,82.93994622043
|
|
420
|
+
L 426.4058822242373,82.93994622043
|
|
421
|
+
L 426.4058822242373,91.68458102261
|
|
422
|
+
L 375.4596398667366,91.68458102261
|
|
423
|
+
Z
|
|
424
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_27__stack1" x="377.033674131129" y="87.31226362152" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_28__stack1" d="
|
|
425
|
+
M 997.4655133458,235.97105525858
|
|
426
|
+
L 995.1044619492114,240.34337265967
|
|
427
|
+
L 944.1582195917107,240.34337265967
|
|
428
|
+
L 944.1582195917107,231.59873785749
|
|
429
|
+
L 995.1044619492114,231.59873785749002
|
|
430
|
+
Z
|
|
431
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_28__stack1" x="993.530427684819" y="235.97105525858" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_29__stack1" d="
|
|
432
|
+
M 373.098588470148,78.56762881933999
|
|
433
|
+
L 375.4596398667366,74.19531141824999
|
|
434
|
+
L 421.2698667170902,74.19531141824999
|
|
435
|
+
L 421.2698667170902,82.93994622042999
|
|
436
|
+
L 375.4596398667366,82.93994622042999
|
|
437
|
+
Z
|
|
438
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_29__stack1" x="377.033674131129" y="78.56762881933999" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_30__stack1" d="
|
|
439
|
+
M 997.4655133458,227.2264204564
|
|
440
|
+
L 995.1044619492114,231.59873785749
|
|
441
|
+
L 949.2942350988578,231.59873785749
|
|
442
|
+
L 949.2942350988578,222.85410305531
|
|
443
|
+
L 995.1044619492114,222.85410305531002
|
|
444
|
+
Z
|
|
445
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_30__stack1" x="993.530427684819" y="227.2264204564" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_31__stack1" d="
|
|
446
|
+
M 373.098588470148,69.82299401715998
|
|
447
|
+
L 375.4596398667366,65.45067661606998
|
|
448
|
+
L 421.2698667170902,65.45067661606998
|
|
449
|
+
L 421.2698667170902,74.19531141824999
|
|
450
|
+
L 375.4596398667366,74.19531141824999
|
|
451
|
+
Z
|
|
452
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_31__stack1" x="377.033674131129" y="69.82299401715998" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_32__stack1" d="
|
|
453
|
+
M 997.4655133458,218.48178565422
|
|
454
|
+
L 995.1044619492114,222.85410305531
|
|
455
|
+
L 949.2942350988578,222.85410305531
|
|
456
|
+
L 949.2942350988578,214.10946825313
|
|
457
|
+
L 995.1044619492114,214.10946825313002
|
|
458
|
+
Z
|
|
459
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_32__stack1" x="993.530427684819" y="218.48178565422" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_33__stack1" d="
|
|
460
|
+
M 373.098588470148,61.07835921497997
|
|
461
|
+
L 375.4596398667366,56.70604181388997
|
|
462
|
+
L 421.2698667170902,56.70604181388997
|
|
463
|
+
L 421.2698667170902,65.45067661606997
|
|
464
|
+
L 375.4596398667366,65.45067661606997
|
|
465
|
+
Z
|
|
466
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_33__stack1" x="377.033674131129" y="61.07835921497997" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_34__stack1" d="
|
|
467
|
+
M 997.4655133458,209.73715085204
|
|
468
|
+
L 995.1044619492114,214.10946825313
|
|
469
|
+
L 949.2942350988578,214.10946825313
|
|
470
|
+
L 949.2942350988578,205.36483345095
|
|
471
|
+
L 995.1044619492114,205.36483345095002
|
|
472
|
+
Z
|
|
473
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_34__stack1" x="993.530427684819" y="209.73715085204" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_35__stack1" d="
|
|
474
|
+
M 373.098588470148,52.33372441279997
|
|
475
|
+
L 375.4596398667366,47.961407011709966
|
|
476
|
+
L 416.13385120994315,47.961407011709966
|
|
477
|
+
L 416.13385120994315,56.70604181388997
|
|
478
|
+
L 375.4596398667366,56.70604181388997
|
|
479
|
+
Z
|
|
480
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_35__stack1" x="377.033674131129" y="52.33372441279997" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_36__stack1" d="
|
|
481
|
+
M 997.4655133458,200.99251604986003
|
|
482
|
+
L 995.1044619492114,205.36483345095002
|
|
483
|
+
L 954.4302506060048,205.36483345095002
|
|
484
|
+
L 954.4302506060048,196.62019864877
|
|
485
|
+
L 995.1044619492114,196.62019864877004
|
|
486
|
+
Z
|
|
487
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_36__stack1" x="993.530427684819" y="200.99251604986003" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_37__stack1" d="
|
|
488
|
+
M 673.91402566514,664.4581605654001
|
|
489
|
+
L 676.2750770617286,660.0858431643102
|
|
490
|
+
L 716.9492884049351,660.0858431643102
|
|
491
|
+
L 716.9492884049351,668.8304779664901
|
|
492
|
+
L 676.2750770617286,668.8304779664901
|
|
493
|
+
Z
|
|
494
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_37__stack1" x="677.849111326121" y="664.4581605654001" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="">XXXXXXX</text><text class="sch-text" x="248.92477427919198" y="294.12287669307705" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.870171321961988px" transform="rotate(0, 248.92477427919198, 294.12287669307705)">RP2040</text><text class="sch-text" x="238.431212516576" y="29.816289797186506" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.870171321962px" transform="rotate(0, 238.431212516576, 29.816289797186506)">U1</text><text class="sch-text" x="1046.4354682380078" y="276.63360708871704" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.870171321961988px" transform="rotate(0, 1046.4354682380078, 276.63360708871704)">W25Q16JVUXIQ</text><text class="sch-text" x="1020.2015638314679" y="178.4750814342465" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.870171321962px" transform="rotate(0, 1020.2015638314679, 178.4750814342465)">U2</text><rect class="schematic-box sch-box" x="233.184431635268" y="290.187791032096" width="31.48068528784799" height="7.870171321962005" stroke-width="0.874463480218px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.995707841744 3.497853920872"/><rect class="schematic-box sch-box" x="230.561041194614" y="24.350893045824005" width="15.74034264392401" height="10.930793502724999" stroke-width="0.874463480218px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.995707841744 3.497853920872"/><rect class="schematic-box sch-box" x="1014.95478295016" y="272.698521427736" width="62.96137057569604" height="7.870171321962005" stroke-width="0.874463480218px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.995707841744 3.497853920872"/><rect class="schematic-box sch-box" x="1012.3313925095058" y="173.00968468288403" width="15.740342643923896" height="10.930793502724953" stroke-width="0.874463480218px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.995707841744 3.497853920872"/>
|
|
495
495
|
</g>
|
|
496
496
|
</svg>
|