@tscircuit/schematic-trace-solver 0.0.159 → 0.0.161

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/dist/index.d.ts +43 -9
  2. package/dist/index.js +807 -115
  3. package/lib/solvers/AvailableNetOrientationSolver/AvailableNetOrientationSolver.ts +210 -6
  4. package/lib/solvers/InlineNetLabelSolver/InlineNetLabelSolver.ts +536 -94
  5. package/lib/solvers/InlineNetLabelSolver/pushAnchoredNetLabelsAwayFromInlineLabels.ts +9 -7
  6. package/lib/solvers/InlineNetLabelSolver/pushInlineTerminalLabelsAwayFromAnchoredLabels.ts +295 -0
  7. package/lib/solvers/NetLabelPlacementSolver/NetLabelPlacementSolver.ts +7 -35
  8. package/lib/solvers/SchematicTraceLinesSolver/getTraceConnectedPinComponents.ts +60 -0
  9. package/lib/solvers/TraceCleanupSolver/sameNetRailAlignment/getFixedLabelCoordinate.ts +44 -13
  10. package/lib/types/InputProblem.ts +5 -4
  11. package/package.json +1 -1
  12. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +1 -1
  13. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +1 -1
  14. package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +79 -79
  15. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +85 -85
  16. package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +1 -1
  17. package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +163 -163
  18. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +547 -547
  19. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +13 -13
  20. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +267 -267
  21. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +267 -267
  22. package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +109 -109
  23. package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +1 -1
  24. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +49 -49
  25. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +1 -1
  26. package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +103 -103
  27. package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +103 -103
  28. package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +600 -792
  29. package/tests/bug-reports/bug-report-20260826T072956Z/bug-report-20260826T072956Z.test.ts +66 -1
  30. package/tests/examples/__snapshots__/example51.snap.svg +568 -568
  31. package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +16 -1
  32. package/tests/fixtures/convertSolverOutputToCircuitJson.ts +23 -12
  33. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +736 -736
  34. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +79 -79
  35. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +127 -127
  36. package/tests/repros/__snapshots__/repro-bluetooth-controller-ground-decoupling-groups.snap.svg +106 -0
  37. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +31 -31
  38. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +121 -121
  39. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +43 -43
  40. package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +19 -19
  41. package/tests/repros/__snapshots__/repro-core-ground-inline-label-fallback.snap.svg +277 -0
  42. package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +19 -19
  43. package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +7 -7
  44. package/tests/repros/__snapshots__/repro-dc-power-isolated-routing.snap.svg +37 -37
  45. package/tests/repros/__snapshots__/repro-hdc2080-ground-label-alignment.snap.svg +137 -0
  46. package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +61 -61
  47. package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +115 -115
  48. package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +743 -743
  49. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +43 -43
  50. package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +1 -1
  51. package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +17 -17
  52. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1131 -1131
  53. package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +7 -7
  54. package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +7 -7
  55. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +666 -666
  56. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +73 -73
  57. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +73 -73
  58. package/tests/repros/assets/repro-bluetooth-controller-ground-decoupling-groups.input.json +214 -0
  59. package/tests/repros/assets/repro-core-ground-inline-label-fallback.input.json +863 -0
  60. package/tests/repros/repro-bluetooth-controller-ground-decoupling-groups.test.ts +18 -0
  61. package/tests/repros/repro-core-ground-inline-label-fallback.test.ts +34 -0
  62. package/tests/repros/repro-hdc2080-ground-label-alignment.test.ts +239 -0
  63. package/tests/repros/repro-tida010076-j4-ground-bus.test.ts +14 -10
  64. package/tests/repros/repro-tida010076-page02.test.ts +2 -2
  65. package/tests/repros/repro-usb-power-vbus-label-detour.test.ts +14 -0
  66. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +1 -1
  67. package/tests/solvers/InlineNetLabelSolver/multi-pin-connected-components.test.ts +252 -0
  68. package/tests/solvers/InlineNetLabelSolver/opposite-side-placement.test.ts +71 -0
  69. package/tests/solvers/InlineNetLabelSolver/push-anchored-net-labels-away.test.ts +8 -2
  70. package/tests/solvers/InlineNetLabelSolver/push-inline-terminal-labels-away.test.ts +91 -0
  71. package/tests/solvers/InlineNetLabelSolver/two-pin-terminal-stubs-atomic.test.ts +7 -1
@@ -250,7 +250,7 @@ orientation: x+" data-x="2.98" data-y="0.9000000000000101" cx="399.4369914229162
250
250
  .port-label { fill: rgb(0, 100, 100); }
251
251
  .component-name { fill: rgb(0, 100, 100); }
252
252
 
253
- </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 485.07267329175 251.63246970620045 L 474.12721360524995 251.63246970620045 L 474.12721360524995 185.9597115872004 L 485.07267329175 185.9597115872004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.07267329175 251.63246970620045 L 474.12721360524995 251.63246970620045 L 474.12721360524995 185.9597115872004 L 485.07267329175 185.9597115872004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" 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 485.07267329175 350.1416068847005 L 474.12721360524995 350.1416068847005 L 474.12721360524995 251.63246970620045 L 485.07267329175 251.63246970620045" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.07267329175 350.1416068847005 L 474.12721360524995 350.1416068847005 L 474.12721360524995 251.63246970620045 L 485.07267329175 251.63246970620045" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" 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 703.98186702175 508.8507723389496 L 709.454596865 508.8507723389496 L 709.454596865 585.4689901444497 L 703.98186702175 585.4689901444497" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 703.98186702175 508.8507723389496 L 709.454596865 508.8507723389496 L 709.454596865 585.4689901444497 L 703.98186702175 585.4689901444497" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" 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 485.07267329175 382.97798594420055 L 479.59994344849997 382.97798594420055 L 479.59994344849997 306.3597681387005 L 485.07267329175 306.3597681387005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.07267329175 382.97798594420055 L 479.59994344849997 382.97798594420055 L 479.59994344849997 306.3597681387005 L 485.07267329175 306.3597681387005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" 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 485.07267329175 590.9417199877003 L 456.55975080841745 590.9417199877003 L 456.55975080841745 579.9962603012002 L 485.07267329175 579.9962603012002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.07267329175 590.9417199877003 L 456.55975080841745 590.9417199877003 L 456.55975080841745 579.9962603012002 L 485.07267329175 579.9962603012002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" 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 485.07267329175 645.6690184202 L 479.59994344849997 645.6690184202 L 479.59994344849997 634.7235587337001 L 485.07267329175 634.7235587337001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.07267329175 645.6690184202 L 479.59994344849997 645.6690184202 L 479.59994344849997 634.7235587337001 L 485.07267329175 634.7235587337001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" 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 703.98186702175 213.32336080344982 L 714.92732670825 213.32336080344982 L 714.92732670825 344.66887704144943 L 703.98186702175 344.66887704144943" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 703.98186702175 213.32336080344982 L 714.92732670825 213.32336080344982 L 714.92732670825 344.66887704144943 L 703.98186702175 344.66887704144943" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" 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 703.98186702175 202.37790111694986 L 714.92732670825 202.37790111694986 L 714.92732670825 213.32336080344982 L 703.98186702175 213.32336080344982" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 703.98186702175 202.37790111694986 L 714.92732670825 202.37790111694986 L 714.92732670825 213.32336080344982 L 703.98186702175 213.32336080344982" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" 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 703.98186702175 289.94157860894956 L 709.454596865 289.94157860894956 L 709.454596865 366.55979641444947 L 703.98186702175 366.55979641444947" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 703.98186702175 289.94157860894956 L 709.454596865 289.94157860894956 L 709.454596865 366.55979641444947 L 703.98186702175 366.55979641444947" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" 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 485.07267329175 656.6144781067001 L 456.55975080841745 656.6144781067001 L 456.55975080841745 590.9417199877003 L 485.07267329175 590.9417199877003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.07267329175 656.6144781067001 L 456.55975080841745 656.6144781067001 L 456.55975080841745 590.9417199877003 L 485.07267329175 590.9417199877003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" 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 485.07267329175 634.7235587337001 L 479.59994344849997 634.7235587337001 L 479.59994344849997 601.8871796742002 L 485.07267329175 601.8871796742002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.07267329175 634.7235587337001 L 479.59994344849997 634.7235587337001 L 479.59994344849997 601.8871796742002 L 485.07267329175 601.8871796742002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" 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 703.98186702175 694.9235870094496 L 768.6148064705325 694.9235870094496 L 768.6148064705325 738.7054257554496 L 703.98186702175 738.7054257554496" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 703.98186702175 694.9235870094496 L 768.6148064705325 694.9235870094496 L 768.6148064705325 738.7054257554496 L 703.98186702175 738.7054257554496" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" 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 703.98186702175 574.5235304579496 L 768.6148064705325 574.5235304579496 L 768.6148064705325 694.9235870094496 L 703.98186702175 694.9235870094496" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 703.98186702175 574.5235304579496 L 768.6148064705325 574.5235304579496 L 768.6148064705325 694.9235870094496 L 703.98186702175 694.9235870094496" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" 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 485.07267329175 54.61419534920037 L 458.74884274571747 54.61419534920037 L 458.74884274571747 49.0867382075179" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.07267329175 54.61419534920037 L 458.74884274571747 54.61419534920037 L 458.74884274571747 49.0867382075179" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"><path d="M 479.59994344849997 306.3597681387005 L 441.29083454575 306.3597681387005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 479.59994344849997 306.3597681387005 L 441.29083454575 306.3597681387005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"><path d="M 703.98186702175 705.8690466959497 L 801.4511855300325 705.8690466959497 L 801.4511855300325 703.0779544758922" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 703.98186702175 705.8690466959497 L 801.4511855300325 705.8690466959497 L 801.4511855300325 703.0779544758922" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"><path d="M 703.98186702175 421.2870948469495 L 785.0329960002825 421.2870948469495 L 785.0329960002825 418.49600262689205" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 703.98186702175 421.2870948469495 L 785.0329960002825 421.2870948469495 L 785.0329960002825 418.49600262689205" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"><path d="M 485.07267329175 153.12333252770037 L 456.01247782409246 153.12333252770037 L 456.01247782409246 150.33224030764288" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.07267329175 153.12333252770037 L 456.01247782409246 153.12333252770037 L 456.01247782409246 150.33224030764288" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"><path d="M 714.92732670825 213.32336080344982 L 743.932794877475 213.32336080344982 L 743.932794877475 213.26863350501733" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 714.92732670825 213.32336080344982 L 743.932794877475 213.32336080344982 L 743.932794877475 213.26863350501733" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"><path d="M 474.12721360524995 251.63246970620045 L 419.39991517274996 251.63246970620045" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 474.12721360524995 251.63246970620045 L 419.39991517274996 251.63246970620045" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"><path d="M 485.07267329175 514.3235021822005 L 398.5488144699675 514.3235021822005 L 398.5488144699675 511.532409962143" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.07267329175 514.3235021822005 L 398.5488144699675 514.3235021822005 L 398.5488144699675 511.532409962143" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"><path d="M 485.07267329175 711.3417765391998 L 406.7579092348425 711.3417765391998 L 406.7579092348425 694.8688597110173" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.07267329175 711.3417765391998 L 406.7579092348425 711.3417765391998 L 406.7579092348425 694.8688597110173" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"><path d="M 709.454596865 508.8507723389496 L 738.460065034225 508.8507723389496 L 738.460065034225 508.79604504051713" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 709.454596865 508.8507723389496 L 738.460065034225 508.8507723389496 L 738.460065034225 508.79604504051713" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"><path d="M 485.07267329175 448.6507440632006 L 411.68336609376746 448.6507440632006 L 411.68336609376746 451.4418362832581" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.07267329175 448.6507440632006 L 411.68336609376746 448.6507440632006 L 411.68336609376746 451.4418362832581" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"><path d="M 703.98186702175 60.086925192450394 L 719.9075108656075 60.086925192450394 L 719.9075108656075 62.87801741250786" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 703.98186702175 60.086925192450394 L 719.9075108656075 60.086925192450394 L 719.9075108656075 62.87801741250786" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"><path d="M 456.55975080841745 656.6144781067001 L 411.1360931094425 656.6144781067001 L 411.1360931094425 656.5597508082675" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.55975080841745 656.6144781067001 L 411.1360931094425 656.6144781067001 L 411.1360931094425 656.5597508082675" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" 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"><circle cx="485.07267329175" cy="251.63246970620045" r="1.641818952975" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="474.12721360524995" cy="251.63246970620045" r="1.641818952975" 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_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="709.454596865" cy="508.8507723389496" r="1.641818952975" 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="479.59994344849997" cy="306.3597681387005" r="1.641818952975" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><circle cx="485.07267329175" cy="590.9417199877003" r="1.641818952975" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="456.55975080841745" cy="590.9417199877003" r="1.641818952975" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><circle cx="479.59994344849997" cy="634.7235587337001" r="1.641818952975" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="485.07267329175" cy="634.7235587337001" r="1.641818952975" 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="703.98186702175" cy="213.32336080344982" r="1.641818952975" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="714.92732670825" cy="213.32336080344982" r="1.641818952975" 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"><circle cx="456.55975080841745" cy="656.6144781067001" r="1.641818952975" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><circle cx="703.98186702175" cy="694.9235870094496" r="1.641818952975" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="768.6148064705325" cy="694.9235870094496" r="1.641818952975" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="506.96359266474997" y="49.14146550595001" width="175.12735498400002" height="711.4548796225" stroke-width="1.09454596865px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="506.96359266474997" y="49.14146550595001" width="175.12735498400002" height="711.4548796225" fill="transparent"/><text class="sch-text" x="594.52727015675" y="404.8689053172" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.85091371785px" transform="rotate(0, 594.52727015675, 404.8689053172)">schematic_component_30</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="54.61419534920037" x2="485.07267329175" y2="54.61419534920037" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="483.9781273231" y="53.51964938055037" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="53.51964938055039" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="54.61419534920037" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_90</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="65.55965503570042" x2="486.1672192604" y2="65.55965503570042" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="65.55965503570042" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="64.46510906705042" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="64.46510906705043" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="65.55965503570042" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_91</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="76.5051147222004" x2="486.1672192604" y2="76.5051147222004" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="76.5051147222004" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="75.41056875355041" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="75.41056875355042" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="76.5051147222004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_92</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="87.45057440870039" x2="486.1672192604" y2="87.45057440870039" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="87.45057440870039" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="86.3560284400504" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="86.35602844005041" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="87.45057440870039" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_93</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="98.39603409520038" x2="486.1672192604" y2="98.39603409520038" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="98.39603409520038" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="97.30148812655038" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="97.3014881265504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="98.39603409520038" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_94</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="109.34149378170036" x2="486.1672192604" y2="109.34149378170036" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="109.34149378170036" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="108.24694781305037" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="108.24694781305044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="109.34149378170036" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_95</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="120.28695346820041" x2="486.1672192604" y2="120.28695346820041" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="120.28695346820041" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="119.19240749955041" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="119.19240749955043" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="120.28695346820041" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_96</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="131.2324131547004" x2="486.1672192604" y2="131.2324131547004" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="131.2324131547004" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="130.13786718605039" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="130.1378671860504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="131.2324131547004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_97</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="142.17787284120038" x2="486.1672192604" y2="142.17787284120038" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="142.17787284120038" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="141.08332687255037" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="141.0833268725504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="142.17787284120038" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_98</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="153.12333252770037" x2="485.07267329175" y2="153.12333252770037" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><rect x="483.9781273231" y="152.02878655905036" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="152.0287865590504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="153.12333252770037" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_99</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="164.06879221420039" x2="486.1672192604" y2="164.06879221420039" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="164.06879221420039" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="162.97424624555038" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="162.9742462455504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="164.06879221420039" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_100</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="175.01425190070034" x2="486.1672192604" y2="175.01425190070034" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="175.01425190070034" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="173.91970593205033" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="173.91970593205036" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="175.01425190070034" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_101</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="185.9597115872004" x2="485.07267329175" y2="185.9597115872004" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><rect x="483.9781273231" y="184.86516561855038" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="184.86516561855038" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="185.9597115872004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_102</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="196.9051712737004" x2="486.1672192604" y2="196.9051712737004" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="196.9051712737004" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="195.8106253050504" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="195.8106253050504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="196.9051712737004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_103</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="207.8506309602004" x2="486.1672192604" y2="207.8506309602004" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="207.8506309602004" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="206.75608499155038" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="206.7560849915504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="207.8506309602004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_104</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="218.7960906467004" x2="486.1672192604" y2="218.7960906467004" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="218.7960906467004" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="217.7015446780504" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="217.70154467805042" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="218.7960906467004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_105</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="229.74155033320042" x2="486.1672192604" y2="229.74155033320042" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="229.74155033320042" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="228.6470043645504" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="228.6470043645504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="229.74155033320042" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_106</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="240.68701001970044" x2="486.1672192604" y2="240.68701001970044" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="240.68701001970044" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="239.59246405105043" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="239.59246405105043" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="240.68701001970044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_107</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="251.63246970620045" x2="485.07267329175" y2="251.63246970620045" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><rect x="483.9781273231" y="250.53792373755044" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="250.53792373755044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="251.63246970620045" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_108</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="262.5779293927004" x2="486.1672192604" y2="262.5779293927004" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="262.5779293927004" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="261.48338342405043" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="261.48338342405043" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="262.5779293927004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_109</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="273.52338907920046" x2="486.1672192604" y2="273.52338907920046" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="273.52338907920046" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="272.4288431105505" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="272.4288431105505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="273.52338907920046" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_110</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="284.46884876570044" x2="486.1672192604" y2="284.46884876570044" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="284.46884876570044" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="283.37430279705046" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="283.37430279705046" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="284.46884876570044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_111</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="295.41430845220043" x2="486.1672192604" y2="295.41430845220043" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_22__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="295.41430845220043" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="294.31976248355045" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="294.31976248355045" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="295.41430845220043" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_112</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="306.3597681387005" x2="485.07267329175" y2="306.3597681387005" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_23__stack1"><rect x="483.9781273231" y="305.2652221700505" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="305.2652221700505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="306.3597681387005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_113</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="317.30522782520046" x2="486.1672192604" y2="317.30522782520046" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="317.30522782520046" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="316.2106818565505" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="316.2106818565505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="317.30522782520046" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_114</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="328.2506875117005" x2="486.1672192604" y2="328.2506875117005" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_25__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="328.2506875117005" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="327.1561415430505" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="327.15614154305047" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="328.2506875117005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_115</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="339.1961471982005" x2="486.1672192604" y2="339.1961471982005" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="339.1961471982005" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="338.1016012295505" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="338.1016012295505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="339.1961471982005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_116</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="350.1416068847005" x2="485.07267329175" y2="350.1416068847005" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_27__stack1"><rect x="483.9781273231" y="349.0470609160505" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="349.0470609160505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="350.1416068847005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_117</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="361.0870665712005" x2="486.1672192604" y2="361.0870665712005" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="361.0870665712005" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="359.99252060255054" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="359.9925206025505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="361.0870665712005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_118</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="372.0325262577005" x2="486.1672192604" y2="372.0325262577005" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="372.0325262577005" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="370.93798028905053" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="370.93798028905053" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="372.0325262577005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_119</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="382.97798594420055" x2="485.07267329175" y2="382.97798594420055" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_30__stack1"><rect x="483.9781273231" y="381.8834399755506" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="381.8834399755505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="382.97798594420055" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_120</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="393.92344563070054" x2="486.1672192604" y2="393.92344563070054" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="393.92344563070054" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="392.82889966205056" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="392.82889966205056" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="393.92344563070054" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_121</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="404.86890531720053" x2="486.1672192604" y2="404.86890531720053" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_32__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="404.86890531720053" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="403.77435934855055" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="403.77435934855055" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="404.86890531720053" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_122</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="415.8143650037006" x2="486.1672192604" y2="415.8143650037006" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_33__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="415.8143650037006" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="414.7198190350506" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="414.7198190350506" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="415.8143650037006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_123</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="426.75982469020056" x2="486.1672192604" y2="426.75982469020056" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="426.75982469020056" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="425.6652787215506" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="425.6652787215506" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="426.75982469020056" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_124</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="437.7052843767006" x2="486.1672192604" y2="437.7052843767006" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_35__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="437.7052843767006" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="436.6107384080506" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="436.61073840805057" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="437.7052843767006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_125</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="448.6507440632006" x2="485.07267329175" y2="448.6507440632006" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_36__stack1"><rect x="483.9781273231" y="447.5561980945506" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="447.5561980945506" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="448.6507440632006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_126</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="459.5962037497006" x2="486.1672192604" y2="459.5962037497006" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_37__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="459.5962037497006" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="458.5016577810506" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="458.5016577810506" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="459.5962037497006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_127</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="470.5416634362006" x2="486.1672192604" y2="470.5416634362006" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_38__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="470.5416634362006" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="469.44711746755064" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="469.4471174675506" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="470.5416634362006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_128</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="481.4871231227006" x2="486.1672192604" y2="481.4871231227006" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_39__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="481.4871231227006" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="480.3925771540506" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="480.3925771540506" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="481.4871231227006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_129</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="492.4325828092006" x2="486.1672192604" y2="492.4325828092006" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_40__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="492.4325828092006" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="491.3380368405506" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="491.33803684055056" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="492.4325828092006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_130</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="503.3780424957005" x2="486.1672192604" y2="503.3780424957005" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_41__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="503.3780424957005" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="502.28349652705054" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="502.28349652705054" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="503.3780424957005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_131</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="514.3235021822005" x2="485.07267329175" y2="514.3235021822005" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_42__stack1"><rect x="483.9781273231" y="513.2289562135505" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="513.2289562135505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="514.3235021822005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_132</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="525.2689618687004" x2="486.1672192604" y2="525.2689618687004" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_43__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="525.2689618687004" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="524.1744159000505" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="524.1744159000505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="525.2689618687004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_133</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="536.2144215552005" x2="486.1672192604" y2="536.2144215552005" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_44__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="536.2144215552005" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="535.1198755865505" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="535.1198755865504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="536.2144215552005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_134</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="547.1598812417004" x2="486.1672192604" y2="547.1598812417004" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_45__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="547.1598812417004" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="546.0653352730504" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="546.0653352730503" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="547.1598812417004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_135</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="558.1053409282003" x2="486.1672192604" y2="558.1053409282003" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_46__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="558.1053409282003" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="557.0107949595504" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="557.0107949595504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="558.1053409282003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_136</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="569.0508006147003" x2="486.1672192604" y2="569.0508006147003" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_47__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="569.0508006147003" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="567.9562546460503" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="567.9562546460503" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="569.0508006147003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_137</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="579.9962603012002" x2="485.07267329175" y2="579.9962603012002" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_48__stack1"><rect x="483.9781273231" y="578.9017143325502" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="578.9017143325502" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="579.9962603012002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_138</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="590.9417199877003" x2="485.07267329175" y2="590.9417199877003" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_49__stack1"><rect x="483.9781273231" y="589.8471740190503" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="589.8471740190503" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="590.9417199877003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_139</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="601.8871796742002" x2="485.07267329175" y2="601.8871796742002" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_50__stack1"><rect x="483.9781273231" y="600.7926337055502" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="600.7926337055502" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="601.8871796742002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_140</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="612.8326393607001" x2="486.1672192604" y2="612.8326393607001" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_51__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="612.8326393607001" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="611.7380933920501" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="611.7380933920501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="612.8326393607001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_141</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="623.7780990472002" x2="486.1672192604" y2="623.7780990472002" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_52__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="623.7780990472002" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="622.6835530785502" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="622.6835530785502" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="623.7780990472002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_142</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="634.7235587337001" x2="485.07267329175" y2="634.7235587337001" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_53__stack1"><rect x="483.9781273231" y="633.6290127650501" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="633.6290127650501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="634.7235587337001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_143</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="645.6690184202" x2="485.07267329175" y2="645.6690184202" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_54__stack1"><rect x="483.9781273231" y="644.57447245155" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="644.57447245155" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="645.6690184202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_144</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="656.6144781067001" x2="485.07267329175" y2="656.6144781067001" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_55__stack1"><rect x="483.9781273231" y="655.5199321380501" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="655.5199321380501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="656.6144781067001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_145</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="667.5599377931999" x2="486.1672192604" y2="667.5599377931999" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_56__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="667.5599377931999" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="666.4653918245499" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="666.4653918245499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="667.5599377931999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_146</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="678.5053974796999" x2="486.1672192604" y2="678.5053974796999" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_57__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="678.5053974796999" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="677.4108515110499" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="677.4108515110499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="678.5053974796999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_147</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="689.4508571661999" x2="486.1672192604" y2="689.4508571661999" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_58__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="689.4508571661999" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="688.3563111975499" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="688.35631119755" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="689.4508571661999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_148</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="700.3963168526998" x2="486.1672192604" y2="700.3963168526998" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_59__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="700.3963168526998" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="699.3017708840498" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="699.3017708840498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="700.3963168526998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_149</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="711.3417765391998" x2="485.07267329175" y2="711.3417765391998" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_60__stack1"><rect x="483.9781273231" y="710.2472305705498" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="710.2472305705498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="711.3417765391998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_150</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="722.2872362256998" x2="486.1672192604" y2="722.2872362256998" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_61__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="722.2872362256998" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="721.1926902570498" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="721.1926902570498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="722.2872362256998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_151</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="733.2326959121997" x2="486.1672192604" y2="733.2326959121997" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_62__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="733.2326959121997" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="732.1381499435497" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="732.1381499435497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="733.2326959121997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_152</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="744.1781555986997" x2="486.1672192604" y2="744.1781555986997" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_63__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="744.1781555986997" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="743.0836096300498" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="743.0836096300498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="744.1781555986997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_153</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="755.1236152851997" x2="486.1672192604" y2="755.1236152851997" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_64__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="755.1236152851997" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="754.0290693165497" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="754.0290693165497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="755.1236152851997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_154</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="749.6508854419496" x2="702.8873210531" y2="749.6508854419496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_65__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="749.6508854419496" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="748.5563394732997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="748.5563394732997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="749.6508854419496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_155</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="738.7054257554496" x2="703.98186702175" y2="738.7054257554496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_66__stack1"><rect x="702.8873210531" y="737.6108797867996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="737.6108797867996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="738.7054257554496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_156</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="727.7599660689497" x2="702.8873210531" y2="727.7599660689497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_67__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="727.7599660689497" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="726.6654201002997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="726.6654201002997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="727.7599660689497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_157</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="716.8145063824497" x2="702.8873210531" y2="716.8145063824497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_68__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="716.8145063824497" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="715.7199604137998" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="715.7199604137998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="716.8145063824497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_158</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="705.8690466959497" x2="703.98186702175" y2="705.8690466959497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_69__stack1"><rect x="702.8873210531" y="704.7745007272997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="704.7745007272997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="705.8690466959497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_159</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="694.9235870094496" x2="703.98186702175" y2="694.9235870094496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_70__stack1"><rect x="702.8873210531" y="693.8290410407997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="693.8290410407997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="694.9235870094496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_160</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="683.9781273229496" x2="702.8873210531" y2="683.9781273229496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_71__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="683.9781273229496" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="682.8835813542996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="682.8835813542996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="683.9781273229496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_161</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="673.0326676364497" x2="702.8873210531" y2="673.0326676364497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_72__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="673.0326676364497" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="671.9381216677997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="671.9381216677997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="673.0326676364497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_162</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="662.0872079499497" x2="702.8873210531" y2="662.0872079499497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_73__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="662.0872079499497" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="660.9926619812998" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="660.9926619812998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="662.0872079499497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_163</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="651.1417482634497" x2="702.8873210531" y2="651.1417482634497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_74__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="651.1417482634497" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="650.0472022947997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="650.0472022947997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="651.1417482634497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_164</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="640.1962885769497" x2="702.8873210531" y2="640.1962885769497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_75__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="640.1962885769497" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="639.1017426082997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="639.1017426082997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="640.1962885769497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_165</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="629.2508288904497" x2="702.8873210531" y2="629.2508288904497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_76__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="629.2508288904497" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="628.1562829217997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="628.1562829217997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="629.2508288904497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_166</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="618.3053692039497" x2="702.8873210531" y2="618.3053692039497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_77__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="618.3053692039497" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="617.2108232352997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="617.2108232352997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="618.3053692039497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_167</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="607.3599095174496" x2="702.8873210531" y2="607.3599095174496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_78__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="607.3599095174496" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="606.2653635487997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="606.2653635487997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="607.3599095174496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_168</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="596.4144498309497" x2="702.8873210531" y2="596.4144498309497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_79__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="596.4144498309497" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="595.3199038622997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="595.3199038622996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="596.4144498309497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_169</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="585.4689901444497" x2="703.98186702175" y2="585.4689901444497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_80__stack1"><rect x="702.8873210531" y="584.3744441757997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="584.3744441757997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="585.4689901444497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_170</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="574.5235304579496" x2="703.98186702175" y2="574.5235304579496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_81__stack1"><rect x="702.8873210531" y="573.4289844892996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="573.4289844892996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="574.5235304579496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_171</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="563.5780707714496" x2="702.8873210531" y2="563.5780707714496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_82__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="563.5780707714496" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="562.4835248027996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="562.4835248027996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="563.5780707714496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_172</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="552.6326110849496" x2="702.8873210531" y2="552.6326110849496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_83__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="552.6326110849496" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="551.5380651162997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="551.5380651162995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="552.6326110849496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_173</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="541.6871513984496" x2="702.8873210531" y2="541.6871513984496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_84__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="541.6871513984496" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="540.5926054297996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="540.5926054297996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="541.6871513984496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_174</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="530.7416917119497" x2="702.8873210531" y2="530.7416917119497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_85__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="530.7416917119497" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="529.6471457432997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="529.6471457432996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="530.7416917119497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_175</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="519.7962320254496" x2="702.8873210531" y2="519.7962320254496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_86__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="519.7962320254496" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="518.7016860567996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="518.7016860567996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="519.7962320254496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_176</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="508.8507723389496" x2="703.98186702175" y2="508.8507723389496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_87__stack1"><rect x="702.8873210531" y="507.7562263702996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="507.7562263702996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="508.8507723389496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_177</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="497.9053126524496" x2="702.8873210531" y2="497.9053126524496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_88__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="497.9053126524496" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="496.8107666837996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="496.81076668379956" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="497.9053126524496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_178</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="486.9598529659496" x2="702.8873210531" y2="486.9598529659496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_89__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="486.9598529659496" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="485.8653069972996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="485.86530699729957" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="486.9598529659496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_179</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="476.01439327944956" x2="702.8873210531" y2="476.01439327944956" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_90__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="476.01439327944956" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="474.9198473107996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="474.9198473107996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="476.01439327944956" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_180</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="465.0689335929496" x2="702.8873210531" y2="465.0689335929496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_91__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="465.0689335929496" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="463.9743876242996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="463.97438762429954" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="465.0689335929496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_181</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="454.12347390644953" x2="702.8873210531" y2="454.12347390644953" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_92__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="454.12347390644953" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="453.02892793779955" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="453.02892793779955" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="454.12347390644953" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_182</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="443.17801421994955" x2="702.8873210531" y2="443.17801421994955" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_93__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="443.17801421994955" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="442.08346825129956" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="442.08346825129956" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="443.17801421994955" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_183</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="432.2325545334495" x2="702.8873210531" y2="432.2325545334495" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_94__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="432.2325545334495" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="431.1380085647995" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="431.1380085647995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="432.2325545334495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_184</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="421.2870948469495" x2="703.98186702175" y2="421.2870948469495" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_95__stack1"><rect x="702.8873210531" y="420.19254887829953" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="420.19254887829953" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="421.2870948469495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_185</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="410.3416351604495" x2="702.8873210531" y2="410.3416351604495" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_96__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="410.3416351604495" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="409.24708919179955" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="409.2470891917995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="410.3416351604495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_186</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="399.3961754739495" x2="702.8873210531" y2="399.3961754739495" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_97__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="399.3961754739495" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="398.3016295052995" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="398.3016295052995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="399.3961754739495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_187</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="388.4507157874495" x2="702.8873210531" y2="388.4507157874495" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_98__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="388.4507157874495" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="387.3561698187995" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="387.3561698187995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="388.4507157874495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_188</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="377.5052561009495" x2="702.8873210531" y2="377.5052561009495" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_99__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="377.5052561009495" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="376.4107101322995" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="376.41071013229947" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="377.5052561009495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_189</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="366.55979641444947" x2="703.98186702175" y2="366.55979641444947" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_100__stack1"><rect x="702.8873210531" y="365.4652504457995" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="365.4652504457995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="366.55979641444947" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_190</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="355.6143367279495" x2="702.8873210531" y2="355.6143367279495" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_101__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="355.6143367279495" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="354.5197907592995" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="354.51979075929944" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="355.6143367279495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_191</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="344.66887704144943" x2="703.98186702175" y2="344.66887704144943" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_102__stack1"><rect x="702.8873210531" y="343.57433107279945" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="343.57433107279945" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="344.66887704144943" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_192</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="333.72341735494945" x2="702.8873210531" y2="333.72341735494945" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_103__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="333.72341735494945" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="332.62887138629947" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="332.62887138629947" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="333.72341735494945" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_193</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="322.7779576684494" x2="702.8873210531" y2="322.7779576684494" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_104__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="322.7779576684494" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="321.6834116997994" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="321.6834116997994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="322.7779576684494" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_194</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="311.8324979819495" x2="702.8873210531" y2="311.8324979819495" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_105__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="311.8324979819495" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="310.7379520132995" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="310.7379520132995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="311.8324979819495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_195</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="300.88703829544954" x2="702.8873210531" y2="300.88703829544954" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_106__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="300.88703829544954" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="299.79249232679956" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="299.7924923267995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="300.88703829544954" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_196</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="289.94157860894956" x2="703.98186702175" y2="289.94157860894956" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_107__stack1"><rect x="702.8873210531" y="288.8470326402996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="288.8470326402995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="289.94157860894956" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_197</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="278.99611892244957" x2="702.8873210531" y2="278.99611892244957" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_108__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="278.99611892244957" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="277.9015729537996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="277.9015729537996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="278.99611892244957" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_198</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="268.05065923594964" x2="702.8873210531" y2="268.05065923594964" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_109__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="268.05065923594964" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="266.95611326729966" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="266.95611326729966" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="268.05065923594964" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_199</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="257.1051995494497" x2="702.8873210531" y2="257.1051995494497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_110__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="257.1051995494497" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="256.0106535807997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="256.01065358079967" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="257.1051995494497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_200</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="246.15973986294972" x2="702.8873210531" y2="246.15973986294972" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_111__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="246.15973986294972" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="245.0651938942997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="245.0651938942997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="246.15973986294972" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_201</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="235.21428017644973" x2="702.8873210531" y2="235.21428017644973" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_112__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="235.21428017644973" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="234.11973420779972" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="234.11973420779975" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="235.21428017644973" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_202</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="224.26882048994977" x2="702.8873210531" y2="224.26882048994977" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_113__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="224.26882048994977" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="223.17427452129976" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="223.1742745212998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="224.26882048994977" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_203</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="213.32336080344982" x2="703.98186702175" y2="213.32336080344982" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_114__stack1"><rect x="702.8873210531" y="212.2288148347998" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="212.22881483479983" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="213.32336080344982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_204</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="202.37790111694986" x2="703.98186702175" y2="202.37790111694986" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_115__stack1"><rect x="702.8873210531" y="201.28335514829985" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="201.28335514829988" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="202.37790111694986" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_205</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="191.4324414304499" x2="702.8873210531" y2="191.4324414304499" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_116__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="191.4324414304499" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="190.3378954617999" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="190.3378954617999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="191.4324414304499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_206</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="180.48698174394994" x2="702.8873210531" y2="180.48698174394994" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_117__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="180.48698174394994" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="179.39243577529993" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="179.39243577529996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="180.48698174394994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_207</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="169.54152205744998" x2="702.8873210531" y2="169.54152205744998" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_118__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="169.54152205744998" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="168.44697608879997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="168.4469760888" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="169.54152205744998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_208</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="158.59606237095002" x2="702.8873210531" y2="158.59606237095002" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_119__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="158.59606237095002" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="157.5015164023" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="157.50151640230004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="158.59606237095002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_209</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="147.65060268445006" x2="702.8873210531" y2="147.65060268445006" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_120__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="147.65060268445006" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="146.55605671580005" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="146.55605671580008" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="147.65060268445006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_210</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="136.70514299795008" x2="702.8873210531" y2="136.70514299795008" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_121__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="136.70514299795008" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="135.61059702930007" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="135.6105970293001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="136.70514299795008" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_211</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="125.75968331145015" x2="702.8873210531" y2="125.75968331145015" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_122__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="125.75968331145015" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="124.66513734280015" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="124.66513734280016" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="125.75968331145015" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_212</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="114.81422362495016" x2="702.8873210531" y2="114.81422362495016" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_123__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="114.81422362495016" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="113.71967765630016" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="113.71967765630018" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="114.81422362495016" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_213</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="103.86876393845023" x2="702.8873210531" y2="103.86876393845023" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_124__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="103.86876393845023" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="102.77421796980023" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="102.77421796980025" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="103.86876393845023" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_214</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="92.92330425195024" x2="702.8873210531" y2="92.92330425195024" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_125__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="92.92330425195024" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="91.82875828330025" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="91.82875828330026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="92.92330425195024" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_215</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="81.97784456545031" x2="702.8873210531" y2="81.97784456545031" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_126__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="81.97784456545031" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="80.88329859680032" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="80.88329859680033" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="81.97784456545031" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_216</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="71.03238487895032" x2="702.8873210531" y2="71.03238487895032" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_127__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="71.03238487895032" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="69.93783891030033" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="69.93783891030034" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="71.03238487895032" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_217</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="60.086925192450394" x2="703.98186702175" y2="60.086925192450394" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_128__stack1"><rect x="702.8873210531" y="58.99237922380039" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="58.99237922380041" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="60.086925192450394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_218</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="485.07267329175" cy="54.61419534920037" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="485.07267329175" cy="65.55965503570042" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="485.07267329175" cy="76.5051147222004" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="485.07267329175" cy="87.45057440870039" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="485.07267329175" cy="98.39603409520038" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="485.07267329175" cy="109.34149378170036" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="485.07267329175" cy="120.28695346820041" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="485.07267329175" cy="131.2324131547004" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="485.07267329175" cy="142.17787284120038" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="485.07267329175" cy="153.12333252770037" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="485.07267329175" cy="164.06879221420039" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="485.07267329175" cy="175.01425190070034" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="485.07267329175" cy="185.9597115872004" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="485.07267329175" cy="196.9051712737004" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="485.07267329175" cy="207.8506309602004" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="485.07267329175" cy="218.7960906467004" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="485.07267329175" cy="229.74155033320042" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="485.07267329175" cy="240.68701001970044" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="485.07267329175" cy="251.63246970620045" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="485.07267329175" cy="262.5779293927004" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="485.07267329175" cy="273.52338907920046" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="485.07267329175" cy="284.46884876570044" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_22__stack1"><circle cx="485.07267329175" cy="295.41430845220043" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_23__stack1"><circle cx="485.07267329175" cy="306.3597681387005" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_24__stack1"><circle cx="485.07267329175" cy="317.30522782520046" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_25__stack1"><circle cx="485.07267329175" cy="328.2506875117005" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_26__stack1"><circle cx="485.07267329175" cy="339.1961471982005" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_27__stack1"><circle cx="485.07267329175" cy="350.1416068847005" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_28__stack1"><circle cx="485.07267329175" cy="361.0870665712005" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_29__stack1"><circle cx="485.07267329175" cy="372.0325262577005" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_30__stack1"><circle cx="485.07267329175" cy="382.97798594420055" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_31__stack1"><circle cx="485.07267329175" cy="393.92344563070054" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_32__stack1"><circle cx="485.07267329175" cy="404.86890531720053" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_33__stack1"><circle cx="485.07267329175" cy="415.8143650037006" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_34__stack1"><circle cx="485.07267329175" cy="426.75982469020056" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_35__stack1"><circle cx="485.07267329175" cy="437.7052843767006" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_36__stack1"><circle cx="485.07267329175" cy="448.6507440632006" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_37__stack1"><circle cx="485.07267329175" cy="459.5962037497006" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_38__stack1"><circle cx="485.07267329175" cy="470.5416634362006" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_39__stack1"><circle cx="485.07267329175" cy="481.4871231227006" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_40__stack1"><circle cx="485.07267329175" cy="492.4325828092006" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_41__stack1"><circle cx="485.07267329175" cy="503.3780424957005" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_42__stack1"><circle cx="485.07267329175" cy="514.3235021822005" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_43__stack1"><circle cx="485.07267329175" cy="525.2689618687004" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_44__stack1"><circle cx="485.07267329175" cy="536.2144215552005" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_45__stack1"><circle cx="485.07267329175" cy="547.1598812417004" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_46__stack1"><circle cx="485.07267329175" cy="558.1053409282003" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_47__stack1"><circle cx="485.07267329175" cy="569.0508006147003" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_48__stack1"><circle cx="485.07267329175" cy="579.9962603012002" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_49__stack1"><circle cx="485.07267329175" cy="590.9417199877003" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_50__stack1"><circle cx="485.07267329175" cy="601.8871796742002" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_51__stack1"><circle cx="485.07267329175" cy="612.8326393607001" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_52__stack1"><circle cx="485.07267329175" cy="623.7780990472002" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_53__stack1"><circle cx="485.07267329175" cy="634.7235587337001" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_54__stack1"><circle cx="485.07267329175" cy="645.6690184202" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_55__stack1"><circle cx="485.07267329175" cy="656.6144781067001" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_56__stack1"><circle cx="485.07267329175" cy="667.5599377931999" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_57__stack1"><circle cx="485.07267329175" cy="678.5053974796999" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_58__stack1"><circle cx="485.07267329175" cy="689.4508571661999" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_59__stack1"><circle cx="485.07267329175" cy="700.3963168526998" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_60__stack1"><circle cx="485.07267329175" cy="711.3417765391998" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_61__stack1"><circle cx="485.07267329175" cy="722.2872362256998" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_62__stack1"><circle cx="485.07267329175" cy="733.2326959121997" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_63__stack1"><circle cx="485.07267329175" cy="744.1781555986997" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_64__stack1"><circle cx="485.07267329175" cy="755.1236152851997" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_65__stack1"><circle cx="703.98186702175" cy="749.6508854419496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_66__stack1"><circle cx="703.98186702175" cy="738.7054257554496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_67__stack1"><circle cx="703.98186702175" cy="727.7599660689497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_68__stack1"><circle cx="703.98186702175" cy="716.8145063824497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_69__stack1"><circle cx="703.98186702175" cy="705.8690466959497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_70__stack1"><circle cx="703.98186702175" cy="694.9235870094496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_71__stack1"><circle cx="703.98186702175" cy="683.9781273229496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_72__stack1"><circle cx="703.98186702175" cy="673.0326676364497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_73__stack1"><circle cx="703.98186702175" cy="662.0872079499497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_74__stack1"><circle cx="703.98186702175" cy="651.1417482634497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_75__stack1"><circle cx="703.98186702175" cy="640.1962885769497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_76__stack1"><circle cx="703.98186702175" cy="629.2508288904497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_77__stack1"><circle cx="703.98186702175" cy="618.3053692039497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_78__stack1"><circle cx="703.98186702175" cy="607.3599095174496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_79__stack1"><circle cx="703.98186702175" cy="596.4144498309497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_80__stack1"><circle cx="703.98186702175" cy="585.4689901444497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_81__stack1"><circle cx="703.98186702175" cy="574.5235304579496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_82__stack1"><circle cx="703.98186702175" cy="563.5780707714496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_83__stack1"><circle cx="703.98186702175" cy="552.6326110849496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_84__stack1"><circle cx="703.98186702175" cy="541.6871513984496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_85__stack1"><circle cx="703.98186702175" cy="530.7416917119497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_86__stack1"><circle cx="703.98186702175" cy="519.7962320254496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_87__stack1"><circle cx="703.98186702175" cy="508.8507723389496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_88__stack1"><circle cx="703.98186702175" cy="497.9053126524496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_89__stack1"><circle cx="703.98186702175" cy="486.9598529659496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_90__stack1"><circle cx="703.98186702175" cy="476.01439327944956" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_91__stack1"><circle cx="703.98186702175" cy="465.0689335929496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_92__stack1"><circle cx="703.98186702175" cy="454.12347390644953" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_93__stack1"><circle cx="703.98186702175" cy="443.17801421994955" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_94__stack1"><circle cx="703.98186702175" cy="432.2325545334495" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_95__stack1"><circle cx="703.98186702175" cy="421.2870948469495" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_96__stack1"><circle cx="703.98186702175" cy="410.3416351604495" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_97__stack1"><circle cx="703.98186702175" cy="399.3961754739495" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_98__stack1"><circle cx="703.98186702175" cy="388.4507157874495" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_99__stack1"><circle cx="703.98186702175" cy="377.5052561009495" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_100__stack1"><circle cx="703.98186702175" cy="366.55979641444947" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_101__stack1"><circle cx="703.98186702175" cy="355.6143367279495" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_102__stack1"><circle cx="703.98186702175" cy="344.66887704144943" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_103__stack1"><circle cx="703.98186702175" cy="333.72341735494945" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_104__stack1"><circle cx="703.98186702175" cy="322.7779576684494" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_105__stack1"><circle cx="703.98186702175" cy="311.8324979819495" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_106__stack1"><circle cx="703.98186702175" cy="300.88703829544954" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_107__stack1"><circle cx="703.98186702175" cy="289.94157860894956" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_108__stack1"><circle cx="703.98186702175" cy="278.99611892244957" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_109__stack1"><circle cx="703.98186702175" cy="268.05065923594964" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_110__stack1"><circle cx="703.98186702175" cy="257.1051995494497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_111__stack1"><circle cx="703.98186702175" cy="246.15973986294972" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_112__stack1"><circle cx="703.98186702175" cy="235.21428017644973" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_113__stack1"><circle cx="703.98186702175" cy="224.26882048994977" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_114__stack1"><circle cx="703.98186702175" cy="213.32336080344982" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_115__stack1"><circle cx="703.98186702175" cy="202.37790111694986" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_116__stack1"><circle cx="703.98186702175" cy="191.4324414304499" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_117__stack1"><circle cx="703.98186702175" cy="180.48698174394994" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_118__stack1"><circle cx="703.98186702175" cy="169.54152205744998" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_119__stack1"><circle cx="703.98186702175" cy="158.59606237095002" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_120__stack1"><circle cx="703.98186702175" cy="147.65060268445006" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_121__stack1"><circle cx="703.98186702175" cy="136.70514299795008" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_122__stack1"><circle cx="703.98186702175" cy="125.75968331145015" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_123__stack1"><circle cx="703.98186702175" cy="114.81422362495016" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_124__stack1"><circle cx="703.98186702175" cy="103.86876393845023" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_125__stack1"><circle cx="703.98186702175" cy="92.92330425195024" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_126__stack1"><circle cx="703.98186702175" cy="81.97784456545031" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_127__stack1"><circle cx="703.98186702175" cy="71.03238487895032" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_128__stack1"><circle cx="703.98186702175" cy="60.086925192450394" r="2.1890919373" 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="
253
+ </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 485.07267329175 251.63246970620045 L 474.12721360524995 251.63246970620045 L 474.12721360524995 185.9597115872004 L 485.07267329175 185.9597115872004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.07267329175 251.63246970620045 L 474.12721360524995 251.63246970620045 L 474.12721360524995 185.9597115872004 L 485.07267329175 185.9597115872004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" 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 485.07267329175 350.1416068847005 L 474.12721360524995 350.1416068847005 L 474.12721360524995 251.63246970620045 L 485.07267329175 251.63246970620045" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.07267329175 350.1416068847005 L 474.12721360524995 350.1416068847005 L 474.12721360524995 251.63246970620045 L 485.07267329175 251.63246970620045" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" 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 703.98186702175 508.8507723389496 L 709.454596865 508.8507723389496 L 709.454596865 585.4689901444497 L 703.98186702175 585.4689901444497" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 703.98186702175 508.8507723389496 L 709.454596865 508.8507723389496 L 709.454596865 585.4689901444497 L 703.98186702175 585.4689901444497" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" 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 485.07267329175 382.97798594420055 L 479.59994344849997 382.97798594420055 L 479.59994344849997 306.3597681387005 L 485.07267329175 306.3597681387005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.07267329175 382.97798594420055 L 479.59994344849997 382.97798594420055 L 479.59994344849997 306.3597681387005 L 485.07267329175 306.3597681387005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" 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 485.07267329175 590.9417199877003 L 456.55975080841745 590.9417199877003 L 456.55975080841745 579.9962603012002 L 485.07267329175 579.9962603012002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.07267329175 590.9417199877003 L 456.55975080841745 590.9417199877003 L 456.55975080841745 579.9962603012002 L 485.07267329175 579.9962603012002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" 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 485.07267329175 645.6690184202 L 479.59994344849997 645.6690184202 L 479.59994344849997 634.7235587337001 L 485.07267329175 634.7235587337001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.07267329175 645.6690184202 L 479.59994344849997 645.6690184202 L 479.59994344849997 634.7235587337001 L 485.07267329175 634.7235587337001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" 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 703.98186702175 213.32336080344982 L 714.92732670825 213.32336080344982 L 714.92732670825 344.66887704144943 L 703.98186702175 344.66887704144943" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 703.98186702175 213.32336080344982 L 714.92732670825 213.32336080344982 L 714.92732670825 344.66887704144943 L 703.98186702175 344.66887704144943" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" 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 703.98186702175 202.37790111694986 L 714.92732670825 202.37790111694986 L 714.92732670825 213.32336080344982 L 703.98186702175 213.32336080344982" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 703.98186702175 202.37790111694986 L 714.92732670825 202.37790111694986 L 714.92732670825 213.32336080344982 L 703.98186702175 213.32336080344982" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" 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 703.98186702175 289.94157860894956 L 709.454596865 289.94157860894956 L 709.454596865 366.55979641444947 L 703.98186702175 366.55979641444947" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 703.98186702175 289.94157860894956 L 709.454596865 289.94157860894956 L 709.454596865 366.55979641444947 L 703.98186702175 366.55979641444947" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" 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 485.07267329175 656.6144781067001 L 456.55975080841745 656.6144781067001 L 456.55975080841745 590.9417199877003 L 485.07267329175 590.9417199877003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.07267329175 656.6144781067001 L 456.55975080841745 656.6144781067001 L 456.55975080841745 590.9417199877003 L 485.07267329175 590.9417199877003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" 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 485.07267329175 634.7235587337001 L 479.59994344849997 634.7235587337001 L 479.59994344849997 601.8871796742002 L 485.07267329175 601.8871796742002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.07267329175 634.7235587337001 L 479.59994344849997 634.7235587337001 L 479.59994344849997 601.8871796742002 L 485.07267329175 601.8871796742002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" 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 703.98186702175 694.9235870094496 L 768.6148064705325 694.9235870094496 L 768.6148064705325 738.7054257554496 L 703.98186702175 738.7054257554496" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 703.98186702175 694.9235870094496 L 768.6148064705325 694.9235870094496 L 768.6148064705325 738.7054257554496 L 703.98186702175 738.7054257554496" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" 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 703.98186702175 574.5235304579496 L 768.6148064705325 574.5235304579496 L 768.6148064705325 694.9235870094496 L 703.98186702175 694.9235870094496" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 703.98186702175 574.5235304579496 L 768.6148064705325 574.5235304579496 L 768.6148064705325 694.9235870094496 L 703.98186702175 694.9235870094496" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" 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 485.07267329175 54.61419534920037 L 458.74884274571747 54.61419534920037 L 458.74884274571747 49.0867382075179" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.07267329175 54.61419534920037 L 458.74884274571747 54.61419534920037 L 458.74884274571747 49.0867382075179" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"><path d="M 479.59994344849997 306.3597681387005 L 441.29083454575 306.3597681387005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 479.59994344849997 306.3597681387005 L 441.29083454575 306.3597681387005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"><path d="M 703.98186702175 705.8690466959497 L 801.4511855300325 705.8690466959497 L 801.4511855300325 703.0779544758922" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 703.98186702175 705.8690466959497 L 801.4511855300325 705.8690466959497 L 801.4511855300325 703.0779544758922" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"><path d="M 703.98186702175 421.2870948469495 L 785.0329960002825 421.2870948469495 L 785.0329960002825 418.49600262689205" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 703.98186702175 421.2870948469495 L 785.0329960002825 421.2870948469495 L 785.0329960002825 418.49600262689205" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"><path d="M 485.07267329175 153.12333252770037 L 456.01247782409246 153.12333252770037 L 456.01247782409246 150.33224030764288" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.07267329175 153.12333252770037 L 456.01247782409246 153.12333252770037 L 456.01247782409246 150.33224030764288" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"><path d="M 714.92732670825 213.32336080344982 L 743.932794877475 213.32336080344982 L 743.932794877475 213.26863350501733" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 714.92732670825 213.32336080344982 L 743.932794877475 213.32336080344982 L 743.932794877475 213.26863350501733" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"><path d="M 474.12721360524995 251.63246970620045 L 419.39991517274996 251.63246970620045" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 474.12721360524995 251.63246970620045 L 419.39991517274996 251.63246970620045" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"><path d="M 485.07267329175 514.3235021822005 L 398.5488144699675 514.3235021822005 L 398.5488144699675 511.532409962143" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.07267329175 514.3235021822005 L 398.5488144699675 514.3235021822005 L 398.5488144699675 511.532409962143" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"><path d="M 485.07267329175 711.3417765391998 L 406.7579092348425 711.3417765391998 L 406.7579092348425 694.8688597110173" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.07267329175 711.3417765391998 L 406.7579092348425 711.3417765391998 L 406.7579092348425 694.8688597110173" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"><path d="M 709.454596865 508.8507723389496 L 738.460065034225 508.8507723389496 L 738.460065034225 508.79604504051713" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 709.454596865 508.8507723389496 L 738.460065034225 508.8507723389496 L 738.460065034225 508.79604504051713" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"><path d="M 485.07267329175 448.6507440632006 L 411.68336609376746 448.6507440632006 L 411.68336609376746 451.4418362832581" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.07267329175 448.6507440632006 L 411.68336609376746 448.6507440632006 L 411.68336609376746 451.4418362832581" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"><path d="M 703.98186702175 60.086925192450394 L 719.9075108656075 60.086925192450394 L 719.9075108656075 62.87801741250786" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 703.98186702175 60.086925192450394 L 719.9075108656075 60.086925192450394 L 719.9075108656075 62.87801741250786" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"><path d="M 456.55975080841745 656.6144781067001 L 411.1360931094425 656.6144781067001 L 411.1360931094425 656.5597508082675" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.55975080841745 656.6144781067001 L 411.1360931094425 656.6144781067001 L 411.1360931094425 656.5597508082675" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" 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"><circle cx="485.07267329175" cy="251.63246970620045" r="1.641818952975" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="474.12721360524995" cy="251.63246970620045" r="1.641818952975" 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_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="709.454596865" cy="508.8507723389496" r="1.641818952975" 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="479.59994344849997" cy="306.3597681387005" r="1.641818952975" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><circle cx="485.07267329175" cy="590.9417199877003" r="1.641818952975" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="456.55975080841745" cy="590.9417199877003" r="1.641818952975" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><circle cx="479.59994344849997" cy="634.7235587337001" r="1.641818952975" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="485.07267329175" cy="634.7235587337001" r="1.641818952975" 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="703.98186702175" cy="213.32336080344982" r="1.641818952975" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="714.92732670825" cy="213.32336080344982" r="1.641818952975" 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"><circle cx="456.55975080841745" cy="656.6144781067001" r="1.641818952975" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><circle cx="703.98186702175" cy="694.9235870094496" r="1.641818952975" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="768.6148064705325" cy="694.9235870094496" r="1.641818952975" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="506.96359266474997" y="49.14146550595001" width="175.12735498400002" height="711.4548796225" stroke-width="1.09454596865px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="506.96359266474997" y="49.14146550595001" width="175.12735498400002" height="711.4548796225" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="54.61419534920037" x2="485.07267329175" y2="54.61419534920037" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="483.9781273231" y="53.51964938055037" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="53.51964938055039" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="65.55965503570042" x2="486.1672192604" y2="65.55965503570042" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="65.55965503570042" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="64.46510906705042" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="64.46510906705043" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="76.5051147222004" x2="486.1672192604" y2="76.5051147222004" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="76.5051147222004" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="75.41056875355041" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="75.41056875355042" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="87.45057440870039" x2="486.1672192604" y2="87.45057440870039" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="87.45057440870039" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="86.3560284400504" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="86.35602844005041" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="98.39603409520038" x2="486.1672192604" y2="98.39603409520038" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="98.39603409520038" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="97.30148812655038" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="97.3014881265504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="109.34149378170036" x2="486.1672192604" y2="109.34149378170036" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="109.34149378170036" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="108.24694781305037" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="108.24694781305044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="120.28695346820041" x2="486.1672192604" y2="120.28695346820041" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="120.28695346820041" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="119.19240749955041" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="119.19240749955043" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="131.2324131547004" x2="486.1672192604" y2="131.2324131547004" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="131.2324131547004" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="130.13786718605039" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="130.1378671860504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="142.17787284120038" x2="486.1672192604" y2="142.17787284120038" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="142.17787284120038" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="141.08332687255037" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="141.0833268725504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="153.12333252770037" x2="485.07267329175" y2="153.12333252770037" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><rect x="483.9781273231" y="152.02878655905036" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="152.0287865590504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="164.06879221420039" x2="486.1672192604" y2="164.06879221420039" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="164.06879221420039" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="162.97424624555038" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="162.9742462455504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="175.01425190070034" x2="486.1672192604" y2="175.01425190070034" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="175.01425190070034" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="173.91970593205033" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="173.91970593205036" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="185.9597115872004" x2="485.07267329175" y2="185.9597115872004" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><rect x="483.9781273231" y="184.86516561855038" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="184.86516561855038" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="196.9051712737004" x2="486.1672192604" y2="196.9051712737004" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="196.9051712737004" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="195.8106253050504" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="195.8106253050504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="207.8506309602004" x2="486.1672192604" y2="207.8506309602004" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="207.8506309602004" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="206.75608499155038" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="206.7560849915504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="218.7960906467004" x2="486.1672192604" y2="218.7960906467004" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="218.7960906467004" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="217.7015446780504" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="217.70154467805042" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="229.74155033320042" x2="486.1672192604" y2="229.74155033320042" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="229.74155033320042" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="228.6470043645504" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="228.6470043645504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="240.68701001970044" x2="486.1672192604" y2="240.68701001970044" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="240.68701001970044" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="239.59246405105043" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="239.59246405105043" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="251.63246970620045" x2="485.07267329175" y2="251.63246970620045" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><rect x="483.9781273231" y="250.53792373755044" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="250.53792373755044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="262.5779293927004" x2="486.1672192604" y2="262.5779293927004" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="262.5779293927004" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="261.48338342405043" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="261.48338342405043" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="273.52338907920046" x2="486.1672192604" y2="273.52338907920046" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="273.52338907920046" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="272.4288431105505" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="272.4288431105505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="284.46884876570044" x2="486.1672192604" y2="284.46884876570044" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="284.46884876570044" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="283.37430279705046" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="283.37430279705046" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="295.41430845220043" x2="486.1672192604" y2="295.41430845220043" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_22__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="295.41430845220043" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="294.31976248355045" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="294.31976248355045" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="306.3597681387005" x2="485.07267329175" y2="306.3597681387005" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_23__stack1"><rect x="483.9781273231" y="305.2652221700505" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="305.2652221700505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="317.30522782520046" x2="486.1672192604" y2="317.30522782520046" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="317.30522782520046" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="316.2106818565505" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="316.2106818565505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="328.2506875117005" x2="486.1672192604" y2="328.2506875117005" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_25__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="328.2506875117005" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="327.1561415430505" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="327.15614154305047" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="339.1961471982005" x2="486.1672192604" y2="339.1961471982005" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="339.1961471982005" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="338.1016012295505" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="338.1016012295505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="350.1416068847005" x2="485.07267329175" y2="350.1416068847005" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_27__stack1"><rect x="483.9781273231" y="349.0470609160505" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="349.0470609160505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="361.0870665712005" x2="486.1672192604" y2="361.0870665712005" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="361.0870665712005" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="359.99252060255054" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="359.9925206025505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="372.0325262577005" x2="486.1672192604" y2="372.0325262577005" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="372.0325262577005" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="370.93798028905053" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="370.93798028905053" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="382.97798594420055" x2="485.07267329175" y2="382.97798594420055" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_30__stack1"><rect x="483.9781273231" y="381.8834399755506" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="381.8834399755505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="393.92344563070054" x2="486.1672192604" y2="393.92344563070054" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="393.92344563070054" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="392.82889966205056" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="392.82889966205056" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="404.86890531720053" x2="486.1672192604" y2="404.86890531720053" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_32__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="404.86890531720053" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="403.77435934855055" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="403.77435934855055" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="415.8143650037006" x2="486.1672192604" y2="415.8143650037006" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_33__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="415.8143650037006" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="414.7198190350506" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="414.7198190350506" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="426.75982469020056" x2="486.1672192604" y2="426.75982469020056" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="426.75982469020056" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="425.6652787215506" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="425.6652787215506" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="437.7052843767006" x2="486.1672192604" y2="437.7052843767006" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_35__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="437.7052843767006" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="436.6107384080506" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="436.61073840805057" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="448.6507440632006" x2="485.07267329175" y2="448.6507440632006" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_36__stack1"><rect x="483.9781273231" y="447.5561980945506" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="447.5561980945506" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="459.5962037497006" x2="486.1672192604" y2="459.5962037497006" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_37__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="459.5962037497006" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="458.5016577810506" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="458.5016577810506" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="470.5416634362006" x2="486.1672192604" y2="470.5416634362006" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_38__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="470.5416634362006" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="469.44711746755064" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="469.4471174675506" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="481.4871231227006" x2="486.1672192604" y2="481.4871231227006" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_39__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="481.4871231227006" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="480.3925771540506" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="480.3925771540506" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="492.4325828092006" x2="486.1672192604" y2="492.4325828092006" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_40__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="492.4325828092006" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="491.3380368405506" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="491.33803684055056" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="503.3780424957005" x2="486.1672192604" y2="503.3780424957005" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_41__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="503.3780424957005" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="502.28349652705054" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="502.28349652705054" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="514.3235021822005" x2="485.07267329175" y2="514.3235021822005" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_42__stack1"><rect x="483.9781273231" y="513.2289562135505" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="513.2289562135505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="525.2689618687004" x2="486.1672192604" y2="525.2689618687004" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_43__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="525.2689618687004" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="524.1744159000505" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="524.1744159000505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="536.2144215552005" x2="486.1672192604" y2="536.2144215552005" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_44__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="536.2144215552005" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="535.1198755865505" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="535.1198755865504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="547.1598812417004" x2="486.1672192604" y2="547.1598812417004" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_45__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="547.1598812417004" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="546.0653352730504" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="546.0653352730503" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="558.1053409282003" x2="486.1672192604" y2="558.1053409282003" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_46__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="558.1053409282003" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="557.0107949595504" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="557.0107949595504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="569.0508006147003" x2="486.1672192604" y2="569.0508006147003" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_47__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="569.0508006147003" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="567.9562546460503" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="567.9562546460503" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="579.9962603012002" x2="485.07267329175" y2="579.9962603012002" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_48__stack1"><rect x="483.9781273231" y="578.9017143325502" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="578.9017143325502" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="590.9417199877003" x2="485.07267329175" y2="590.9417199877003" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_49__stack1"><rect x="483.9781273231" y="589.8471740190503" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="589.8471740190503" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="601.8871796742002" x2="485.07267329175" y2="601.8871796742002" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_50__stack1"><rect x="483.9781273231" y="600.7926337055502" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="600.7926337055502" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="612.8326393607001" x2="486.1672192604" y2="612.8326393607001" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_51__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="612.8326393607001" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="611.7380933920501" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="611.7380933920501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="623.7780990472002" x2="486.1672192604" y2="623.7780990472002" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_52__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="623.7780990472002" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="622.6835530785502" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="622.6835530785502" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="634.7235587337001" x2="485.07267329175" y2="634.7235587337001" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_53__stack1"><rect x="483.9781273231" y="633.6290127650501" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="633.6290127650501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="645.6690184202" x2="485.07267329175" y2="645.6690184202" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_54__stack1"><rect x="483.9781273231" y="644.57447245155" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="644.57447245155" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="656.6144781067001" x2="485.07267329175" y2="656.6144781067001" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_55__stack1"><rect x="483.9781273231" y="655.5199321380501" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="655.5199321380501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="667.5599377931999" x2="486.1672192604" y2="667.5599377931999" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_56__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="667.5599377931999" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="666.4653918245499" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="666.4653918245499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="678.5053974796999" x2="486.1672192604" y2="678.5053974796999" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_57__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="678.5053974796999" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="677.4108515110499" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="677.4108515110499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="689.4508571661999" x2="486.1672192604" y2="689.4508571661999" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_58__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="689.4508571661999" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="688.3563111975499" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="688.35631119755" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="700.3963168526998" x2="486.1672192604" y2="700.3963168526998" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_59__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="700.3963168526998" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="699.3017708840498" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="699.3017708840498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="711.3417765391998" x2="485.07267329175" y2="711.3417765391998" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_60__stack1"><rect x="483.9781273231" y="710.2472305705498" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="710.2472305705498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="722.2872362256998" x2="486.1672192604" y2="722.2872362256998" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_61__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="722.2872362256998" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="721.1926902570498" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="721.1926902570498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="733.2326959121997" x2="486.1672192604" y2="733.2326959121997" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_62__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="733.2326959121997" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="732.1381499435497" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="732.1381499435497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="744.1781555986997" x2="486.1672192604" y2="744.1781555986997" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_63__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="744.1781555986997" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="743.0836096300498" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="743.0836096300498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="755.1236152851997" x2="486.1672192604" y2="755.1236152851997" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_64__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="755.1236152851997" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="754.0290693165497" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="754.0290693165497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="749.6508854419496" x2="702.8873210531" y2="749.6508854419496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_65__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="749.6508854419496" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="748.5563394732997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="748.5563394732997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="738.7054257554496" x2="703.98186702175" y2="738.7054257554496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_66__stack1"><rect x="702.8873210531" y="737.6108797867996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="737.6108797867996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="727.7599660689497" x2="702.8873210531" y2="727.7599660689497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_67__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="727.7599660689497" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="726.6654201002997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="726.6654201002997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="716.8145063824497" x2="702.8873210531" y2="716.8145063824497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_68__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="716.8145063824497" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="715.7199604137998" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="715.7199604137998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="705.8690466959497" x2="703.98186702175" y2="705.8690466959497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_69__stack1"><rect x="702.8873210531" y="704.7745007272997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="704.7745007272997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="694.9235870094496" x2="703.98186702175" y2="694.9235870094496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_70__stack1"><rect x="702.8873210531" y="693.8290410407997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="693.8290410407997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="683.9781273229496" x2="702.8873210531" y2="683.9781273229496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_71__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="683.9781273229496" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="682.8835813542996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="682.8835813542996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="673.0326676364497" x2="702.8873210531" y2="673.0326676364497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_72__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="673.0326676364497" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="671.9381216677997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="671.9381216677997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="662.0872079499497" x2="702.8873210531" y2="662.0872079499497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_73__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="662.0872079499497" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="660.9926619812998" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="660.9926619812998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="651.1417482634497" x2="702.8873210531" y2="651.1417482634497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_74__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="651.1417482634497" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="650.0472022947997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="650.0472022947997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="640.1962885769497" x2="702.8873210531" y2="640.1962885769497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_75__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="640.1962885769497" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="639.1017426082997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="639.1017426082997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="629.2508288904497" x2="702.8873210531" y2="629.2508288904497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_76__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="629.2508288904497" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="628.1562829217997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="628.1562829217997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="618.3053692039497" x2="702.8873210531" y2="618.3053692039497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_77__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="618.3053692039497" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="617.2108232352997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="617.2108232352997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="607.3599095174496" x2="702.8873210531" y2="607.3599095174496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_78__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="607.3599095174496" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="606.2653635487997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="606.2653635487997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="596.4144498309497" x2="702.8873210531" y2="596.4144498309497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_79__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="596.4144498309497" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="595.3199038622997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="595.3199038622996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="585.4689901444497" x2="703.98186702175" y2="585.4689901444497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_80__stack1"><rect x="702.8873210531" y="584.3744441757997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="584.3744441757997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="574.5235304579496" x2="703.98186702175" y2="574.5235304579496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_81__stack1"><rect x="702.8873210531" y="573.4289844892996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="573.4289844892996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="563.5780707714496" x2="702.8873210531" y2="563.5780707714496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_82__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="563.5780707714496" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="562.4835248027996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="562.4835248027996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="552.6326110849496" x2="702.8873210531" y2="552.6326110849496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_83__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="552.6326110849496" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="551.5380651162997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="551.5380651162995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="541.6871513984496" x2="702.8873210531" y2="541.6871513984496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_84__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="541.6871513984496" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="540.5926054297996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="540.5926054297996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="530.7416917119497" x2="702.8873210531" y2="530.7416917119497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_85__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="530.7416917119497" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="529.6471457432997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="529.6471457432996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="519.7962320254496" x2="702.8873210531" y2="519.7962320254496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_86__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="519.7962320254496" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="518.7016860567996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="518.7016860567996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="508.8507723389496" x2="703.98186702175" y2="508.8507723389496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_87__stack1"><rect x="702.8873210531" y="507.7562263702996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="507.7562263702996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="497.9053126524496" x2="702.8873210531" y2="497.9053126524496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_88__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="497.9053126524496" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="496.8107666837996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="496.81076668379956" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="486.9598529659496" x2="702.8873210531" y2="486.9598529659496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_89__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="486.9598529659496" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="485.8653069972996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="485.86530699729957" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="476.01439327944956" x2="702.8873210531" y2="476.01439327944956" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_90__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="476.01439327944956" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="474.9198473107996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="474.9198473107996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="465.0689335929496" x2="702.8873210531" y2="465.0689335929496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_91__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="465.0689335929496" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="463.9743876242996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="463.97438762429954" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="454.12347390644953" x2="702.8873210531" y2="454.12347390644953" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_92__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="454.12347390644953" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="453.02892793779955" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="453.02892793779955" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="443.17801421994955" x2="702.8873210531" y2="443.17801421994955" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_93__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="443.17801421994955" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="442.08346825129956" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="442.08346825129956" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="432.2325545334495" x2="702.8873210531" y2="432.2325545334495" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_94__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="432.2325545334495" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="431.1380085647995" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="431.1380085647995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="421.2870948469495" x2="703.98186702175" y2="421.2870948469495" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_95__stack1"><rect x="702.8873210531" y="420.19254887829953" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="420.19254887829953" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="410.3416351604495" x2="702.8873210531" y2="410.3416351604495" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_96__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="410.3416351604495" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="409.24708919179955" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="409.2470891917995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="399.3961754739495" x2="702.8873210531" y2="399.3961754739495" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_97__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="399.3961754739495" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="398.3016295052995" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="398.3016295052995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="388.4507157874495" x2="702.8873210531" y2="388.4507157874495" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_98__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="388.4507157874495" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="387.3561698187995" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="387.3561698187995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="377.5052561009495" x2="702.8873210531" y2="377.5052561009495" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_99__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="377.5052561009495" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="376.4107101322995" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="376.41071013229947" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="366.55979641444947" x2="703.98186702175" y2="366.55979641444947" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_100__stack1"><rect x="702.8873210531" y="365.4652504457995" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="365.4652504457995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="355.6143367279495" x2="702.8873210531" y2="355.6143367279495" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_101__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="355.6143367279495" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="354.5197907592995" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="354.51979075929944" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="344.66887704144943" x2="703.98186702175" y2="344.66887704144943" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_102__stack1"><rect x="702.8873210531" y="343.57433107279945" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="343.57433107279945" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="333.72341735494945" x2="702.8873210531" y2="333.72341735494945" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_103__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="333.72341735494945" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="332.62887138629947" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="332.62887138629947" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="322.7779576684494" x2="702.8873210531" y2="322.7779576684494" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_104__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="322.7779576684494" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="321.6834116997994" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="321.6834116997994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="311.8324979819495" x2="702.8873210531" y2="311.8324979819495" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_105__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="311.8324979819495" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="310.7379520132995" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="310.7379520132995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="300.88703829544954" x2="702.8873210531" y2="300.88703829544954" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_106__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="300.88703829544954" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="299.79249232679956" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="299.7924923267995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="289.94157860894956" x2="703.98186702175" y2="289.94157860894956" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_107__stack1"><rect x="702.8873210531" y="288.8470326402996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="288.8470326402995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="278.99611892244957" x2="702.8873210531" y2="278.99611892244957" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_108__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="278.99611892244957" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="277.9015729537996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="277.9015729537996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="268.05065923594964" x2="702.8873210531" y2="268.05065923594964" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_109__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="268.05065923594964" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="266.95611326729966" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="266.95611326729966" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="257.1051995494497" x2="702.8873210531" y2="257.1051995494497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_110__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="257.1051995494497" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="256.0106535807997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="256.01065358079967" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="246.15973986294972" x2="702.8873210531" y2="246.15973986294972" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_111__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="246.15973986294972" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="245.0651938942997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="245.0651938942997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="235.21428017644973" x2="702.8873210531" y2="235.21428017644973" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_112__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="235.21428017644973" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="234.11973420779972" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="234.11973420779975" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="224.26882048994977" x2="702.8873210531" y2="224.26882048994977" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_113__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="224.26882048994977" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="223.17427452129976" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="223.1742745212998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="213.32336080344982" x2="703.98186702175" y2="213.32336080344982" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_114__stack1"><rect x="702.8873210531" y="212.2288148347998" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="212.22881483479983" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="202.37790111694986" x2="703.98186702175" y2="202.37790111694986" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_115__stack1"><rect x="702.8873210531" y="201.28335514829985" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="201.28335514829988" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="191.4324414304499" x2="702.8873210531" y2="191.4324414304499" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_116__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="191.4324414304499" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="190.3378954617999" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="190.3378954617999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="180.48698174394994" x2="702.8873210531" y2="180.48698174394994" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_117__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="180.48698174394994" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="179.39243577529993" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="179.39243577529996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="169.54152205744998" x2="702.8873210531" y2="169.54152205744998" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_118__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="169.54152205744998" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="168.44697608879997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="168.4469760888" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="158.59606237095002" x2="702.8873210531" y2="158.59606237095002" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_119__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="158.59606237095002" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="157.5015164023" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="157.50151640230004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="147.65060268445006" x2="702.8873210531" y2="147.65060268445006" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_120__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="147.65060268445006" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="146.55605671580005" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="146.55605671580008" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="136.70514299795008" x2="702.8873210531" y2="136.70514299795008" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_121__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="136.70514299795008" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="135.61059702930007" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="135.6105970293001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="125.75968331145015" x2="702.8873210531" y2="125.75968331145015" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_122__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="125.75968331145015" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="124.66513734280015" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="124.66513734280016" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="114.81422362495016" x2="702.8873210531" y2="114.81422362495016" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_123__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="114.81422362495016" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="113.71967765630016" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="113.71967765630018" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="103.86876393845023" x2="702.8873210531" y2="103.86876393845023" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_124__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="103.86876393845023" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="102.77421796980023" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="102.77421796980025" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="92.92330425195024" x2="702.8873210531" y2="92.92330425195024" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_125__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="92.92330425195024" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="91.82875828330025" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="91.82875828330026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="81.97784456545031" x2="702.8873210531" y2="81.97784456545031" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_126__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="81.97784456545031" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="80.88329859680032" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="80.88329859680033" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="71.03238487895032" x2="702.8873210531" y2="71.03238487895032" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_127__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="71.03238487895032" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="69.93783891030033" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="69.93783891030034" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="60.086925192450394" x2="703.98186702175" y2="60.086925192450394" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_128__stack1"><rect x="702.8873210531" y="58.99237922380039" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="58.99237922380041" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="485.07267329175" cy="54.61419534920037" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="485.07267329175" cy="65.55965503570042" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="485.07267329175" cy="76.5051147222004" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="485.07267329175" cy="87.45057440870039" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="485.07267329175" cy="98.39603409520038" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="485.07267329175" cy="109.34149378170036" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="485.07267329175" cy="120.28695346820041" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="485.07267329175" cy="131.2324131547004" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="485.07267329175" cy="142.17787284120038" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="485.07267329175" cy="153.12333252770037" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="485.07267329175" cy="164.06879221420039" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="485.07267329175" cy="175.01425190070034" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="485.07267329175" cy="185.9597115872004" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="485.07267329175" cy="196.9051712737004" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="485.07267329175" cy="207.8506309602004" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="485.07267329175" cy="218.7960906467004" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="485.07267329175" cy="229.74155033320042" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="485.07267329175" cy="240.68701001970044" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="485.07267329175" cy="251.63246970620045" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="485.07267329175" cy="262.5779293927004" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="485.07267329175" cy="273.52338907920046" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="485.07267329175" cy="284.46884876570044" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_22__stack1"><circle cx="485.07267329175" cy="295.41430845220043" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_23__stack1"><circle cx="485.07267329175" cy="306.3597681387005" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_24__stack1"><circle cx="485.07267329175" cy="317.30522782520046" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_25__stack1"><circle cx="485.07267329175" cy="328.2506875117005" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_26__stack1"><circle cx="485.07267329175" cy="339.1961471982005" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_27__stack1"><circle cx="485.07267329175" cy="350.1416068847005" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_28__stack1"><circle cx="485.07267329175" cy="361.0870665712005" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_29__stack1"><circle cx="485.07267329175" cy="372.0325262577005" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_30__stack1"><circle cx="485.07267329175" cy="382.97798594420055" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_31__stack1"><circle cx="485.07267329175" cy="393.92344563070054" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_32__stack1"><circle cx="485.07267329175" cy="404.86890531720053" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_33__stack1"><circle cx="485.07267329175" cy="415.8143650037006" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_34__stack1"><circle cx="485.07267329175" cy="426.75982469020056" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_35__stack1"><circle cx="485.07267329175" cy="437.7052843767006" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_36__stack1"><circle cx="485.07267329175" cy="448.6507440632006" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_37__stack1"><circle cx="485.07267329175" cy="459.5962037497006" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_38__stack1"><circle cx="485.07267329175" cy="470.5416634362006" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_39__stack1"><circle cx="485.07267329175" cy="481.4871231227006" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_40__stack1"><circle cx="485.07267329175" cy="492.4325828092006" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_41__stack1"><circle cx="485.07267329175" cy="503.3780424957005" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_42__stack1"><circle cx="485.07267329175" cy="514.3235021822005" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_43__stack1"><circle cx="485.07267329175" cy="525.2689618687004" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_44__stack1"><circle cx="485.07267329175" cy="536.2144215552005" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_45__stack1"><circle cx="485.07267329175" cy="547.1598812417004" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_46__stack1"><circle cx="485.07267329175" cy="558.1053409282003" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_47__stack1"><circle cx="485.07267329175" cy="569.0508006147003" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_48__stack1"><circle cx="485.07267329175" cy="579.9962603012002" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_49__stack1"><circle cx="485.07267329175" cy="590.9417199877003" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_50__stack1"><circle cx="485.07267329175" cy="601.8871796742002" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_51__stack1"><circle cx="485.07267329175" cy="612.8326393607001" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_52__stack1"><circle cx="485.07267329175" cy="623.7780990472002" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_53__stack1"><circle cx="485.07267329175" cy="634.7235587337001" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_54__stack1"><circle cx="485.07267329175" cy="645.6690184202" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_55__stack1"><circle cx="485.07267329175" cy="656.6144781067001" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_56__stack1"><circle cx="485.07267329175" cy="667.5599377931999" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_57__stack1"><circle cx="485.07267329175" cy="678.5053974796999" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_58__stack1"><circle cx="485.07267329175" cy="689.4508571661999" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_59__stack1"><circle cx="485.07267329175" cy="700.3963168526998" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_60__stack1"><circle cx="485.07267329175" cy="711.3417765391998" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_61__stack1"><circle cx="485.07267329175" cy="722.2872362256998" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_62__stack1"><circle cx="485.07267329175" cy="733.2326959121997" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_63__stack1"><circle cx="485.07267329175" cy="744.1781555986997" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_64__stack1"><circle cx="485.07267329175" cy="755.1236152851997" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_65__stack1"><circle cx="703.98186702175" cy="749.6508854419496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_66__stack1"><circle cx="703.98186702175" cy="738.7054257554496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_67__stack1"><circle cx="703.98186702175" cy="727.7599660689497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_68__stack1"><circle cx="703.98186702175" cy="716.8145063824497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_69__stack1"><circle cx="703.98186702175" cy="705.8690466959497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_70__stack1"><circle cx="703.98186702175" cy="694.9235870094496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_71__stack1"><circle cx="703.98186702175" cy="683.9781273229496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_72__stack1"><circle cx="703.98186702175" cy="673.0326676364497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_73__stack1"><circle cx="703.98186702175" cy="662.0872079499497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_74__stack1"><circle cx="703.98186702175" cy="651.1417482634497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_75__stack1"><circle cx="703.98186702175" cy="640.1962885769497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_76__stack1"><circle cx="703.98186702175" cy="629.2508288904497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_77__stack1"><circle cx="703.98186702175" cy="618.3053692039497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_78__stack1"><circle cx="703.98186702175" cy="607.3599095174496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_79__stack1"><circle cx="703.98186702175" cy="596.4144498309497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_80__stack1"><circle cx="703.98186702175" cy="585.4689901444497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_81__stack1"><circle cx="703.98186702175" cy="574.5235304579496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_82__stack1"><circle cx="703.98186702175" cy="563.5780707714496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_83__stack1"><circle cx="703.98186702175" cy="552.6326110849496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_84__stack1"><circle cx="703.98186702175" cy="541.6871513984496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_85__stack1"><circle cx="703.98186702175" cy="530.7416917119497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_86__stack1"><circle cx="703.98186702175" cy="519.7962320254496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_87__stack1"><circle cx="703.98186702175" cy="508.8507723389496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_88__stack1"><circle cx="703.98186702175" cy="497.9053126524496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_89__stack1"><circle cx="703.98186702175" cy="486.9598529659496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_90__stack1"><circle cx="703.98186702175" cy="476.01439327944956" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_91__stack1"><circle cx="703.98186702175" cy="465.0689335929496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_92__stack1"><circle cx="703.98186702175" cy="454.12347390644953" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_93__stack1"><circle cx="703.98186702175" cy="443.17801421994955" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_94__stack1"><circle cx="703.98186702175" cy="432.2325545334495" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_95__stack1"><circle cx="703.98186702175" cy="421.2870948469495" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_96__stack1"><circle cx="703.98186702175" cy="410.3416351604495" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_97__stack1"><circle cx="703.98186702175" cy="399.3961754739495" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_98__stack1"><circle cx="703.98186702175" cy="388.4507157874495" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_99__stack1"><circle cx="703.98186702175" cy="377.5052561009495" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_100__stack1"><circle cx="703.98186702175" cy="366.55979641444947" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_101__stack1"><circle cx="703.98186702175" cy="355.6143367279495" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_102__stack1"><circle cx="703.98186702175" cy="344.66887704144943" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_103__stack1"><circle cx="703.98186702175" cy="333.72341735494945" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_104__stack1"><circle cx="703.98186702175" cy="322.7779576684494" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_105__stack1"><circle cx="703.98186702175" cy="311.8324979819495" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_106__stack1"><circle cx="703.98186702175" cy="300.88703829544954" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_107__stack1"><circle cx="703.98186702175" cy="289.94157860894956" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_108__stack1"><circle cx="703.98186702175" cy="278.99611892244957" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_109__stack1"><circle cx="703.98186702175" cy="268.05065923594964" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_110__stack1"><circle cx="703.98186702175" cy="257.1051995494497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_111__stack1"><circle cx="703.98186702175" cy="246.15973986294972" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_112__stack1"><circle cx="703.98186702175" cy="235.21428017644973" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_113__stack1"><circle cx="703.98186702175" cy="224.26882048994977" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_114__stack1"><circle cx="703.98186702175" cy="213.32336080344982" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_115__stack1"><circle cx="703.98186702175" cy="202.37790111694986" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_116__stack1"><circle cx="703.98186702175" cy="191.4324414304499" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_117__stack1"><circle cx="703.98186702175" cy="180.48698174394994" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_118__stack1"><circle cx="703.98186702175" cy="169.54152205744998" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_119__stack1"><circle cx="703.98186702175" cy="158.59606237095002" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_120__stack1"><circle cx="703.98186702175" cy="147.65060268445006" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_121__stack1"><circle cx="703.98186702175" cy="136.70514299795008" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_122__stack1"><circle cx="703.98186702175" cy="125.75968331145015" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_123__stack1"><circle cx="703.98186702175" cy="114.81422362495016" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_124__stack1"><circle cx="703.98186702175" cy="103.86876393845023" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_125__stack1"><circle cx="703.98186702175" cy="92.92330425195024" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_126__stack1"><circle cx="703.98186702175" cy="81.97784456545031" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_127__stack1"><circle cx="703.98186702175" cy="71.03238487895032" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_128__stack1"><circle cx="703.98186702175" cy="60.086925192450394" r="2.1890919373" 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="
254
254
  M 458.74884274571747,49.0867382075179
255
255
  L 453.27611290246745,46.131464092162894
256
256
  L 453.27611290246745,27.363649216377564