@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
@@ -480,671 +480,671 @@ orientation: x-" data-x="11.7" data-y="-3.5" cx="524.7645951035781" cy="389.8775
480
480
  .port-label { fill: rgb(0, 100, 100); }
481
481
  .component-name { fill: rgb(0, 100, 100); }
482
482
 
483
- </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 183.61456822191008 250.12140184785 L 119.84423913894011 250.12140184785" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 183.61456822191008 250.12140184785 L 119.84423913894011 250.12140184785" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 183.61456822191008 257.45132473095 L 119.84423913894011 257.45132473095" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 183.61456822191008 257.45132473095 L 119.84423913894011 257.45132473095" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 465.08360693295003 659.86409101314 L 465.08360693295003 667.19401389624 L 399.1143009850501 667.19401389624 L 399.1143009850501 659.86409101314" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 465.08360693295003 659.86409101314 L 465.08360693295003 667.19401389624 L 399.1143009850501 667.19401389624 L 399.1143009850501 659.86409101314" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 531.05291288085 659.86409101314 L 531.05291288085 667.19401389624 L 465.08360693295003 667.19401389624 L 465.08360693295003 659.86409101314" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 531.05291288085 659.86409101314 L 531.05291288085 667.19401389624 L 465.08360693295003 667.19401389624 L 465.08360693295003 659.86409101314" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 597.02221882875 659.86409101314 L 597.02221882875 667.19401389624 L 531.05291288085 667.19401389624 L 531.05291288085 659.86409101314" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 597.02221882875 659.86409101314 L 597.02221882875 667.19401389624 L 531.05291288085 667.19401389624 L 531.05291288085 659.86409101314" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 662.9915247766501 659.86409101314 L 662.9915247766501 667.19401389624 L 597.02221882875 667.19401389624 L 597.02221882875 659.86409101314" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 662.9915247766501 659.86409101314 L 662.9915247766501 667.19401389624 L 597.02221882875 667.19401389624 L 597.02221882875 659.86409101314" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 728.9608307245501 659.86409101314 L 728.9608307245501 667.19401389624 L 662.9915247766501 667.19401389624 L 662.9915247766501 659.86409101314" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 728.9608307245501 659.86409101314 L 728.9608307245501 667.19401389624 L 662.9915247766501 667.19401389624 L 662.9915247766501 659.86409101314" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><path d="M 380.7894937773001 604.88966938989 L 380.7894937773001 667.19401389624 L 399.1143009850501 667.19401389624 L 399.1143009850501 659.86409101314" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 380.7894937773001 604.88966938989 L 380.7894937773001 667.19401389624 L 399.1143009850501 667.19401389624 L 399.1143009850501 659.86409101314" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><path d="M 380.7894937773001 553.58020920819 L 380.7894937773001 560.91013209129 L 353.3022829656751 560.91013209129 L 353.3022829656751 612.21959227299 L 380.7894937773001 612.21959227299 L 380.7894937773001 604.88966938989" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 380.7894937773001 553.58020920819 L 380.7894937773001 560.91013209129 L 353.3022829656751 560.91013209129 L 353.3022829656751 612.21959227299 L 380.7894937773001 612.21959227299 L 380.7894937773001 604.88966938989" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 417.43910819280006 135.77460487149 L 417.43910819280006 156.29838894417 L 430.2664732382251 156.29838894417 L 430.2664732382251 176.82217301684997 L 422.93655035512506 176.82217301684997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 417.43910819280006 135.77460487149 L 417.43910819280006 156.29838894417 L 430.2664732382251 156.29838894417 L 430.2664732382251 176.82217301684997 L 422.93655035512506 176.82217301684997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 937.4055127127062 594.62777735355 L 944.7354355958062 594.62777735355 L 944.7354355958062 587.2978544704499 L 937.4055127127062 587.2978544704499" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 937.4055127127062 594.62777735355 L 944.7354355958062 594.62777735355 L 944.7354355958062 587.2978544704499 L 937.4055127127062 587.2978544704499" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 499.9007406276751 411.3797052760501 L 488.9058563030251 411.3797052760501 L 488.9058563030251 360.07024509435007 L 499.9007406276751 360.07024509435007" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 499.9007406276751 411.3797052760501 L 488.9058563030251 411.3797052760501 L 488.9058563030251 360.07024509435007 L 499.9007406276751 360.07024509435007" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 119.84423913894011 264.78124761405 L 183.61456822191008 264.78124761405" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 119.84423913894011 264.78124761405 L 183.61456822191008 264.78124761405" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 119.84423913894011 272.11117049715 L 183.61456822191008 272.11117049715" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 119.84423913894011 272.11117049715 L 183.61456822191008 272.11117049715" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 119.84423913894011 279.44109338025 L 183.61456822191008 279.44109338025" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 119.84423913894011 279.44109338025 L 183.61456822191008 279.44109338025" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 119.84423913894011 286.77101626335 L 183.61456822191008 286.77101626335" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 119.84423913894011 286.77101626335 L 183.61456822191008 286.77101626335" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 119.84423913894011 294.10093914645 L 183.61456822191008 294.10093914645" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 119.84423913894011 294.10093914645 L 183.61456822191008 294.10093914645" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 119.84423913894011 301.43086202955 L 183.61456822191008 301.43086202955" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 119.84423913894011 301.43086202955 L 183.61456822191008 301.43086202955" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 119.84423913894011 308.76078491264997 L 183.61456822191008 308.76078491264997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 119.84423913894011 308.76078491264997 L 183.61456822191008 308.76078491264997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 183.61456822191008 316.09070779575 L 119.84423913894011 316.09070779575" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 183.61456822191008 316.09070779575 L 119.84423913894011 316.09070779575" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 183.61456822191008 323.42063067885 L 119.84423913894011 323.42063067885" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 183.61456822191008 323.42063067885 L 119.84423913894011 323.42063067885" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 183.61456822191008 330.75055356194997 L 119.84423913894011 330.75055356194997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 183.61456822191008 330.75055356194997 L 119.84423913894011 330.75055356194997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 183.61456822191008 338.08047644504995 L 119.84423913894011 338.08047644505" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 183.61456822191008 338.08047644504995 L 119.84423913894011 338.08047644505" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 183.61456822191008 345.41039932815 L 119.84423913894011 345.41039932815" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 183.61456822191008 345.41039932815 L 119.84423913894011 345.41039932815" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 465.08360693295003 632.0103840573599 L 465.08360693295003 624.68046117426 L 399.1143009850501 624.68046117426 L 399.1143009850501 632.0103840573599" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 465.08360693295003 632.0103840573599 L 465.08360693295003 624.68046117426 L 399.1143009850501 624.68046117426 L 399.1143009850501 632.0103840573599" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 531.05291288085 632.0103840573599 L 531.05291288085 624.68046117426 L 465.08360693295003 624.68046117426 L 465.08360693295003 632.0103840573599" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 531.05291288085 632.0103840573599 L 531.05291288085 624.68046117426 L 465.08360693295003 624.68046117426 L 465.08360693295003 632.0103840573599" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_26__stack1"><path d="M 597.02221882875 632.0103840573599 L 597.02221882875 624.68046117426 L 531.05291288085 624.68046117426 L 531.05291288085 632.0103840573599" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 597.02221882875 632.0103840573599 L 597.02221882875 624.68046117426 L 531.05291288085 624.68046117426 L 531.05291288085 632.0103840573599" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"><path d="M 662.9915247766501 632.0103840573599 L 662.9915247766501 624.68046117426 L 597.02221882875 624.68046117426 L 597.02221882875 632.0103840573599" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 662.9915247766501 632.0103840573599 L 662.9915247766501 624.68046117426 L 597.02221882875 624.68046117426 L 597.02221882875 632.0103840573599" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"><path d="M 728.9608307245501 632.0103840573599 L 728.9608307245501 624.68046117426 L 662.9915247766501 624.68046117426 L 662.9915247766501 632.0103840573599" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 728.9608307245501 632.0103840573599 L 728.9608307245501 624.68046117426 L 662.9915247766501 624.68046117426 L 662.9915247766501 632.0103840573599" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_29__stack1"><path d="M 499.9007406276751 587.2978544704499 L 492.57081774457504 587.2978544704499 L 492.57081774457504 624.68046117426 L 531.05291288085 624.68046117426 L 531.05291288085 632.0103840573599" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 499.9007406276751 587.2978544704499 L 492.57081774457504 587.2978544704499 L 492.57081774457504 624.68046117426 L 531.05291288085 624.68046117426 L 531.05291288085 632.0103840573599" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_30__stack1"><path d="M 499.9007406276751 301.43086202955004 L 496.23577918612506 301.43086202955004 L 496.23577918612506 264.78124761405 L 499.9007406276751 264.78124761405" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 499.9007406276751 301.43086202955004 L 496.23577918612506 301.43086202955004 L 496.23577918612506 264.78124761405 L 499.9007406276751 264.78124761405" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_31__stack1"><path d="M 380.7894937773001 525.72650225241 L 380.7894937773001 518.39657936931 L 401.31327784998007 518.39657936931 L 401.31327784998007 481.0139726655 L 393.9833549668801 481.0139726655" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 380.7894937773001 525.72650225241 L 380.7894937773001 518.39657936931 L 401.31327784998007 518.39657936931 L 401.31327784998007 481.0139726655 L 393.9833549668801 481.0139726655" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_32__stack1"><path d="M 380.7894937773001 577.0359624341099 L 380.7894937773001 569.70603955101 L 360.632205848775 569.70603955101 L 360.632205848775 518.39657936931 L 380.7894937773001 518.39657936931 L 380.7894937773001 525.72650225241" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 380.7894937773001 577.0359624341099 L 380.7894937773001 569.70603955101 L 360.632205848775 569.70603955101 L 360.632205848775 518.39657936931 L 380.7894937773001 518.39657936931 L 380.7894937773001 525.72650225241" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_33__stack1"><path d="M 499.9007406276751 374.7300908605501 L 496.23577918612506 374.7300908605501 L 496.23577918612506 367.4001679774501 L 499.9007406276751 367.4001679774501" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 499.9007406276751 374.7300908605501 L 496.23577918612506 374.7300908605501 L 496.23577918612506 367.4001679774501 L 499.9007406276751 367.4001679774501" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_34__stack1"><path d="M 937.4055127127062 631.2773917690499 L 977.9033366418337 631.2773917690499 L 977.9033366418337 638.60731465215 L 937.4055127127062 638.60731465215" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 937.4055127127062 631.2773917690499 L 977.9033366418337 631.2773917690499 L 977.9033366418337 638.60731465215 L 937.4055127127062 638.60731465215" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_35__stack1"><path d="M 967.1833244253 267.71321676728996 L 967.1833244253 275.04313965039 L 929.9839657935674 275.04313965039 L 929.9839657935674 171.324730854525 L 892.7846071618351 171.324730854525" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 967.1833244253 267.71321676728996 L 967.1833244253 275.04313965039 L 929.9839657935674 275.04313965039 L 929.9839657935674 171.324730854525 L 892.7846071618351 171.324730854525" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_36__stack1"><path d="M 985.50813163305 751.4881270518899 L 985.50813163305 758.8180499349899 L 1095.45697487955 758.8180499349899 L 1095.45697487955 751.4881270518899" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 985.50813163305 751.4881270518899 L 985.50813163305 758.8180499349899 L 1095.45697487955 758.8180499349899 L 1095.45697487955 751.4881270518899" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_37__stack1"><path d="M 252.5158433230501 467.08711918760997 L 252.5158433230501 448.02931969155 L 179.2166144920501 448.02931969155" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 252.5158433230501 467.08711918760997 L 252.5158433230501 448.02931969155 L 179.2166144920501 448.02931969155" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_38__stack1"><path d="M 499.9007406276751 418.7096281591501 L 360.26570970462 418.7096281591501 L 360.26570970462 481.0139726655 L 367.59563258772005 481.0139726655" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 499.9007406276751 418.7096281591501 L 360.26570970462 418.7096281591501 L 360.26570970462 481.0139726655 L 367.59563258772005 481.0139726655" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_39__stack1"><path d="M 1094.3574864470852 134.67511643902498 L 1101.6874093301851 134.67511643902498 L 1101.6874093301851 152.08368328638753 L 940.06260975783 152.08368328638753 L 940.06260975783 169.49225013375002 L 947.3925326409301 169.49225013375002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1094.3574864470852 134.67511643902498 L 1101.6874093301851 134.67511643902498 L 1101.6874093301851 152.08368328638753 L 940.06260975783 152.08368328638753 L 940.06260975783 169.49225013375002 L 947.3925326409301 169.49225013375002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_40__stack1"><path d="M 1113.7817820873001 623.94746888595 L 1128.4416278535 623.94746888595 L 1128.4416278535 673.79094449103 L 1095.45697487955 673.79094449103 L 1095.45697487955 723.63442009611" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1113.7817820873001 623.94746888595 L 1128.4416278535 623.94746888595 L 1128.4416278535 673.79094449103 L 1095.45697487955 673.79094449103 L 1095.45697487955 723.63442009611" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_41__stack1"><path d="M 338.64243719947507 176.82217301685 L 331.3125143163751 176.82217301685 L 331.3125143163751 100.59097503261006 L 417.43910819280006 100.59097503261006 L 417.43910819280006 107.92089791571004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 338.64243719947507 176.82217301685 L 331.3125143163751 176.82217301685 L 331.3125143163751 100.59097503261006 L 417.43910819280006 100.59097503261006 L 417.43910819280006 107.92089791571004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_42__stack1"><path d="M 611.68206459495 169.49225013375002 L 619.0119874780501 169.49225013375002 L 619.0119874780501 100.59097503261006 L 564.0375658548 100.59097503261006 L 564.0375658548 107.92089791571004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 611.68206459495 169.49225013375002 L 619.0119874780501 169.49225013375002 L 619.0119874780501 100.59097503261006 L 564.0375658548 100.59097503261006 L 564.0375658548 107.92089791571004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_43__stack1"><path d="M 986.97411620967 169.49225013375002 L 994.3040390927699 169.49225013375002 L 994.3040390927699 204.67587997262996 L 967.1833244253 204.67587997262996 L 967.1833244253 239.85950981151" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 986.97411620967 169.49225013375002 L 994.3040390927699 169.49225013375002 L 994.3040390927699 204.67587997262996 L 967.1833244253 204.67587997262996 L 967.1833244253 239.85950981151" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_44__stack1"><path d="M 105.9173856610501 513.99862563945 L 58.23623730648467 513.99862563945 L 58.23623730648467 448.02931969155 L 105.9173856610501 448.02931969155" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 105.9173856610501 513.99862563945 L 58.23623730648467 513.99862563945 L 58.23623730648467 448.02931969155 L 105.9173856610501 448.02931969155" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_45__stack1"><path d="M 499.9007406276751 360.07024509435007 L 417.03596243422953 360.07024509435007 L 417.03596243422953 294.10093914645006 L 499.9007406276751 294.10093914645006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 499.9007406276751 360.07024509435007 L 417.03596243422953 360.07024509435007 L 417.03596243422953 294.10093914645006 L 499.9007406276751 294.10093914645006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_46__stack1"><path d="M 937.4055127127062 623.94746888595 L 941.0704741542563 623.94746888595 L 941.0704741542563 616.61754600285 L 937.4055127127062 616.61754600285" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 937.4055127127062 623.94746888595 L 941.0704741542563 623.94746888595 L 941.0704741542563 616.61754600285 L 937.4055127127062 616.61754600285" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_47__stack1"><path d="M 937.4055127127062 609.2876231197499 L 941.0704741542563 609.2876231197499 L 941.0704741542563 601.95770023665 L 937.4055127127062 601.95770023665" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 937.4055127127062 609.2876231197499 L 941.0704741542563 609.2876231197499 L 941.0704741542563 601.95770023665 L 937.4055127127062 601.95770023665" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_48__stack1"><path d="M 1040.4825532563 634.9423532106 L 1033.1526303732 634.9423532106 L 1033.1526303732 620.2825074443999 L 1040.4825532563 620.2825074443999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1040.4825532563 634.9423532106 L 1033.1526303732 634.9423532106 L 1033.1526303732 620.2825074443999 L 1040.4825532563 620.2825074443999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_49__stack1"><path d="M 628.174391081925 418.7096281591499 L 689.0494006260706 418.7096281591499 L 689.0494006260706 428.97152019549 L 728.9608307245501 428.97152019549 L 728.9608307245501 421.64159731239" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 628.174391081925 418.7096281591499 L 689.0494006260706 418.7096281591499 L 689.0494006260706 428.97152019549 L 728.9608307245501 428.97152019549 L 728.9608307245501 421.64159731239" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_50__stack1"><path d="M 628.174391081925 235.46155608165003 L 710.6360235168 235.46155608165003 L 710.6360235168 293.36794685814 L 732.6257921661 293.36794685814 L 732.6257921661 286.03802397504" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 628.174391081925 235.46155608165003 L 710.6360235168 235.46155608165003 L 710.6360235168 293.36794685814 L 732.6257921661 293.36794685814 L 732.6257921661 286.03802397504" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_51__stack1"><path d="M 179.2166144920501 455.35924257465 L 226.89776284661554 455.35924257464995 L 226.89776284661554 502.27074902648997 L 252.5158433230501 502.27074902648997 L 252.5158433230501 494.94082614339" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 179.2166144920501 455.35924257465 L 226.89776284661554 455.35924257464995 L 226.89776284661554 502.27074902648997 L 252.5158433230501 502.27074902648997 L 252.5158433230501 494.94082614339" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_52__stack1"><path d="M 787.60021378935 224.466671757 L 794.9301366724501 224.466671757 L 794.9301366724501 355.67229136449 L 703.3061006337 355.67229136449 L 703.3061006337 348.34236848139" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 787.60021378935 224.466671757 L 794.9301366724501 224.466671757 L 794.9301366724501 355.67229136449 L 703.3061006337 355.67229136449 L 703.3061006337 348.34236848139" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_53__stack1"><path d="M 564.0375658548 135.77460487149 L 564.0375658548 162.16232725065004 L 506.8275177522045 162.16232725065004 L 506.8275177522045 176.82217301684997 L 422.93655035512506 176.82217301685" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 564.0375658548 135.77460487149 L 564.0375658548 162.16232725065004 L 506.8275177522045 162.16232725065004 L 506.8275177522045 176.82217301684997 L 422.93655035512506 176.82217301685" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_54__stack1"><path d="M 892.0516148735251 444.36435825 L 844.3704665189596 444.36435824999995 L 844.3704665189596 490.17637626937494 L 893.8840955943 490.17637626937494 L 893.8840955943 535.98839428875 L 886.5541727112001 535.98839428875" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 892.0516148735251 444.36435825 L 844.3704665189596 444.36435824999995 L 844.3704665189596 490.17637626937494 L 893.8840955943 490.17637626937494 L 893.8840955943 535.98839428875 L 886.5541727112001 535.98839428875" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_55__stack1"><path d="M 1005.2989234174199 132.84263571825 L 1005.2989234174199 127.34519355592505 L 1012.62884630052 127.34519355592505 L 1012.62884630052 63.20836832880002 L 939.2379934334813 63.20836832880002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1005.2989234174199 132.84263571825 L 1005.2989234174199 127.34519355592505 L 1012.62884630052 127.34519355592505 L 1012.62884630052 63.20836832880002 L 939.2379934334813 63.20836832880002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_56__stack1"><path d="M 732.6257921661 258.18431701926 L 732.6257921661 231.79659464009998 L 628.174391081925 231.79659464009998 L 628.174391081925 228.13163319855005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 732.6257921661 258.18431701926 L 732.6257921661 231.79659464009998 L 628.174391081925 231.79659464009998 L 628.174391081925 228.13163319855005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_57__stack1"><path d="M 499.9007406276751 360.07024509435007 L 478.2774681225301 360.07024509435007" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 499.9007406276751 360.07024509435007 L 478.2774681225301 360.07024509435007" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_58__stack1"><path d="M 499.9007406276751 579.96793158735 L 480.0732992288896 579.96793158735 L 480.0732992288896 581.8370619225404" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 499.9007406276751 579.96793158735 L 480.0732992288896 579.96793158735 L 480.0732992288896 581.8370619225404" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_59__stack1"><path d="M 1014.82782316545 535.98839428875 L 1023.6603802395855 535.98839428875 L 1023.6603802395855 548.8524089485904" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1014.82782316545 535.98839428875 L 1023.6603802395855 535.98839428875 L 1023.6603802395855 548.8524089485904" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_60__stack1"><path d="M 1033.1526303732 620.2825074443999 L 1020.325265327775 620.2825074443999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1033.1526303732 620.2825074443999 L 1020.325265327775 620.2825074443999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_61__stack1"><path d="M 1040.4825532563 627.6124303275 L 1031.6499961821646 627.6124303275 L 1031.6499961821646 638.6439642665655" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1040.4825532563 627.6124303275 L 1031.6499961821646 627.6124303275 L 1031.6499961821646 638.6439642665655" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_62__stack1"><path d="M 628.174391081925 565.3080858211499 L 703.3427502481155 565.3080858211499 L 703.3427502481155 554.2765518820844" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 628.174391081925 565.3080858211499 L 703.3427502481155 565.3080858211499 L 703.3427502481155 554.2765518820844" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_63__stack1"><path d="M 496.23577918612506 264.78124761405 L 483.4084141407001 264.78124761405 L 483.4084141407001 264.74459799963455" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 496.23577918612506 264.78124761405 L 483.4084141407001 264.78124761405 L 483.4084141407001 264.74459799963455" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_64__stack1"><path d="M 628.174391081925 411.3797052760499 L 677.6880201572656 411.3797052760499 L 677.6880201572656 400.34817133698436" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 628.174391081925 411.3797052760499 L 677.6880201572656 411.3797052760499 L 677.6880201572656 400.34817133698436" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_65__stack1"><path d="M 939.2379934334813 48.5485225626 L 950.2695273725468 48.5485225626 L 950.2695273725468 41.18195006508455" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 939.2379934334813 48.5485225626 L 950.2695273725468 48.5485225626 L 950.2695273725468 41.18195006508455" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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_66__stack1"><path d="M 1005.665419561575 444.36435825 L 1051.5140871953656 444.36435825 L 1051.5140871953656 433.3328243109345" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1005.665419561575 444.36435825 L 1051.5140871953656 444.36435825 L 1051.5140871953656 433.3328243109345" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="465.08360693295003" cy="659.86409101314" r="1.0994884324649998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="465.08360693295003" cy="667.19401389624" r="1.0994884324649998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="399.1143009850501" cy="667.19401389624" r="1.0994884324649998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="399.1143009850501" cy="659.86409101314" r="1.0994884324649998" 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="531.05291288085" cy="659.86409101314" r="1.0994884324649998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="531.05291288085" cy="667.19401389624" r="1.0994884324649998" 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="597.02221882875" cy="659.86409101314" r="1.0994884324649998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="597.02221882875" cy="667.19401389624" r="1.0994884324649998" 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="662.9915247766501" cy="659.86409101314" r="1.0994884324649998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="662.9915247766501" cy="667.19401389624" r="1.0994884324649998" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><circle cx="380.7894937773001" cy="604.88966938989" r="1.0994884324649998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><circle cx="422.93655035512506" cy="176.82217301684997" r="1.0994884324649998" 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="499.9007406276751" cy="360.07024509435007" r="1.0994884324649998" 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"><circle cx="465.08360693295003" cy="632.0103840573599" r="1.0994884324649998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="465.08360693295003" cy="624.68046117426" r="1.0994884324649998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"><circle cx="531.05291288085" cy="632.0103840573599" r="1.0994884324649998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="531.05291288085" cy="624.68046117426" r="1.0994884324649998" 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_26__stack1"><circle cx="597.02221882875" cy="632.0103840573599" r="1.0994884324649998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="597.02221882875" cy="624.68046117426" r="1.0994884324649998" 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_27__stack1"><circle cx="662.9915247766501" cy="632.0103840573599" r="1.0994884324649998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="662.9915247766501" cy="624.68046117426" r="1.0994884324649998" 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_28__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_29__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_30__stack1"><circle cx="496.23577918612506" cy="264.78124761405" r="1.0994884324649998" 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_31__stack1"><circle cx="380.7894937773001" cy="525.72650225241" r="1.0994884324649998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="380.7894937773001" cy="518.39657936931" r="1.0994884324649998" 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_32__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_33__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_34__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_35__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_36__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_37__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_38__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_39__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_40__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_41__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_42__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_43__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_44__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_45__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_46__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_47__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_48__stack1"><circle cx="1033.1526303732" cy="620.2825074443999" r="1.0994884324649998" 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_49__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_50__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_51__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_52__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_53__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_54__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_55__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_56__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_57__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_58__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_59__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_60__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_61__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_62__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_63__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_64__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_65__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_66__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="70.0007635338601" y="242.79147896475" width="35.183629838879995" height="109.94884324649996" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="70.0007635338601" y="242.79147896475" width="35.183629838879995" height="109.94884324649996" fill="transparent"/><text class="sch-text" x="87.59257845330012" y="297.765900588" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 87.59257845330012, 297.765900588)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="105.18439337274009" y1="250.12140184785" x2="119.84423913894011" y2="250.12140184785" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="119.11124685063011" y="249.38840955954" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="112.51431625584013" y="249.38840955954" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="101.51943193119013" y="250.12140184785" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="105.18439337274009" y1="257.45132473095" x2="119.84423913894011" y2="257.45132473095" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="119.11124685063011" y="256.71833244263996" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="112.51431625584013" y="256.71833244264" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="101.51943193119013" y="257.45132473095" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_1</text><line class="component-pin sch-component-pin sch-port-line" x1="105.18439337274009" y1="264.78124761405" x2="119.84423913894011" y2="264.78124761405" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="119.11124685063011" y="264.04825532574" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="112.51431625584013" y="264.04825532574" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="101.51943193119013" y="264.78124761405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="105.18439337274009" y1="272.11117049715" x2="119.84423913894011" y2="272.11117049715" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="119.11124685063011" y="271.37817820884" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="112.51431625584013" y="271.37817820884004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="101.51943193119013" y="272.11117049715" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_3</text><line class="component-pin sch-component-pin sch-port-line" x1="105.18439337274009" y1="279.44109338025" x2="119.84423913894011" y2="279.44109338025" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="119.11124685063011" y="278.70810109193997" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="112.51431625584013" y="278.70810109193997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="101.51943193119013" y="279.44109338025" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="105.18439337274009" y1="286.77101626335" x2="119.84423913894011" y2="286.77101626335" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="119.11124685063011" y="286.03802397504" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="112.51431625584013" y="286.03802397504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="101.51943193119013" y="286.77101626335" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_5</text><line class="component-pin sch-component-pin sch-port-line" x1="105.18439337274009" y1="294.10093914645" x2="119.84423913894011" y2="294.10093914645" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="119.11124685063011" y="293.36794685814" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="112.51431625584013" y="293.36794685814" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="101.51943193119013" y="294.10093914645" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_6</text><line class="component-pin sch-component-pin sch-port-line" x1="105.18439337274009" y1="301.43086202955" x2="119.84423913894011" y2="301.43086202955" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="119.11124685063011" y="300.69786974123997" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="112.51431625584013" y="300.69786974123997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="101.51943193119013" y="301.43086202955" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_7</text><line class="component-pin sch-component-pin sch-port-line" x1="105.18439337274009" y1="308.76078491264997" x2="119.84423913894011" y2="308.76078491264997" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="119.11124685063011" y="308.02779262433995" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="112.51431625584013" y="308.02779262434" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="101.51943193119013" y="308.76078491264997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_8</text><line class="component-pin sch-component-pin sch-port-line" x1="105.18439337274009" y1="316.09070779575" x2="119.84423913894011" y2="316.09070779575" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><rect x="119.11124685063011" y="315.35771550744" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="112.51431625584013" y="315.35771550744" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="101.51943193119013" y="316.09070779575" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_9</text><line class="component-pin sch-component-pin sch-port-line" x1="105.18439337274009" y1="323.42063067885" x2="119.84423913894011" y2="323.42063067885" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><rect x="119.11124685063011" y="322.68763839054" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="112.51431625584013" y="322.68763839054" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="101.51943193119013" y="323.42063067885" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_10</text><line class="component-pin sch-component-pin sch-port-line" x1="105.18439337274009" y1="330.75055356194997" x2="119.84423913894011" y2="330.75055356194997" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><rect x="119.11124685063011" y="330.01756127363996" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="112.51431625584013" y="330.01756127364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="101.51943193119013" y="330.75055356194997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_11</text><line class="component-pin sch-component-pin sch-port-line" x1="105.18439337274009" y1="338.08047644505" x2="119.84423913894011" y2="338.08047644505" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><rect x="119.11124685063011" y="337.34748415674" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="112.51431625584013" y="337.34748415674" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="101.51943193119013" y="338.08047644505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_12</text><line class="component-pin sch-component-pin sch-port-line" x1="105.18439337274009" y1="345.41039932815" x2="119.84423913894011" y2="345.41039932815" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><rect x="119.11124685063011" y="344.67740703984" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="112.51431625584013" y="344.67740703984" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="101.51943193119013" y="345.41039932815" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_13</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="198.27441398811004" y="242.79147896475" width="35.18362983888005" height="109.94884324649996" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="198.27441398811004" y="242.79147896475" width="35.18362983888005" height="109.94884324649996" fill="transparent"/><text class="sch-text" x="215.86622890755007" y="297.765900588" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 215.86622890755007, 297.765900588)">schematic_component_1</text><line class="component-pin sch-component-pin sch-port-line" x1="198.27441398811004" y1="250.12140184785" x2="183.61456822191008" y2="250.12140184785" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="182.8815759336001" y="249.38840955954" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="190.94449110501" y="249.38840955954" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="201.93937542966006" y="250.12140184785" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_14</text><line class="component-pin sch-component-pin sch-port-line" x1="198.27441398811004" y1="257.45132473095" x2="183.61456822191008" y2="257.45132473095" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="182.8815759336001" y="256.71833244263996" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="190.94449110501" y="256.71833244264" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="201.93937542966006" y="257.45132473095" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_15</text><line class="component-pin sch-component-pin sch-port-line" x1="198.27441398811004" y1="264.78124761405" x2="183.61456822191008" y2="264.78124761405" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="182.8815759336001" y="264.04825532574" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="190.94449110501" y="264.04825532574" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="201.93937542966006" y="264.78124761405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_16</text><line class="component-pin sch-component-pin sch-port-line" x1="198.27441398811004" y1="272.11117049715" x2="183.61456822191008" y2="272.11117049715" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="182.8815759336001" y="271.37817820884" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="190.94449110501" y="271.37817820884" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="201.93937542966006" y="272.11117049715" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_17</text><line class="component-pin sch-component-pin sch-port-line" x1="198.27441398811004" y1="279.44109338025" x2="183.61456822191008" y2="279.44109338025" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_1_4__stack1"><rect x="182.8815759336001" y="278.70810109193997" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="190.94449110501" y="278.70810109193997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="201.93937542966006" y="279.44109338025" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_18</text><line class="component-pin sch-component-pin sch-port-line" x1="198.27441398811004" y1="286.77101626335" x2="183.61456822191008" y2="286.77101626335" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_1_5__stack1"><rect x="182.8815759336001" y="286.03802397504" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="190.94449110501" y="286.03802397504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="201.93937542966006" y="286.77101626335" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_19</text><line class="component-pin sch-component-pin sch-port-line" x1="198.27441398811004" y1="294.10093914645" x2="183.61456822191008" y2="294.10093914645" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_1_6__stack1"><rect x="182.8815759336001" y="293.36794685814" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="190.94449110501" y="293.36794685814" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="201.93937542966006" y="294.10093914645" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_20</text><line class="component-pin sch-component-pin sch-port-line" x1="198.27441398811004" y1="301.43086202955" x2="183.61456822191008" y2="301.43086202955" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_1_7__stack1"><rect x="182.8815759336001" y="300.69786974123997" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="190.94449110501" y="300.69786974123997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="201.93937542966006" y="301.43086202955" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_21</text><line class="component-pin sch-component-pin sch-port-line" x1="198.27441398811004" y1="308.76078491264997" x2="183.61456822191008" y2="308.76078491264997" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_1_8__stack1"><rect x="182.8815759336001" y="308.02779262433995" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="190.94449110501" y="308.02779262434" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="201.93937542966006" y="308.76078491264997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_22</text><line class="component-pin sch-component-pin sch-port-line" x1="198.27441398811004" y1="316.09070779575" x2="183.61456822191008" y2="316.09070779575" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_1_9__stack1"><rect x="182.8815759336001" y="315.35771550744" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="190.94449110501" y="315.35771550744" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="201.93937542966006" y="316.09070779575" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_23</text><line class="component-pin sch-component-pin sch-port-line" x1="198.27441398811004" y1="323.42063067885" x2="183.61456822191008" y2="323.42063067885" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_1_10__stack1"><rect x="182.8815759336001" y="322.68763839054" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="190.94449110501" y="322.68763839054" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="201.93937542966006" y="323.42063067885" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_24</text><line class="component-pin sch-component-pin sch-port-line" x1="198.27441398811004" y1="330.75055356194997" x2="183.61456822191008" y2="330.75055356194997" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_1_11__stack1"><rect x="182.8815759336001" y="330.01756127363996" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="190.94449110501" y="330.01756127363996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="201.93937542966006" y="330.75055356194997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_25</text><line class="component-pin sch-component-pin sch-port-line" x1="198.27441398811004" y1="338.08047644504995" x2="183.61456822191008" y2="338.08047644504995" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_1_12__stack1"><rect x="182.8815759336001" y="337.34748415673994" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="190.94449110501" y="337.34748415674" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="201.93937542966006" y="338.08047644504995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_26</text><line class="component-pin sch-component-pin sch-port-line" x1="198.27441398811004" y1="345.41039932815" x2="183.61456822191008" y2="345.41039932815" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_1_13__stack1"><rect x="182.8815759336001" y="344.67740703984" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="190.94449110501" y="344.67740703984" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="201.93937542966006" y="345.41039932815" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_27</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="514.560586393875" y="220.80171031545004" width="98.95395892185002" height="373.82606703809995" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="514.560586393875" y="220.80171031545004" width="98.95395892185002" height="373.82606703809995" fill="transparent"/><text class="sch-text" x="564.0375658548" y="407.7147438345" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 564.0375658548, 407.7147438345)">schematic_component_2</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="228.13163319855005" x2="500.63373291598504" y2="228.13163319855005" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="228.13163319855005" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="227.39864091024006" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="227.39864091024006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="228.13163319855005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_28</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="235.46155608165006" x2="500.63373291598504" y2="235.46155608165006" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="235.46155608165006" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="234.72856379334007" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="234.72856379334007" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="235.46155608165006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_29</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="242.79147896475007" x2="500.63373291598504" y2="242.79147896475007" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="242.79147896475007" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="242.05848667644008" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="242.05848667644008" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="242.79147896475007" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_30</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="250.12140184785002" x2="500.63373291598504" y2="250.12140184785002" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="250.12140184785002" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="249.38840955954004" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="249.38840955954007" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="250.12140184785002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_31</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="257.45132473095003" x2="500.63373291598504" y2="257.45132473095003" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="257.45132473095003" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="256.71833244264" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="256.7183324426401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="257.45132473095003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_32</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="264.78124761405" x2="499.9007406276751" y2="264.78124761405" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_5__stack1"><rect x="499.16774833936506" y="264.04825532574" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="264.04825532574006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="264.78124761405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_33</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="272.11117049715006" x2="500.63373291598504" y2="272.11117049715006" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="272.11117049715006" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="271.37817820884004" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="271.37817820884004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="272.11117049715006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_34</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="279.44109338025004" x2="500.63373291598504" y2="279.44109338025004" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="279.44109338025004" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="278.70810109194" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="278.7081010919401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="279.44109338025004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_35</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="286.77101626335" x2="500.63373291598504" y2="286.77101626335" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="286.77101626335" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="286.03802397504" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="286.03802397504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="286.77101626335" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_36</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="294.10093914645006" x2="499.9007406276751" y2="294.10093914645006" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_9__stack1"><rect x="499.16774833936506" y="293.36794685814004" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="293.36794685814004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="294.10093914645006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_37</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="301.43086202955004" x2="499.9007406276751" y2="301.43086202955004" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_10__stack1"><rect x="499.16774833936506" y="300.69786974124" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="300.69786974124" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="301.43086202955004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_38</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="308.76078491265" x2="500.63373291598504" y2="308.76078491265" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="308.76078491265" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="308.02779262434" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="308.02779262434" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="308.76078491265" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_39</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="316.09070779575006" x2="500.63373291598504" y2="316.09070779575006" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="316.09070779575006" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="315.35771550744005" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="315.35771550744005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="316.09070779575006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_40</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="323.42063067885005" x2="500.63373291598504" y2="323.42063067885005" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="323.42063067885005" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="322.68763839054003" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="322.68763839054003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="323.42063067885005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_41</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="330.75055356195" x2="500.63373291598504" y2="330.75055356195" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="330.75055356195" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="330.01756127364" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="330.01756127364007" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="330.75055356195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_42</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="338.08047644505007" x2="500.63373291598504" y2="338.08047644505007" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="338.08047644505007" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="337.34748415674005" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="337.34748415674005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="338.08047644505007" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_43</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="345.41039932815005" x2="500.63373291598504" y2="345.41039932815005" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="345.41039932815005" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="344.67740703984003" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="344.6774070398401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="345.41039932815005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_44</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="352.7403222112501" x2="500.63373291598504" y2="352.7403222112501" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="352.7403222112501" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="352.0073299229401" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="352.0073299229401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="352.7403222112501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_45</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="360.07024509435007" x2="499.9007406276751" y2="360.07024509435007" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_18__stack1"><rect x="499.16774833936506" y="359.33725280604006" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="359.33725280604006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="360.07024509435007" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_46</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="367.4001679774501" x2="499.9007406276751" y2="367.4001679774501" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_19__stack1"><rect x="499.16774833936506" y="366.6671756891401" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="366.6671756891401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="367.4001679774501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_47</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="374.7300908605501" x2="499.9007406276751" y2="374.7300908605501" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_20__stack1"><rect x="499.16774833936506" y="373.9970985722401" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="373.9970985722401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="374.7300908605501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_48</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="382.0600137436501" x2="500.63373291598504" y2="382.0600137436501" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="382.0600137436501" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="381.32702145534006" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="381.32702145534006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="382.0600137436501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_49</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="389.38993662675006" x2="500.63373291598504" y2="389.38993662675006" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_22__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="389.38993662675006" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="388.65694433844004" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="388.6569443384401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="389.38993662675006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_50</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="396.7198595098501" x2="500.63373291598504" y2="396.7198595098501" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="396.7198595098501" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="395.9868672215401" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="395.9868672215401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="396.7198595098501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_51</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="404.0497823929501" x2="500.63373291598504" y2="404.0497823929501" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="404.0497823929501" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="403.31679010464006" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="403.3167901046401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="404.0497823929501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_52</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="411.3797052760501" x2="499.9007406276751" y2="411.3797052760501" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_25__stack1"><rect x="499.16774833936506" y="410.6467129877401" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="410.6467129877401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="411.3797052760501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_53</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="418.7096281591501" x2="499.9007406276751" y2="418.7096281591501" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_26__stack1"><rect x="499.16774833936506" y="417.9766358708401" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="417.9766358708401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="418.7096281591501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_54</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="426.03955104225014" x2="500.63373291598504" y2="426.03955104225014" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_27__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="426.03955104225014" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="425.3065587539401" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="425.3065587539401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="426.03955104225014" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_55</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="433.3694739253501" x2="500.63373291598504" y2="433.3694739253501" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="433.3694739253501" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="432.6364816370401" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="432.6364816370401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="433.3694739253501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_56</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="440.6993968084501" x2="500.63373291598504" y2="440.6993968084501" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="440.6993968084501" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="439.9664045201401" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="439.96640452014014" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="440.6993968084501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_57</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="448.02931969155014" x2="500.63373291598504" y2="448.02931969155014" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_30__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="448.02931969155014" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="447.2963274032401" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="447.2963274032401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="448.02931969155014" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_58</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="455.3592425746501" x2="500.63373291598504" y2="455.3592425746501" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="455.3592425746501" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="454.6262502863401" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="454.6262502863401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="455.3592425746501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_59</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="462.68916545775016" x2="500.63373291598504" y2="462.68916545775016" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_32__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="462.68916545775016" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="461.95617316944015" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="461.95617316944015" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="462.68916545775016" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_60</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="470.01908834085015" x2="500.63373291598504" y2="470.01908834085015" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_33__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="470.01908834085015" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="469.28609605254013" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="469.28609605254013" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="470.01908834085015" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_61</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="477.34901122395013" x2="500.63373291598504" y2="477.34901122395013" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="477.34901122395013" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="476.6160189356401" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="476.61601893564017" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="477.34901122395013" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_62</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="484.67893410705017" x2="500.63373291598504" y2="484.67893410705017" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_35__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="484.67893410705017" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="483.94594181874015" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="483.94594181874015" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="484.67893410705017" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_63</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="492.00885699015015" x2="500.63373291598504" y2="492.00885699015015" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_36__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="492.00885699015015" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="491.27586470184013" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="491.2758647018402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="492.00885699015015" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_64</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="499.3387798732502" x2="500.63373291598504" y2="499.3387798732502" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_37__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="499.3387798732502" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="498.6057875849402" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="498.6057875849402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="499.3387798732502" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_65</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="506.66870275635017" x2="500.63373291598504" y2="506.66870275635017" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_38__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="506.66870275635017" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="505.93571046804016" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="505.93571046804016" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="506.66870275635017" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_66</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="513.9986256394502" x2="500.63373291598504" y2="513.9986256394502" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_39__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="513.9986256394502" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="513.2656333511402" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="513.2656333511402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="513.9986256394502" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_67</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="521.3285485225501" x2="500.63373291598504" y2="521.3285485225501" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_40__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="521.3285485225501" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="520.5955562342401" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="520.5955562342401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="521.3285485225501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_68</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="528.6584714056502" x2="500.63373291598504" y2="528.6584714056502" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_41__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="528.6584714056502" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="527.9254791173402" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="527.9254791173402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="528.6584714056502" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_69</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="535.9883942887501" x2="500.63373291598504" y2="535.9883942887501" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_42__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="535.9883942887501" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="535.2554020004401" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="535.2554020004401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="535.9883942887501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_70</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="543.3183171718501" x2="500.63373291598504" y2="543.3183171718501" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_43__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="543.3183171718501" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="542.5853248835401" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="542.5853248835401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="543.3183171718501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_71</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="550.6482400549501" x2="500.63373291598504" y2="550.6482400549501" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_44__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="550.6482400549501" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="549.91524776664" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="549.91524776664" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="550.6482400549501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_72</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="557.97816293805" x2="500.63373291598504" y2="557.97816293805" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_45__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="557.97816293805" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="557.24517064974" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="557.24517064974" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="557.97816293805" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_73</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="565.30808582115" x2="500.63373291598504" y2="565.30808582115" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_46__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="565.30808582115" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="564.57509353284" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="564.57509353284" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="565.30808582115" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_74</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="572.63800870425" x2="500.63373291598504" y2="572.63800870425" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_47__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="572.63800870425" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="571.9050164159399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="571.90501641594" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="572.63800870425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_75</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="579.96793158735" x2="499.9007406276751" y2="579.96793158735" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_48__stack1"><rect x="499.16774833936506" y="579.23493929904" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="579.23493929904" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="579.96793158735" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_76</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="587.2978544704499" x2="499.9007406276751" y2="587.2978544704499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_49__stack1"><rect x="499.16774833936506" y="586.5648621821399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="586.5648621821399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="587.2978544704499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_77</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="587.2978544704499" x2="627.441398793615" y2="587.2978544704499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_50__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="587.2978544704499" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="586.5648621821399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="586.5648621821399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="587.2978544704499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_78</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="579.9679315873499" x2="627.441398793615" y2="579.9679315873499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_51__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="579.9679315873499" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="579.2349392990399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="579.23493929904" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="579.9679315873499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_79</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="572.6380087042498" x2="627.441398793615" y2="572.6380087042498" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_52__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="572.6380087042498" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="571.9050164159398" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="571.9050164159399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="572.6380087042498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_80</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="565.3080858211499" x2="628.174391081925" y2="565.3080858211499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_53__stack1"><rect x="627.441398793615" y="564.5750935328399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="564.5750935328399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="565.3080858211499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_81</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="557.97816293805" x2="627.441398793615" y2="557.97816293805" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_54__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="557.97816293805" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="557.24517064974" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="557.24517064974" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="557.97816293805" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_82</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="550.64824005495" x2="627.441398793615" y2="550.64824005495" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_55__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="550.64824005495" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="549.9152477666399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="549.9152477666399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="550.64824005495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_83</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="543.3183171718499" x2="627.441398793615" y2="543.3183171718499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_56__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="543.3183171718499" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="542.5853248835399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="542.5853248835399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="543.3183171718499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_84</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="535.98839428875" x2="627.441398793615" y2="535.98839428875" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_57__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="535.98839428875" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="535.25540200044" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="535.25540200044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="535.98839428875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_85</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="528.65847140565" x2="627.441398793615" y2="528.65847140565" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_58__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="528.65847140565" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="527.9254791173399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="527.9254791173399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="528.65847140565" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_86</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="521.3285485225499" x2="627.441398793615" y2="521.3285485225499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_59__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="521.3285485225499" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="520.5955562342399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="520.5955562342399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="521.3285485225499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_87</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="513.99862563945" x2="627.441398793615" y2="513.99862563945" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_60__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="513.99862563945" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="513.26563335114" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="513.26563335114" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="513.99862563945" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_88</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="506.66870275634994" x2="627.441398793615" y2="506.66870275634994" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_61__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="506.66870275634994" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="505.93571046803993" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="505.93571046803993" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="506.66870275634994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_89</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="499.3387798732499" x2="627.441398793615" y2="499.3387798732499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_62__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="499.3387798732499" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="498.6057875849399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="498.60578758493995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="499.3387798732499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_90</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="492.0088569901499" x2="627.441398793615" y2="492.0088569901499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_63__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="492.0088569901499" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="491.2758647018399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="491.2758647018399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="492.0088569901499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_91</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="484.67893410704994" x2="627.441398793615" y2="484.67893410704994" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_64__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="484.67893410704994" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="483.9459418187399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="483.9459418187399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="484.67893410704994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_92</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="477.3490112239499" x2="627.441398793615" y2="477.3490112239499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_65__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="477.3490112239499" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="476.6160189356399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="476.6160189356399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="477.3490112239499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_93</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="470.0190883408499" x2="627.441398793615" y2="470.0190883408499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_66__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="470.0190883408499" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="469.2860960525399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="469.2860960525399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="470.0190883408499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_94</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="462.6891654577499" x2="627.441398793615" y2="462.6891654577499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_67__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="462.6891654577499" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="461.95617316943986" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="461.9561731694399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="462.6891654577499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_95</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="455.3592425746499" x2="627.441398793615" y2="455.3592425746499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_68__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="455.3592425746499" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="454.6262502863399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="454.6262502863399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="455.3592425746499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_96</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="448.02931969154986" x2="627.441398793615" y2="448.02931969154986" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_69__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="448.02931969154986" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="447.29632740323984" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="447.2963274032399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="448.02931969154986" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_97</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="440.6993968084499" x2="627.441398793615" y2="440.6993968084499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_70__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="440.6993968084499" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="439.96640452013986" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="439.9664045201399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="440.6993968084499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_98</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="433.3694739253499" x2="627.441398793615" y2="433.3694739253499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_71__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="433.3694739253499" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="432.6364816370399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="432.6364816370399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="433.3694739253499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_99</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="426.0395510422499" x2="627.441398793615" y2="426.0395510422499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_72__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="426.0395510422499" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="425.3065587539399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="425.3065587539399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="426.0395510422499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_100</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="418.7096281591499" x2="628.174391081925" y2="418.7096281591499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_73__stack1"><rect x="627.441398793615" y="417.97663587083986" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="417.97663587083986" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="418.7096281591499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_101</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="411.3797052760499" x2="628.174391081925" y2="411.3797052760499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_74__stack1"><rect x="627.441398793615" y="410.6467129877399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="410.6467129877399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="411.3797052760499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_102</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="404.04978239294985" x2="627.441398793615" y2="404.04978239294985" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_75__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="404.04978239294985" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="403.31679010463984" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="403.3167901046399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="404.04978239294985" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_103</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="396.71985950984987" x2="627.441398793615" y2="396.71985950984987" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_76__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="396.71985950984987" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="395.98686722153985" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="395.98686722153985" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="396.71985950984987" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_104</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="389.38993662674983" x2="627.441398793615" y2="389.38993662674983" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_77__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="389.38993662674983" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="388.6569443384398" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="388.65694433843987" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="389.38993662674983" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_105</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="382.06001374364985" x2="627.441398793615" y2="382.06001374364985" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_78__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="382.06001374364985" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="381.32702145533983" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="381.32702145533983" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="382.06001374364985" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_106</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="374.73009086054986" x2="627.441398793615" y2="374.73009086054986" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_79__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="374.73009086054986" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="373.99709857223985" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="373.99709857223985" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="374.73009086054986" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_107</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="367.4001679774498" x2="627.441398793615" y2="367.4001679774498" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_80__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="367.4001679774498" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="366.6671756891398" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="366.66717568913987" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="367.4001679774498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_108</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="360.07024509434984" x2="627.441398793615" y2="360.07024509434984" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_81__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="360.07024509434984" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="359.3372528060398" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="359.3372528060398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="360.07024509434984" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_109</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="352.7403222112498" x2="627.441398793615" y2="352.7403222112498" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_82__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="352.7403222112498" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="352.0073299229398" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="352.00732992293985" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="352.7403222112498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_110</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="345.4103993281498" x2="627.441398793615" y2="345.4103993281498" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_83__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="345.4103993281498" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="344.6774070398398" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="344.6774070398398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="345.4103993281498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_111</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="338.08047644504984" x2="627.441398793615" y2="338.08047644504984" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_84__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="338.08047644504984" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="337.3474841567398" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="337.3474841567398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="338.08047644504984" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_112</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="330.7505535619498" x2="627.441398793615" y2="330.7505535619498" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_85__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="330.7505535619498" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="330.0175612736398" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="330.0175612736398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="330.7505535619498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_113</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="323.4206306788498" x2="627.441398793615" y2="323.4206306788498" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_86__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="323.4206306788498" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="322.6876383905398" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="322.6876383905398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="323.4206306788498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_114</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="316.0907077957498" x2="627.441398793615" y2="316.0907077957498" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_87__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="316.0907077957498" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="315.35771550743976" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="315.3577155074398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="316.0907077957498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_115</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="308.7607849126498" x2="627.441398793615" y2="308.7607849126498" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_88__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="308.7607849126498" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="308.0277926243398" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="308.0277926243398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="308.7607849126498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_116</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="301.43086202954976" x2="627.441398793615" y2="301.43086202954976" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_89__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="301.43086202954976" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="300.69786974123974" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="300.6978697412398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="301.43086202954976" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_117</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="294.10093914644983" x2="627.441398793615" y2="294.10093914644983" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_90__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="294.10093914644983" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="293.3679468581398" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="293.3679468581398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="294.10093914644983" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_118</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="286.77101626334985" x2="627.441398793615" y2="286.77101626334985" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_91__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="286.77101626334985" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="286.03802397503983" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="286.03802397503983" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="286.77101626334985" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_119</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="279.44109338024987" x2="627.441398793615" y2="279.44109338024987" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_92__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="279.44109338024987" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="278.70810109193985" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="278.70810109193985" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="279.44109338024987" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_120</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="272.1111704971499" x2="627.441398793615" y2="272.1111704971499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_93__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="272.1111704971499" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="271.37817820883987" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="271.3781782088399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="272.1111704971499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_121</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="264.7812476140499" x2="627.441398793615" y2="264.7812476140499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_94__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="264.7812476140499" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="264.0482553257399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="264.0482553257399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="264.7812476140499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_122</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="257.45132473095" x2="627.441398793615" y2="257.45132473095" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_95__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="257.45132473095" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="256.71833244263996" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="256.71833244263996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="257.45132473095" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_123</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="250.12140184784997" x2="627.441398793615" y2="250.12140184784997" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_96__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="250.12140184784997" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="249.38840955953998" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="249.38840955953998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="250.12140184784997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_124</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="242.79147896475" x2="627.441398793615" y2="242.79147896475" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_97__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="242.79147896475" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="242.05848667644003" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="242.05848667644003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="242.79147896475" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_125</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="235.46155608165003" x2="628.174391081925" y2="235.46155608165003" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_98__stack1"><rect x="627.441398793615" y="234.72856379334004" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="234.72856379334004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="235.46155608165003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_126</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="228.13163319855005" x2="628.174391081925" y2="228.13163319855005" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_99__stack1"><rect x="627.441398793615" y="227.39864091024006" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="227.39864091024006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="228.13163319855005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_127</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="120.57723142725013" y="440.69939680845" width="43.97953729859995" height="80.62915171409992" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="120.57723142725013" y="440.69939680845" width="43.97953729859995" height="80.62915171409992" fill="transparent"/><text class="sch-text" x="142.56700007655007" y="481.0139726655" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 142.56700007655007, 481.0139726655)">schematic_component_3</text><line class="component-pin sch-component-pin sch-port-line" x1="120.57723142725013" y1="448.02931969155" x2="105.9173856610501" y2="448.02931969155" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="105.1843933727401" y="447.29632740323996" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="113.24730854415009" y="447.29632740323996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="124.24219286880009" y="448.02931969155" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_128</text><line class="component-pin sch-component-pin sch-port-line" x1="120.57723142725013" y1="455.35924257465" x2="106.65037794936006" y2="455.35924257465" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="105.9173856610501" cy="455.35924257465" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="105.1843933727401" y="454.62625028634" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="113.24730854415009" y="454.62625028634" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="124.24219286880009" y="455.35924257465" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_129</text><line class="component-pin sch-component-pin sch-port-line" x1="120.57723142725013" y1="462.68916545775" x2="106.65037794936006" y2="462.68916545775" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="105.9173856610501" cy="462.68916545775" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="105.1843933727401" y="461.95617316944" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="113.24730854415009" y="461.95617316944" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="124.24219286880009" y="462.68916545775" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_130</text><line class="component-pin sch-component-pin sch-port-line" x1="120.57723142725013" y1="470.01908834085" x2="106.65037794936006" y2="470.01908834085" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="105.9173856610501" cy="470.01908834085" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="105.1843933727401" y="469.28609605253996" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="113.24730854415009" y="469.28609605253996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="124.24219286880009" y="470.01908834085" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_131</text><line class="component-pin sch-component-pin sch-port-line" x1="120.57723142725013" y1="477.34901122395" x2="106.65037794936006" y2="477.34901122395" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="105.9173856610501" cy="477.34901122395" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="105.1843933727401" y="476.61601893564" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="113.24730854415009" y="476.61601893564" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="124.24219286880009" y="477.34901122395" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_132</text><line class="component-pin sch-component-pin sch-port-line" x1="120.57723142725013" y1="484.67893410705" x2="106.65037794936006" y2="484.67893410705" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="105.9173856610501" cy="484.67893410705" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="105.1843933727401" y="483.94594181874" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="113.24730854415009" y="483.94594181874" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="124.24219286880009" y="484.67893410705" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_133</text><line class="component-pin sch-component-pin sch-port-line" x1="120.57723142725013" y1="492.00885699015" x2="106.65037794936006" y2="492.00885699015" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="105.9173856610501" cy="492.00885699015" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="105.1843933727401" y="491.27586470183996" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="113.24730854415009" y="491.27586470183996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="124.24219286880009" y="492.00885699015" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_134</text><line class="component-pin sch-component-pin sch-port-line" x1="120.57723142725013" y1="499.33877987324996" x2="106.65037794936006" y2="499.33877987324996" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="105.9173856610501" cy="499.33877987324996" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="105.1843933727401" y="498.60578758493995" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="113.24730854415009" y="498.60578758494" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="124.24219286880009" y="499.33877987324996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_135</text><line class="component-pin sch-component-pin sch-port-line" x1="120.57723142725013" y1="506.66870275635" x2="106.65037794936006" y2="506.66870275635" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="105.9173856610501" cy="506.66870275635" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="105.1843933727401" y="505.93571046804" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="113.24730854415009" y="505.93571046804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="124.24219286880009" y="506.66870275635" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_136</text><line class="component-pin sch-component-pin sch-port-line" x1="120.57723142725013" y1="513.99862563945" x2="105.9173856610501" y2="513.99862563945" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_9__stack1"><rect x="105.1843933727401" y="513.26563335114" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="113.24730854415009" y="513.26563335114" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="124.24219286880009" y="513.99862563945" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_137</text><line class="component-pin sch-component-pin sch-port-line" x1="164.55676872585008" y1="513.99862563945" x2="178.48362220374008" y2="513.99862563945" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="179.2166144920501" cy="513.99862563945" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="178.4836222037401" y="513.26563335114" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="171.88669160895012" y="513.26563335114" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="160.89180728430006" y="513.99862563945" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_138</text><line class="component-pin sch-component-pin sch-port-line" x1="164.55676872585008" y1="506.66870275635" x2="178.48362220374008" y2="506.66870275635" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="179.2166144920501" cy="506.66870275635" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="178.4836222037401" y="505.93571046804" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="171.88669160895012" y="505.93571046804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="160.89180728430006" y="506.66870275635" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_139</text><line class="component-pin sch-component-pin sch-port-line" x1="164.55676872585008" y1="499.33877987324996" x2="178.48362220374008" y2="499.33877987324996" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="179.2166144920501" cy="499.33877987324996" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="178.4836222037401" y="498.60578758493995" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="171.88669160895012" y="498.60578758494" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="160.89180728430006" y="499.33877987324996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_140</text><line class="component-pin sch-component-pin sch-port-line" x1="164.55676872585008" y1="492.00885699015" x2="178.48362220374008" y2="492.00885699015" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="179.2166144920501" cy="492.00885699015" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="178.4836222037401" y="491.27586470183996" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="171.88669160895012" y="491.27586470183996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="160.89180728430006" y="492.00885699015" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_141</text><line class="component-pin sch-component-pin sch-port-line" x1="164.55676872585008" y1="484.67893410704994" x2="178.48362220374008" y2="484.67893410704994" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="179.2166144920501" cy="484.67893410704994" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="178.4836222037401" y="483.9459418187399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="171.88669160895012" y="483.94594181874" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="160.89180728430006" y="484.67893410704994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_142</text><line class="component-pin sch-component-pin sch-port-line" x1="164.55676872585008" y1="477.34901122394996" x2="178.48362220374008" y2="477.34901122394996" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="179.2166144920501" cy="477.34901122394996" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="178.4836222037401" y="476.61601893563994" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="171.88669160895012" y="476.61601893564" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="160.89180728430006" y="477.34901122394996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_143</text><line class="component-pin sch-component-pin sch-port-line" x1="164.55676872585008" y1="470.01908834085" x2="178.48362220374008" y2="470.01908834085" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="179.2166144920501" cy="470.01908834085" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="178.4836222037401" y="469.28609605253996" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="171.88669160895012" y="469.28609605253996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="160.89180728430006" y="470.01908834085" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_144</text><line class="component-pin sch-component-pin sch-port-line" x1="164.55676872585008" y1="462.68916545775" x2="178.48362220374008" y2="462.68916545775" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="179.2166144920501" cy="462.68916545775" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="178.4836222037401" y="461.95617316944" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="171.88669160895012" y="461.95617316944" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="160.89180728430006" y="462.68916545775" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_145</text><line class="component-pin sch-component-pin sch-port-line" x1="164.55676872585008" y1="455.35924257465" x2="179.2166144920501" y2="455.35924257465" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_18__stack1"><rect x="178.4836222037401" y="454.62625028634" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="171.88669160895012" y="454.62625028634" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="160.89180728430006" y="455.35924257465" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_146</text><line class="component-pin sch-component-pin sch-port-line" x1="164.55676872585008" y1="448.02931969155" x2="179.2166144920501" y2="448.02931969155" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_19__stack1"><rect x="178.4836222037401" y="447.29632740323996" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="171.88669160895012" y="447.29632740323996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="160.89180728430006" y="448.02931969155" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_147</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="236.0235168360751" y="479.181491944725" width="42.69680079405748" height="3.6649614415499627" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="236.0235168360751" y="479.181491944725" width="42.69680079405748" height="3.6649614415499627" fill="transparent"/><text class="sch-text" x="257.37191723310383" y="481.0139726655" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 257.37191723310383, 481.0139726655)">schematic_component_4</text><line class="component-pin sch-component-pin sch-port-line" x1="252.5158433230501" y1="479.181491944725" x2="252.5158433230501" y2="467.08711918760997" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="251.7828510347401" y="466.35412689929996" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="251.78285103474008" y="473.1343055661675" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 251.78285103474008 473.1343055661675)"></text><text class="pin-number sch-pin-label" x="252.5158433230501" y="482.84645338627496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 252.5158433230501 482.84645338627496)">schematic_port_148</text><line class="component-pin sch-component-pin sch-port-line" x1="252.5158433230501" y1="482.84645338627496" x2="252.5158433230501" y2="494.94082614339" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="251.7828510347401" y="494.20783385507997" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="251.78285103474008" y="488.89363976483247" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 251.78285103474008 488.89363976483247)"></text><text class="pin-number sch-pin-label" x="252.5158433230501" y="479.181491944725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 252.5158433230501 479.181491944725)">schematic_port_149</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="382.621974498075" y="644.104756814475" width="51.49270825377755" height="3.6649614415499627" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="382.621974498075" y="644.104756814475" width="51.49270825377755" height="3.6649614415499627" fill="transparent"/><text class="sch-text" x="408.3683286249638" y="645.93723753525" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 408.3683286249638, 645.93723753525)">schematic_component_5</text><line class="component-pin sch-component-pin sch-port-line" x1="399.1143009850501" y1="644.104756814475" x2="399.1143009850501" y2="632.0103840573599" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="398.38130869674006" y="631.2773917690499" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="398.3813086967401" y="638.0575704359175" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 398.3813086967401 638.0575704359175)"></text><text class="pin-number sch-pin-label" x="399.1143009850501" y="647.7697182560249" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 399.1143009850501 647.7697182560249)">schematic_port_150</text><line class="component-pin sch-component-pin sch-port-line" x1="399.1143009850501" y1="647.7697182560249" x2="399.1143009850501" y2="659.86409101314" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="398.38130869674006" y="659.1310987248299" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="398.3813086967401" y="653.8169046345824" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 398.3813086967401 653.8169046345824)"></text><text class="pin-number sch-pin-label" x="399.1143009850501" y="644.104756814475" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 399.1143009850501 644.104756814475)">schematic_port_151</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="448.59128044597503" y="644.104756814475" width="51.49270825377755" height="3.6649614415499627" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="448.59128044597503" y="644.104756814475" width="51.49270825377755" height="3.6649614415499627" fill="transparent"/><text class="sch-text" x="474.3376345728638" y="645.93723753525" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 474.3376345728638, 645.93723753525)">schematic_component_6</text><line class="component-pin sch-component-pin sch-port-line" x1="465.08360693295003" y1="644.104756814475" x2="465.08360693295003" y2="632.0103840573599" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="464.35061464464" y="631.2773917690499" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="464.35061464464" y="638.0575704359175" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 464.35061464464 638.0575704359175)"></text><text class="pin-number sch-pin-label" x="465.08360693295003" y="647.7697182560249" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 465.08360693295003 647.7697182560249)">schematic_port_152</text><line class="component-pin sch-component-pin sch-port-line" x1="465.08360693295003" y1="647.7697182560249" x2="465.08360693295003" y2="659.86409101314" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="464.35061464464" y="659.1310987248299" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="464.35061464464" y="653.8169046345824" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 464.35061464464 653.8169046345824)"></text><text class="pin-number sch-pin-label" x="465.08360693295003" y="644.104756814475" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 465.08360693295003 644.104756814475)">schematic_port_153</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component chip sch-component-body" x="514.560586393875" y="644.104756814475" width="51.49270825377755" height="3.6649614415499627" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="514.560586393875" y="644.104756814475" width="51.49270825377755" height="3.6649614415499627" fill="transparent"/><text class="sch-text" x="540.3069405207638" y="645.93723753525" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 540.3069405207638, 645.93723753525)">schematic_component_7</text><line class="component-pin sch-component-pin sch-port-line" x1="531.05291288085" y1="644.104756814475" x2="531.05291288085" y2="632.0103840573599" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="530.31992059254" y="631.2773917690499" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="530.31992059254" y="638.0575704359175" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 530.31992059254 638.0575704359175)"></text><text class="pin-number sch-pin-label" x="531.05291288085" y="647.7697182560249" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 531.05291288085 647.7697182560249)">schematic_port_154</text><line class="component-pin sch-component-pin sch-port-line" x1="531.05291288085" y1="647.7697182560249" x2="531.05291288085" y2="659.86409101314" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="530.31992059254" y="659.1310987248299" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="530.31992059254" y="653.8169046345824" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 530.31992059254 653.8169046345824)"></text><text class="pin-number sch-pin-label" x="531.05291288085" y="644.104756814475" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 531.05291288085 644.104756814475)">schematic_port_155</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component chip sch-component-body" x="580.529892341775" y="644.104756814475" width="51.49270825377755" height="3.6649614415499627" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="580.529892341775" y="644.104756814475" width="51.49270825377755" height="3.6649614415499627" fill="transparent"/><text class="sch-text" x="606.2762464686638" y="645.93723753525" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 606.2762464686638, 645.93723753525)">schematic_component_8</text><line class="component-pin sch-component-pin sch-port-line" x1="597.02221882875" y1="644.104756814475" x2="597.02221882875" y2="632.0103840573599" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="596.28922654044" y="631.2773917690499" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="596.28922654044" y="638.0575704359175" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 596.28922654044 638.0575704359175)"></text><text class="pin-number sch-pin-label" x="597.02221882875" y="647.7697182560249" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 597.02221882875 647.7697182560249)">schematic_port_156</text><line class="component-pin sch-component-pin sch-port-line" x1="597.02221882875" y1="647.7697182560249" x2="597.02221882875" y2="659.86409101314" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><rect x="596.28922654044" y="659.1310987248299" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="596.28922654044" y="653.8169046345824" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 596.28922654044 653.8169046345824)"></text><text class="pin-number sch-pin-label" x="597.02221882875" y="644.104756814475" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 597.02221882875 644.104756814475)">schematic_port_157</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component chip sch-component-body" x="646.4991982896751" y="644.104756814475" width="51.49270825377755" height="3.6649614415499627" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="646.4991982896751" y="644.104756814475" width="51.49270825377755" height="3.6649614415499627" fill="transparent"/><text class="sch-text" x="672.2455524165638" y="645.93723753525" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 672.2455524165638, 645.93723753525)">schematic_component_9</text><line class="component-pin sch-component-pin sch-port-line" x1="662.9915247766501" y1="644.104756814475" x2="662.9915247766501" y2="632.0103840573599" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="662.25853248834" y="631.2773917690499" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="662.25853248834" y="638.0575704359175" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 662.25853248834 638.0575704359175)"></text><text class="pin-number sch-pin-label" x="662.9915247766501" y="647.7697182560249" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 662.9915247766501 647.7697182560249)">schematic_port_158</text><line class="component-pin sch-component-pin sch-port-line" x1="662.9915247766501" y1="647.7697182560249" x2="662.9915247766501" y2="659.86409101314" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><rect x="662.25853248834" y="659.1310987248299" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="662.25853248834" y="653.8169046345824" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 662.25853248834 653.8169046345824)"></text><text class="pin-number sch-pin-label" x="662.9915247766501" y="644.104756814475" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 662.9915247766501 644.104756814475)">schematic_port_159</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_10__stack1"><rect class="component chip sch-component-body" x="712.468504237575" y="644.104756814475" width="64.6865694433576" height="3.6649614415499627" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="712.468504237575" y="644.104756814475" width="64.6865694433576" height="3.6649614415499627" fill="transparent"/><text class="sch-text" x="744.8117889592538" y="645.93723753525" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 744.8117889592538, 645.93723753525)">schematic_component_10</text><line class="component-pin sch-component-pin sch-port-line" x1="728.9608307245501" y1="644.104756814475" x2="728.9608307245501" y2="632.0103840573599" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="728.2278384362401" y="631.2773917690499" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="728.2278384362401" y="638.0575704359175" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 728.2278384362401 638.0575704359175)"></text><text class="pin-number sch-pin-label" x="728.9608307245501" y="647.7697182560249" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 728.9608307245501 647.7697182560249)">schematic_port_160</text><line class="component-pin sch-component-pin sch-port-line" x1="728.9608307245501" y1="647.7697182560249" x2="728.9608307245501" y2="659.86409101314" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="728.2278384362401" y="659.1310987248299" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="728.2278384362401" y="653.8169046345824" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 728.2278384362401 653.8169046345824)"></text><text class="pin-number sch-pin-label" x="728.9608307245501" y="644.104756814475" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 728.9608307245501 644.104756814475)">schematic_port_161</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_11__stack1"><rect class="component chip sch-component-body" x="378.95701305652506" y="468.55310376422995" width="3.6649614415499627" height="24.921737802540008" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="378.95701305652506" y="468.55310376422995" width="3.6649614415499627" height="24.921737802540008" fill="transparent"/><text class="sch-text" x="380.7894937773001" y="481.0139726655" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 380.7894937773001, 481.0139726655)">schematic_component_11</text><line class="component-pin sch-component-pin sch-port-line" x1="378.95701305652506" y1="481.0139726655" x2="367.59563258772005" y2="481.0139726655" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><rect x="366.86264029941003" y="480.28098037718996" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="373.27632282212255" y="480.28098037718996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="382.621974498075" y="481.0139726655" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_162</text><line class="component-pin sch-component-pin sch-port-line" x1="382.621974498075" y1="481.0139726655" x2="393.9833549668801" y2="481.0139726655" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_11_1__stack1"><rect x="393.25036267857007" y="480.28098037718996" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="388.3026647324776" y="480.28098037718996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="378.95701305652506" y="481.0139726655" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_163</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_12__stack1"><rect class="component chip sch-component-body" x="364.2971672903251" y="537.820875009525" width="69.08452317321746" height="3.6649614415499627" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="364.2971672903251" y="537.820875009525" width="69.08452317321746" height="3.6649614415499627" fill="transparent"/><text class="sch-text" x="398.83942887693377" y="539.6533557303" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 398.83942887693377, 539.6533557303)">schematic_component_12</text><line class="component-pin sch-component-pin sch-port-line" x1="380.7894937773001" y1="537.820875009525" x2="380.7894937773001" y2="525.72650225241" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_12_0__stack1"><rect x="380.0565014889901" y="524.9935099641" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="380.0565014889901" y="531.7736886309675" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 380.0565014889901 531.7736886309675)"></text><text class="pin-number sch-pin-label" x="380.7894937773001" y="541.485836451075" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 380.7894937773001 541.485836451075)">schematic_port_164</text><line class="component-pin sch-component-pin sch-port-line" x1="380.7894937773001" y1="541.485836451075" x2="380.7894937773001" y2="553.58020920819" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_12_1__stack1"><rect x="380.0565014889901" y="552.84721691988" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="380.0565014889901" y="547.5330228296325" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 380.0565014889901 547.5330228296325)"></text><text class="pin-number sch-pin-label" x="380.7894937773001" y="537.820875009525" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 380.7894937773001 537.820875009525)">schematic_port_165</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_13__stack1"><rect class="component chip sch-component-body" x="364.2971672903251" y="589.130335191225" width="60.28861571349751" height="3.6649614415499627" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="364.2971672903251" y="589.130335191225" width="60.28861571349751" height="3.6649614415499627" fill="transparent"/><text class="sch-text" x="394.44147514707385" y="590.962815912" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 394.44147514707385, 590.962815912)">schematic_component_13</text><line class="component-pin sch-component-pin sch-port-line" x1="380.7894937773001" y1="589.130335191225" x2="380.7894937773001" y2="577.0359624341099" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_13_0__stack1"><rect x="380.0565014889901" y="576.3029701457999" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="380.0565014889901" y="583.0831488126674" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 380.0565014889901 583.0831488126674)"></text><text class="pin-number sch-pin-label" x="380.7894937773001" y="592.7952966327749" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 380.7894937773001 592.7952966327749)">schematic_port_166</text><line class="component-pin sch-component-pin sch-port-line" x1="380.7894937773001" y1="592.7952966327749" x2="380.7894937773001" y2="604.88966938989" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_13_1__stack1"><rect x="380.0565014889901" y="604.1566771015799" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="380.0565014889901" y="598.8424830113324" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 380.0565014889901 598.8424830113324)"></text><text class="pin-number sch-pin-label" x="380.7894937773001" y="589.130335191225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 380.7894937773001 589.130335191225)">schematic_port_167</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_14__stack1"><rect class="component chip sch-component-body" x="749.118118653075" y="479.181491944725" width="51.49270825377744" height="3.6649614415499627" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="749.118118653075" y="479.181491944725" width="51.49270825377744" height="3.6649614415499627" fill="transparent"/><text class="sch-text" x="774.8644727799638" y="481.0139726655" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 774.8644727799638, 481.0139726655)">schematic_component_14</text><line class="component-pin sch-component-pin sch-port-line" x1="765.61044514005" y1="479.181491944725" x2="765.61044514005" y2="467.82011147592" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_14_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="765.61044514005" cy="467.08711918760997" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="764.87745285174" y="466.35412689929996" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="764.87745285174" y="473.1343055661675" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 764.87745285174 473.1343055661675)"></text><text class="pin-number sch-pin-label" x="765.61044514005" y="482.84645338627496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 765.61044514005 482.84645338627496)">schematic_port_168</text><line class="component-pin sch-component-pin sch-port-line" x1="765.61044514005" y1="482.84645338627496" x2="765.61044514005" y2="494.20783385507997" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_14_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="765.61044514005" cy="494.94082614339" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="764.87745285174" y="494.20783385507997" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="764.87745285174" y="488.89363976483247" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 764.87745285174 488.89363976483247)"></text><text class="pin-number sch-pin-label" x="765.61044514005" y="479.181491944725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 765.61044514005 479.181491944725)">schematic_port_169</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_15__stack1"><rect class="component chip sch-component-body" x="712.468504237575" y="405.882263113725" width="51.49270825377755" height="3.6649614415499627" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="712.468504237575" y="405.882263113725" width="51.49270825377755" height="3.6649614415499627" fill="transparent"/><text class="sch-text" x="738.2148583644638" y="407.7147438345" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 738.2148583644638, 407.7147438345)">schematic_component_15</text><line class="component-pin sch-component-pin sch-port-line" x1="728.9608307245501" y1="405.882263113725" x2="728.9608307245501" y2="394.52088264492" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_15_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="728.9608307245501" cy="393.78789035661" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="728.2278384362401" y="393.05489806829996" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="728.2278384362401" y="399.8350767351675" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 728.2278384362401 399.8350767351675)"></text><text class="pin-number sch-pin-label" x="728.9608307245501" y="409.54722455527497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 728.9608307245501 409.54722455527497)">schematic_port_170</text><line class="component-pin sch-component-pin sch-port-line" x1="728.9608307245501" y1="409.54722455527497" x2="728.9608307245501" y2="421.64159731239" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_15_1__stack1"><rect x="728.2278384362401" y="420.90860502408" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="728.2278384362401" y="415.5944109338325" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 728.2278384362401 415.5944109338325)"></text><text class="pin-number sch-pin-label" x="728.9608307245501" y="405.882263113725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 728.9608307245501 405.882263113725)">schematic_port_171</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_16__stack1"><rect class="component chip sch-component-body" x="686.813774146725" y="332.583034282725" width="51.49270825377755" height="3.6649614415499627" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="686.813774146725" y="332.583034282725" width="51.49270825377755" height="3.6649614415499627" fill="transparent"/><text class="sch-text" x="712.5601282736138" y="334.4155150035" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 712.5601282736138, 334.4155150035)">schematic_component_16</text><line class="component-pin sch-component-pin sch-port-line" x1="703.3061006337" y1="332.583034282725" x2="703.3061006337" y2="321.22165381392" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_16_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.3061006337" cy="320.48866152561" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="702.57310834539" y="319.75566923729997" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="702.57310834539" y="326.5358479041675" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 702.57310834539 326.5358479041675)"></text><text class="pin-number sch-pin-label" x="703.3061006337" y="336.247995724275" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 703.3061006337 336.247995724275)">schematic_port_172</text><line class="component-pin sch-component-pin sch-port-line" x1="703.3061006337" y1="336.247995724275" x2="703.3061006337" y2="348.34236848139" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_16_1__stack1"><rect x="702.57310834539" y="347.60937619308" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="702.57310834539" y="342.2951821028325" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 702.57310834539 342.2951821028325)"></text><text class="pin-number sch-pin-label" x="703.3061006337" y="332.583034282725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 703.3061006337 332.583034282725)">schematic_port_173</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_17__stack1"><rect class="component chip sch-component-body" x="716.133465679125" y="270.278689776375" width="42.69680079405748" height="3.6649614415499627" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="716.133465679125" y="270.278689776375" width="42.69680079405748" height="3.6649614415499627" fill="transparent"/><text class="sch-text" x="737.4818660761538" y="272.11117049715" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 737.4818660761538, 272.11117049715)">schematic_component_17</text><line class="component-pin sch-component-pin sch-port-line" x1="732.6257921661" y1="270.278689776375" x2="732.6257921661" y2="258.18431701926" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_17_0__stack1"><rect x="731.89279987779" y="257.45132473095" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.89279987779" y="264.2315033978175" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 731.89279987779 264.2315033978175)"></text><text class="pin-number sch-pin-label" x="732.6257921661" y="273.943651217925" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 732.6257921661 273.943651217925)">schematic_port_174</text><line class="component-pin sch-component-pin sch-port-line" x1="732.6257921661" y1="273.943651217925" x2="732.6257921661" y2="286.03802397504" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_17_1__stack1"><rect x="731.89279987779" y="285.30503168673" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.89279987779" y="279.9908375964825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 731.89279987779 279.9908375964825)"></text><text class="pin-number sch-pin-label" x="732.6257921661" y="270.278689776375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 732.6257921661 270.278689776375)">schematic_port_175</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_18__stack1"><rect class="component chip sch-component-body" x="758.28052225695" y="212.00580285573" width="14.659845766199965" height="24.921737802540008" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="758.28052225695" y="212.00580285573" width="14.659845766199965" height="24.921737802540008" fill="transparent"/><text class="sch-text" x="765.61044514005" y="224.466671757" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 765.61044514005, 224.466671757)">schematic_component_18</text><line class="component-pin sch-component-pin sch-port-line" x1="758.28052225695" y1="224.466671757" x2="744.3536687790601" y2="224.466671757" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_18_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="743.62067649075" cy="224.466671757" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="742.88768420244" y="223.73367946869" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="750.9505993738501" y="223.73367946869" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="761.9454836985001" y="224.466671757" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_176</text><line class="component-pin sch-component-pin sch-port-line" x1="772.94036802315" y1="224.466671757" x2="787.60021378935" y2="224.466671757" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_18_1__stack1"><rect x="786.86722150104" y="223.73367946869" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="780.27029090625" y="223.73367946869" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="769.2754065816" y="224.466671757" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_177</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_19__stack1"><rect class="component chip sch-component-body" x="353.3022829656751" y="169.49225013375002" width="54.97442162325001" height="21.989768649299975" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="353.3022829656751" y="169.49225013375002" width="54.97442162325001" height="21.989768649299975" fill="transparent"/><text class="sch-text" x="380.7894937773001" y="180.4871344584" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 380.7894937773001, 180.4871344584)">schematic_component_19</text><line class="component-pin sch-component-pin sch-port-line" x1="353.3022829656751" y1="176.82217301685" x2="338.64243719947507" y2="176.82217301685" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_19_0__stack1"><rect x="337.90944491116505" y="176.08918072854001" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="345.97236008257505" y="176.08918072854001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="356.96724440722505" y="176.82217301685" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_178</text><line class="component-pin sch-component-pin sch-port-line" x1="353.3022829656751" y1="184.15209589994998" x2="339.375429487785" y2="184.15209589994998" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_19_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="338.64243719947507" cy="184.15209589994998" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="337.90944491116505" y="183.41910361164" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="345.97236008257505" y="183.41910361164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="356.96724440722505" y="184.15209589994998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_179</text><line class="component-pin sch-component-pin sch-port-line" x1="408.2767045889251" y1="184.15209589994998" x2="422.20355806681505" y2="184.15209589994998" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_19_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="422.93655035512506" cy="184.15209589994998" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="422.20355806681505" y="183.41910361164" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="415.6066274720251" y="183.41910361164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="404.6117431473751" y="184.15209589994998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_180</text><line class="component-pin sch-component-pin sch-port-line" x1="408.2767045889251" y1="176.82217301685" x2="422.93655035512506" y2="176.82217301685" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_19_3__stack1"><rect x="422.20355806681505" y="176.08918072854001" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="415.6066274720251" y="176.08918072854001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="404.6117431473751" y="176.82217301685" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_181</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_20__stack1"><rect class="component chip sch-component-body" x="598.8546995495251" y="157.03138123248002" width="3.6649614415499627" height="24.92173780253998" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="598.8546995495251" y="157.03138123248002" width="3.6649614415499627" height="24.92173780253998" fill="transparent"/><text class="sch-text" x="600.6871802703" y="169.49225013375002" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 600.6871802703, 169.49225013375002)">schematic_component_20</text><line class="component-pin sch-component-pin sch-port-line" x1="598.8546995495251" y1="169.49225013375002" x2="590.42528823396" y2="169.49225013375002" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_20_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="589.69229594565" cy="169.49225013375002" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="588.95930365734" y="168.75925784544003" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="594.2734977475875" y="168.75925784544003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="602.519660991075" y="169.49225013375002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_182</text><line class="component-pin sch-component-pin sch-port-line" x1="602.519660991075" y1="169.49225013375002" x2="611.68206459495" y2="169.49225013375002" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_20_1__stack1"><rect x="610.94907230664" y="168.75925784544003" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="607.1008627930125" y="168.75925784544003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="598.8546995495251" y="169.49225013375002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_183</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_21__stack1"><rect class="component chip sch-component-body" x="400.94678170582506" y="120.01527067282501" width="55.89066198363753" height="3.6649614415500196" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="400.94678170582506" y="120.01527067282501" width="55.89066198363753" height="3.6649614415500196" fill="transparent"/><text class="sch-text" x="428.8921126976438" y="121.84775139359999" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 428.8921126976438, 121.84775139359999)">schematic_component_21</text><line class="component-pin sch-component-pin sch-port-line" x1="417.43910819280006" y1="120.01527067282501" x2="417.43910819280006" y2="107.92089791571004" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_21_0__stack1"><rect x="416.70611590449005" y="107.18790562740004" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="416.70611590449005" y="113.9680842942675" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 416.70611590449005 113.9680842942675)"></text><text class="pin-number sch-pin-label" x="417.43910819280006" y="123.68023211437503" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 417.43910819280006 123.68023211437503)">schematic_port_184</text><line class="component-pin sch-component-pin sch-port-line" x1="417.43910819280006" y1="123.68023211437503" x2="417.43910819280006" y2="135.77460487149" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_21_1__stack1"><rect x="416.70611590449005" y="135.04161258318" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="416.70611590449005" y="129.7274184929325" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 416.70611590449005 129.7274184929325)"></text><text class="pin-number sch-pin-label" x="417.43910819280006" y="120.01527067282501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 417.43910819280006 120.01527067282501)">schematic_port_185</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_22__stack1"><rect class="component chip sch-component-body" x="547.545239367825" y="120.01527067282501" width="60.28861571349751" height="3.6649614415500196" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="547.545239367825" y="120.01527067282501" width="60.28861571349751" height="3.6649614415500196" fill="transparent"/><text class="sch-text" x="577.6895472245737" y="121.84775139359999" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 577.6895472245737, 121.84775139359999)">schematic_component_22</text><line class="component-pin sch-component-pin sch-port-line" x1="564.0375658548" y1="120.01527067282501" x2="564.0375658548" y2="107.92089791571004" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_22_0__stack1"><rect x="563.30457356649" y="107.18790562740004" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="563.30457356649" y="113.9680842942675" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 563.30457356649 113.9680842942675)"></text><text class="pin-number sch-pin-label" x="564.0375658548" y="123.68023211437503" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 564.0375658548 123.68023211437503)">schematic_port_186</text><line class="component-pin sch-component-pin sch-port-line" x1="564.0375658548" y1="123.68023211437503" x2="564.0375658548" y2="135.77460487149" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_22_1__stack1"><rect x="563.30457356649" y="135.04161258318" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="563.30457356649" y="129.7274184929325" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 563.30457356649 129.7274184929325)"></text><text class="pin-number sch-pin-label" x="564.0375658548" y="120.01527067282501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 564.0375658548 120.01527067282501)">schematic_port_187</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_23__stack1"><rect class="component chip sch-component-body" x="906.711460639725" y="429.7045124838" width="84.29411315565005" height="29.319691532399986" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="906.711460639725" y="429.7045124838" width="84.29411315565005" height="29.319691532399986" fill="transparent"/><text class="sch-text" x="948.85851721755" y="444.36435825" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 948.85851721755, 444.36435825)">schematic_component_23</text><line class="component-pin sch-component-pin sch-port-line" x1="906.711460639725" y1="437.03443536689997" x2="892.784607161835" y2="437.03443536689997" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_23_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="892.0516148735251" cy="437.03443536689997" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="891.318622585215" y="436.30144307858995" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="899.381537756625" y="436.30144307858995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="910.376422081275" y="437.03443536689997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_188</text><line class="component-pin sch-component-pin sch-port-line" x1="906.711460639725" y1="444.36435825" x2="892.0516148735251" y2="444.36435825" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_23_1__stack1"><rect x="891.318622585215" y="443.63136596169" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="899.381537756625" y="443.63136596169" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="910.376422081275" y="444.36435825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_189</text><line class="component-pin sch-component-pin sch-port-line" x1="906.711460639725" y1="451.6942811331" x2="892.784607161835" y2="451.6942811331" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_23_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="892.0516148735251" cy="451.6942811331" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="891.318622585215" y="450.96128884479" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="899.381537756625" y="450.96128884479" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="910.376422081275" y="451.6942811331" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_190</text><line class="component-pin sch-component-pin sch-port-line" x1="991.0055737953751" y1="451.6942811331" x2="1004.932427273265" y2="451.6942811331" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_23_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1005.665419561575" cy="451.6942811331" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="1004.932427273265" y="450.96128884479" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="998.335496678475" y="450.96128884479" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="987.340612353825" y="451.6942811331" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_191</text><line class="component-pin sch-component-pin sch-port-line" x1="991.0055737953751" y1="444.36435825" x2="1005.665419561575" y2="444.36435825" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_23_4__stack1"><rect x="1004.932427273265" y="443.63136596169" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="998.335496678475" y="443.63136596169" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="987.340612353825" y="444.36435825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_192</text><line class="component-pin sch-component-pin sch-port-line" x1="991.0055737953751" y1="437.03443536689997" x2="1004.932427273265" y2="437.03443536689997" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_23_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1005.665419561575" cy="437.03443536689997" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="1004.932427273265" y="436.30144307858995" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="998.335496678475" y="436.30144307858995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="987.340612353825" y="437.03443536689997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_193</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_24__stack1"><rect class="component chip sch-component-body" x="1074.566694662715" y="119.66873574116141" width="5.13094601816988" height="26.347799954177162" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1074.566694662715" y="119.66873574116141" width="5.13094601816988" height="26.347799954177162" fill="transparent"/><text class="sch-text" x="1077.1321676718" y="132.84263571825" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 1077.1321676718, 132.84263571825)">schematic_component_24</text><line class="component-pin sch-component-pin sch-port-line" x1="1074.566694662715" y1="134.67511643902498" x2="1060.639841184825" y2="134.67511643902498" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_24_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1059.906848896515" cy="134.67511643902498" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="1059.173856608205" y="133.942124150715" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="1067.236771779615" y="133.94212415071502" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="1078.2316561042649" y="134.67511643902498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_194</text><line class="component-pin sch-component-pin sch-port-line" x1="1079.697640680885" y1="134.67511643902498" x2="1094.3574864470852" y2="134.67511643902498" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_24_1__stack1"><rect x="1093.6244941587752" y="133.942124150715" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="1087.027563563985" y="133.94212415071502" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="1076.032679239335" y="134.67511643902498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_195</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_25__stack1"><rect class="component chip sch-component-body" x="980.3771856148801" y="120.38176681698002" width="10.261892036339873" height="24.921737802540008" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="980.3771856148801" y="120.38176681698002" width="10.261892036339873" height="24.921737802540008" fill="transparent"/><text class="sch-text" x="985.50813163305" y="132.84263571825" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 985.50813163305, 132.84263571825)">schematic_component_25</text><line class="component-pin sch-component-pin sch-port-line" x1="980.3771856148801" y1="132.84263571825" x2="966.45033213699" y2="132.84263571825" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_25_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="965.71733984868" cy="132.84263571825" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="964.98434756037" y="132.10964342994" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="973.0472627317799" y="132.10964342994004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="984.04214705643" y="132.84263571825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_196</text><line class="component-pin sch-component-pin sch-port-line" x1="990.63907765122" y1="132.84263571825" x2="1005.2989234174199" y2="132.84263571825" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_25_1__stack1"><rect x="1004.5659311291099" y="132.10964342994" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="997.96900053432" y="132.10964342994004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="986.97411620967" y="132.84263571825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_197</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_26__stack1"><rect class="component chip sch-component-body" x="872.993815377465" y="156.31835015666144" width="5.130946018169993" height="26.347799954177134" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="872.993815377465" y="156.31835015666144" width="5.130946018169993" height="26.347799954177134" fill="transparent"/><text class="sch-text" x="875.55928838655" y="169.49225013375002" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 875.55928838655, 169.49225013375002)">schematic_component_26</text><line class="component-pin sch-component-pin sch-port-line" x1="872.993815377465" y1="171.324730854525" x2="859.0669618995751" y2="171.324730854525" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_26_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="858.333969611265" cy="171.324730854525" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="857.600977322955" y="170.591738566215" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="865.663892494365" y="170.591738566215" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="876.658776819015" y="171.324730854525" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_198</text><line class="component-pin sch-component-pin sch-port-line" x1="878.124761395635" y1="171.324730854525" x2="892.7846071618351" y2="171.324730854525" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_26_1__stack1"><rect x="892.0516148735251" y="170.591738566215" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="885.454684278735" y="170.591738566215" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="874.459799954085" y="171.324730854525" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_199</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_27__stack1"><rect class="component chip sch-component-body" x="962.05237840713" y="157.03138123248002" width="10.261892036339873" height="24.92173780253998" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="962.05237840713" y="157.03138123248002" width="10.261892036339873" height="24.92173780253998" fill="transparent"/><text class="sch-text" x="967.1833244253" y="169.49225013375002" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 967.1833244253, 169.49225013375002)">schematic_component_27</text><line class="component-pin sch-component-pin sch-port-line" x1="962.05237840713" y1="169.49225013375002" x2="947.3925326409301" y2="169.49225013375002" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_27_0__stack1"><rect x="946.6595403526201" y="168.75925784544003" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="954.72245552403" y="168.75925784544003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="965.71733984868" y="169.49225013375002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_200</text><line class="component-pin sch-component-pin sch-port-line" x1="972.3142704434699" y1="169.49225013375002" x2="986.97411620967" y2="169.49225013375002" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_27_1__stack1"><rect x="986.24112392136" y="168.75925784544003" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="979.6441933265701" y="168.75925784544003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="968.64930900192" y="169.49225013375002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_201</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_28__stack1"><rect class="component chip sch-component-body" x="950.690997938325" y="251.953882568625" width="47.09475452391746" height="3.664961441549991" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="950.690997938325" y="251.953882568625" width="47.09475452391746" height="3.664961441549991" fill="transparent"/><text class="sch-text" x="974.2383752002838" y="253.7863632894" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 974.2383752002838, 253.7863632894)">schematic_component_28</text><line class="component-pin sch-component-pin sch-port-line" x1="967.1833244253" y1="251.953882568625" x2="967.1833244253" y2="239.85950981151" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_28_0__stack1"><rect x="966.45033213699" y="239.12651752320002" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="966.45033213699" y="245.9066961900675" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 966.45033213699 245.9066961900675)"></text><text class="pin-number sch-pin-label" x="967.1833244253" y="255.618844010175" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 967.1833244253 255.618844010175)">schematic_port_202</text><line class="component-pin sch-component-pin sch-port-line" x1="967.1833244253" y1="255.618844010175" x2="967.1833244253" y2="267.71321676728996" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_28_1__stack1"><rect x="966.45033213699" y="266.98022447897995" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="966.45033213699" y="261.66603038873245" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 966.45033213699 261.66603038873245)"></text><text class="pin-number sch-pin-label" x="967.1833244253" y="251.953882568625" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 967.1833244253 251.953882568625)">schematic_port_203</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_29__stack1"><rect class="component chip sch-component-body" x="899.8396579368188" y="41.21859967950002" width="24.738489730462447" height="36.649614415500025" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="899.8396579368188" y="41.21859967950002" width="24.738489730462447" height="36.649614415500025" fill="transparent"/><text class="sch-text" x="912.20890280205" y="59.54340688725" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 912.20890280205, 59.54340688725)">schematic_component_29</text><line class="component-pin sch-component-pin sch-port-line" x1="924.5781476672812" y1="48.5485225626" x2="939.2379934334813" y2="48.5485225626" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_29_0__stack1"><rect x="938.5050011451713" y="47.81553027429" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="931.9080705503814" y="47.81553027428998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="920.9131862257314" y="48.5485225626" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_204</text><line class="component-pin sch-component-pin sch-port-line" x1="924.5781476672812" y1="55.87844544570004" x2="938.5050011451713" y2="55.87844544570004" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_29_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="939.2379934334813" cy="55.87844544570004" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="938.5050011451713" y="55.14545315739004" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="931.9080705503814" y="55.14545315739002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="920.9131862257314" y="55.87844544570004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_205</text><line class="component-pin sch-component-pin sch-port-line" x1="924.5781476672812" y1="63.20836832880002" x2="939.2379934334813" y2="63.20836832880002" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_29_2__stack1"><rect x="938.5050011451713" y="62.47537604049002" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="931.9080705503814" y="62.475376040490005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="920.9131862257314" y="63.20836832880002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_206</text><line class="component-pin sch-component-pin sch-port-line" x1="924.5781476672812" y1="70.53829121190006" x2="938.5050011451713" y2="70.53829121190006" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_29_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="939.2379934334813" cy="70.53829121190006" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="938.5050011451713" y="69.80529892359006" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="931.9080705503814" y="69.80529892359004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="920.9131862257314" y="70.53829121190006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_207</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_30__stack1"><rect class="component chip sch-component-body" x="865.0225242420938" y="579.96793158735" width="57.72314270441245" height="95.28899748029994" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="865.0225242420938" y="579.96793158735" width="57.72314270441245" height="95.28899748029994" fill="transparent"/><text class="sch-text" x="893.8840955943" y="627.6124303275" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 893.8840955943, 627.6124303275)">schematic_component_30</text><line class="component-pin sch-component-pin sch-port-line" x1="922.7456669465063" y1="587.2978544704499" x2="937.4055127127062" y2="587.2978544704499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_30_0__stack1"><rect x="936.6725204243962" y="586.5648621821399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="930.0755898296063" y="586.56486218214" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="919.0807055049563" y="587.2978544704499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_208</text><line class="component-pin sch-component-pin sch-port-line" x1="922.7456669465063" y1="594.62777735355" x2="937.4055127127062" y2="594.62777735355" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_30_1__stack1"><rect x="936.6725204243962" y="593.89478506524" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="930.0755898296063" y="593.89478506524" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="919.0807055049563" y="594.62777735355" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_209</text><line class="component-pin sch-component-pin sch-port-line" x1="922.7456669465063" y1="601.95770023665" x2="937.4055127127062" y2="601.95770023665" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_30_2__stack1"><rect x="936.6725204243962" y="601.22470794834" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="930.0755898296063" y="601.22470794834" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="919.0807055049563" y="601.95770023665" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_210</text><line class="component-pin sch-component-pin sch-port-line" x1="922.7456669465063" y1="609.2876231197499" x2="937.4055127127062" y2="609.2876231197499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_30_3__stack1"><rect x="936.6725204243962" y="608.5546308314399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="930.0755898296063" y="608.55463083144" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="919.0807055049563" y="609.2876231197499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_211</text><line class="component-pin sch-component-pin sch-port-line" x1="922.7456669465063" y1="667.92700618455" x2="936.6725204243962" y2="667.92700618455" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_30_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="937.4055127127062" cy="667.92700618455" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="936.6725204243962" y="667.19401389624" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="930.0755898296063" y="667.19401389624" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="919.0807055049563" y="667.92700618455" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_212</text><line class="component-pin sch-component-pin sch-port-line" x1="922.7456669465063" y1="645.93723753525" x2="936.6725204243962" y2="645.93723753525" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_30_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="937.4055127127062" cy="645.93723753525" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="936.6725204243962" y="645.20424524694" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="930.0755898296063" y="645.20424524694" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="919.0807055049563" y="645.93723753525" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_213</text><line class="component-pin sch-component-pin sch-port-line" x1="922.7456669465063" y1="638.60731465215" x2="937.4055127127062" y2="638.60731465215" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_30_6__stack1"><rect x="936.6725204243962" y="637.87432236384" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="930.0755898296063" y="637.87432236384" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="919.0807055049563" y="638.60731465215" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_214</text><line class="component-pin sch-component-pin sch-port-line" x1="922.7456669465063" y1="616.61754600285" x2="937.4055127127062" y2="616.61754600285" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_30_7__stack1"><rect x="936.6725204243962" y="615.88455371454" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="930.0755898296063" y="615.88455371454" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="919.0807055049563" y="616.61754600285" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_215</text><line class="component-pin sch-component-pin sch-port-line" x1="922.7456669465063" y1="631.2773917690499" x2="937.4055127127062" y2="631.2773917690499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_30_8__stack1"><rect x="936.6725204243962" y="630.5443994807399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="930.0755898296063" y="630.5443994807399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="919.0807055049563" y="631.2773917690499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_216</text><line class="component-pin sch-component-pin sch-port-line" x1="922.7456669465063" y1="623.94746888595" x2="937.4055127127062" y2="623.94746888595" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_30_9__stack1"><rect x="936.6725204243962" y="623.21447659764" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="930.0755898296063" y="623.21447659764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="919.0807055049563" y="623.94746888595" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_217</text><line class="component-pin sch-component-pin sch-port-line" x1="922.7456669465063" y1="660.59708330145" x2="936.6725204243962" y2="660.59708330145" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_30_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="937.4055127127062" cy="660.59708330145" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="936.6725204243962" y="659.86409101314" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="930.0755898296063" y="659.86409101314" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="919.0807055049563" y="660.59708330145" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_218</text><line class="component-pin sch-component-pin sch-port-line" x1="922.7456669465063" y1="653.2671604183499" x2="936.6725204243962" y2="653.2671604183499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_30_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="937.4055127127062" cy="653.2671604183499" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="936.6725204243962" y="652.5341681300399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="930.0755898296063" y="652.5341681300399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="919.0807055049563" y="653.2671604183499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_219</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_31__stack1"><rect class="component chip sch-component-body" x="873.7268076657749" y="523.52752538748" width="3.6649614415500764" height="24.921737802540065" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="873.7268076657749" y="523.52752538748" width="3.6649614415500764" height="24.921737802540065" fill="transparent"/><text class="sch-text" x="875.55928838655" y="535.98839428875" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 875.55928838655, 535.98839428875)">schematic_component_31</text><line class="component-pin sch-component-pin sch-port-line" x1="873.7268076657749" y1="535.98839428875" x2="865.29739635021" y2="535.98839428875" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_31_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="864.5644040619" cy="535.98839428875" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="863.8314117735899" y="535.25540200044" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="869.1456058638375" y="535.25540200044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="877.391769107325" y="535.98839428875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_220</text><line class="component-pin sch-component-pin sch-port-line" x1="877.391769107325" y1="535.98839428875" x2="886.5541727112001" y2="535.98839428875" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_31_1__stack1"><rect x="885.82118042289" y="535.25540200044" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="881.9729709092626" y="535.25540200044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="873.7268076657749" y="535.98839428875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_221</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_32__stack1"><rect class="component chip sch-component-body" x="1002.000458120025" y="523.52752538748" width="3.6649614415500764" height="24.921737802540065" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1002.000458120025" y="523.52752538748" width="3.6649614415500764" height="24.921737802540065" fill="transparent"/><text class="sch-text" x="1003.8329388408" y="535.98839428875" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 1003.8329388408, 535.98839428875)">schematic_component_32</text><line class="component-pin sch-component-pin sch-port-line" x1="1002.000458120025" y1="535.98839428875" x2="993.5710468044599" y2="535.98839428875" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_32_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="992.83805451615" cy="535.98839428875" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="992.10506222784" y="535.25540200044" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="997.4192563180875" y="535.25540200044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="1005.665419561575" y="535.98839428875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_222</text><line class="component-pin sch-component-pin sch-port-line" x1="1005.665419561575" y1="535.98839428875" x2="1014.82782316545" y2="535.98839428875" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_32_1__stack1"><rect x="1014.09483087714" y="535.25540200044" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="1010.2466213635125" y="535.25540200044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="1002.000458120025" y="535.98839428875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_223</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_33__stack1"><rect class="component chip sch-component-body" x="1055.1423990225" y="616.61754600285" width="43.97953729859978" height="21.989768649300004" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1055.1423990225" y="616.61754600285" width="43.97953729859978" height="21.989768649300004" fill="transparent"/><text class="sch-text" x="1077.1321676718" y="627.6124303275" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 1077.1321676718, 627.6124303275)">schematic_component_33</text><line class="component-pin sch-component-pin sch-port-line" x1="1055.1423990225" y1="620.2825074443999" x2="1040.4825532563" y2="620.2825074443999" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_33_0__stack1"><rect x="1039.74956096799" y="619.5495151560899" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="1047.8124761394" y="619.5495151560899" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="1058.80736046405" y="620.2825074443999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_224</text><line class="component-pin sch-component-pin sch-port-line" x1="1055.1423990225" y1="627.6124303275" x2="1040.4825532563" y2="627.6124303275" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_33_1__stack1"><rect x="1039.74956096799" y="626.87943803919" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="1047.8124761394" y="626.87943803919" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="1058.80736046405" y="627.6124303275" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_225</text><line class="component-pin sch-component-pin sch-port-line" x1="1055.1423990225" y1="634.9423532106" x2="1040.4825532563" y2="634.9423532106" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_33_2__stack1"><rect x="1039.74956096799" y="634.20936092229" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="1047.8124761394" y="634.20936092229" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="1058.80736046405" y="634.9423532106" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_226</text><line class="component-pin sch-component-pin sch-port-line" x1="1099.1219363210998" y1="631.2773917690499" x2="1113.0487897989901" y2="631.2773917690499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_33_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1113.7817820873001" cy="631.2773917690499" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="1113.0487897989901" y="630.5443994807399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="1106.4518592042" y="630.5443994807399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="1095.45697487955" y="631.2773917690499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_227</text><line class="component-pin sch-component-pin sch-port-line" x1="1099.1219363210998" y1="623.94746888595" x2="1113.7817820873001" y2="623.94746888595" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_33_4__stack1"><rect x="1113.0487897989901" y="623.21447659764" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="1106.4518592042" y="623.21447659764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="1095.45697487955" y="623.94746888595" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_228</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_34__stack1"><rect class="component chip sch-component-body" x="969.0158051460751" y="735.728792853225" width="55.8906619836373" height="3.6649614415499627" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="969.0158051460751" y="735.728792853225" width="55.8906619836373" height="3.6649614415499627" fill="transparent"/><text class="sch-text" x="996.9611361378938" y="737.5612735739999" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 996.9611361378938, 737.5612735739999)">schematic_component_34</text><line class="component-pin sch-component-pin sch-port-line" x1="985.50813163305" y1="735.728792853225" x2="985.50813163305" y2="724.36741238442" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_34_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="985.50813163305" cy="723.63442009611" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="984.77513934474" y="722.9014278078" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="984.77513934474" y="729.6816064746674" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 984.77513934474 729.6816064746674)"></text><text class="pin-number sch-pin-label" x="985.50813163305" y="739.3937542947749" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 985.50813163305 739.3937542947749)">schematic_port_229</text><line class="component-pin sch-component-pin sch-port-line" x1="985.50813163305" y1="739.3937542947749" x2="985.50813163305" y2="751.4881270518899" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_34_1__stack1"><rect x="984.77513934474" y="750.7551347635799" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="984.77513934474" y="745.4409406733325" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 984.77513934474 745.4409406733325)"></text><text class="pin-number sch-pin-label" x="985.50813163305" y="735.728792853225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 985.50813163305 735.728792853225)">schematic_port_230</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_35__stack1"><rect class="component chip sch-component-body" x="1078.9646483925749" y="735.728792853225" width="60.28861571349762" height="3.6649614415499627" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1078.9646483925749" y="735.728792853225" width="60.28861571349762" height="3.6649614415499627" fill="transparent"/><text class="sch-text" x="1109.108956249324" y="737.5612735739999" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 1109.108956249324, 737.5612735739999)">schematic_component_35</text><line class="component-pin sch-component-pin sch-port-line" x1="1095.45697487955" y1="735.728792853225" x2="1095.45697487955" y2="723.63442009611" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_35_0__stack1"><rect x="1094.72398259124" y="722.9014278078" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="1094.72398259124" y="729.6816064746674" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 1094.72398259124 729.6816064746674)"></text><text class="pin-number sch-pin-label" x="1095.45697487955" y="739.3937542947749" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 1095.45697487955 739.3937542947749)">schematic_port_231</text><line class="component-pin sch-component-pin sch-port-line" x1="1095.45697487955" y1="739.3937542947749" x2="1095.45697487955" y2="751.4881270518899" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_35_1__stack1"><rect x="1094.72398259124" y="750.7551347635799" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="1094.72398259124" y="745.4409406733325" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 1094.72398259124 745.4409406733325)"></text><text class="pin-number sch-pin-label" x="1095.45697487955" y="735.728792853225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 1095.45697487955 735.728792853225)">schematic_port_232</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="119.84423913894011" cy="250.12140184785" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="119.84423913894011" cy="257.45132473095" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="119.84423913894011" cy="264.78124761405" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="119.84423913894011" cy="272.11117049715" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="119.84423913894011" cy="279.44109338025" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="119.84423913894011" cy="286.77101626335" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="119.84423913894011" cy="294.10093914645" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="119.84423913894011" cy="301.43086202955" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="119.84423913894011" cy="308.76078491264997" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="119.84423913894011" cy="316.09070779575" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="119.84423913894011" cy="323.42063067885" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="119.84423913894011" cy="330.75055356194997" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="119.84423913894011" cy="338.08047644505" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="119.84423913894011" cy="345.41039932815" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="183.61456822191008" cy="250.12140184785" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="183.61456822191008" cy="257.45132473095" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="183.61456822191008" cy="264.78124761405" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="183.61456822191008" cy="272.11117049715" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_4__stack1"><circle cx="183.61456822191008" cy="279.44109338025" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_5__stack1"><circle cx="183.61456822191008" cy="286.77101626335" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_6__stack1"><circle cx="183.61456822191008" cy="294.10093914645" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_7__stack1"><circle cx="183.61456822191008" cy="301.43086202955" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_8__stack1"><circle cx="183.61456822191008" cy="308.76078491264997" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_9__stack1"><circle cx="183.61456822191008" cy="316.09070779575" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_10__stack1"><circle cx="183.61456822191008" cy="323.42063067885" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_11__stack1"><circle cx="183.61456822191008" cy="330.75055356194997" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_12__stack1"><circle cx="183.61456822191008" cy="338.08047644504995" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_13__stack1"><circle cx="183.61456822191008" cy="345.41039932815" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="499.9007406276751" cy="228.13163319855005" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="499.9007406276751" cy="235.46155608165006" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="499.9007406276751" cy="242.79147896475007" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_3__stack1"><circle cx="499.9007406276751" cy="250.12140184785002" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_4__stack1"><circle cx="499.9007406276751" cy="257.45132473095003" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_5__stack1"><circle cx="499.9007406276751" cy="264.78124761405" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_6__stack1"><circle cx="499.9007406276751" cy="272.11117049715006" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_7__stack1"><circle cx="499.9007406276751" cy="279.44109338025004" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_8__stack1"><circle cx="499.9007406276751" cy="286.77101626335" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_9__stack1"><circle cx="499.9007406276751" cy="294.10093914645006" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_10__stack1"><circle cx="499.9007406276751" cy="301.43086202955004" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_11__stack1"><circle cx="499.9007406276751" cy="308.76078491265" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_12__stack1"><circle cx="499.9007406276751" cy="316.09070779575006" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_13__stack1"><circle cx="499.9007406276751" cy="323.42063067885005" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_14__stack1"><circle cx="499.9007406276751" cy="330.75055356195" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_15__stack1"><circle cx="499.9007406276751" cy="338.08047644505007" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_16__stack1"><circle cx="499.9007406276751" cy="345.41039932815005" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_17__stack1"><circle cx="499.9007406276751" cy="352.7403222112501" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_18__stack1"><circle cx="499.9007406276751" cy="360.07024509435007" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_19__stack1"><circle cx="499.9007406276751" cy="367.4001679774501" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_20__stack1"><circle cx="499.9007406276751" cy="374.7300908605501" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_21__stack1"><circle cx="499.9007406276751" cy="382.0600137436501" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_22__stack1"><circle cx="499.9007406276751" cy="389.38993662675006" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_23__stack1"><circle cx="499.9007406276751" cy="396.7198595098501" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_24__stack1"><circle cx="499.9007406276751" cy="404.0497823929501" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_25__stack1"><circle cx="499.9007406276751" cy="411.3797052760501" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_26__stack1"><circle cx="499.9007406276751" cy="418.7096281591501" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_27__stack1"><circle cx="499.9007406276751" cy="426.03955104225014" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_28__stack1"><circle cx="499.9007406276751" cy="433.3694739253501" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_29__stack1"><circle cx="499.9007406276751" cy="440.6993968084501" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_30__stack1"><circle cx="499.9007406276751" cy="448.02931969155014" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_31__stack1"><circle cx="499.9007406276751" cy="455.3592425746501" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_32__stack1"><circle cx="499.9007406276751" cy="462.68916545775016" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_33__stack1"><circle cx="499.9007406276751" cy="470.01908834085015" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_34__stack1"><circle cx="499.9007406276751" cy="477.34901122395013" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_35__stack1"><circle cx="499.9007406276751" cy="484.67893410705017" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_36__stack1"><circle cx="499.9007406276751" cy="492.00885699015015" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_37__stack1"><circle cx="499.9007406276751" cy="499.3387798732502" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_38__stack1"><circle cx="499.9007406276751" cy="506.66870275635017" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_39__stack1"><circle cx="499.9007406276751" cy="513.9986256394502" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_40__stack1"><circle cx="499.9007406276751" cy="521.3285485225501" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_41__stack1"><circle cx="499.9007406276751" cy="528.6584714056502" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_42__stack1"><circle cx="499.9007406276751" cy="535.9883942887501" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_43__stack1"><circle cx="499.9007406276751" cy="543.3183171718501" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_44__stack1"><circle cx="499.9007406276751" cy="550.6482400549501" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_45__stack1"><circle cx="499.9007406276751" cy="557.97816293805" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_46__stack1"><circle cx="499.9007406276751" cy="565.30808582115" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_47__stack1"><circle cx="499.9007406276751" cy="572.63800870425" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_48__stack1"><circle cx="499.9007406276751" cy="579.96793158735" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_49__stack1"><circle cx="499.9007406276751" cy="587.2978544704499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_50__stack1"><circle cx="628.174391081925" cy="587.2978544704499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_51__stack1"><circle cx="628.174391081925" cy="579.9679315873499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_52__stack1"><circle cx="628.174391081925" cy="572.6380087042498" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_53__stack1"><circle cx="628.174391081925" cy="565.3080858211499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_54__stack1"><circle cx="628.174391081925" cy="557.97816293805" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_55__stack1"><circle cx="628.174391081925" cy="550.64824005495" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_56__stack1"><circle cx="628.174391081925" cy="543.3183171718499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_57__stack1"><circle cx="628.174391081925" cy="535.98839428875" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_58__stack1"><circle cx="628.174391081925" cy="528.65847140565" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_59__stack1"><circle cx="628.174391081925" cy="521.3285485225499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_60__stack1"><circle cx="628.174391081925" cy="513.99862563945" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_61__stack1"><circle cx="628.174391081925" cy="506.66870275634994" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_62__stack1"><circle cx="628.174391081925" cy="499.3387798732499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_63__stack1"><circle cx="628.174391081925" cy="492.0088569901499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_64__stack1"><circle cx="628.174391081925" cy="484.67893410704994" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_65__stack1"><circle cx="628.174391081925" cy="477.3490112239499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_66__stack1"><circle cx="628.174391081925" cy="470.0190883408499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_67__stack1"><circle cx="628.174391081925" cy="462.6891654577499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_68__stack1"><circle cx="628.174391081925" cy="455.3592425746499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_69__stack1"><circle cx="628.174391081925" cy="448.02931969154986" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_70__stack1"><circle cx="628.174391081925" cy="440.6993968084499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_71__stack1"><circle cx="628.174391081925" cy="433.3694739253499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_72__stack1"><circle cx="628.174391081925" cy="426.0395510422499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_73__stack1"><circle cx="628.174391081925" cy="418.7096281591499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_74__stack1"><circle cx="628.174391081925" cy="411.3797052760499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_75__stack1"><circle cx="628.174391081925" cy="404.04978239294985" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_76__stack1"><circle cx="628.174391081925" cy="396.71985950984987" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_77__stack1"><circle cx="628.174391081925" cy="389.38993662674983" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_78__stack1"><circle cx="628.174391081925" cy="382.06001374364985" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_79__stack1"><circle cx="628.174391081925" cy="374.73009086054986" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_80__stack1"><circle cx="628.174391081925" cy="367.4001679774498" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_81__stack1"><circle cx="628.174391081925" cy="360.07024509434984" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_82__stack1"><circle cx="628.174391081925" cy="352.7403222112498" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_83__stack1"><circle cx="628.174391081925" cy="345.4103993281498" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_84__stack1"><circle cx="628.174391081925" cy="338.08047644504984" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_85__stack1"><circle cx="628.174391081925" cy="330.7505535619498" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_86__stack1"><circle cx="628.174391081925" cy="323.4206306788498" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_87__stack1"><circle cx="628.174391081925" cy="316.0907077957498" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_88__stack1"><circle cx="628.174391081925" cy="308.7607849126498" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_89__stack1"><circle cx="628.174391081925" cy="301.43086202954976" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_90__stack1"><circle cx="628.174391081925" cy="294.10093914644983" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_91__stack1"><circle cx="628.174391081925" cy="286.77101626334985" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_92__stack1"><circle cx="628.174391081925" cy="279.44109338024987" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_93__stack1"><circle cx="628.174391081925" cy="272.1111704971499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_94__stack1"><circle cx="628.174391081925" cy="264.7812476140499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_95__stack1"><circle cx="628.174391081925" cy="257.45132473095" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_96__stack1"><circle cx="628.174391081925" cy="250.12140184784997" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_97__stack1"><circle cx="628.174391081925" cy="242.79147896475" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_98__stack1"><circle cx="628.174391081925" cy="235.46155608165003" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_99__stack1"><circle cx="628.174391081925" cy="228.13163319855005" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="105.9173856610501" cy="448.02931969155" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="105.9173856610501" cy="455.35924257465" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_2__stack1"><circle cx="105.9173856610501" cy="462.68916545775" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_3__stack1"><circle cx="105.9173856610501" cy="470.01908834085" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_4__stack1"><circle cx="105.9173856610501" cy="477.34901122395" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_5__stack1"><circle cx="105.9173856610501" cy="484.67893410705" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_6__stack1"><circle cx="105.9173856610501" cy="492.00885699015" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_7__stack1"><circle cx="105.9173856610501" cy="499.33877987324996" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_8__stack1"><circle cx="105.9173856610501" cy="506.66870275635" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_9__stack1"><circle cx="105.9173856610501" cy="513.99862563945" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_10__stack1"><circle cx="179.2166144920501" cy="513.99862563945" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_11__stack1"><circle cx="179.2166144920501" cy="506.66870275635" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_12__stack1"><circle cx="179.2166144920501" cy="499.33877987324996" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_13__stack1"><circle cx="179.2166144920501" cy="492.00885699015" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_14__stack1"><circle cx="179.2166144920501" cy="484.67893410704994" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_15__stack1"><circle cx="179.2166144920501" cy="477.34901122394996" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_16__stack1"><circle cx="179.2166144920501" cy="470.01908834085" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_17__stack1"><circle cx="179.2166144920501" cy="462.68916545775" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_18__stack1"><circle cx="179.2166144920501" cy="455.35924257465" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_19__stack1"><circle cx="179.2166144920501" cy="448.02931969155" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="252.5158433230501" cy="467.08711918760997" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="252.5158433230501" cy="494.94082614339" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="399.1143009850501" cy="632.0103840573599" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="399.1143009850501" cy="659.86409101314" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="465.08360693295003" cy="632.0103840573599" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="465.08360693295003" cy="659.86409101314" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="531.05291288085" cy="632.0103840573599" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="531.05291288085" cy="659.86409101314" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="597.02221882875" cy="632.0103840573599" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="597.02221882875" cy="659.86409101314" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="662.9915247766501" cy="632.0103840573599" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="662.9915247766501" cy="659.86409101314" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="728.9608307245501" cy="632.0103840573599" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="728.9608307245501" cy="659.86409101314" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="367.59563258772005" cy="481.0139726655" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="393.9833549668801" cy="481.0139726655" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="380.7894937773001" cy="525.72650225241" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="380.7894937773001" cy="553.58020920819" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_0__stack1"><circle cx="380.7894937773001" cy="577.0359624341099" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_1__stack1"><circle cx="380.7894937773001" cy="604.88966938989" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_0__stack1"><circle cx="765.61044514005" cy="467.08711918760997" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_1__stack1"><circle cx="765.61044514005" cy="494.94082614339" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_0__stack1"><circle cx="728.9608307245501" cy="393.78789035661" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_1__stack1"><circle cx="728.9608307245501" cy="421.64159731239" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_0__stack1"><circle cx="703.3061006337" cy="320.48866152561" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_1__stack1"><circle cx="703.3061006337" cy="348.34236848139" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_0__stack1"><circle cx="732.6257921661" cy="258.18431701926" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_1__stack1"><circle cx="732.6257921661" cy="286.03802397504" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_0__stack1"><circle cx="743.62067649075" cy="224.466671757" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_1__stack1"><circle cx="787.60021378935" cy="224.466671757" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_0__stack1"><circle cx="338.64243719947507" cy="176.82217301685" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_1__stack1"><circle cx="338.64243719947507" cy="184.15209589994998" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_2__stack1"><circle cx="422.93655035512506" cy="184.15209589994998" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_3__stack1"><circle cx="422.93655035512506" cy="176.82217301685" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_0__stack1"><circle cx="589.69229594565" cy="169.49225013375002" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_1__stack1"><circle cx="611.68206459495" cy="169.49225013375002" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_0__stack1"><circle cx="417.43910819280006" cy="107.92089791571004" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_1__stack1"><circle cx="417.43910819280006" cy="135.77460487149" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_0__stack1"><circle cx="564.0375658548" cy="107.92089791571004" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_1__stack1"><circle cx="564.0375658548" cy="135.77460487149" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_0__stack1"><circle cx="892.0516148735251" cy="437.03443536689997" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_1__stack1"><circle cx="892.0516148735251" cy="444.36435825" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_2__stack1"><circle cx="892.0516148735251" cy="451.6942811331" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_3__stack1"><circle cx="1005.665419561575" cy="451.6942811331" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_4__stack1"><circle cx="1005.665419561575" cy="444.36435825" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_5__stack1"><circle cx="1005.665419561575" cy="437.03443536689997" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_0__stack1"><circle cx="1059.906848896515" cy="134.67511643902498" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_1__stack1"><circle cx="1094.3574864470852" cy="134.67511643902498" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_0__stack1"><circle cx="965.71733984868" cy="132.84263571825" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_1__stack1"><circle cx="1005.2989234174199" cy="132.84263571825" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_0__stack1"><circle cx="858.333969611265" cy="171.324730854525" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_1__stack1"><circle cx="892.7846071618351" cy="171.324730854525" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_0__stack1"><circle cx="947.3925326409301" cy="169.49225013375002" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_1__stack1"><circle cx="986.97411620967" cy="169.49225013375002" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_0__stack1"><circle cx="967.1833244253" cy="239.85950981151" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_1__stack1"><circle cx="967.1833244253" cy="267.71321676728996" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_0__stack1"><circle cx="939.2379934334813" cy="48.5485225626" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_1__stack1"><circle cx="939.2379934334813" cy="55.87844544570004" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_2__stack1"><circle cx="939.2379934334813" cy="63.20836832880002" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_3__stack1"><circle cx="939.2379934334813" cy="70.53829121190006" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_0__stack1"><circle cx="937.4055127127062" cy="587.2978544704499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_1__stack1"><circle cx="937.4055127127062" cy="594.62777735355" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_2__stack1"><circle cx="937.4055127127062" cy="601.95770023665" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_3__stack1"><circle cx="937.4055127127062" cy="609.2876231197499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_4__stack1"><circle cx="937.4055127127062" cy="667.92700618455" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_5__stack1"><circle cx="937.4055127127062" cy="645.93723753525" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_6__stack1"><circle cx="937.4055127127062" cy="638.60731465215" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_7__stack1"><circle cx="937.4055127127062" cy="616.61754600285" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_8__stack1"><circle cx="937.4055127127062" cy="631.2773917690499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_9__stack1"><circle cx="937.4055127127062" cy="623.94746888595" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_10__stack1"><circle cx="937.4055127127062" cy="660.59708330145" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_11__stack1"><circle cx="937.4055127127062" cy="653.2671604183499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_0__stack1"><circle cx="864.5644040619" cy="535.98839428875" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_1__stack1"><circle cx="886.5541727112001" cy="535.98839428875" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_0__stack1"><circle cx="992.83805451615" cy="535.98839428875" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_1__stack1"><circle cx="1014.82782316545" cy="535.98839428875" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_0__stack1"><circle cx="1040.4825532563" cy="620.2825074443999" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_1__stack1"><circle cx="1040.4825532563" cy="627.6124303275" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_2__stack1"><circle cx="1040.4825532563" cy="634.9423532106" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_3__stack1"><circle cx="1113.7817820873001" cy="631.2773917690499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_4__stack1"><circle cx="1113.7817820873001" cy="623.94746888595" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_0__stack1"><circle cx="985.50813163305" cy="723.63442009611" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_1__stack1"><circle cx="985.50813163305" cy="751.4881270518899" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_35_0__stack1"><circle cx="1095.45697487955" cy="723.63442009611" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_35_1__stack1"><circle cx="1095.45697487955" cy="751.4881270518899" r="1.46598457662" 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="
484
- M 151.7294036804251,250.12140184785
485
- L 148.0644422388751,248.142322669413
486
- L 148.0644422388751,235.5739482325242
487
- L 155.39436512197508,235.5739482325242
488
- L 155.39436512197508,248.142322669413
489
- Z
490
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="151.7294036804251" y="246.82293655045498" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(-90 151.7294036804251 246.82293655045498)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
491
- M 417.03596243422953,360.07024509435007
492
- L 420.70092387577955,362.0493242727871
493
- L 420.70092387577955,374.6176987096759
494
- L 413.3710009926795,374.6176987096759
495
- L 413.3710009926795,362.0493242727871
496
- Z
497
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="417.03596243422953" y="363.3687103917451" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(90 417.03596243422953 363.3687103917451)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
498
- M 480.0732992288896,581.8370619225404
499
- L 483.7382606704396,583.8161411009775
500
- L 483.7382606704396,596.3845155378663
501
- L 476.4083377873396,596.3845155378663
502
- L 476.4083377873396,583.8161411009775
503
- Z
504
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="480.0732992288896" y="585.1355272199354" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(90 480.0732992288896 585.1355272199354)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
505
- M 728.9608307245501,428.97152019549
506
- L 732.6257921661,430.950599373927
507
- L 732.6257921661,443.5189738108158
508
- L 725.2958692830001,443.5189738108158
509
- L 725.2958692830001,430.950599373927
510
- Z
511
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="728.9608307245501" y="432.269985492885" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(90 728.9608307245501 432.269985492885)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
512
- M 732.6257921661,293.36794685814
513
- L 736.29075360765,295.347026036577
514
- L 736.29075360765,307.9154004734658
515
- L 728.9608307245501,307.9154004734658
516
- L 728.9608307245501,295.347026036577
517
- Z
518
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="732.6257921661" y="296.666412155535" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(90 732.6257921661 296.666412155535)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
519
- M 58.23623730648467,513.99862563945
520
- L 61.901198748034666,515.977704817887
521
- L 61.901198748034666,528.5460792547758
522
- L 54.57127586493467,528.5460792547758
523
- L 54.57127586493467,515.977704817887
524
- Z
525
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="58.23623730648467" y="517.2970909368449" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(90 58.23623730648467 517.2970909368449)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
526
- M 252.5158433230501,502.27074902648997
527
- L 256.1808047646001,504.249828204927
528
- L 256.1808047646001,516.8182026418158
529
- L 248.8508818815001,516.8182026418158
530
- L 248.8508818815001,504.249828204927
531
- Z
532
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="252.5158433230501" y="505.569214323885" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(90 252.5158433230501 505.569214323885)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
533
- M 465.08360693295003,667.19401389624
534
- L 468.74856837450005,669.173093074677
535
- L 468.74856837450005,681.7414675115658
536
- L 461.4186454914,681.7414675115658
537
- L 461.4186454914,669.173093074677
538
- Z
539
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="465.08360693295003" y="670.492479193635" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(90 465.08360693295003 670.492479193635)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
540
- M 765.61044514005,494.94082614339
541
- L 769.2754065816,496.919905321827
542
- L 769.2754065816,509.4882797587158
543
- L 761.9454836985001,509.4882797587158
544
- L 761.9454836985001,496.919905321827
545
- Z
546
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="765.61044514005" y="498.239291440785" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(90 765.61044514005 498.239291440785)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
547
- M 703.3061006337,355.67229136449
548
- L 706.97106207525,357.651370542927
549
- L 706.97106207525,370.2197449798158
550
- L 699.64113919215,370.2197449798158
551
- L 699.64113919215,357.651370542927
552
- Z
553
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="703.3061006337" y="358.970756661885" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(90 703.3061006337 358.970756661885)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="
554
- M 338.64243719947507,184.15209589994998
555
- L 336.66335802103805,187.81705734149998
556
- L 324.09498358414925,187.81705734149998
557
- L 324.09498358414925,180.4871344584
558
- L 336.66335802103805,180.4871344584
559
- Z
560
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="335.34397190208006" y="184.15209589994998" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="
561
- M 506.8275177522045,176.82217301684997
562
- L 510.49247919375455,178.80125219528696
563
- L 510.49247919375455,191.36962663217577
564
- L 503.1625563106545,191.36962663217577
565
- L 503.1625563106545,178.80125219528696
566
- Z
567
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" x="506.8275177522045" y="180.12063831424499" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(90 506.8275177522045 180.12063831424499)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" d="
568
- M 844.3704665189596,490.17637626937494
569
- L 848.0354279605095,492.15545544781196
570
- L 848.0354279605095,504.72382988470076
571
- L 840.7055050774096,504.72382988470076
572
- L 840.7055050774096,492.15545544781196
573
- Z
574
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" x="844.3704665189596" y="493.47484156676995" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(90 844.3704665189596 493.47484156676995)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" d="
575
- M 1001.6339619758699,63.20836832880002
576
- L 1005.2989234174198,65.18744750723702
577
- L 1005.2989234174198,77.75582194412581
578
- L 997.9690005343199,77.75582194412581
579
- L 997.9690005343199,65.18744750723702
580
- Z
581
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" x="1001.6339619758699" y="66.50683362619502" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(90 1001.6339619758699 66.50683362619502)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" d="
582
- M 967.1833244253,275.04313965039
583
- L 970.84828586685,277.022218828827
584
- L 970.84828586685,289.5905932657158
585
- L 963.5183629837501,289.5905932657158
586
- L 963.5183629837501,277.022218828827
587
- Z
588
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" x="967.1833244253" y="278.341604947785" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(90 967.1833244253 278.341604947785)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" d="
589
- M 944.7354355958062,587.2978544704499
590
- L 946.7145147742432,583.6328930289
591
- L 959.282889211132,583.6328930289
592
- L 959.282889211132,590.9628159119999
593
- L 946.7145147742432,590.9628159119999
594
- Z
595
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" x="948.0339008932011" y="587.2978544704499" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" d="
596
- M 1023.6603802395855,548.8524089485904
597
- L 1027.3253416811356,550.8314881270275
598
- L 1027.3253416811356,563.3998625639163
599
- L 1019.9954187980355,563.3998625639163
600
- L 1019.9954187980355,550.8314881270275
601
- Z
602
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" x="1023.6603802395855" y="552.1508742459854" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(90 1023.6603802395855 552.1508742459854)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" d="
603
- M 1031.6499961821646,638.6439642665655
604
- L 1035.3149576237147,640.6230434450025
605
- L 1035.3149576237147,653.1914178818913
606
- L 1027.9850347406145,653.1914178818913
607
- L 1027.9850347406145,640.6230434450025
608
- Z
609
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" x="1031.6499961821646" y="641.9424295639604" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(90 1031.6499961821646 641.9424295639604)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" d="
610
- M 985.50813163305,758.8180499349899
611
- L 989.1730930745999,760.7971291134269
612
- L 989.1730930745999,773.3655035503157
613
- L 981.8431701915,773.3655035503157
614
- L 981.8431701915,760.7971291134269
615
- Z
616
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" x="985.50813163305" y="762.1165152323848" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(90 985.50813163305 762.1165152323848)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" d="
617
- M 105.9173856610501,455.35924257465
618
- L 103.9383064826131,459.02420401620003
619
- L 61.23417576567251,459.02420401620003
620
- L 61.23417576567251,451.6942811331
621
- L 103.9383064826131,451.6942811331
622
- Z
623
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" x="102.6189203636551" y="455.35924257465" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" d="
624
- M 105.9173856610501,470.01908834085
625
- L 103.9383064826131,473.6840497824
626
- L 61.23417576567251,473.6840497824
627
- L 61.23417576567251,466.35412689929996
628
- L 103.9383064826131,466.35412689929996
629
- Z
630
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" x="102.6189203636551" y="470.01908834085" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" d="
631
- M 105.9173856610501,484.67893410705
632
- L 103.9383064826131,488.3438955486
633
- L 61.23417576567251,488.3438955486
634
- L 61.23417576567251,481.0139726655
635
- L 103.9383064826131,481.0139726655
636
- Z
637
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" x="102.6189203636551" y="484.67893410705" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" d="
638
- M 105.9173856610501,499.33877987324996
639
- L 103.9383064826131,503.0037413148
640
- L 61.23417576567251,503.0037413148
641
- L 61.23417576567251,495.67381843169994
642
- L 103.9383064826131,495.67381843169994
643
- Z
644
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" x="102.6189203636551" y="499.33877987324996" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" d="
645
- M 179.2166144920501,513.99862563945
646
- L 181.1956936704871,510.33366419789996
647
- L 223.89982438742769,510.33366419789996
648
- L 223.89982438742769,517.663587081
649
- L 181.1956936704871,517.663587081
650
- Z
651
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" x="182.5150797894451" y="513.99862563945" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" d="
652
- M 179.2166144920501,499.33877987324996
653
- L 181.1956936704871,495.67381843169994
654
- L 223.89982438742769,495.67381843169994
655
- L 223.89982438742769,503.0037413148
656
- L 181.1956936704871,503.0037413148
657
- Z
658
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" x="182.5150797894451" y="499.33877987324996" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" d="
659
- M 179.2166144920501,484.67893410704994
660
- L 181.1956936704871,481.0139726654999
661
- L 223.89982438742769,481.0139726654999
662
- L 223.89982438742769,488.34389554859996
663
- L 181.1956936704871,488.34389554859996
664
- Z
665
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" x="182.5150797894451" y="484.67893410704994" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" d="
666
- M 151.7294036804251,345.41039932815
667
- L 155.39436512197508,347.389478506587
668
- L 155.39436512197508,390.0936092235276
669
- L 148.0644422388751,390.0936092235276
670
- L 148.0644422388751,347.389478506587
671
- Z
672
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" x="151.7294036804251" y="348.708864625545" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(90 151.7294036804251 348.708864625545)">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_27__stack1" d="
673
- M 179.2166144920501,470.01908834085
674
- L 181.1956936704871,466.35412689929996
675
- L 223.89982438742769,466.35412689929996
676
- L 223.89982438742769,473.6840497824
677
- L 181.1956936704871,473.6840497824
678
- Z
679
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_27__stack1" x="182.5150797894451" y="470.01908834085" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_28__stack1" d="
680
- M 628.174391081925,228.13163319855005
681
- L 624.5094296403751,226.15255402011306
682
- L 624.5094296403751,213.58417958322426
683
- L 631.839352523475,213.58417958322426
684
- L 631.839352523475,226.15255402011306
685
- Z
686
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_28__stack1" x="628.174391081925" y="224.83316790115504" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(-90 628.174391081925 224.83316790115504)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_29__stack1" d="
687
- M 703.3427502481155,554.2765518820844
688
- L 699.6777888065656,552.2974727036474
689
- L 699.6777888065656,539.7290982667586
690
- L 707.0077116896655,539.7290982667586
691
- L 707.0077116896655,552.2974727036474
692
- Z
693
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_29__stack1" x="703.3427502481155" y="550.9780865846894" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(-90 703.3427502481155 550.9780865846894)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_30__stack1" d="
694
- M 252.5158433230501,448.02931969155
695
- L 248.8508818815001,446.05024051311295
696
- L 248.8508818815001,433.48186607622415
697
- L 256.1808047646001,433.48186607622415
698
- L 256.1808047646001,446.05024051311295
699
- Z
700
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_30__stack1" x="252.5158433230501" y="444.73085439415496" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(-90 252.5158433230501 444.73085439415496)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_31__stack1" d="
701
- M 483.4084141407001,264.74459799963455
702
- L 479.74345269915005,262.76551882119753
703
- L 479.74345269915005,250.19714438430876
704
- L 487.0733755822501,250.19714438430876
705
- L 487.0733755822501,262.76551882119753
706
- Z
707
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_31__stack1" x="483.4084141407001" y="261.44613270223954" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(-90 483.4084141407001 261.44613270223954)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_32__stack1" d="
708
- M 360.26570970462,418.7096281591501
709
- L 356.60074826307,416.7305489807131
710
- L 356.60074826307,404.1621745438243
711
- L 363.93067114617,404.1621745438243
712
- L 363.93067114617,416.7305489807131
713
- Z
714
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_32__stack1" x="360.26570970462" y="415.4111628617551" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(-90 360.26570970462 415.4111628617551)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_33__stack1" d="
715
- M 465.08360693295003,624.68046117426
716
- L 461.4186454914,622.701381995823
717
- L 461.4186454914,610.1330075589342
718
- L 468.74856837450005,610.1330075589342
719
- L 468.74856837450005,622.701381995823
720
- Z
721
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_33__stack1" x="465.08360693295003" y="621.3819958768651" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(-90 465.08360693295003 621.3819958768651)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_34__stack1" d="
722
- M 677.6880201572656,400.34817133698436
723
- L 674.0230587157156,398.36909215854735
724
- L 674.0230587157156,385.80071772165854
725
- L 681.3529815988155,385.80071772165854
726
- L 681.3529815988155,398.36909215854735
727
- Z
728
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_34__stack1" x="677.6880201572656" y="397.04970603958935" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(-90 677.6880201572656 397.04970603958935)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_35__stack1" d="
729
- M 940.06260975783,152.08368328638753
730
- L 936.3976483162801,150.10460410795054
731
- L 936.3976483162801,137.53622967106173
732
- L 943.72757119938,137.53622967106173
733
- L 943.72757119938,150.10460410795054
734
- Z
735
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_35__stack1" x="940.06260975783" y="148.7852179889925" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(-90 940.06260975783 148.7852179889925)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_36__stack1" d="
736
- M 950.2695273725468,41.18195006508455
737
- L 946.6045659309968,39.20287088664755
738
- L 946.6045659309968,26.63449644975875
739
- L 953.9344888140968,26.63449644975875
740
- L 953.9344888140968,39.20287088664755
741
- Z
742
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_36__stack1" x="950.2695273725468" y="37.88348476768955" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(-90 950.2695273725468 37.88348476768955)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_37__stack1" d="
743
- M 1095.45697487955,673.79094449103
744
- L 1091.792013438,671.811865312593
745
- L 1091.792013438,659.2434908757042
746
- L 1099.1219363211,659.2434908757042
747
- L 1099.1219363211,671.811865312593
748
- Z
749
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_37__stack1" x="1095.45697487955" y="670.4924791936351" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(-90 1095.45697487955 670.4924791936351)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_38__stack1" d="
750
- M 499.9007406276751,308.76078491265
751
- L 497.92166144923806,312.42574635420004
752
- L 425.08177445224567,312.4257463542
753
- L 425.08177445224567,305.0958234711
754
- L 497.92166144923806,305.0958234711
755
- Z
756
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_38__stack1" x="496.60227533028007" y="308.76078491265" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_39__stack1" d="
757
- M 331.3125143163751,176.82217301685
758
- L 329.33343513793807,180.4871344584
759
- L 256.4935481409457,180.4871344584
760
- L 256.4935481409457,173.15721157529998
761
- L 329.33343513793807,173.1572115753
762
- Z
763
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_39__stack1" x="328.0140490189801" y="176.82217301685" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_40__stack1" d="
764
- M 499.9007406276751,316.09070779575006
765
- L 497.92166144923806,319.7556692373001
766
- L 420.7766664122383,319.7556692373
767
- L 420.7766664122383,312.42574635420004
768
- L 497.92166144923806,312.42574635420004
769
- Z
770
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_40__stack1" x="496.60227533028007" y="316.09070779575006" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_41__stack1" d="
771
- M 589.69229594565,169.49225013375002
772
- L 587.713216767213,173.1572115753
773
- L 510.5682217302132,173.1572115753
774
- L 510.5682217302132,165.8272886922
775
- L 587.713216767213,165.82728869220003
776
- Z
777
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_41__stack1" x="586.3938306482551" y="169.49225013375002" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_42__stack1" d="
778
- M 994.3040390927699,169.49225013375002
779
- L 996.283118271207,165.82728869220003
780
- L 1043.2923570281548,165.82728869220003
781
- L 1043.2923570281548,173.1572115753
782
- L 996.283118271207,173.1572115753
783
- Z
784
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_42__stack1" x="997.6025043901649" y="169.49225013375002" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_43__stack1" d="
785
- M 499.9007406276751,323.42063067885005
786
- L 497.92166144923806,327.08559212040007
787
- L 450.9124226922901,327.08559212040007
788
- L 450.9124226922901,319.7556692373
789
- L 497.92166144923806,319.7556692373
790
- Z
791
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_43__stack1" x="496.60227533028007" y="323.42063067885005" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_44__stack1" d="
792
- M 858.333969611265,171.324730854525
793
- L 856.354890432828,174.989692296075
794
- L 809.34565167588,174.989692296075
795
- L 809.34565167588,167.65976941297498
796
- L 856.354890432828,167.659769412975
797
- Z
798
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_44__stack1" x="855.0355043138701" y="171.324730854525" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_45__stack1" d="
799
- M 360.632205848775,556.878674505585
800
- L 358.653126670338,560.5436359471349
801
- L 294.42345575336043,560.5436359471349
802
- L 294.42345575336043,553.213713064035
803
- L 358.653126670338,553.213713064035
804
- Z
805
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_45__stack1" x="357.33374055138" y="556.878674505585" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_46__stack1" d="
806
- M 179.2166144920501,462.68916545775
807
- L 181.1956936704871,459.0242040162
808
- L 223.89982438742769,459.0242040162
809
- L 223.89982438742769,466.3541268993
810
- L 181.1956936704871,466.3541268993
811
- Z
812
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_46__stack1" x="182.5150797894451" y="462.68916545775" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_47__stack1" d="
813
- M 499.9007406276751,426.03955104225014
814
- L 497.92166144923806,429.70451248380016
815
- L 455.21753073229746,429.70451248380016
816
- L 455.21753073229746,422.3745896007001
817
- L 497.92166144923806,422.3745896007001
818
- Z
819
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_47__stack1" x="496.60227533028007" y="426.03955104225014" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_48__stack1" d="
820
- M 105.9173856610501,506.66870275635
821
- L 103.9383064826131,510.3336641979
822
- L 61.23417576567251,510.3336641979
823
- L 61.23417576567251,503.0037413148
824
- L 103.9383064826131,503.0037413148
825
- Z
826
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_48__stack1" x="102.6189203636551" y="506.66870275635" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_49__stack1" d="
827
- M 499.9007406276751,433.3694739253501
828
- L 497.92166144923806,437.03443536690014
829
- L 455.21753073229746,437.03443536690014
830
- L 455.21753073229746,429.7045124838001
831
- L 497.92166144923806,429.7045124838001
832
- Z
833
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_49__stack1" x="496.60227533028007" y="433.3694739253501" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_50__stack1" d="
834
- M 105.9173856610501,477.34901122395
835
- L 103.9383064826131,481.01397266550003
836
- L 61.23417576567251,481.01397266550003
837
- L 61.23417576567251,473.6840497824
838
- L 103.9383064826131,473.6840497824
839
- Z
840
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_50__stack1" x="102.6189203636551" y="477.34901122395" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_51__stack1" d="
841
- M 499.9007406276751,440.6993968084501
842
- L 497.92166144923806,444.3643582500001
843
- L 455.21753073229746,444.3643582500001
844
- L 455.21753073229746,437.0344353669001
845
- L 497.92166144923806,437.0344353669001
846
- Z
847
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_51__stack1" x="496.60227533028007" y="440.6993968084501" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_52__stack1" d="
848
- M 179.2166144920501,506.66870275635
849
- L 181.1956936704871,503.0037413148
850
- L 223.89982438742769,503.0037413148
851
- L 223.89982438742769,510.3336641979
852
- L 181.1956936704871,510.3336641979
853
- Z
854
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_52__stack1" x="182.5150797894451" y="506.66870275635" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_53__stack1" d="
855
- M 499.9007406276751,448.02931969155014
856
- L 497.92166144923806,451.69428113310016
857
- L 455.21753073229746,451.69428113310016
858
- L 455.21753073229746,444.3643582500001
859
- L 497.92166144923806,444.3643582500001
860
- Z
861
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_53__stack1" x="496.60227533028007" y="448.02931969155014" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_54__stack1" d="
862
- M 179.2166144920501,477.34901122394996
863
- L 181.1956936704871,473.68404978239994
864
- L 223.89982438742769,473.68404978239994
865
- L 223.89982438742769,481.0139726655
866
- L 181.1956936704871,481.0139726655
867
- Z
868
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_54__stack1" x="182.5150797894451" y="477.34901122394996" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_55__stack1" d="
869
- M 499.9007406276751,455.3592425746501
870
- L 497.92166144923806,459.02420401620014
871
- L 455.21753073229746,459.02420401620014
872
- L 455.21753073229746,451.6942811331001
873
- L 497.92166144923806,451.6942811331001
874
- Z
875
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_55__stack1" x="496.60227533028007" y="455.3592425746501" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_56__stack1" d="
876
- M 179.2166144920501,492.00885699015
877
- L 181.1956936704871,488.34389554859996
878
- L 223.89982438742769,488.34389554859996
879
- L 223.89982438742769,495.6738184317
880
- L 181.1956936704871,495.6738184317
881
- Z
882
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_56__stack1" x="182.5150797894451" y="492.00885699015" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_57__stack1" d="
883
- M 499.9007406276751,462.68916545775016
884
- L 497.92166144923806,466.3541268993002
885
- L 455.21753073229746,466.3541268993002
886
- L 455.21753073229746,459.02420401620014
887
- L 497.92166144923806,459.02420401620014
888
- Z
889
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_57__stack1" x="496.60227533028007" y="462.68916545775016" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_58__stack1" d="
890
- M 499.9007406276751,572.63800870425
891
- L 497.92166144923806,576.3029701457999
892
- L 442.3022066122753,576.3029701457999
893
- L 442.3022066122753,568.9730472627
894
- L 497.92166144923806,568.9730472627
895
- Z
896
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_58__stack1" x="496.60227533028007" y="572.63800870425" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_59__stack1" d="
897
- M 765.61044514005,467.08711918760997
898
- L 761.9454836985001,465.10804000917295
899
- L 761.9454836985001,409.4885851722102
900
- L 769.2754065816,409.4885851722102
901
- L 769.2754065816,465.10804000917295
902
- Z
903
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_59__stack1" x="765.61044514005" y="463.78865389021496" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(-90 765.61044514005 463.78865389021496)">XXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_60__stack1" d="
904
- M 628.174391081925,572.6380087042498
905
- L 630.153470260362,568.9730472626999
906
- L 707.2984652973619,568.9730472626999
907
- L 707.2984652973619,576.3029701457998
908
- L 630.153470260362,576.3029701457998
909
- Z
910
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_60__stack1" x="631.47285637932" y="572.6380087042498" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_61__stack1" d="
911
- M 743.62067649075,224.466671757
912
- L 741.641597312313,228.13163319855
913
- L 664.4966022753133,228.13163319855
914
- L 664.4966022753133,220.80171031544998
915
- L 741.641597312313,220.80171031545
916
- Z
917
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_61__stack1" x="740.3222111933551" y="224.466671757" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_62__stack1" d="
918
- M 628.174391081925,557.97816293805
919
- L 630.153470260362,554.3132014965
920
- L 702.9933572573544,554.3132014965
921
- L 702.9933572573544,561.6431243796
922
- L 630.153470260362,561.6431243796
923
- Z
924
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_62__stack1" x="631.47285637932" y="557.97816293805" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_63__stack1" d="
925
- M 703.3061006337,320.48866152561
926
- L 699.64113919215,318.50958234717297
927
- L 699.64113919215,245.6696953501806
928
- L 706.97106207525,245.6696953501806
929
- L 706.97106207525,318.50958234717297
930
- Z
931
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_63__stack1" x="703.3061006337" y="317.190196228215" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(-90 703.3061006337 317.190196228215)">XXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_64__stack1" d="
932
- M 1005.665419561575,451.6942811331
933
- L 1007.6444987400121,448.02931969155
934
- L 1050.3486294569527,448.02931969155
935
- L 1050.3486294569527,455.35924257465
936
- L 1007.6444987400121,455.35924257465
937
- Z
938
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_64__stack1" x="1008.96388485897" y="451.6942811331" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_65__stack1" d="
939
- M 628.174391081925,550.64824005495
940
- L 630.153470260362,546.9832786134
941
- L 672.8576009773026,546.9832786134
942
- L 672.8576009773026,554.3132014964999
943
- L 630.153470260362,554.3132014964999
944
- Z
945
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_65__stack1" x="631.47285637932" y="550.64824005495" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_66__stack1" d="
946
- M 1005.665419561575,437.03443536689997
947
- L 1007.6444987400121,433.36947392534995
948
- L 1050.3486294569527,433.36947392534995
949
- L 1050.3486294569527,440.69939680845
950
- L 1007.6444987400121,440.69939680845
951
- Z
952
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_66__stack1" x="1008.96388485897" y="437.03443536689997" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_67__stack1" d="
953
- M 628.174391081925,543.3183171718499
954
- L 630.153470260362,539.6533557303
955
- L 672.8576009773026,539.6533557303
956
- L 672.8576009773026,546.9832786133999
957
- L 630.153470260362,546.9832786133999
958
- Z
959
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_67__stack1" x="631.47285637932" y="543.3183171718499" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_68__stack1" d="
960
- M 105.9173856610501,492.00885699015
961
- L 103.9383064826131,495.6738184317
962
- L 61.23417576567251,495.6738184317
963
- L 61.23417576567251,488.34389554859996
964
- L 103.9383064826131,488.34389554859996
965
- Z
966
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_68__stack1" x="102.6189203636551" y="492.00885699015" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_69__stack1" d="
967
- M 628.174391081925,499.3387798732499
968
- L 630.153470260362,495.6738184316999
969
- L 672.8576009773026,495.6738184316999
970
- L 672.8576009773026,503.0037413147999
971
- L 630.153470260362,503.0037413147999
972
- Z
973
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_69__stack1" x="631.47285637932" y="499.3387798732499" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_70__stack1" d="
974
- M 105.9173856610501,462.68916545775
975
- L 103.9383064826131,466.3541268993
976
- L 61.23417576567251,466.3541268993
977
- L 61.23417576567251,459.0242040162
978
- L 103.9383064826131,459.0242040162
979
- Z
980
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_70__stack1" x="102.6189203636551" y="462.68916545775" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_71__stack1" d="
981
- M 628.174391081925,492.0088569901499
982
- L 630.153470260362,488.3438955485999
983
- L 672.8576009773026,488.3438955485999
984
- L 672.8576009773026,495.67381843169994
985
- L 630.153470260362,495.67381843169994
986
- Z
987
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_71__stack1" x="631.47285637932" y="492.0088569901499" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_72__stack1" d="
988
- M 939.2379934334813,70.53829121190006
989
- L 941.2170726119183,66.87332977035005
990
- L 988.2263113688663,66.87332977035005
991
- L 988.2263113688663,74.20325265345006
992
- L 941.2170726119183,74.20325265345006
993
- Z
994
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_72__stack1" x="942.5364587308762" y="70.53829121190006" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_73__stack1" d="
995
- M 628.174391081925,433.3694739253499
996
- L 630.153470260362,429.7045124837999
997
- L 677.16270901731,429.7045124837999
998
- L 677.16270901731,437.0344353668999
999
- L 630.153470260362,437.0344353668999
1000
- Z
1001
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_73__stack1" x="631.47285637932" y="433.3694739253499" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_74__stack1" d="
1002
- M 628.174391081925,426.0395510422499
1003
- L 630.153470260362,422.3745896006999
1004
- L 685.7729250973248,422.3745896006999
1005
- L 685.7729250973248,429.70451248379993
1006
- L 630.153470260362,429.70451248379993
1007
- Z
1008
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_74__stack1" x="631.47285637932" y="426.0395510422499" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_75__stack1" d="
1009
- M 728.9608307245501,393.78789035661
1010
- L 725.2958692830001,391.80881117817296
1011
- L 725.2958692830001,336.1893563412102
1012
- L 732.6257921661,336.1893563412102
1013
- L 732.6257921661,391.80881117817296
1014
- Z
1015
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_75__stack1" x="728.9608307245501" y="390.48942505921497" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(-90 728.9608307245501 390.48942505921497)">XXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_76__stack1" d="
1016
- M 939.2379934334813,55.87844544570004
1017
- L 941.2170726119183,52.21348400415004
1018
- L 988.2263113688663,52.21348400415004
1019
- L 988.2263113688663,59.543406887250036
1020
- L 941.2170726119183,59.543406887250036
1021
- Z
1022
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_76__stack1" x="942.5364587308762" y="55.87844544570004" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_77__stack1" d="
1023
- M 628.174391081925,404.04978239294985
1024
- L 630.153470260362,400.38482095139983
1025
- L 677.16270901731,400.38482095139983
1026
- L 677.16270901731,407.71474383449987
1027
- L 630.153470260362,407.71474383449987
1028
- Z
1029
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_77__stack1" x="631.47285637932" y="404.04978239294985" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_78__stack1" d="
1030
- M 628.174391081925,272.1111704971499
1031
- L 630.153470260362,268.44620905559987
1032
- L 681.4678170573175,268.44620905559987
1033
- L 681.4678170573175,275.7761319386999
1034
- L 630.153470260362,275.7761319386999
1035
- Z
1036
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_78__stack1" x="631.47285637932" y="272.1111704971499" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_79__stack1" d="
1037
- M 965.71733984868,132.84263571825
1038
- L 963.738260670243,136.50759715979999
1039
- L 912.4239138732876,136.50759715979999
1040
- L 912.4239138732876,129.17767427669997
1041
- L 963.738260670243,129.1776742767
1042
- Z
1043
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_79__stack1" x="962.4188745512851" y="132.84263571825" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_80__stack1" d="
1044
- M 1059.906848896515,134.67511643902498
1045
- L 1057.927769718078,138.34007788057497
1046
- L 1006.6134229211225,138.34007788057497
1047
- L 1006.6134229211225,131.01015499747496
1048
- L 1057.927769718078,131.01015499747498
1049
- Z
1050
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_80__stack1" x="1056.6083835991199" y="134.67511643902498" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_81__stack1" d="
1051
- M 619.0119874780501,169.49225013375002
1052
- L 620.9910666564871,165.82728869220003
1053
- L 668.0003054134351,165.82728869220003
1054
- L 668.0003054134351,173.1572115753
1055
- L 620.9910666564871,173.1572115753
1056
- Z
1057
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_81__stack1" x="622.310452775445" y="169.49225013375002" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_82__stack1" d="
1058
- M 422.93655035512506,184.15209589994998
1059
- L 424.9156295335621,180.4871344584
1060
- L 471.92486829051006,180.4871344584
1061
- L 471.92486829051006,187.81705734149998
1062
- L 424.9156295335621,187.81705734149998
1063
- Z
1064
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_82__stack1" x="426.2350156525201" y="184.15209589994998" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_83__stack1" d="
1065
- M 941.0704741542563,623.94746888595
1066
- L 943.0495533326933,620.2825074444
1067
- L 985.7536840496339,620.2825074444
1068
- L 985.7536840496339,627.6124303275
1069
- L 943.0495533326933,627.6124303275
1070
- Z
1071
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_83__stack1" x="944.3689394516513" y="623.94746888595" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_84__stack1" d="
1072
- M 892.0516148735251,437.03443536689997
1073
- L 890.072535695088,440.69939680845
1074
- L 847.3684049781475,440.69939680845
1075
- L 847.3684049781475,433.36947392534995
1076
- L 890.072535695088,433.36947392534995
1077
- Z
1078
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_84__stack1" x="888.7531495761301" y="437.03443536689997" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_85__stack1" d="
1079
- M 977.9033366418337,631.2773917690499
1080
- L 979.8824158202707,627.6124303275
1081
- L 1022.5865465372112,627.6124303275
1082
- L 1022.5865465372112,634.9423532105999
1083
- L 979.8824158202707,634.9423532105999
1084
- Z
1085
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_85__stack1" x="981.2018019392286" y="631.2773917690499" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_86__stack1" d="
1086
- M 892.0516148735251,451.6942811331
1087
- L 890.072535695088,455.35924257465
1088
- L 847.3684049781475,455.35924257465
1089
- L 847.3684049781475,448.02931969155
1090
- L 890.072535695088,448.02931969155
1091
- Z
1092
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_86__stack1" x="888.7531495761301" y="451.6942811331" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_87__stack1" d="
1093
- M 1051.5140871953656,433.3328243109345
1094
- L 1047.8491257538155,431.35374513249747
1095
- L 1047.8491257538155,418.78537069560866
1096
- L 1055.1790486369157,418.78537069560866
1097
- L 1055.1790486369157,431.35374513249747
1098
- Z
1099
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_87__stack1" x="1051.5140871953656" y="430.0343590135395" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(-90 1051.5140871953656 430.0343590135395)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_88__stack1" d="
1100
- M 941.0704741542563,609.2876231197499
1101
- L 943.0495533326933,605.6226616782
1102
- L 955.6179277695821,605.6226616782
1103
- L 955.6179277695821,612.9525845612999
1104
- L 943.0495533326933,612.9525845612999
1105
- Z
1106
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_88__stack1" x="944.3689394516513" y="609.2876231197499" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_89__stack1" d="
1107
- M 1020.325265327775,620.2825074443999
1108
- L 1016.660303886225,618.3034282659629
1109
- L 1016.660303886225,605.7350538290741
1110
- L 1023.990226769325,605.7350538290741
1111
- L 1023.990226769325,618.3034282659629
1112
- Z
1113
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_89__stack1" x="1020.325265327775" y="616.984042147005" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(-90 1020.325265327775 616.984042147005)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_90__stack1" d="
1114
- M 985.50813163305,723.63442009611
1115
- L 981.8431701915,721.655340917673
1116
- L 981.8431701915,709.0869664807842
1117
- L 989.1730930745999,709.0869664807842
1118
- L 989.1730930745999,721.655340917673
1119
- Z
1120
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_90__stack1" x="985.50813163305" y="720.3359547987151" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(-90 985.50813163305 720.3359547987151)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_91__stack1" d="
1121
- M 937.4055127127062,645.93723753525
1122
- L 939.3845918911433,642.2722760937
1123
- L 982.0887226080838,642.2722760937
1124
- L 982.0887226080838,649.6021989768
1125
- L 939.3845918911433,649.6021989768
1126
- Z
1127
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_91__stack1" x="940.7039780101012" y="645.93723753525" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_92__stack1" d="
1128
- M 864.5644040619,535.98839428875
1129
- L 862.5853248834629,539.6533557303
1130
- L 819.8811941665224,539.6533557303
1131
- L 819.8811941665224,532.3234328472
1132
- L 862.5853248834629,532.3234328472
1133
- Z
1134
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_92__stack1" x="861.265938764505" y="535.98839428875" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_93__stack1" d="
1135
- M 937.4055127127062,653.2671604183499
1136
- L 939.3845918911433,649.6021989768
1137
- L 982.0887226080838,649.6021989768
1138
- L 982.0887226080838,656.9321218598999
1139
- L 939.3845918911433,656.9321218598999
1140
- Z
1141
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_93__stack1" x="940.7039780101012" y="653.2671604183499" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_94__stack1" d="
1142
- M 992.83805451615,535.98839428875
1143
- L 990.858975337713,539.6533557303
1144
- L 948.1548446207725,539.6533557303
1145
- L 948.1548446207725,532.3234328472
1146
- L 990.858975337713,532.3234328472
1147
- Z
1148
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_94__stack1" x="989.539589218755" y="535.98839428875" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</text><text class="sch-text" x="89.79155531823005" y="238.57677330696748" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 89.79155531823005, 238.57677330696748)">J_DISPLAY</text><text class="sch-text" x="211.46827517769003" y="238.57677330696748" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 211.46827517769003, 238.57677330696748)">J_HOST</text><text class="sch-text" x="543.1472856379651" y="599.392227227565" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789989px" transform="rotate(0, 543.1472856379651, 599.392227227565)">STM32F723VET6</text><text class="sch-text" x="525.555470718525" y="216.58700465766756" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 525.555470718525, 216.58700465766756)">U_MCU</text><text class="sch-text" x="151.3629075362701" y="526.092998396565" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789989px" transform="rotate(0, 151.3629075362701, 526.092998396565)">SN74LVC244APWR</text><text class="sch-text" x="131.57211575190007" y="436.48469115066746" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 131.57211575190007, 436.48469115066746)">U_BUF</text><text class="sch-text" x="408.2767045889251" y="196.24646865706498" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789989px" transform="rotate(0, 408.2767045889251, 196.24646865706498)">ABM8W_12_0000MHZ_8_B1U_T3</text><text class="sch-text" x="357.70023669553507" y="165.2775444759675" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 357.70023669553507, 165.2775444759675)">Y1</text><text class="sch-text" x="930.900206153955" y="463.78865389021496" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 930.900206153955, 463.78865389021496)">USBLC6_2SC6</text><text class="sch-text" x="917.7063449643749" y="425.48980682601746" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 917.7063449643749, 425.48980682601746)">U_ESD</text><text class="sch-text" x="910.8345422614686" y="37.003894021717485" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 910.8345422614686, 37.003894021717485)">J_SWD</text><text class="sch-text" x="895.8082003511138" y="680.021378941665" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789989px" transform="rotate(0, 895.8082003511138, 680.021378941665)">TYPE-C-31-M-12</text><text class="sch-text" x="876.0174085667438" y="575.7532259295675" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 876.0174085667438, 575.7532259295675)">J_USB</text><text class="sch-text" x="1088.12705199645" y="643.371764526165" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789989px" transform="rotate(0, 1088.12705199645, 643.371764526165)">AP2112K_3_3TRG1</text><text class="sch-text" x="1066.13728334715" y="612.4028403450675" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 1066.13728334715, 612.4028403450675)">U_LDO</text><rect class="schematic-box sch-box" x="67.80178666892999" y="233.99557150503003" width="43.979537298600064" height="9.162403603874964" stroke-width="0.73299228831px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.86393830648 2.93196915324"/><rect class="schematic-box sch-box" x="196.07543712318" y="233.99557150503003" width="30.785676109020073" height="9.162403603874964" stroke-width="0.73299228831px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.86393830648 2.93196915324"/><rect class="schematic-box sch-box" x="514.560586393875" y="596.0937619301699" width="57.173398488180055" height="6.596930594790024" stroke-width="0.73299228831px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.86393830648 2.93196915324"/><rect class="schematic-box sch-box" x="512.3616095289451" y="212.0058028557301" width="26.38772237915998" height="9.162403603874964" stroke-width="0.73299228831px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.86393830648 2.93196915324"/><rect class="schematic-box sch-box" x="120.57723142725013" y="522.7945330991699" width="61.571352218039976" height="6.596930594790024" stroke-width="0.73299228831px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.86393830648 2.93196915324"/><rect class="schematic-box sch-box" x="118.37825456232008" y="431.90348934873" width="26.38772237916004" height="9.16240360387502" stroke-width="0.73299228831px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.86393830648 2.93196915324"/><rect class="schematic-box sch-box" x="353.3022829656751" y="192.94800335967" width="109.94884324649996" height="6.596930594789995" stroke-width="0.73299228831px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.86393830648 2.93196915324"/><rect class="schematic-box sch-box" x="351.10330610074504" y="160.69634267403003" width="13.193861189580048" height="9.162403603874964" stroke-width="0.73299228831px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.86393830648 2.93196915324"/><rect class="schematic-box sch-box" x="906.711460639725" y="460.49018859281995" width="48.377491028459986" height="6.596930594790024" stroke-width="0.73299228831px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.86393830648 2.93196915324"/><rect class="schematic-box sch-box" x="904.512483774795" y="420.90860502408" width="26.38772237915998" height="9.16240360387502" stroke-width="0.73299228831px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.86393830648 2.93196915324"/><rect class="schematic-box sch-box" x="897.6406810718888" y="32.422692219780004" width="26.387722379159868" height="9.16240360387502" stroke-width="0.73299228831px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.86393830648 2.93196915324"/><rect class="schematic-box sch-box" x="865.0225242420938" y="676.72291364427" width="61.57135221803992" height="6.59693059478991" stroke-width="0.73299228831px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.86393830648 2.93196915324"/><rect class="schematic-box sch-box" x="862.8235473771638" y="571.17202412763" width="26.387722379160095" height="9.162403603874964" stroke-width="0.73299228831px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.86393830648 2.93196915324"/><rect class="schematic-box sch-box" x="1055.1423990225" y="640.07329922877" width="65.96930594790001" height="6.59693059478991" stroke-width="0.73299228831px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.86393830648 2.93196915324"/><rect class="schematic-box sch-box" x="1052.94342215757" y="607.82163854313" width="26.387722379159868" height="9.162403603874964" stroke-width="0.73299228831px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.86393830648 2.93196915324"/>
483
+ </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 177.93420933620797 246.94173530908 L 112.81099609199202 246.94173530908" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.93420933620797 246.94173530908 L 112.81099609199202 246.94173530908" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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 177.93420933620797 254.42716211876 L 112.81099609199202 254.42716211876" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.93420933620797 254.42716211876 L 112.81099609199202 254.42716211876" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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 465.37459882791995 665.3770939701919 L 465.37459882791995 672.862520779872 L 398.0057575408 672.862520779872 L 398.0057575408 665.3770939701919" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 465.37459882791995 665.3770939701919 L 465.37459882791995 672.862520779872 L 398.0057575408 672.862520779872 L 398.0057575408 665.3770939701919" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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 532.74344011504 665.3770939701919 L 532.74344011504 672.862520779872 L 465.37459882791995 672.862520779872 L 465.37459882791995 665.3770939701919" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 532.74344011504 665.3770939701919 L 532.74344011504 672.862520779872 L 465.37459882791995 672.862520779872 L 465.37459882791995 665.3770939701919" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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 600.11228140216 665.3770939701919 L 600.11228140216 672.862520779872 L 532.74344011504 672.862520779872 L 532.74344011504 665.3770939701919" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 600.11228140216 665.3770939701919 L 600.11228140216 672.862520779872 L 532.74344011504 672.862520779872 L 532.74344011504 665.3770939701919" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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 667.48112268928 665.3770939701919 L 667.48112268928 672.862520779872 L 600.11228140216 672.862520779872 L 600.11228140216 665.3770939701919" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 667.48112268928 665.3770939701919 L 667.48112268928 672.862520779872 L 600.11228140216 672.862520779872 L 600.11228140216 665.3770939701919" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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 734.8499639764 665.3770939701919 L 734.8499639764 672.862520779872 L 667.48112268928 672.862520779872 L 667.48112268928 665.3770939701919" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 734.8499639764 665.3770939701919 L 734.8499639764 672.862520779872 L 667.48112268928 672.862520779872 L 667.48112268928 665.3770939701919" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><path d="M 379.2921905166 609.2363928975919 L 379.2921905166 672.862520779872 L 398.0057575408 672.862520779872 L 398.0057575408 665.3770939701919" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 379.2921905166 609.2363928975919 L 379.2921905166 672.862520779872 L 398.0057575408 672.862520779872 L 398.0057575408 665.3770939701919" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><path d="M 379.2921905166 556.838405229832 L 379.2921905166 564.323832039512 L 351.22183998030005 564.323832039512 L 351.22183998030005 616.721819707272 L 379.2921905166 616.721819707272 L 379.2921905166 609.2363928975919" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 379.2921905166 556.838405229832 L 379.2921905166 564.323832039512 L 351.22183998030005 564.323832039512 L 351.22183998030005 616.721819707272 L 379.2921905166 616.721819707272 L 379.2921905166 609.2363928975919" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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 416.71932456499997 130.169077078072 L 416.71932456499997 151.12827214517597 L 429.81882148194 151.12827214517597 L 429.81882148194 172.08746721227996 L 422.33339467226 172.08746721227996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 416.71932456499997 130.169077078072 L 416.71932456499997 151.12827214517597 L 429.81882148194 151.12827214517597 L 429.81882148194 172.08746721227996 L 422.33339467226 172.08746721227996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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 947.716788876675 598.7567953640399 L 955.202215686355 598.7567953640399 L 955.202215686355 591.2713685543599 L 947.716788876675 591.2713685543599" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 947.716788876675 598.7567953640399 L 955.202215686355 598.7567953640399 L 955.202215686355 591.2713685543599 L 947.716788876675 591.2713685543599" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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 500.93037617389996 411.6211251220401 L 489.70223595938 411.6211251220401 L 489.70223595938 359.22313745428005 L 500.93037617389996 359.22313745428005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 500.93037617389996 411.6211251220401 L 489.70223595938 411.6211251220401 L 489.70223595938 359.22313745428005 L 500.93037617389996 359.22313745428005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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 112.81099609199202 261.91258892844 L 177.93420933620797 261.91258892843996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 112.81099609199202 261.91258892844 L 177.93420933620797 261.91258892843996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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 112.81099609199202 269.39801573811997 L 177.93420933620797 269.39801573811997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 112.81099609199202 269.39801573811997 L 177.93420933620797 269.39801573811997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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 112.81099609199202 276.8834425478 L 177.93420933620797 276.8834425478" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 112.81099609199202 276.8834425478 L 177.93420933620797 276.8834425478" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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 112.81099609199202 284.36886935748 L 177.93420933620797 284.36886935748" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 112.81099609199202 284.36886935748 L 177.93420933620797 284.36886935748" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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 112.81099609199202 291.85429616716 L 177.93420933620797 291.85429616716" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 112.81099609199202 291.85429616716 L 177.93420933620797 291.85429616716" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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 112.81099609199202 299.33972297684 L 177.93420933620797 299.33972297684" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 112.81099609199202 299.33972297684 L 177.93420933620797 299.33972297684" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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 112.81099609199202 306.82514978652 L 177.93420933620797 306.82514978652" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 112.81099609199202 306.82514978652 L 177.93420933620797 306.82514978652" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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 177.93420933620797 314.3105765962 L 112.81099609199202 314.3105765962" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.93420933620797 314.3105765962 L 112.81099609199202 314.3105765962" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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 177.93420933620797 321.79600340587996 L 112.81099609199202 321.79600340588" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.93420933620797 321.79600340587996 L 112.81099609199202 321.79600340588" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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 177.93420933620797 329.28143021555996 L 112.81099609199202 329.28143021555996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.93420933620797 329.28143021555996 L 112.81099609199202 329.28143021555996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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 177.93420933620797 336.76685702524 L 112.81099609199202 336.76685702524" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.93420933620797 336.76685702524 L 112.81099609199202 336.76685702524" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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 177.93420933620797 344.25228383492 L 112.81099609199202 344.25228383492" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.93420933620797 344.25228383492 L 112.81099609199202 344.25228383492" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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 465.37459882791995 636.932472093408 L 465.37459882791995 629.447045283728 L 398.0057575408 629.447045283728 L 398.0057575408 636.932472093408" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 465.37459882791995 636.932472093408 L 465.37459882791995 629.447045283728 L 398.0057575408 629.447045283728 L 398.0057575408 636.932472093408" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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 532.74344011504 636.932472093408 L 532.74344011504 629.447045283728 L 465.37459882791995 629.447045283728 L 465.37459882791995 636.932472093408" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 532.74344011504 636.932472093408 L 532.74344011504 629.447045283728 L 465.37459882791995 629.447045283728 L 465.37459882791995 636.932472093408" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_26__stack1"><path d="M 600.11228140216 636.932472093408 L 600.11228140216 629.447045283728 L 532.74344011504 629.447045283728 L 532.74344011504 636.932472093408" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 600.11228140216 636.932472093408 L 600.11228140216 629.447045283728 L 532.74344011504 629.447045283728 L 532.74344011504 636.932472093408" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"><path d="M 667.48112268928 636.932472093408 L 667.48112268928 629.447045283728 L 600.11228140216 629.447045283728 L 600.11228140216 636.932472093408" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 667.48112268928 636.932472093408 L 667.48112268928 629.447045283728 L 600.11228140216 629.447045283728 L 600.11228140216 636.932472093408" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"><path d="M 734.8499639764 636.932472093408 L 734.8499639764 629.447045283728 L 667.48112268928 629.447045283728 L 667.48112268928 636.932472093408" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 734.8499639764 636.932472093408 L 734.8499639764 629.447045283728 L 667.48112268928 629.447045283728 L 667.48112268928 636.932472093408" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_29__stack1"><path d="M 500.93037617389996 591.2713685543599 L 493.44494936422 591.2713685543599 L 493.44494936422 629.447045283728 L 532.74344011504 629.447045283728 L 532.74344011504 636.932472093408" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 500.93037617389996 591.2713685543599 L 493.44494936422 591.2713685543599 L 493.44494936422 629.447045283728 L 532.74344011504 629.447045283728 L 532.74344011504 636.932472093408" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_30__stack1"><path d="M 500.93037617389996 299.33972297684005 L 497.18766276906 299.33972297684005 L 497.18766276906 261.9125889284401 L 500.93037617389996 261.9125889284401" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 500.93037617389996 299.33972297684005 L 497.18766276906 299.33972297684005 L 497.18766276906 261.9125889284401 L 500.93037617389996 261.9125889284401" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_31__stack1"><path d="M 379.2921905166 528.393783353048 L 379.2921905166 520.908356543368 L 400.251385583704 520.908356543368 L 400.251385583704 482.732679814 L 392.765958774024 482.732679814" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 379.2921905166 528.393783353048 L 379.2921905166 520.908356543368 L 400.251385583704 520.908356543368 L 400.251385583704 482.732679814 L 392.765958774024 482.732679814" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_32__stack1"><path d="M 379.2921905166 580.791771020808 L 379.2921905166 573.3063442111279 L 358.70726678997994 573.3063442111279 L 358.70726678997994 520.908356543368 L 379.2921905166 520.908356543368 L 379.2921905166 528.393783353048" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 379.2921905166 580.791771020808 L 379.2921905166 573.3063442111279 L 358.70726678997994 573.3063442111279 L 358.70726678997994 520.908356543368 L 379.2921905166 520.908356543368 L 379.2921905166 528.393783353048" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_33__stack1"><path d="M 500.93037617389996 374.19399107364006 L 497.18766276906 374.19399107364006 L 497.18766276906 366.70856426396006 L 500.93037617389996 366.70856426396006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 500.93037617389996 374.19399107364006 L 497.18766276906 374.19399107364006 L 497.18766276906 366.70856426396006 L 500.93037617389996 366.70856426396006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_34__stack1"><path d="M 947.716788876675 636.18392941244 L 989.0737720001569 636.18392941244 L 989.0737720001569 643.66935622212 L 947.716788876675 643.66935622212" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 947.716788876675 636.18392941244 L 989.0737720001569 636.18392941244 L 989.0737720001569 643.66935622212 L 947.716788876675 643.66935622212" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_35__stack1"><path d="M 978.126335291 264.90675965231196 L 978.126335291 272.39218646199197 L 940.137794231874 272.39218646199197 L 940.137794231874 166.47339710501998 L 902.149253172748 166.47339710501998" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 978.126335291 264.90675965231196 L 978.126335291 272.39218646199197 L 940.137794231874 272.39218646199197 L 940.137794231874 166.47339710501998 L 902.149253172748 166.47339710501998" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_36__stack1"><path d="M 996.8399023152 758.9449290911919 L 996.8399023152 766.430355900872 L 1109.1213044604 766.430355900872 L 1109.1213044604 758.9449290911919" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 996.8399023152 758.9449290911919 L 996.8399023152 766.430355900872 L 1109.1213044604 766.430355900872 L 1109.1213044604 758.9449290911919" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_37__stack1"><path d="M 248.29722134719998 468.510368875608 L 248.29722134719998 449.04825917043996 L 173.44295325040002 449.04825917043996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 248.29722134719998 468.510368875608 L 248.29722134719998 449.04825917043996 L 173.44295325040002 449.04825917043996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_38__stack1"><path d="M 500.93037617389996 419.1065519317201 L 358.33299544949597 419.1065519317201 L 358.33299544949597 482.732679814 L 365.818422259176 482.732679814" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 500.93037617389996 419.1065519317201 L 358.33299544949597 419.1065519317201 L 358.33299544949597 482.732679814 L 365.818422259176 482.732679814" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_39__stack1"><path d="M 1107.998490438948 129.04626305661998 L 1115.4839172486281 129.04626305661998 L 1115.4839172486281 146.82415172960998 L 950.4302560951841 146.82415172960998 L 950.4302560951841 164.60204040259998 L 957.9156829048641 164.60204040259998" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1107.998490438948 129.04626305661998 L 1115.4839172486281 129.04626305661998 L 1115.4839172486281 146.82415172960998 L 950.4302560951841 146.82415172960998 L 950.4302560951841 164.60204040259998 L 957.9156829048641 164.60204040259998" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_40__stack1"><path d="M 1127.8348714846 628.6985026027601 L 1142.80572510396 628.6985026027601 L 1142.80572510396 679.599404908584 L 1109.1213044604 679.599404908584 L 1109.1213044604 730.5003072144079" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1127.8348714846 628.6985026027601 L 1142.80572510396 628.6985026027601 L 1142.80572510396 679.599404908584 L 1109.1213044604 679.599404908584 L 1109.1213044604 730.5003072144079" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_41__stack1"><path d="M 336.25098636094 172.08746721228 L 328.76555955125997 172.08746721228 L 328.76555955125997 94.23902839160803 L 416.71932456499997 94.23902839160803 L 416.71932456499997 101.72445520128798" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 336.25098636094 172.08746721228 L 328.76555955125997 172.08746721228 L 328.76555955125997 94.23902839160803 L 416.71932456499997 94.23902839160803 L 416.71932456499997 101.72445520128798" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_42__stack1"><path d="M 615.08313502152 164.60204040259998 L 622.5685618312 164.60204040259998 L 622.5685618312 94.23902839160803 L 566.4278607586 94.23902839160803 L 566.4278607586 101.72445520128798" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 615.08313502152 164.60204040259998 L 622.5685618312 164.60204040259998 L 622.5685618312 94.23902839160803 L 566.4278607586 94.23902839160803 L 566.4278607586 101.72445520128798" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_43__stack1"><path d="M 998.336987677136 164.60204040259998 L 1005.8224144868159 164.60204040259998 L 1005.8224144868159 200.53208908906396 L 978.126335291 200.53208908906396 L 978.126335291 236.462137775528" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 998.336987677136 164.60204040259998 L 1005.8224144868159 164.60204040259998 L 1005.8224144868159 200.53208908906396 L 978.126335291 200.53208908906396 L 978.126335291 236.462137775528" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_44__stack1"><path d="M 98.58868515360001 516.41710045756 L 49.89598375663161 516.41710045756 L 49.89598375663161 449.04825917043996 L 98.58868515360001 449.04825917043996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 98.58868515360001 516.41710045756 L 49.89598375663161 516.41710045756 L 49.89598375663161 449.04825917043996 L 98.58868515360001 449.04825917043996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_45__stack1"><path d="M 500.93037617389996 359.22313745428005 L 416.3076260904676 359.22313745428005 L 416.3076260904676 291.85429616716004 L 500.93037617389996 291.85429616716004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 500.93037617389996 359.22313745428005 L 416.3076260904676 359.22313745428005 L 416.3076260904676 291.85429616716004 L 500.93037617389996 291.85429616716004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_46__stack1"><path d="M 947.716788876675 628.69850260276 L 951.4595022815149 628.69850260276 L 951.4595022815149 621.21307579308 L 947.716788876675 621.21307579308" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 947.716788876675 628.69850260276 L 951.4595022815149 628.69850260276 L 951.4595022815149 621.21307579308 L 947.716788876675 621.21307579308" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_47__stack1"><path d="M 947.716788876675 613.7276489834 L 951.4595022815149 613.7276489834 L 951.4595022815149 606.2422221737199 L 947.716788876675 606.2422221737199" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 947.716788876675 613.7276489834 L 951.4595022815149 613.7276489834 L 951.4595022815149 606.2422221737199 L 947.716788876675 606.2422221737199" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_48__stack1"><path d="M 1052.9806033877999 639.92664281728 L 1045.49517657812 639.92664281728 L 1045.49517657812 624.95578919792 L 1052.9806033877999 624.95578919792" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1052.9806033877999 639.92664281728 L 1045.49517657812 639.92664281728 L 1045.49517657812 624.95578919792 L 1052.9806033877999 624.95578919792" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_49__stack1"><path d="M 631.9253453433 419.1065519317199 L 694.0918149976924 419.1065519317199 L 694.0918149976924 429.586149465272 L 734.8499639764 429.586149465272 L 734.8499639764 422.100722655592" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 631.9253453433 419.1065519317199 L 694.0918149976924 419.1065519317199 L 694.0918149976924 429.586149465272 L 734.8499639764 429.586149465272 L 734.8499639764 422.100722655592" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_50__stack1"><path d="M 631.9253453433 231.97088168972002 L 716.1363969522 231.97088168972002 L 716.1363969522 291.105753486192 L 738.59267738124 291.105753486192 L 738.59267738124 283.620326676512" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 631.9253453433 231.97088168972002 L 716.1363969522 231.97088168972002 L 716.1363969522 291.105753486192 L 738.59267738124 291.105753486192 L 738.59267738124 283.620326676512" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_51__stack1"><path d="M 173.44295325040002 456.53368598011997 L 222.1356546473683 456.53368598011997 L 222.1356546473683 504.440417562072 L 248.29722134719998 504.440417562072 L 248.29722134719998 496.954990752392" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 173.44295325040002 456.53368598011997 L 222.1356546473683 456.53368598011997 L 222.1356546473683 504.440417562072 L 248.29722134719998 504.440417562072 L 248.29722134719998 496.954990752392" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_52__stack1"><path d="M 794.73337845384 220.74274147519998 L 802.2188052635199 220.74274147519998 L 802.2188052635199 354.731881368472 L 708.65097014252 354.731881368472 L 708.65097014252 347.246454558792" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 794.73337845384 220.74274147519998 L 802.2188052635199 220.74274147519998 L 802.2188052635199 354.731881368472 L 708.65097014252 354.731881368472 L 708.65097014252 347.246454558792" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_53__stack1"><path d="M 566.4278607586 130.169077078072 L 566.4278607586 157.11661359292 L 508.0041045090476 157.11661359292 L 508.0041045090476 172.08746721227996 L 422.33339467226 172.08746721228" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 566.4278607586 130.169077078072 L 566.4278607586 157.11661359292 L 508.0041045090476 157.11661359292 L 508.0041045090476 172.08746721227996 L 422.33339467226 172.08746721228" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_54__stack1"><path d="M 901.4007104917799 445.30554576559996 L 852.7080090948116 445.30554576559996 L 852.7080090948116 492.0894633261 L 903.2720671942 492.0894633261 L 903.2720671942 538.8733808866 L 895.7866403845201 538.8733808866" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 901.4007104917799 445.30554576559996 L 852.7080090948116 445.30554576559996 L 852.7080090948116 492.0894633261 L 903.2720671942 492.0894633261 L 903.2720671942 538.8733808866 L 895.7866403845201 538.8733808866" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_55__stack1"><path d="M 1017.050554701336 127.1749063542 L 1017.050554701336 121.56083624694003 L 1024.535981511016 121.56083624694003 L 1024.535981511016 56.063351662239995 L 949.588145579095 56.063351662239995" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1017.050554701336 127.1749063542 L 1017.050554701336 121.56083624694003 L 1024.535981511016 121.56083624694003 L 1024.535981511016 56.063351662239995 L 949.588145579095 56.063351662239995" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_56__stack1"><path d="M 738.59267738124 255.17570479972798 L 738.59267738124 228.22816828487996 L 631.9253453433 228.22816828487996 L 631.9253453433 224.48545488004004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 738.59267738124 255.17570479972798 L 738.59267738124 228.22816828487996 L 631.9253453433 228.22816828487996 L 631.9253453433 224.48545488004004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_57__stack1"><path d="M 500.93037617389996 359.22313745428005 L 478.84836708534397 359.22313745428005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 500.93037617389996 359.22313745428005 L 478.84836708534397 359.22313745428005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_58__stack1"><path d="M 500.93037617389996 583.7859417446799 L 480.6822966537156 583.7859417446799 L 480.6822966537156 585.6947255811483" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 500.93037617389996 583.7859417446799 L 480.6822966537156 583.7859417446799 L 480.6822966537156 585.6947255811483" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_59__stack1"><path d="M 1026.7816095539201 538.8733808866 L 1035.8015488595843 538.8733808866 L 1035.8015488595843 552.0103049375884" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1026.7816095539201 538.8733808866 L 1035.8015488595843 538.8733808866 L 1035.8015488595843 552.0103049375884" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_60__stack1"><path d="M 1045.49517657812 624.95578919792 L 1032.3956796611799 624.95578919792" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1045.49517657812 624.95578919792 L 1032.3956796611799 624.95578919792" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_61__stack1"><path d="M 1052.9806033877999 632.4412160075999 L 1043.9606640821357 632.4412160075999 L 1043.9606640821357 643.7067833561684" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1052.9806033877999 632.4412160075999 L 1043.9606640821357 632.4412160075999 L 1043.9606640821357 643.7067833561684" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_62__stack1"><path d="M 631.9253453433 568.8150881253199 L 708.6883972765684 568.8150881253199 L 708.6883972765684 557.5495207767515" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 631.9253453433 568.8150881253199 L 708.6883972765684 568.8150881253199 L 708.6883972765684 557.5495207767515" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_63__stack1"><path d="M 497.18766276906 261.9125889284401 L 484.08816585212 261.9125889284401 L 484.08816585212 261.8751617943916" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 497.18766276906 261.9125889284401 L 484.08816585212 261.9125889284401 L 484.08816585212 261.8751617943916" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_64__stack1"><path d="M 631.9253453433 411.62112512203987 L 682.4894034426884 411.62112512203987 L 682.4894034426884 400.35555777347145" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 631.9253453433 411.62112512203987 L 682.4894034426884 411.62112512203987 L 682.4894034426884 400.35555777347145" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_65__stack1"><path d="M 949.588145579095 41.09249804287998 L 960.8537129276634 41.09249804287998 L 960.8537129276634 33.56964409915162" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 949.588145579095 41.09249804287998 L 960.8537129276634 41.09249804287998 L 960.8537129276634 33.56964409915162" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" 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_66__stack1"><path d="M 1017.42482604182 445.30554576559996 L 1064.2461707363684 445.30554576559996 L 1064.2461707363684 434.0399784170316" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.988341447744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1017.42482604182 445.30554576559996 L 1064.2461707363684 445.30554576559996 L 1064.2461707363684 434.0399784170316" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.748542680968px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="465.37459882791995" cy="665.3770939701919" r="1.122814021452" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="465.37459882791995" cy="672.862520779872" r="1.122814021452" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="398.0057575408" cy="672.862520779872" r="1.122814021452" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="398.0057575408" cy="665.3770939701919" r="1.122814021452" 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="532.74344011504" cy="665.3770939701919" r="1.122814021452" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="532.74344011504" cy="672.862520779872" r="1.122814021452" 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="600.11228140216" cy="665.3770939701919" r="1.122814021452" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="600.11228140216" cy="672.862520779872" r="1.122814021452" 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="667.48112268928" cy="665.3770939701919" r="1.122814021452" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="667.48112268928" cy="672.862520779872" r="1.122814021452" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><circle cx="379.2921905166" cy="609.2363928975919" r="1.122814021452" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><circle cx="422.33339467226" cy="172.08746721227996" r="1.122814021452" 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="500.93037617389996" cy="359.22313745428005" r="1.122814021452" 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"><circle cx="465.37459882791995" cy="636.932472093408" r="1.122814021452" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="465.37459882791995" cy="629.447045283728" r="1.122814021452" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"><circle cx="532.74344011504" cy="636.932472093408" r="1.122814021452" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="532.74344011504" cy="629.447045283728" r="1.122814021452" 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_26__stack1"><circle cx="600.11228140216" cy="636.932472093408" r="1.122814021452" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="600.11228140216" cy="629.447045283728" r="1.122814021452" 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_27__stack1"><circle cx="667.48112268928" cy="636.932472093408" r="1.122814021452" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="667.48112268928" cy="629.447045283728" r="1.122814021452" 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_28__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_29__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_30__stack1"><circle cx="497.18766276906" cy="261.9125889284401" r="1.122814021452" 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_31__stack1"><circle cx="379.2921905166" cy="528.393783353048" r="1.122814021452" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="379.2921905166" cy="520.908356543368" r="1.122814021452" 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_32__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_33__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_34__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_35__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_36__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_37__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_38__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_39__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_40__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_41__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_42__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_43__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_44__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_45__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_46__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_47__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_48__stack1"><circle cx="1045.49517657812" cy="624.95578919792" r="1.122814021452" 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_49__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_50__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_51__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_52__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_53__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_54__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_55__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_56__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_57__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_58__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_59__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_60__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_61__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_62__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_63__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_64__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_65__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_66__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="61.91009378616798" y="239.4563084994" width="35.93004868646403" height="112.28140214519999" stroke-width="0.748542680968px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="61.91009378616798" y="239.4563084994" width="35.93004868646403" height="112.28140214519999" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="97.84014247263201" y1="246.94173530908" x2="112.81099609199202" y2="246.94173530908" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="112.06245341102402" y="246.193192628112" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="105.32556928231207" y="246.193192628112" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="97.84014247263201" y1="254.42716211876" x2="112.81099609199202" y2="254.42716211876" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="112.06245341102402" y="253.678619437792" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="105.32556928231207" y="253.678619437792" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="97.84014247263201" y1="261.91258892844" x2="112.81099609199202" y2="261.91258892844" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="112.06245341102402" y="261.164046247472" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="105.32556928231207" y="261.164046247472" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="97.84014247263201" y1="269.39801573811997" x2="112.81099609199202" y2="269.39801573811997" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="112.06245341102402" y="268.64947305715197" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="105.32556928231207" y="268.649473057152" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="97.84014247263201" y1="276.8834425478" x2="112.81099609199202" y2="276.8834425478" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="112.06245341102402" y="276.134899866832" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="105.32556928231207" y="276.134899866832" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="97.84014247263201" y1="284.36886935748" x2="112.81099609199202" y2="284.36886935748" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="112.06245341102402" y="283.620326676512" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="105.32556928231207" y="283.620326676512" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="97.84014247263201" y1="291.85429616716" x2="112.81099609199202" y2="291.85429616716" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="112.06245341102402" y="291.105753486192" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="105.32556928231207" y="291.105753486192" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="97.84014247263201" y1="299.33972297684" x2="112.81099609199202" y2="299.33972297684" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="112.06245341102402" y="298.591180295872" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="105.32556928231207" y="298.591180295872" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="97.84014247263201" y1="306.82514978652" x2="112.81099609199202" y2="306.82514978652" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="112.06245341102402" y="306.076607105552" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="105.32556928231207" y="306.07660710555194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="97.84014247263201" y1="314.3105765962" x2="112.81099609199202" y2="314.3105765962" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><rect x="112.06245341102402" y="313.562033915232" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="105.32556928231207" y="313.56203391523195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="97.84014247263201" y1="321.79600340588" x2="112.81099609199202" y2="321.79600340588" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><rect x="112.06245341102402" y="321.047460724912" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="105.32556928231207" y="321.04746072491196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="97.84014247263201" y1="329.28143021555996" x2="112.81099609199202" y2="329.28143021555996" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><rect x="112.06245341102402" y="328.53288753459196" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="105.32556928231207" y="328.53288753459196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="97.84014247263201" y1="336.76685702524" x2="112.81099609199202" y2="336.76685702524" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><rect x="112.06245341102402" y="336.01831434427197" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="105.32556928231207" y="336.01831434427197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="97.84014247263201" y1="344.25228383492" x2="112.81099609199202" y2="344.25228383492" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><rect x="112.06245341102402" y="343.503741153952" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="105.32556928231207" y="343.503741153952" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="192.90506295556798" y="239.4563084994" width="35.93004868646403" height="112.28140214519999" stroke-width="0.748542680968px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="192.90506295556798" y="239.4563084994" width="35.93004868646403" height="112.28140214519999" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="192.90506295556798" y1="246.94173530908" x2="177.93420933620797" y2="246.94173530908" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="177.18566665523997" y="246.193192628112" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.41963614588792" y="246.193192628112" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.90506295556798" y1="254.42716211876" x2="177.93420933620797" y2="254.42716211876" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="177.18566665523997" y="253.678619437792" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.41963614588792" y="253.678619437792" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.90506295556798" y1="261.91258892843996" x2="177.93420933620797" y2="261.91258892843996" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="177.18566665523997" y="261.16404624747196" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.41963614588792" y="261.164046247472" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.90506295556798" y1="269.39801573811997" x2="177.93420933620797" y2="269.39801573811997" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="177.18566665523997" y="268.64947305715197" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.41963614588792" y="268.64947305715197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.90506295556798" y1="276.8834425478" x2="177.93420933620797" y2="276.8834425478" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_1_4__stack1"><rect x="177.18566665523997" y="276.134899866832" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.41963614588792" y="276.134899866832" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.90506295556798" y1="284.36886935748" x2="177.93420933620797" y2="284.36886935748" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_1_5__stack1"><rect x="177.18566665523997" y="283.620326676512" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.41963614588792" y="283.620326676512" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.90506295556798" y1="291.85429616716" x2="177.93420933620797" y2="291.85429616716" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_1_6__stack1"><rect x="177.18566665523997" y="291.105753486192" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.41963614588792" y="291.105753486192" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.90506295556798" y1="299.33972297684" x2="177.93420933620797" y2="299.33972297684" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_1_7__stack1"><rect x="177.18566665523997" y="298.591180295872" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.41963614588792" y="298.59118029587194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.90506295556798" y1="306.82514978652" x2="177.93420933620797" y2="306.82514978652" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_1_8__stack1"><rect x="177.18566665523997" y="306.076607105552" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.41963614588792" y="306.07660710555194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.90506295556798" y1="314.3105765962" x2="177.93420933620797" y2="314.3105765962" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_1_9__stack1"><rect x="177.18566665523997" y="313.562033915232" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.41963614588792" y="313.56203391523195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.90506295556798" y1="321.79600340587996" x2="177.93420933620797" y2="321.79600340587996" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_1_10__stack1"><rect x="177.18566665523997" y="321.04746072491196" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.41963614588792" y="321.04746072491196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.90506295556798" y1="329.28143021555996" x2="177.93420933620797" y2="329.28143021555996" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_1_11__stack1"><rect x="177.18566665523997" y="328.53288753459196" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.41963614588792" y="328.53288753459196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.90506295556798" y1="336.76685702524" x2="177.93420933620797" y2="336.76685702524" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_1_12__stack1"><rect x="177.18566665523997" y="336.01831434427197" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.41963614588792" y="336.01831434427197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.90506295556798" y1="344.25228383492" x2="177.93420933620797" y2="344.25228383492" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_1_13__stack1"><rect x="177.18566665523997" y="343.503741153952" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.41963614588792" y="343.503741153952" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="515.90122979326" y="217.00002807036003" width="101.05326193068004" height="381.7567672936799" stroke-width="0.748542680968px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="515.90122979326" y="217.00002807036003" width="101.05326193068004" height="381.7567672936799" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="224.48545488004004" x2="501.678918854868" y2="224.48545488004004" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="224.48545488004004" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="223.73691219907204" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="223.73691219907207" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="231.97088168972004" x2="501.678918854868" y2="231.97088168972004" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="231.97088168972004" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="231.22233900875204" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="231.22233900875207" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="239.45630849940005" x2="501.678918854868" y2="239.45630849940005" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="239.45630849940005" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="238.70776581843205" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="238.70776581843208" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="246.94173530908003" x2="501.678918854868" y2="246.94173530908003" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="246.94173530908003" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="246.19319262811203" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="246.19319262811203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="254.42716211876004" x2="501.678918854868" y2="254.42716211876004" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="254.42716211876004" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="253.67861943779204" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="253.67861943779204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="261.9125889284401" x2="500.93037617389996" y2="261.9125889284401" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_5__stack1"><rect x="500.18183349293196" y="261.1640462474721" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="261.164046247472" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="269.3980157381201" x2="501.678918854868" y2="269.3980157381201" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="269.3980157381201" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="268.6494730571521" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="268.649473057152" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="276.88344254780003" x2="501.678918854868" y2="276.88344254780003" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="276.88344254780003" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="276.13489986683203" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="276.13489986683203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="284.36886935748004" x2="501.678918854868" y2="284.36886935748004" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="284.36886935748004" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="283.62032667651204" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="283.62032667651204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="291.85429616716004" x2="500.93037617389996" y2="291.85429616716004" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_9__stack1"><rect x="500.18183349293196" y="291.10575348619204" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="291.10575348619204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="299.33972297684005" x2="500.93037617389996" y2="299.33972297684005" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_10__stack1"><rect x="500.18183349293196" y="298.59118029587205" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="298.59118029587205" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="306.82514978652" x2="501.678918854868" y2="306.82514978652" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="306.82514978652" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="306.076607105552" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="306.07660710555206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="314.3105765962" x2="501.678918854868" y2="314.3105765962" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="314.3105765962" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="313.562033915232" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="313.56203391523206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="321.79600340588" x2="501.678918854868" y2="321.79600340588" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="321.79600340588" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="321.047460724912" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="321.04746072491207" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="329.28143021556" x2="501.678918854868" y2="329.28143021556" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="329.28143021556" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="328.532887534592" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="328.5328875345921" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="336.76685702524003" x2="501.678918854868" y2="336.76685702524003" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="336.76685702524003" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="336.018314344272" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="336.0183143442721" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="344.25228383492004" x2="501.678918854868" y2="344.25228383492004" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="344.25228383492004" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="343.50374115395203" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="343.5037411539521" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="351.73771064460004" x2="501.678918854868" y2="351.73771064460004" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="351.73771064460004" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="350.98916796363204" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="350.98916796363204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="359.22313745428005" x2="500.93037617389996" y2="359.22313745428005" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_18__stack1"><rect x="500.18183349293196" y="358.47459477331205" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="358.47459477331205" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="366.70856426396006" x2="500.93037617389996" y2="366.70856426396006" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_19__stack1"><rect x="500.18183349293196" y="365.96002158299206" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="365.96002158299206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="374.19399107364006" x2="500.93037617389996" y2="374.19399107364006" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_20__stack1"><rect x="500.18183349293196" y="373.44544839267206" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="373.44544839267206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="381.67941788332007" x2="501.678918854868" y2="381.67941788332007" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="381.67941788332007" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="380.93087520235207" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="380.93087520235207" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="389.1648446930001" x2="501.678918854868" y2="389.1648446930001" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_22__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="389.1648446930001" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="388.4163020120321" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="388.4163020120321" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="396.6502715026801" x2="501.678918854868" y2="396.6502715026801" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="396.6502715026801" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="395.9017288217121" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="395.9017288217121" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="404.1356983123601" x2="501.678918854868" y2="404.1356983123601" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="404.1356983123601" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="403.3871556313921" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="403.3871556313921" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="411.6211251220401" x2="500.93037617389996" y2="411.6211251220401" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_25__stack1"><rect x="500.18183349293196" y="410.8725824410721" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="410.8725824410721" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="419.1065519317201" x2="500.93037617389996" y2="419.1065519317201" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_26__stack1"><rect x="500.18183349293196" y="418.3580092507521" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="418.3580092507521" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="426.5919787414001" x2="501.678918854868" y2="426.5919787414001" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_27__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="426.5919787414001" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="425.8434360604321" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="425.8434360604321" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="434.0774055510801" x2="501.678918854868" y2="434.0774055510801" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="434.0774055510801" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="433.3288628701121" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="433.3288628701121" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="441.5628323607601" x2="501.678918854868" y2="441.5628323607601" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="441.5628323607601" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="440.8142896797921" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="440.8142896797921" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="449.04825917044013" x2="501.678918854868" y2="449.04825917044013" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_30__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="449.04825917044013" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="448.29971648947213" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="448.29971648947213" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="456.53368598012014" x2="501.678918854868" y2="456.53368598012014" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="456.53368598012014" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="455.78514329915214" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="455.78514329915214" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="464.01911278980015" x2="501.678918854868" y2="464.01911278980015" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_32__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="464.01911278980015" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="463.27057010883215" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="463.27057010883215" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="471.50453959948015" x2="501.678918854868" y2="471.50453959948015" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_33__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="471.50453959948015" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="470.75599691851215" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="470.75599691851215" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="478.98996640916016" x2="501.678918854868" y2="478.98996640916016" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="478.98996640916016" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="478.24142372819216" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="478.24142372819216" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="486.47539321884017" x2="501.678918854868" y2="486.47539321884017" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_35__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="486.47539321884017" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="485.72685053787217" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="485.72685053787217" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="493.9608200285202" x2="501.678918854868" y2="493.9608200285202" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_36__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="493.9608200285202" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="493.2122773475522" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="493.2122773475522" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="501.4462468382002" x2="501.678918854868" y2="501.4462468382002" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_37__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="501.4462468382002" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="500.6977041572322" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="500.6977041572322" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="508.9316736478802" x2="501.678918854868" y2="508.9316736478802" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_38__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="508.9316736478802" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="508.1831309669122" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="508.1831309669122" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="516.4171004575602" x2="501.678918854868" y2="516.4171004575602" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_39__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="516.4171004575602" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="515.6685577765923" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="515.6685577765923" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="523.9025272672402" x2="501.678918854868" y2="523.9025272672402" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_40__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="523.9025272672402" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="523.1539845862723" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="523.1539845862721" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="531.3879540769201" x2="501.678918854868" y2="531.3879540769201" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_41__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="531.3879540769201" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="530.6394113959522" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="530.6394113959522" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="538.8733808866001" x2="501.678918854868" y2="538.8733808866001" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_42__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="538.8733808866001" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="538.1248382056322" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="538.1248382056322" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="546.3588076962801" x2="501.678918854868" y2="546.3588076962801" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_43__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="546.3588076962801" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="545.6102650153122" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="545.610265015312" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="553.84423450596" x2="501.678918854868" y2="553.84423450596" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_44__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="553.84423450596" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="553.0956918249921" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="553.0956918249921" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="561.32966131564" x2="501.678918854868" y2="561.32966131564" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_45__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="561.32966131564" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="560.5811186346721" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="560.5811186346721" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="568.81508812532" x2="501.678918854868" y2="568.81508812532" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_46__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="568.81508812532" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="568.0665454443521" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="568.066545444352" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="576.3005149349999" x2="501.678918854868" y2="576.3005149349999" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_47__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="500.93037617389996" cy="576.3005149349999" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="500.18183349293196" y="575.551972254032" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="575.551972254032" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="583.7859417446799" x2="500.93037617389996" y2="583.7859417446799" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_48__stack1"><rect x="500.18183349293196" y="583.037399063712" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="583.037399063712" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="515.90122979326" y1="591.2713685543599" x2="500.93037617389996" y2="591.2713685543599" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_49__stack1"><rect x="500.18183349293196" y="590.522825873392" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.41580298357997" y="590.522825873392" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="591.2713685543599" x2="631.176802662332" y2="591.2713685543599" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_50__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="591.2713685543599" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="590.522825873392" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="590.522825873392" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="583.7859417446799" x2="631.176802662332" y2="583.7859417446799" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_51__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="583.7859417446799" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="583.037399063712" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="583.037399063712" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="576.3005149349999" x2="631.176802662332" y2="576.3005149349999" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_52__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="576.3005149349999" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="575.551972254032" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="575.551972254032" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="568.8150881253199" x2="631.9253453433" y2="568.8150881253199" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_53__stack1"><rect x="631.1768026623321" y="568.066545444352" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="568.066545444352" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="561.3296613156399" x2="631.176802662332" y2="561.3296613156399" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_54__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="561.3296613156399" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="560.581118634672" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="560.581118634672" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="553.8442345059599" x2="631.176802662332" y2="553.8442345059599" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_55__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="553.8442345059599" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="553.095691824992" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="553.095691824992" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="546.3588076962799" x2="631.176802662332" y2="546.3588076962799" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_56__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="546.3588076962799" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="545.6102650153119" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="545.6102650153119" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="538.8733808866" x2="631.176802662332" y2="538.8733808866" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_57__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="538.8733808866" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="538.124838205632" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="538.1248382056319" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="531.38795407692" x2="631.176802662332" y2="531.38795407692" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_58__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="531.38795407692" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="530.639411395952" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="530.6394113959519" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="523.90252726724" x2="631.176802662332" y2="523.90252726724" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_59__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="523.90252726724" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="523.153984586272" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="523.1539845862719" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="516.41710045756" x2="631.176802662332" y2="516.41710045756" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_60__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="516.41710045756" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="515.668557776592" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="515.6685577765919" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="508.93167364787996" x2="631.176802662332" y2="508.93167364787996" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_61__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="508.93167364787996" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="508.18313096691196" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="508.1831309669119" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="501.44624683819995" x2="631.176802662332" y2="501.44624683819995" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_62__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="501.44624683819995" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="500.69770415723195" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="500.6977041572319" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="493.96082002851995" x2="631.176802662332" y2="493.96082002851995" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_63__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="493.96082002851995" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="493.21227734755195" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="493.2122773475519" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="486.47539321883994" x2="631.176802662332" y2="486.47539321883994" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_64__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="486.47539321883994" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="485.72685053787194" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="485.7268505378719" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="478.98996640915993" x2="631.176802662332" y2="478.98996640915993" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_65__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="478.98996640915993" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="478.24142372819193" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="478.2414237281919" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="471.5045395994799" x2="631.176802662332" y2="471.5045395994799" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_66__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="471.5045395994799" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="470.7559969185119" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="470.7559969185119" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="464.0191127897999" x2="631.176802662332" y2="464.0191127897999" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_67__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="464.0191127897999" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="463.2705701088319" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="463.2705701088319" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="456.5336859801199" x2="631.176802662332" y2="456.5336859801199" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_68__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="456.5336859801199" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="455.7851432991519" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="455.7851432991519" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="449.0482591704399" x2="631.176802662332" y2="449.0482591704399" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_69__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="449.0482591704399" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="448.2997164894719" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="448.2997164894719" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="441.5628323607599" x2="631.176802662332" y2="441.5628323607599" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_70__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="441.5628323607599" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="440.8142896797919" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="440.8142896797919" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="434.0774055510799" x2="631.176802662332" y2="434.0774055510799" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_71__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="434.0774055510799" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="433.3288628701119" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="433.3288628701119" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="426.5919787413999" x2="631.176802662332" y2="426.5919787413999" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_72__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="426.5919787413999" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="425.8434360604319" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="425.8434360604319" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="419.1065519317199" x2="631.9253453433" y2="419.1065519317199" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_73__stack1"><rect x="631.1768026623321" y="418.3580092507519" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="418.3580092507519" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="411.62112512203987" x2="631.9253453433" y2="411.62112512203987" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_74__stack1"><rect x="631.1768026623321" y="410.87258244107187" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="410.87258244107187" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="404.13569831235986" x2="631.176802662332" y2="404.13569831235986" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_75__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="404.13569831235986" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="403.38715563139186" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="403.38715563139186" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="396.65027150267986" x2="631.176802662332" y2="396.65027150267986" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_76__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="396.65027150267986" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="395.90172882171186" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="395.90172882171186" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="389.16484469299985" x2="631.176802662332" y2="389.16484469299985" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_77__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="389.16484469299985" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="388.41630201203185" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="388.41630201203185" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="381.67941788331984" x2="631.176802662332" y2="381.67941788331984" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_78__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="381.67941788331984" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="380.93087520235184" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="380.93087520235184" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="374.19399107363984" x2="631.176802662332" y2="374.19399107363984" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_79__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="374.19399107363984" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="373.44544839267184" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="373.44544839267184" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="366.70856426395983" x2="631.176802662332" y2="366.70856426395983" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_80__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="366.70856426395983" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="365.9600215829918" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="365.9600215829918" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="359.2231374542798" x2="631.176802662332" y2="359.2231374542798" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_81__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="359.2231374542798" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="358.4745947733118" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="358.4745947733118" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="351.7377106445998" x2="631.176802662332" y2="351.7377106445998" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_82__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="351.7377106445998" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="350.9891679636318" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="350.9891679636318" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="344.2522838349198" x2="631.176802662332" y2="344.2522838349198" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_83__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="344.2522838349198" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="343.5037411539518" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="343.5037411539518" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="336.7668570252398" x2="631.176802662332" y2="336.7668570252398" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_84__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="336.7668570252398" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="336.0183143442718" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="336.0183143442718" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="329.2814302155598" x2="631.176802662332" y2="329.2814302155598" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_85__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="329.2814302155598" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="328.5328875345918" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="328.5328875345918" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="321.7960034058798" x2="631.176802662332" y2="321.7960034058798" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_86__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="321.7960034058798" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="321.0474607249118" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="321.0474607249118" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="314.3105765961998" x2="631.176802662332" y2="314.3105765961998" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_87__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="314.3105765961998" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="313.5620339152318" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="313.5620339152318" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="306.8251497865198" x2="631.176802662332" y2="306.8251497865198" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_88__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="306.8251497865198" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="306.0766071055518" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="306.0766071055518" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="299.33972297683977" x2="631.176802662332" y2="299.33972297683977" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_89__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="299.33972297683977" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="298.59118029587177" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="298.59118029587177" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="291.8542961671598" x2="631.176802662332" y2="291.8542961671598" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_90__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="291.8542961671598" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="291.1057534861918" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="291.1057534861918" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="284.3688693574798" x2="631.176802662332" y2="284.3688693574798" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_91__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="284.3688693574798" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="283.6203266765118" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="283.6203266765118" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="276.88344254779986" x2="631.176802662332" y2="276.88344254779986" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_92__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="276.88344254779986" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="276.13489986683186" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="276.13489986683186" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="269.39801573811985" x2="631.176802662332" y2="269.39801573811985" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_93__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="269.39801573811985" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="268.64947305715185" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="268.6494730571519" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="261.9125889284399" x2="631.176802662332" y2="261.9125889284399" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_94__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="261.9125889284399" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="261.1640462474719" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="261.1640462474719" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="254.42716211875992" x2="631.176802662332" y2="254.42716211875992" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_95__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="254.42716211875992" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="253.67861943779192" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="253.67861943779195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="246.94173530907995" x2="631.176802662332" y2="246.94173530907995" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_96__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="246.94173530907995" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="246.19319262811194" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="246.19319262811197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="239.4563084994" x2="631.176802662332" y2="239.4563084994" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_97__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.9253453433" cy="239.4563084994" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="631.1768026623321" y="238.707765818432" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="238.707765818432" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="231.97088168972002" x2="631.9253453433" y2="231.97088168972002" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_98__stack1"><rect x="631.1768026623321" y="231.22233900875202" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="231.22233900875202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="616.95449172394" y1="224.48545488004004" x2="631.9253453433" y2="224.48545488004004" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_2_99__stack1"><rect x="631.1768026623321" y="223.73691219907204" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="624.43991853362" y="223.73691219907207" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="113.55953877296002" y="441.56283236076" width="44.912560858079985" height="82.33969490647996" stroke-width="0.748542680968px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="113.55953877296002" y="441.56283236076" width="44.912560858079985" height="82.33969490647996" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="113.55953877296002" y1="449.04825917043996" x2="98.58868515360001" y2="449.04825917043996" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="97.84014247263201" y="448.29971648947196" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="106.07411196327996" y="448.29971648947196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="113.55953877296002" y1="456.53368598011997" x2="99.33722783456801" y2="456.53368598011997" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="98.58868515360001" cy="456.53368598011997" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="97.84014247263201" y="455.78514329915197" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="106.07411196327996" y="455.78514329915197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="113.55953877296002" y1="464.0191127898" x2="99.33722783456801" y2="464.0191127898" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_3_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="98.58868515360001" cy="464.0191127898" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="97.84014247263201" y="463.270570108832" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="106.07411196327996" y="463.270570108832" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="113.55953877296002" y1="471.50453959948" x2="99.33722783456801" y2="471.50453959948" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_3_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="98.58868515360001" cy="471.50453959948" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="97.84014247263201" y="470.755996918512" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="106.07411196327996" y="470.755996918512" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="113.55953877296002" y1="478.98996640916" x2="99.33722783456801" y2="478.98996640916" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_3_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="98.58868515360001" cy="478.98996640916" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="97.84014247263201" y="478.241423728192" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="106.07411196327996" y="478.241423728192" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="113.55953877296002" y1="486.47539321884" x2="99.33722783456801" y2="486.47539321884" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_3_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="98.58868515360001" cy="486.47539321884" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="97.84014247263201" y="485.726850537872" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="106.07411196327996" y="485.726850537872" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="113.55953877296002" y1="493.96082002851995" x2="99.33722783456801" y2="493.96082002851995" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_3_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="98.58868515360001" cy="493.96082002851995" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="97.84014247263201" y="493.21227734755195" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="106.07411196327996" y="493.212277347552" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="113.55953877296002" y1="501.44624683819995" x2="99.33722783456801" y2="501.44624683819995" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_3_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="98.58868515360001" cy="501.44624683819995" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="97.84014247263201" y="500.69770415723195" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="106.07411196327996" y="500.697704157232" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="113.55953877296002" y1="508.93167364787996" x2="99.33722783456801" y2="508.93167364787996" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_3_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="98.58868515360001" cy="508.93167364787996" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="97.84014247263201" y="508.18313096691196" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="106.07411196327996" y="508.183130966912" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="113.55953877296002" y1="516.41710045756" x2="98.58868515360001" y2="516.41710045756" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_3_9__stack1"><rect x="97.84014247263201" y="515.668557776592" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="106.07411196327996" y="515.668557776592" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="158.47209963104" y1="516.41710045756" x2="172.69441056943202" y2="516.41710045756" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_3_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="173.44295325040002" cy="516.41710045756" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="172.69441056943202" y="515.668557776592" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="165.95752644072002" y="515.668557776592" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="158.47209963104" y1="508.93167364787996" x2="172.69441056943202" y2="508.93167364787996" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_3_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="173.44295325040002" cy="508.93167364787996" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="172.69441056943202" y="508.18313096691196" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="165.95752644072002" y="508.183130966912" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="158.47209963104" y1="501.44624683819995" x2="172.69441056943202" y2="501.44624683819995" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_3_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="173.44295325040002" cy="501.44624683819995" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="172.69441056943202" y="500.69770415723195" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="165.95752644072002" y="500.697704157232" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="158.47209963104" y1="493.96082002851995" x2="172.69441056943202" y2="493.96082002851995" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_3_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="173.44295325040002" cy="493.96082002851995" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="172.69441056943202" y="493.21227734755195" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="165.95752644072002" y="493.212277347552" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="158.47209963104" y1="486.47539321883994" x2="172.69441056943202" y2="486.47539321883994" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_3_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="173.44295325040002" cy="486.47539321883994" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="172.69441056943202" y="485.72685053787194" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="165.95752644072002" y="485.726850537872" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="158.47209963104" y1="478.98996640916" x2="172.69441056943202" y2="478.98996640916" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_3_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="173.44295325040002" cy="478.98996640916" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="172.69441056943202" y="478.241423728192" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="165.95752644072002" y="478.241423728192" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="158.47209963104" y1="471.50453959948" x2="172.69441056943202" y2="471.50453959948" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_3_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="173.44295325040002" cy="471.50453959948" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="172.69441056943202" y="470.755996918512" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="165.95752644072002" y="470.755996918512" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="158.47209963104" y1="464.0191127898" x2="172.69441056943202" y2="464.0191127898" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_3_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="173.44295325040002" cy="464.0191127898" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="172.69441056943202" y="463.270570108832" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="165.95752644072002" y="463.270570108832" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="158.47209963104" y1="456.53368598011997" x2="173.44295325040002" y2="456.53368598011997" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_3_18__stack1"><rect x="172.69441056943202" y="455.78514329915197" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="165.95752644072002" y="455.78514329915197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="158.47209963104" y1="449.04825917043996" x2="173.44295325040002" y2="449.04825917043996" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_3_19__stack1"><rect x="172.69441056943202" y="448.29971648947196" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="165.95752644072002" y="448.29971648947196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="231.45501102542005" y="480.86132311157996" width="43.60261116638594" height="3.7427134048400035" stroke-width="0.748542680968px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="231.45501102542005" y="480.86132311157996" width="43.60261116638594" height="3.7427134048400035" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="248.29722134719998" y1="480.86132311157996" x2="248.29722134719998" y2="468.510368875608" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="247.54867866623198" y="467.76182619464" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="247.54867866623204" y="474.68584599359394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform="rotate(-90 247.54867866623204 474.68584599359394)"></text><line class="component-pin sch-component-pin sch-port-line" x1="248.29722134719998" y1="484.60403651641997" x2="248.29722134719998" y2="496.954990752392" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="247.54867866623198" y="496.206448071424" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="247.54867866623204" y="490.779513634406" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform="rotate(-90 247.54867866623204 490.779513634406)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="381.16354721901996" y="649.28342632938" width="52.585123338002006" height="3.7427134048400603" stroke-width="0.748542680968px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="381.16354721901996" y="649.28342632938" width="52.585123338002006" height="3.7427134048400603" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="398.0057575408" y1="649.28342632938" x2="398.0057575408" y2="636.932472093408" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="397.257214859832" y="636.1839294124401" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="397.257214859832" y="643.107949211394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform="rotate(-90 397.257214859832 643.107949211394)"></text><line class="component-pin sch-component-pin sch-port-line" x1="398.0057575408" y1="653.02613973422" x2="398.0057575408" y2="665.3770939701919" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="397.257214859832" y="664.628551289224" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="397.257214859832" y="659.2016168522059" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform="rotate(-90 397.257214859832 659.2016168522059)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="448.53238850613997" y="649.28342632938" width="52.585123338002006" height="3.7427134048400603" stroke-width="0.748542680968px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="448.53238850613997" y="649.28342632938" width="52.585123338002006" height="3.7427134048400603" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="465.37459882791995" y1="649.28342632938" x2="465.37459882791995" y2="636.932472093408" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="464.62605614695195" y="636.1839294124401" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="464.626056146952" y="643.107949211394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform="rotate(-90 464.626056146952 643.107949211394)"></text><line class="component-pin sch-component-pin sch-port-line" x1="465.37459882791995" y1="653.02613973422" x2="465.37459882791995" y2="665.3770939701919" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="464.62605614695195" y="664.628551289224" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="464.626056146952" y="659.2016168522059" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform="rotate(-90 464.626056146952 659.2016168522059)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component chip sch-component-body" x="515.90122979326" y="649.28342632938" width="52.58512333800206" height="3.7427134048400603" stroke-width="0.748542680968px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="515.90122979326" y="649.28342632938" width="52.58512333800206" height="3.7427134048400603" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="532.74344011504" y1="649.28342632938" x2="532.74344011504" y2="636.932472093408" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="531.9948974340721" y="636.1839294124401" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="531.994897434072" y="643.107949211394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform="rotate(-90 531.994897434072 643.107949211394)"></text><line class="component-pin sch-component-pin sch-port-line" x1="532.74344011504" y1="653.02613973422" x2="532.74344011504" y2="665.3770939701919" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="531.9948974340721" y="664.628551289224" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="531.994897434072" y="659.2016168522059" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform="rotate(-90 531.994897434072 659.2016168522059)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component chip sch-component-body" x="583.27007108038" y="649.28342632938" width="52.58512333800195" height="3.7427134048400603" stroke-width="0.748542680968px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="583.27007108038" y="649.28342632938" width="52.58512333800195" height="3.7427134048400603" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="600.11228140216" y1="649.28342632938" x2="600.11228140216" y2="636.932472093408" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="599.363738721192" y="636.1839294124401" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="599.363738721192" y="643.107949211394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform="rotate(-90 599.363738721192 643.107949211394)"></text><line class="component-pin sch-component-pin sch-port-line" x1="600.11228140216" y1="653.02613973422" x2="600.11228140216" y2="665.3770939701919" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><rect x="599.363738721192" y="664.628551289224" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="599.363738721192" y="659.2016168522059" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform="rotate(-90 599.363738721192 659.2016168522059)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component chip sch-component-body" x="650.6389123675" y="649.28342632938" width="52.58512333800206" height="3.7427134048400603" stroke-width="0.748542680968px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="650.6389123675" y="649.28342632938" width="52.58512333800206" height="3.7427134048400603" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="667.48112268928" y1="649.28342632938" x2="667.48112268928" y2="636.932472093408" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="666.7325800083121" y="636.1839294124401" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="666.732580008312" y="643.107949211394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform="rotate(-90 666.732580008312 643.107949211394)"></text><line class="component-pin sch-component-pin sch-port-line" x1="667.48112268928" y1="653.02613973422" x2="667.48112268928" y2="665.3770939701919" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><rect x="666.7325800083121" y="664.628551289224" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="666.732580008312" y="659.2016168522059" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform="rotate(-90 666.732580008312 659.2016168522059)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_10__stack1"><rect class="component chip sch-component-body" x="718.00775365462" y="649.28342632938" width="66.05889159542596" height="3.7427134048400603" stroke-width="0.748542680968px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="718.00775365462" y="649.28342632938" width="66.05889159542596" height="3.7427134048400603" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="734.8499639764" y1="649.28342632938" x2="734.8499639764" y2="636.932472093408" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="734.101421295432" y="636.1839294124401" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="734.101421295432" y="643.107949211394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform="rotate(-90 734.101421295432 643.107949211394)"></text><line class="component-pin sch-component-pin sch-port-line" x1="734.8499639764" y1="653.02613973422" x2="734.8499639764" y2="665.3770939701919" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="734.101421295432" y="664.628551289224" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="734.101421295432" y="659.2016168522059" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform="rotate(-90 734.101421295432 659.2016168522059)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_11__stack1"><rect class="component chip sch-component-body" x="377.42083381418" y="470.007454237544" width="3.7427134048399466" height="25.450451152911967" stroke-width="0.748542680968px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="377.42083381418" y="470.007454237544" width="3.7427134048399466" height="25.450451152911967" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="377.42083381418" y1="482.732679814" x2="365.818422259176" y2="482.732679814" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><rect x="365.069879578208" y="481.984137133032" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="371.619628036678" y="481.984137133032" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="381.16354721901996" y1="482.732679814" x2="392.765958774024" y2="482.732679814" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_11_1__stack1"><rect x="392.017416093056" y="481.984137133032" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="386.964752996522" y="481.984137133032" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_12__stack1"><rect class="component chip sch-component-body" x="362.44998019482" y="540.74473758902" width="70.55014768123397" height="3.7427134048399466" stroke-width="0.748542680968px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="362.44998019482" y="540.74473758902" width="70.55014768123397" height="3.7427134048399466" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="379.2921905166" y1="540.74473758902" x2="379.2921905166" y2="528.393783353048" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_12_0__stack1"><rect x="378.543647835632" y="527.64524067208" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="378.543647835632" y="534.569260471034" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform="rotate(-90 378.543647835632 534.569260471034)"></text><line class="component-pin sch-component-pin sch-port-line" x1="379.2921905166" y1="544.48745099386" x2="379.2921905166" y2="556.838405229832" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_12_1__stack1"><rect x="378.543647835632" y="556.0898625488641" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="378.543647835632" y="550.662928111846" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform="rotate(-90 378.543647835632 550.662928111846)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_13__stack1"><rect class="component chip sch-component-body" x="362.44998019482" y="593.14272525678" width="61.567635509618015" height="3.7427134048399466" stroke-width="0.748542680968px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="362.44998019482" y="593.14272525678" width="61.567635509618015" height="3.7427134048399466" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="379.2921905166" y1="593.14272525678" x2="379.2921905166" y2="580.791771020808" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_13_0__stack1"><rect x="378.543647835632" y="580.0432283398401" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="378.543647835632" y="586.967248138794" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform="rotate(-90 378.543647835632 586.967248138794)"></text><line class="component-pin sch-component-pin sch-port-line" x1="379.2921905166" y1="596.8854386616199" x2="379.2921905166" y2="609.2363928975919" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_13_1__stack1"><rect x="378.543647835632" y="608.487850216624" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="378.543647835632" y="603.0609157796059" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform="rotate(-90 378.543647835632 603.0609157796059)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_14__stack1"><rect class="component chip sch-component-body" x="755.43488770302" y="480.86132311157996" width="52.58512333800206" height="3.7427134048400035" stroke-width="0.748542680968px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="755.43488770302" y="480.86132311157996" width="52.58512333800206" height="3.7427134048400035" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="772.2770980248" y1="480.86132311157996" x2="772.2770980248" y2="469.258911556576" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_14_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="772.2770980248" cy="468.510368875608" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="771.5285553438321" y="467.76182619464" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="771.5285553438321" y="474.68584599359394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform="rotate(-90 771.5285553438321 474.68584599359394)"></text><line class="component-pin sch-component-pin sch-port-line" x1="772.2770980248" y1="484.60403651641997" x2="772.2770980248" y2="496.206448071424" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_14_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="772.2770980248" cy="496.954990752392" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="771.5285553438321" y="496.206448071424" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="771.5285553438321" y="490.779513634406" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform="rotate(-90 771.5285553438321 490.779513634406)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_15__stack1"><rect class="component chip sch-component-body" x="718.0077536546199" y="406.00705501478" width="52.58512333800206" height="3.7427134048399466" stroke-width="0.748542680968px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="718.0077536546199" y="406.00705501478" width="52.58512333800206" height="3.7427134048399466" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="734.8499639764" y1="406.00705501478" x2="734.8499639764" y2="394.40464345977597" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_15_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="734.8499639764" cy="393.65610077880797" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="734.101421295432" y="392.90755809783997" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="734.101421295432" y="399.831577896794" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform="rotate(-90 734.101421295432 399.831577896794)"></text><line class="component-pin sch-component-pin sch-port-line" x1="734.8499639764" y1="409.74976841961995" x2="734.8499639764" y2="422.100722655592" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_15_1__stack1"><rect x="734.101421295432" y="421.352179974624" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="734.101421295432" y="415.925245537606" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform="rotate(-90 734.101421295432 415.925245537606)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_16__stack1"><rect class="component chip sch-component-body" x="691.80875982074" y="331.15278691798" width="52.58512333800206" height="3.7427134048400035" stroke-width="0.748542680968px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="691.80875982074" y="331.15278691798" width="52.58512333800206" height="3.7427134048400035" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="708.65097014252" y1="331.15278691798" x2="708.65097014252" y2="319.55037536297596" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_16_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="708.65097014252" cy="318.80183268200796" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="707.9024274615521" y="318.05329000103995" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="707.902427461552" y="324.977309799994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform="rotate(-90 707.902427461552 324.977309799994)"></text><line class="component-pin sch-component-pin sch-port-line" x1="708.65097014252" y1="334.89550032282" x2="708.65097014252" y2="347.246454558792" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_16_1__stack1"><rect x="707.9024274615521" y="346.497911877824" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="707.902427461552" y="341.070977440806" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform="rotate(-90 707.902427461552 341.070977440806)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_17__stack1"><rect class="component chip sch-component-body" x="721.75046705946" y="267.5266590357" width="43.60261116638594" height="3.7427134048400035" stroke-width="0.748542680968px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="721.75046705946" y="267.5266590357" width="43.60261116638594" height="3.7427134048400035" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="738.59267738124" y1="267.5266590357" x2="738.59267738124" y2="255.17570479972798" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_17_0__stack1"><rect x="737.8441347002721" y="254.42716211875998" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="737.844134700272" y="261.351181917714" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform="rotate(-90 737.844134700272 261.351181917714)"></text><line class="component-pin sch-component-pin sch-port-line" x1="738.59267738124" y1="271.26937244054" x2="738.59267738124" y2="283.620326676512" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_17_1__stack1"><rect x="737.8441347002721" y="282.871783995544" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="737.844134700272" y="277.44484955852596" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform="rotate(-90 737.844134700272 277.44484955852596)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_18__stack1"><rect class="component chip sch-component-body" x="764.79167121512" y="208.017515898744" width="14.970853619360014" height="25.450451152911995" stroke-width="0.748542680968px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="764.79167121512" y="208.017515898744" width="14.970853619360014" height="25.450451152911995" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="764.79167121512" y1="220.74274147519998" x2="750.569360276728" y2="220.74274147519998" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_18_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="749.82081759576" cy="220.74274147519998" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="749.072274914792" y="219.99419879423198" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.30624440544" y="219.994198794232" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="779.76252483448" y1="220.74274147519998" x2="794.73337845384" y2="220.74274147519998" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_18_1__stack1"><rect x="793.9848357728721" y="219.99419879423198" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="787.2479516441599" y="219.994198794232" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_19__stack1"><rect class="component chip sch-component-body" x="351.2218399803" y="164.60204040259998" width="56.140701072599995" height="22.456280429039992" stroke-width="0.748542680968px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="351.2218399803" y="164.60204040259998" width="56.140701072599995" height="22.456280429039992" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="351.2218399803" y1="172.08746721228" x2="336.25098636094" y2="172.08746721228" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_19_0__stack1"><rect x="335.502443679972" y="171.338924531312" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="343.73641317062" y="171.33892453131202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="351.2218399803" y1="179.57289402195997" x2="336.999529041908" y2="179.57289402195997" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_19_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="336.25098636094" cy="179.57289402195997" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="335.502443679972" y="178.82435134099197" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="343.73641317062" y="178.824351340992" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="407.3625410529" y1="179.57289402195997" x2="421.584851991292" y2="179.57289402195997" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_19_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="422.33339467226" cy="179.57289402195997" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="421.584851991292" y="178.82435134099197" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="414.84796786258" y="178.824351340992" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="407.3625410529" y1="172.08746721228" x2="422.33339467226" y2="172.08746721228" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_19_3__stack1"><rect x="421.584851991292" y="171.338924531312" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="414.84796786258" y="171.33892453131202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_20__stack1"><rect class="component chip sch-component-body" x="601.98363810458" y="151.87681482614397" width="3.7427134048399466" height="25.450451152912024" stroke-width="0.748542680968px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="601.98363810458" y="151.87681482614397" width="3.7427134048399466" height="25.450451152912024" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="601.98363810458" y1="164.60204040259998" x2="593.375397273448" y2="164.60204040259998" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_20_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="592.62685459248" cy="164.60204040259998" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="591.878311911512" y="163.85349772163198" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="597.30524634853" y="163.853497721632" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="605.7263515094199" y1="164.60204040259998" x2="615.08313502152" y2="164.60204040259998" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_20_1__stack1"><rect x="614.334592340552" y="163.85349772163198" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="610.40474326547" y="163.853497721632" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_21__stack1"><rect class="component chip sch-component-body" x="399.87711424322" y="114.07540943726002" width="57.07637942381001" height="3.7427134048399466" stroke-width="0.748542680968px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="399.87711424322" y="114.07540943726002" width="57.07637942381001" height="3.7427134048399466" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="416.71932456499997" y1="114.07540943726002" x2="416.71932456499997" y2="101.72445520128798" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_21_0__stack1"><rect x="415.97078188403196" y="100.97591252031998" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="415.970781884032" y="107.89993231927394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform="rotate(-90 415.970781884032 107.89993231927394)"></text><line class="component-pin sch-component-pin sch-port-line" x1="416.71932456499997" y1="117.81812284209997" x2="416.71932456499997" y2="130.169077078072" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_21_1__stack1"><rect x="415.97078188403196" y="129.420534397104" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="415.970781884032" y="123.99359996008599" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform="rotate(-90 415.970781884032 123.99359996008599)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_22__stack1"><rect class="component chip sch-component-body" x="549.58565043682" y="114.07540943726002" width="61.56763550961807" height="3.7427134048399466" stroke-width="0.748542680968px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="549.58565043682" y="114.07540943726002" width="61.56763550961807" height="3.7427134048399466" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="566.4278607586" y1="114.07540943726002" x2="566.4278607586" y2="101.72445520128798" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_22_0__stack1"><rect x="565.679318077632" y="100.97591252031998" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="565.6793180776319" y="107.89993231927394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform="rotate(-90 565.6793180776319 107.89993231927394)"></text><line class="component-pin sch-component-pin sch-port-line" x1="566.4278607586" y1="117.81812284209997" x2="566.4278607586" y2="130.169077078072" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_22_1__stack1"><rect x="565.679318077632" y="129.420534397104" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="565.679318077632" y="123.99359996008599" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform="rotate(-90 565.679318077632 123.99359996008599)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_23__stack1"><rect class="component chip sch-component-body" x="916.37156411114" y="430.33469214624" width="86.08240831132002" height="29.94170723871997" stroke-width="0.748542680968px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="916.37156411114" y="430.33469214624" width="86.08240831132002" height="29.94170723871997" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="916.37156411114" y1="437.82011895591995" x2="902.1492531727479" y2="437.82011895591995" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_23_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="901.4007104917799" cy="437.82011895591995" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="900.652167810812" y="437.07157627495195" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="908.8861373014599" y="437.071576274952" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="916.37156411114" y1="445.30554576559996" x2="901.4007104917799" y2="445.30554576559996" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_23_1__stack1"><rect x="900.652167810812" y="444.55700308463196" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="908.8861373014599" y="444.55700308463196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="916.37156411114" y1="452.79097257527997" x2="902.1492531727479" y2="452.79097257527997" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_23_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="901.4007104917799" cy="452.79097257527997" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="900.652167810812" y="452.04242989431197" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="908.8861373014599" y="452.04242989431197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1002.45397242246" y1="452.79097257527997" x2="1016.676283360852" y2="452.79097257527997" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_23_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1017.42482604182" cy="452.79097257527997" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="1016.676283360852" y="452.04242989431197" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="1009.93939923214" y="452.04242989431197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1002.45397242246" y1="445.30554576559996" x2="1017.42482604182" y2="445.30554576559996" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_23_4__stack1"><rect x="1016.676283360852" y="444.55700308463196" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="1009.93939923214" y="444.55700308463196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1002.45397242246" y1="437.82011895591995" x2="1016.676283360852" y2="437.82011895591995" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_23_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1017.42482604182" cy="437.82011895591995" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="1016.676283360852" y="437.07157627495195" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="1009.93939923214" y="437.071576274952" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_24__stack1"><rect class="component chip sch-component-body" x="1087.7878380528118" y="113.72152278533548" width="5.239798766776175" height="26.90676713772899" stroke-width="0.748542680968px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1087.7878380528118" y="113.72152278533548" width="5.239798766776175" height="26.90676713772899" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1087.7878380528118" y1="129.04626305661998" x2="1073.5655271144199" y2="129.04626305661998" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_24_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1072.816984433452" cy="129.04626305661998" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="1072.068441752484" y="128.29772037565198" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="1080.302411243132" y="128.29772037565198" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1093.027636819588" y1="129.04626305661998" x2="1107.998490438948" y2="129.04626305661998" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_24_1__stack1"><rect x="1107.24994775798" y="128.29772037565198" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="1100.513063629268" y="128.29772037565198" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_25__stack1"><rect class="component chip sch-component-body" x="991.600103548424" y="114.44968077774399" width="10.479597533551896" height="25.450451152911967" stroke-width="0.748542680968px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="991.600103548424" y="114.44968077774399" width="10.479597533551896" height="25.450451152911967" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="991.600103548424" y1="127.1749063542" x2="977.377792610032" y2="127.1749063542" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_25_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="976.629249929064" cy="127.1749063542" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="975.8807072480961" y="126.426363673232" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="984.114676738744" y="126.426363673232" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1002.0797010819759" y1="127.1749063542" x2="1017.050554701336" y2="127.1749063542" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_25_1__stack1"><rect x="1016.302012020368" y="126.426363673232" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="1009.565127891656" y="126.426363673232" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_26__stack1"><rect class="component chip sch-component-body" x="881.9386007866119" y="151.14865683373546" width="5.239798766776062" height="26.906767137729048" stroke-width="0.748542680968px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="881.9386007866119" y="151.14865683373546" width="5.239798766776062" height="26.906767137729048" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="881.9386007866119" y1="166.47339710501998" x2="867.71628984822" y2="166.47339710501998" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_26_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="866.9677471672519" cy="166.47339710501998" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="866.219204486284" y="165.72485442405198" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="874.4531739769319" y="165.72485442405198" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="887.178399553388" y1="166.47339710501998" x2="902.149253172748" y2="166.47339710501998" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_26_1__stack1"><rect x="901.40071049178" y="165.72485442405198" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="894.663826363068" y="165.72485442405198" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_27__stack1"><rect class="component chip sch-component-body" x="972.8865365242241" y="151.87681482614397" width="10.479597533551896" height="25.450451152912024" stroke-width="0.748542680968px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="972.8865365242241" y="151.87681482614397" width="10.479597533551896" height="25.450451152912024" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="972.8865365242241" y1="164.60204040259998" x2="957.9156829048641" y2="164.60204040259998" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_27_0__stack1"><rect x="957.1671402238961" y="163.85349772163198" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="965.401109714544" y="163.853497721632" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="983.366134057776" y1="164.60204040259998" x2="998.336987677136" y2="164.60204040259998" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_27_1__stack1"><rect x="997.588444996168" y="163.85349772163198" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="990.851560867456" y="163.853497721632" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_28__stack1"><rect class="component chip sch-component-body" x="961.28412496922" y="248.81309201149998" width="48.093867252193945" height="3.7427134048400035" stroke-width="0.748542680968px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="961.28412496922" y="248.81309201149998" width="48.093867252193945" height="3.7427134048400035" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="978.126335291" y1="248.81309201149998" x2="978.126335291" y2="236.462137775528" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_28_0__stack1"><rect x="977.3777926100321" y="235.71359509456" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="977.377792610032" y="242.63761489351398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform="rotate(-90 977.377792610032 242.63761489351398)"></text><line class="component-pin sch-component-pin sch-port-line" x1="978.126335291" y1="252.55580541633998" x2="978.126335291" y2="264.90675965231196" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_28_1__stack1"><rect x="977.3777926100321" y="264.15821697134396" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="977.377792610032" y="258.73128253432594" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform="rotate(-90 977.377792610032 258.73128253432594)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_29__stack1"><rect class="component chip sch-component-body" x="909.353976477065" y="33.607071233199974" width="25.26331548267001" height="37.427134048400035" stroke-width="0.748542680968px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="909.353976477065" y="33.607071233199974" width="25.26331548267001" height="37.427134048400035" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="934.617291959735" y1="41.09249804287998" x2="949.588145579095" y2="41.09249804287998" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_29_0__stack1"><rect x="948.839602898127" y="40.34395536191198" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="942.1027187694151" y="40.34395536191198" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="934.617291959735" y1="48.57792485255999" x2="948.8396028981269" y2="48.57792485255999" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_29_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="949.588145579095" cy="48.57792485255999" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="948.839602898127" y="47.82938217159199" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="942.1027187694151" y="47.829382171592044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="934.617291959735" y1="56.063351662239995" x2="949.588145579095" y2="56.063351662239995" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_29_2__stack1"><rect x="948.839602898127" y="55.314808981271995" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="942.1027187694151" y="55.314808981271995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="934.617291959735" y1="63.54877847192" x2="948.8396028981269" y2="63.54877847192" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_29_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="949.588145579095" cy="63.54877847192" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="948.839602898127" y="62.800235790952" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="942.1027187694151" y="62.80023579095206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_30__stack1"><rect class="component chip sch-component-body" x="873.798199131085" y="583.78594174468" width="58.947736126229984" height="97.31054852583998" stroke-width="0.748542680968px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="873.798199131085" y="583.78594174468" width="58.947736126229984" height="97.31054852583998" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="932.745935257315" y1="591.2713685543599" x2="947.716788876675" y2="591.2713685543599" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_30_0__stack1"><rect x="946.968246195707" y="590.522825873392" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="940.231362066995" y="590.522825873392" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="932.745935257315" y1="598.7567953640399" x2="947.716788876675" y2="598.7567953640399" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_30_1__stack1"><rect x="946.968246195707" y="598.008252683072" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="940.231362066995" y="598.008252683072" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="932.745935257315" y1="606.2422221737199" x2="947.716788876675" y2="606.2422221737199" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_30_2__stack1"><rect x="946.968246195707" y="605.493679492752" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="940.231362066995" y="605.493679492752" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="932.745935257315" y1="613.7276489834" x2="947.716788876675" y2="613.7276489834" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_30_3__stack1"><rect x="946.968246195707" y="612.979106302432" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="940.231362066995" y="612.979106302432" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="932.745935257315" y1="673.6110634608399" x2="946.968246195707" y2="673.6110634608399" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_30_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="947.716788876675" cy="673.6110634608399" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="946.968246195707" y="672.8625207798719" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="940.231362066995" y="672.862520779872" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="932.745935257315" y1="651.1547830318" x2="946.968246195707" y2="651.1547830318" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_30_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="947.716788876675" cy="651.1547830318" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="946.968246195707" y="650.406240350832" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="940.231362066995" y="650.4062403508319" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="932.745935257315" y1="643.66935622212" x2="947.716788876675" y2="643.66935622212" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_30_6__stack1"><rect x="946.968246195707" y="642.920813541152" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="940.231362066995" y="642.920813541152" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="932.745935257315" y1="621.21307579308" x2="947.716788876675" y2="621.21307579308" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_30_7__stack1"><rect x="946.968246195707" y="620.464533112112" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="940.231362066995" y="620.464533112112" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="932.745935257315" y1="636.18392941244" x2="947.716788876675" y2="636.18392941244" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_30_8__stack1"><rect x="946.968246195707" y="635.435386731472" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="940.231362066995" y="635.4353867314719" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="932.745935257315" y1="628.69850260276" x2="947.716788876675" y2="628.69850260276" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_30_9__stack1"><rect x="946.968246195707" y="627.949959921792" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="940.231362066995" y="627.949959921792" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="932.745935257315" y1="666.12563665116" x2="946.968246195707" y2="666.12563665116" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_30_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="947.716788876675" cy="666.12563665116" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="946.968246195707" y="665.377093970192" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="940.231362066995" y="665.3770939701919" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="932.745935257315" y1="658.64020984148" x2="946.968246195707" y2="658.64020984148" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_30_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="947.716788876675" cy="658.64020984148" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="946.968246195707" y="657.891667160512" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="940.231362066995" y="657.891667160512" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_31__stack1"><rect class="component chip sch-component-body" x="882.68714346758" y="526.1481553101439" width="3.7427134048400603" height="25.450451152912137" stroke-width="0.748542680968px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="882.68714346758" y="526.1481553101439" width="3.7427134048400603" height="25.450451152912137" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="882.68714346758" y1="538.8733808866" x2="874.078902636448" y2="538.8733808866" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_31_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.3303599554799" cy="538.8733808866" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="872.581817274512" y="538.124838205632" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="878.00875171153" y="538.1248382056319" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="886.42985687242" y1="538.8733808866" x2="895.7866403845201" y2="538.8733808866" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_31_1__stack1"><rect x="895.0380977035521" y="538.124838205632" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="891.1082486284699" y="538.1248382056319" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_32__stack1"><rect class="component chip sch-component-body" x="1013.68211263698" y="526.1481553101439" width="3.7427134048399466" height="25.450451152912137" stroke-width="0.748542680968px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1013.68211263698" y="526.1481553101439" width="3.7427134048399466" height="25.450451152912137" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1013.68211263698" y1="538.8733808866" x2="1005.073871805848" y2="538.8733808866" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_32_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1004.32532912488" cy="538.8733808866" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="1003.576786443912" y="538.124838205632" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="1009.0037208809299" y="538.1248382056319" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1017.42482604182" y1="538.8733808866" x2="1026.7816095539201" y2="538.8733808866" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_32_1__stack1"><rect x="1026.033066872952" y="538.124838205632" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="1022.10321779787" y="538.1248382056319" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_33__stack1"><rect class="component chip sch-component-body" x="1067.9514570071601" y="621.21307579308" width="44.912560858079814" height="22.45628042904002" stroke-width="0.748542680968px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1067.9514570071601" y="621.21307579308" width="44.912560858079814" height="22.45628042904002" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1067.9514570071601" y1="624.95578919792" x2="1052.9806033877999" y2="624.95578919792" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_33_0__stack1"><rect x="1052.2320607068318" y="624.2072465169521" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="1060.46603019748" y="624.207246516952" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1067.9514570071601" y1="632.4412160075999" x2="1052.9806033877999" y2="632.4412160075999" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_33_1__stack1"><rect x="1052.2320607068318" y="631.692673326632" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="1060.46603019748" y="631.692673326632" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1067.9514570071601" y1="639.92664281728" x2="1052.9806033877999" y2="639.92664281728" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_33_2__stack1"><rect x="1052.2320607068318" y="639.1781001363121" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="1060.46603019748" y="639.178100136312" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1112.86401786524" y1="636.18392941244" x2="1127.0863288036321" y2="636.18392941244" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_33_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1127.8348714846" cy="636.18392941244" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="1127.086328803632" y="635.435386731472" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="1120.34944467492" y="635.4353867314719" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1112.86401786524" y1="628.69850260276" x2="1127.8348714846" y2="628.69850260276" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_33_4__stack1"><rect x="1127.086328803632" y="627.949959921792" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="1120.34944467492" y="627.949959921792" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_34__stack1"><rect class="component chip sch-component-body" x="979.99769199342" y="742.85126145038" width="57.07637942381007" height="3.7427134048400603" stroke-width="0.748542680968px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="979.99769199342" y="742.85126145038" width="57.07637942381007" height="3.7427134048400603" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="996.8399023152" y1="742.85126145038" x2="996.8399023152" y2="731.248849895376" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_34_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="996.8399023152" cy="730.5003072144079" r="0.748542680968" stroke-width="0.748542680968px"/><rect x="996.091359634232" y="729.75176453344" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="996.091359634232" y="736.675784332394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform="rotate(-90 996.091359634232 736.675784332394)"></text><line class="component-pin sch-component-pin sch-port-line" x1="996.8399023152" y1="746.59397485522" x2="996.8399023152" y2="758.9449290911919" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_34_1__stack1"><rect x="996.091359634232" y="758.1963864102239" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="996.091359634232" y="752.769451973206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform="rotate(-90 996.091359634232 752.769451973206)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_35__stack1"><rect class="component chip sch-component-body" x="1092.2790941386202" y="742.85126145038" width="61.56763550961796" height="3.7427134048400603" stroke-width="0.748542680968px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1092.2790941386202" y="742.85126145038" width="61.56763550961796" height="3.7427134048400603" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1109.1213044604" y1="742.85126145038" x2="1109.1213044604" y2="730.5003072144079" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_35_0__stack1"><rect x="1108.372761779432" y="729.75176453344" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="1108.372761779432" y="736.675784332394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform="rotate(-90 1108.372761779432 736.675784332394)"></text><line class="component-pin sch-component-pin sch-port-line" x1="1109.1213044604" y1="746.59397485522" x2="1109.1213044604" y2="758.9449290911919" stroke-width="0.748542680968px"/><g class="sch-port" data-schematic-port-id="source_port_35_1__stack1"><rect x="1108.372761779432" y="758.1963864102239" width="1.497085361936" height="1.497085361936" opacity="0"/></g><text class="pin-number sch-pin-number" x="1108.372761779432" y="752.769451973206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.61407010726px" transform="rotate(-90 1108.372761779432 752.769451973206)"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="112.81099609199202" cy="246.94173530908" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="112.81099609199202" cy="254.42716211876" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="112.81099609199202" cy="261.91258892844" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="112.81099609199202" cy="269.39801573811997" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="112.81099609199202" cy="276.8834425478" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="112.81099609199202" cy="284.36886935748" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="112.81099609199202" cy="291.85429616716" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="112.81099609199202" cy="299.33972297684" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="112.81099609199202" cy="306.82514978652" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="112.81099609199202" cy="314.3105765962" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="112.81099609199202" cy="321.79600340588" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="112.81099609199202" cy="329.28143021555996" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="112.81099609199202" cy="336.76685702524" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="112.81099609199202" cy="344.25228383492" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="177.93420933620797" cy="246.94173530908" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="177.93420933620797" cy="254.42716211876" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="177.93420933620797" cy="261.91258892843996" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="177.93420933620797" cy="269.39801573811997" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_4__stack1"><circle cx="177.93420933620797" cy="276.8834425478" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_5__stack1"><circle cx="177.93420933620797" cy="284.36886935748" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_6__stack1"><circle cx="177.93420933620797" cy="291.85429616716" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_7__stack1"><circle cx="177.93420933620797" cy="299.33972297684" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_8__stack1"><circle cx="177.93420933620797" cy="306.82514978652" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_9__stack1"><circle cx="177.93420933620797" cy="314.3105765962" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_10__stack1"><circle cx="177.93420933620797" cy="321.79600340587996" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_11__stack1"><circle cx="177.93420933620797" cy="329.28143021555996" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_12__stack1"><circle cx="177.93420933620797" cy="336.76685702524" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_13__stack1"><circle cx="177.93420933620797" cy="344.25228383492" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="500.93037617389996" cy="224.48545488004004" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="500.93037617389996" cy="231.97088168972004" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="500.93037617389996" cy="239.45630849940005" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_3__stack1"><circle cx="500.93037617389996" cy="246.94173530908003" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_4__stack1"><circle cx="500.93037617389996" cy="254.42716211876004" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_5__stack1"><circle cx="500.93037617389996" cy="261.9125889284401" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_6__stack1"><circle cx="500.93037617389996" cy="269.3980157381201" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_7__stack1"><circle cx="500.93037617389996" cy="276.88344254780003" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_8__stack1"><circle cx="500.93037617389996" cy="284.36886935748004" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_9__stack1"><circle cx="500.93037617389996" cy="291.85429616716004" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_10__stack1"><circle cx="500.93037617389996" cy="299.33972297684005" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_11__stack1"><circle cx="500.93037617389996" cy="306.82514978652" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_12__stack1"><circle cx="500.93037617389996" cy="314.3105765962" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_13__stack1"><circle cx="500.93037617389996" cy="321.79600340588" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_14__stack1"><circle cx="500.93037617389996" cy="329.28143021556" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_15__stack1"><circle cx="500.93037617389996" cy="336.76685702524003" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_16__stack1"><circle cx="500.93037617389996" cy="344.25228383492004" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_17__stack1"><circle cx="500.93037617389996" cy="351.73771064460004" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_18__stack1"><circle cx="500.93037617389996" cy="359.22313745428005" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_19__stack1"><circle cx="500.93037617389996" cy="366.70856426396006" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_20__stack1"><circle cx="500.93037617389996" cy="374.19399107364006" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_21__stack1"><circle cx="500.93037617389996" cy="381.67941788332007" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_22__stack1"><circle cx="500.93037617389996" cy="389.1648446930001" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_23__stack1"><circle cx="500.93037617389996" cy="396.6502715026801" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_24__stack1"><circle cx="500.93037617389996" cy="404.1356983123601" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_25__stack1"><circle cx="500.93037617389996" cy="411.6211251220401" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_26__stack1"><circle cx="500.93037617389996" cy="419.1065519317201" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_27__stack1"><circle cx="500.93037617389996" cy="426.5919787414001" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_28__stack1"><circle cx="500.93037617389996" cy="434.0774055510801" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_29__stack1"><circle cx="500.93037617389996" cy="441.5628323607601" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_30__stack1"><circle cx="500.93037617389996" cy="449.04825917044013" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_31__stack1"><circle cx="500.93037617389996" cy="456.53368598012014" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_32__stack1"><circle cx="500.93037617389996" cy="464.01911278980015" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_33__stack1"><circle cx="500.93037617389996" cy="471.50453959948015" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_34__stack1"><circle cx="500.93037617389996" cy="478.98996640916016" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_35__stack1"><circle cx="500.93037617389996" cy="486.47539321884017" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_36__stack1"><circle cx="500.93037617389996" cy="493.9608200285202" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_37__stack1"><circle cx="500.93037617389996" cy="501.4462468382002" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_38__stack1"><circle cx="500.93037617389996" cy="508.9316736478802" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_39__stack1"><circle cx="500.93037617389996" cy="516.4171004575602" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_40__stack1"><circle cx="500.93037617389996" cy="523.9025272672402" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_41__stack1"><circle cx="500.93037617389996" cy="531.3879540769201" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_42__stack1"><circle cx="500.93037617389996" cy="538.8733808866001" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_43__stack1"><circle cx="500.93037617389996" cy="546.3588076962801" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_44__stack1"><circle cx="500.93037617389996" cy="553.84423450596" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_45__stack1"><circle cx="500.93037617389996" cy="561.32966131564" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_46__stack1"><circle cx="500.93037617389996" cy="568.81508812532" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_47__stack1"><circle cx="500.93037617389996" cy="576.3005149349999" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_48__stack1"><circle cx="500.93037617389996" cy="583.7859417446799" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_49__stack1"><circle cx="500.93037617389996" cy="591.2713685543599" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_50__stack1"><circle cx="631.9253453433" cy="591.2713685543599" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_51__stack1"><circle cx="631.9253453433" cy="583.7859417446799" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_52__stack1"><circle cx="631.9253453433" cy="576.3005149349999" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_53__stack1"><circle cx="631.9253453433" cy="568.8150881253199" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_54__stack1"><circle cx="631.9253453433" cy="561.3296613156399" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_55__stack1"><circle cx="631.9253453433" cy="553.8442345059599" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_56__stack1"><circle cx="631.9253453433" cy="546.3588076962799" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_57__stack1"><circle cx="631.9253453433" cy="538.8733808866" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_58__stack1"><circle cx="631.9253453433" cy="531.38795407692" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_59__stack1"><circle cx="631.9253453433" cy="523.90252726724" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_60__stack1"><circle cx="631.9253453433" cy="516.41710045756" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_61__stack1"><circle cx="631.9253453433" cy="508.93167364787996" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_62__stack1"><circle cx="631.9253453433" cy="501.44624683819995" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_63__stack1"><circle cx="631.9253453433" cy="493.96082002851995" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_64__stack1"><circle cx="631.9253453433" cy="486.47539321883994" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_65__stack1"><circle cx="631.9253453433" cy="478.98996640915993" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_66__stack1"><circle cx="631.9253453433" cy="471.5045395994799" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_67__stack1"><circle cx="631.9253453433" cy="464.0191127897999" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_68__stack1"><circle cx="631.9253453433" cy="456.5336859801199" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_69__stack1"><circle cx="631.9253453433" cy="449.0482591704399" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_70__stack1"><circle cx="631.9253453433" cy="441.5628323607599" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_71__stack1"><circle cx="631.9253453433" cy="434.0774055510799" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_72__stack1"><circle cx="631.9253453433" cy="426.5919787413999" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_73__stack1"><circle cx="631.9253453433" cy="419.1065519317199" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_74__stack1"><circle cx="631.9253453433" cy="411.62112512203987" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_75__stack1"><circle cx="631.9253453433" cy="404.13569831235986" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_76__stack1"><circle cx="631.9253453433" cy="396.65027150267986" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_77__stack1"><circle cx="631.9253453433" cy="389.16484469299985" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_78__stack1"><circle cx="631.9253453433" cy="381.67941788331984" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_79__stack1"><circle cx="631.9253453433" cy="374.19399107363984" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_80__stack1"><circle cx="631.9253453433" cy="366.70856426395983" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_81__stack1"><circle cx="631.9253453433" cy="359.2231374542798" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_82__stack1"><circle cx="631.9253453433" cy="351.7377106445998" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_83__stack1"><circle cx="631.9253453433" cy="344.2522838349198" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_84__stack1"><circle cx="631.9253453433" cy="336.7668570252398" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_85__stack1"><circle cx="631.9253453433" cy="329.2814302155598" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_86__stack1"><circle cx="631.9253453433" cy="321.7960034058798" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_87__stack1"><circle cx="631.9253453433" cy="314.3105765961998" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_88__stack1"><circle cx="631.9253453433" cy="306.8251497865198" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_89__stack1"><circle cx="631.9253453433" cy="299.33972297683977" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_90__stack1"><circle cx="631.9253453433" cy="291.8542961671598" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_91__stack1"><circle cx="631.9253453433" cy="284.3688693574798" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_92__stack1"><circle cx="631.9253453433" cy="276.88344254779986" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_93__stack1"><circle cx="631.9253453433" cy="269.39801573811985" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_94__stack1"><circle cx="631.9253453433" cy="261.9125889284399" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_95__stack1"><circle cx="631.9253453433" cy="254.42716211875992" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_96__stack1"><circle cx="631.9253453433" cy="246.94173530907995" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_97__stack1"><circle cx="631.9253453433" cy="239.4563084994" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_98__stack1"><circle cx="631.9253453433" cy="231.97088168972002" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_99__stack1"><circle cx="631.9253453433" cy="224.48545488004004" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="98.58868515360001" cy="449.04825917043996" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="98.58868515360001" cy="456.53368598011997" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_2__stack1"><circle cx="98.58868515360001" cy="464.0191127898" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_3__stack1"><circle cx="98.58868515360001" cy="471.50453959948" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_4__stack1"><circle cx="98.58868515360001" cy="478.98996640916" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_5__stack1"><circle cx="98.58868515360001" cy="486.47539321884" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_6__stack1"><circle cx="98.58868515360001" cy="493.96082002851995" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_7__stack1"><circle cx="98.58868515360001" cy="501.44624683819995" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_8__stack1"><circle cx="98.58868515360001" cy="508.93167364787996" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_9__stack1"><circle cx="98.58868515360001" cy="516.41710045756" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_10__stack1"><circle cx="173.44295325040002" cy="516.41710045756" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_11__stack1"><circle cx="173.44295325040002" cy="508.93167364787996" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_12__stack1"><circle cx="173.44295325040002" cy="501.44624683819995" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_13__stack1"><circle cx="173.44295325040002" cy="493.96082002851995" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_14__stack1"><circle cx="173.44295325040002" cy="486.47539321883994" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_15__stack1"><circle cx="173.44295325040002" cy="478.98996640916" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_16__stack1"><circle cx="173.44295325040002" cy="471.50453959948" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_17__stack1"><circle cx="173.44295325040002" cy="464.0191127898" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_18__stack1"><circle cx="173.44295325040002" cy="456.53368598011997" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_19__stack1"><circle cx="173.44295325040002" cy="449.04825917043996" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="248.29722134719998" cy="468.510368875608" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="248.29722134719998" cy="496.954990752392" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="398.0057575408" cy="636.932472093408" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="398.0057575408" cy="665.3770939701919" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="465.37459882791995" cy="636.932472093408" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="465.37459882791995" cy="665.3770939701919" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="532.74344011504" cy="636.932472093408" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="532.74344011504" cy="665.3770939701919" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="600.11228140216" cy="636.932472093408" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="600.11228140216" cy="665.3770939701919" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="667.48112268928" cy="636.932472093408" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="667.48112268928" cy="665.3770939701919" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="734.8499639764" cy="636.932472093408" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="734.8499639764" cy="665.3770939701919" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="365.818422259176" cy="482.732679814" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="392.765958774024" cy="482.732679814" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="379.2921905166" cy="528.393783353048" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="379.2921905166" cy="556.838405229832" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_0__stack1"><circle cx="379.2921905166" cy="580.791771020808" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_1__stack1"><circle cx="379.2921905166" cy="609.2363928975919" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_0__stack1"><circle cx="772.2770980248" cy="468.510368875608" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_1__stack1"><circle cx="772.2770980248" cy="496.954990752392" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_0__stack1"><circle cx="734.8499639764" cy="393.65610077880797" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_1__stack1"><circle cx="734.8499639764" cy="422.100722655592" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_0__stack1"><circle cx="708.65097014252" cy="318.80183268200796" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_1__stack1"><circle cx="708.65097014252" cy="347.246454558792" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_0__stack1"><circle cx="738.59267738124" cy="255.17570479972798" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_1__stack1"><circle cx="738.59267738124" cy="283.620326676512" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_0__stack1"><circle cx="749.82081759576" cy="220.74274147519998" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_1__stack1"><circle cx="794.73337845384" cy="220.74274147519998" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_0__stack1"><circle cx="336.25098636094" cy="172.08746721228" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_1__stack1"><circle cx="336.25098636094" cy="179.57289402195997" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_2__stack1"><circle cx="422.33339467226" cy="179.57289402195997" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_3__stack1"><circle cx="422.33339467226" cy="172.08746721228" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_0__stack1"><circle cx="592.62685459248" cy="164.60204040259998" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_1__stack1"><circle cx="615.08313502152" cy="164.60204040259998" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_0__stack1"><circle cx="416.71932456499997" cy="101.72445520128798" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_1__stack1"><circle cx="416.71932456499997" cy="130.169077078072" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_0__stack1"><circle cx="566.4278607586" cy="101.72445520128798" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_1__stack1"><circle cx="566.4278607586" cy="130.169077078072" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_0__stack1"><circle cx="901.4007104917799" cy="437.82011895591995" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_1__stack1"><circle cx="901.4007104917799" cy="445.30554576559996" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_2__stack1"><circle cx="901.4007104917799" cy="452.79097257527997" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_3__stack1"><circle cx="1017.42482604182" cy="452.79097257527997" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_4__stack1"><circle cx="1017.42482604182" cy="445.30554576559996" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_5__stack1"><circle cx="1017.42482604182" cy="437.82011895591995" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_0__stack1"><circle cx="1072.816984433452" cy="129.04626305661998" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_1__stack1"><circle cx="1107.998490438948" cy="129.04626305661998" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_0__stack1"><circle cx="976.629249929064" cy="127.1749063542" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_1__stack1"><circle cx="1017.050554701336" cy="127.1749063542" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_0__stack1"><circle cx="866.9677471672519" cy="166.47339710501998" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_1__stack1"><circle cx="902.149253172748" cy="166.47339710501998" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_0__stack1"><circle cx="957.9156829048641" cy="164.60204040259998" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_1__stack1"><circle cx="998.336987677136" cy="164.60204040259998" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_0__stack1"><circle cx="978.126335291" cy="236.462137775528" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_1__stack1"><circle cx="978.126335291" cy="264.90675965231196" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_0__stack1"><circle cx="949.588145579095" cy="41.09249804287998" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_1__stack1"><circle cx="949.588145579095" cy="48.57792485255999" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_2__stack1"><circle cx="949.588145579095" cy="56.063351662239995" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_3__stack1"><circle cx="949.588145579095" cy="63.54877847192" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_0__stack1"><circle cx="947.716788876675" cy="591.2713685543599" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_1__stack1"><circle cx="947.716788876675" cy="598.7567953640399" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_2__stack1"><circle cx="947.716788876675" cy="606.2422221737199" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_3__stack1"><circle cx="947.716788876675" cy="613.7276489834" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_4__stack1"><circle cx="947.716788876675" cy="673.6110634608399" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_5__stack1"><circle cx="947.716788876675" cy="651.1547830318" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_6__stack1"><circle cx="947.716788876675" cy="643.66935622212" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_7__stack1"><circle cx="947.716788876675" cy="621.21307579308" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_8__stack1"><circle cx="947.716788876675" cy="636.18392941244" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_9__stack1"><circle cx="947.716788876675" cy="628.69850260276" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_10__stack1"><circle cx="947.716788876675" cy="666.12563665116" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_11__stack1"><circle cx="947.716788876675" cy="658.64020984148" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_0__stack1"><circle cx="873.3303599554799" cy="538.8733808866" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_1__stack1"><circle cx="895.7866403845201" cy="538.8733808866" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_0__stack1"><circle cx="1004.32532912488" cy="538.8733808866" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_1__stack1"><circle cx="1026.7816095539201" cy="538.8733808866" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_0__stack1"><circle cx="1052.9806033877999" cy="624.95578919792" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_1__stack1"><circle cx="1052.9806033877999" cy="632.4412160075999" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_2__stack1"><circle cx="1052.9806033877999" cy="639.92664281728" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_3__stack1"><circle cx="1127.8348714846" cy="636.18392941244" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_4__stack1"><circle cx="1127.8348714846" cy="628.69850260276" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_0__stack1"><circle cx="996.8399023152" cy="730.5003072144079" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_1__stack1"><circle cx="996.8399023152" cy="758.9449290911919" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_35_0__stack1"><circle cx="1109.1213044604" cy="730.5003072144079" r="1.497085361936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_35_1__stack1"><circle cx="1109.1213044604" cy="758.9449290911919" r="1.497085361936" 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="
484
+ M 145.37260271410003,246.94173530908
485
+ L 141.62988930926002,244.9206700704664
486
+ L 141.62988930926002,232.0856582341351
487
+ L 149.11531611894003,232.0856582341351
488
+ L 149.11531611894003,244.9206700704664
489
+ Z
490
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="145.37260271410003" y="243.573293244724" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="rotate(-90 145.37260271410003 243.573293244724)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
491
+ M 416.3076260904676,359.22313745428005
492
+ L 420.0503394953076,361.2442026928936
493
+ L 420.0503394953076,374.07921452922494
494
+ L 412.5649126856276,374.07921452922494
495
+ L 412.5649126856276,361.2442026928936
496
+ Z
497
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="416.3076260904676" y="362.591579518636" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="rotate(90 416.3076260904676 362.591579518636)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
498
+ M 480.6822966537156,585.6947255811483
499
+ L 484.4250100585556,587.7157908197619
500
+ L 484.4250100585556,600.5508026560932
501
+ L 476.9395832488756,600.5508026560932
502
+ L 476.9395832488756,587.7157908197619
503
+ Z
504
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="480.6822966537156" y="589.0631676455043" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="rotate(90 480.6822966537156 589.0631676455043)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
505
+ M 734.8499639764,429.586149465272
506
+ L 738.5926773812399,431.6072147038856
507
+ L 738.5926773812399,444.4422265402169
508
+ L 731.10725057156,444.4422265402169
509
+ L 731.10725057156,431.6072147038856
510
+ Z
511
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="734.8499639764" y="432.954591529628" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="rotate(90 734.8499639764 432.954591529628)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
512
+ M 738.59267738124,291.105753486192
513
+ L 742.33539078608,293.12681872480556
514
+ L 742.33539078608,305.9618305611369
515
+ L 734.8499639764001,305.9618305611369
516
+ L 734.8499639764001,293.12681872480556
517
+ Z
518
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="738.59267738124" y="294.47419555054796" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="rotate(90 738.59267738124 294.47419555054796)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
519
+ M 49.89598375663161,516.41710045756
520
+ L 53.63869716147161,518.4381656961735
521
+ L 53.63869716147161,531.2731775325049
522
+ L 46.15327035179161,531.2731775325049
523
+ L 46.153270351791605,518.4381656961735
524
+ Z
525
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="49.89598375663161" y="519.785542521916" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="rotate(90 49.89598375663161 519.785542521916)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
526
+ M 248.29722134719998,504.440417562072
527
+ L 252.03993475203998,506.4614828006856
528
+ L 252.03993475203998,519.296494637017
529
+ L 244.55450794235998,519.296494637017
530
+ L 244.55450794235998,506.4614828006856
531
+ Z
532
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="248.29722134719998" y="507.808859626428" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="rotate(90 248.29722134719998 507.808859626428)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
533
+ M 465.37459882791995,672.862520779872
534
+ L 469.11731223275996,674.8835860184856
535
+ L 469.11731223275996,687.718597854817
536
+ L 461.63188542307995,687.718597854817
537
+ L 461.63188542307995,674.8835860184856
538
+ Z
539
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="465.37459882791995" y="676.2309628442281" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="rotate(90 465.37459882791995 676.2309628442281)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
540
+ M 772.2770980248,496.954990752392
541
+ L 776.01981142964,498.9760559910056
542
+ L 776.01981142964,511.8110678273369
543
+ L 768.5343846199601,511.8110678273369
544
+ L 768.5343846199601,498.9760559910056
545
+ Z
546
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="772.2770980248" y="500.323432816748" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="rotate(90 772.2770980248 500.323432816748)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
547
+ M 708.65097014252,354.731881368472
548
+ L 712.39368354736,356.75294660708556
549
+ L 712.39368354736,369.5879584434169
550
+ L 704.9082567376801,369.5879584434169
551
+ L 704.9082567376801,356.75294660708556
552
+ Z
553
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="708.65097014252" y="358.10032343282796" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="rotate(90 708.65097014252 358.10032343282796)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="
554
+ M 336.25098636094,179.57289402195997
555
+ L 334.2299211223264,183.31560742679997
556
+ L 321.3949092859951,183.31560742679997
557
+ L 321.3949092859951,175.83018061711996
558
+ L 334.2299211223264,175.83018061711996
559
+ Z
560
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="332.882544296584" y="179.57289402195997" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="
561
+ M 508.0041045090476,172.08746721227996
562
+ L 511.7468179138876,174.10853245089356
563
+ L 511.7468179138876,186.94354428722488
564
+ L 504.2613911042076,186.94354428722488
565
+ L 504.2613911042076,174.10853245089356
566
+ Z
567
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" x="508.0041045090476" y="175.45590927663596" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="rotate(90 508.0041045090476 175.45590927663596)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" d="
568
+ M 852.7080090948116,492.0894633261
569
+ L 856.4507224996515,494.11052856471355
570
+ L 856.4507224996515,506.94554040104487
571
+ L 848.9652956899716,506.94554040104487
572
+ L 848.9652956899716,494.11052856471355
573
+ Z
574
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" x="852.7080090948116" y="495.45790539045595" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="rotate(90 852.7080090948116 495.45790539045595)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" d="
575
+ M 1013.3078412964959,56.063351662239995
576
+ L 1017.0505547013358,58.0844169008536
577
+ L 1017.0505547013358,70.9194287371849
578
+ L 1009.565127891656,70.9194287371849
579
+ L 1009.565127891656,58.0844169008536
580
+ Z
581
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" x="1013.3078412964959" y="59.431793726596" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="rotate(90 1013.3078412964959 59.431793726596)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" d="
582
+ M 978.126335291,272.39218646199197
583
+ L 981.86904869584,274.41325170060554
584
+ L 981.86904869584,287.24826353693686
585
+ L 974.3836218861601,287.24826353693686
586
+ L 974.3836218861601,274.41325170060554
587
+ Z
588
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" x="978.126335291" y="275.76062852634794" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="rotate(90 978.126335291 275.76062852634794)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" d="
589
+ M 955.202215686355,591.2713685543599
590
+ L 957.2232809249685,587.52865514952
591
+ L 970.0582927612999,587.52865514952
592
+ L 970.0582927612999,595.0140819591999
593
+ L 957.2232809249685,595.0140819591999
594
+ Z
595
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" x="958.570657750711" y="591.2713685543599" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" d="
596
+ M 1035.8015488595843,552.0103049375884
597
+ L 1039.5442622644243,554.031370176202
598
+ L 1039.5442622644243,566.8663820125333
599
+ L 1032.0588354547442,566.8663820125333
600
+ L 1032.0588354547442,554.031370176202
601
+ Z
602
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" x="1035.8015488595843" y="555.3787470019445" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="rotate(90 1035.8015488595843 555.3787470019445)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" d="
603
+ M 1043.9606640821357,643.7067833561684
604
+ L 1047.7033774869758,645.727848594782
605
+ L 1047.7033774869758,658.5628604311133
606
+ L 1040.2179506772957,658.5628604311133
607
+ L 1040.2179506772957,645.727848594782
608
+ Z
609
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" x="1043.9606640821357" y="647.0752254205245" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="rotate(90 1043.9606640821357 647.0752254205245)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" d="
610
+ M 996.8399023152,766.430355900872
611
+ L 1000.5826157200399,768.4514211394855
612
+ L 1000.5826157200399,781.2864329758169
613
+ L 993.09718891036,781.2864329758169
614
+ L 993.09718891036,768.4514211394855
615
+ Z
616
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" x="996.8399023152" y="769.798797965228" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="rotate(90 996.8399023152 769.798797965228)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" d="
617
+ M 98.58868515360001,456.53368598011997
618
+ L 96.56761991498641,460.27639938496
619
+ L 52.95752332179073,460.27639938496
620
+ L 52.95752332179073,452.79097257527997
621
+ L 96.56761991498641,452.79097257527997
622
+ Z
623
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" x="95.22024308924401" y="456.53368598011997" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" d="
624
+ M 98.58868515360001,471.50453959948
625
+ L 96.56761991498641,475.24725300432
626
+ L 52.95752332179073,475.24725300432
627
+ L 52.95752332179073,467.76182619464
628
+ L 96.56761991498641,467.76182619464
629
+ Z
630
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" x="95.22024308924401" y="471.50453959948" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" d="
631
+ M 98.58868515360001,486.47539321884
632
+ L 96.56761991498641,490.21810662368
633
+ L 52.95752332179073,490.21810662368
634
+ L 52.95752332179073,482.732679814
635
+ L 96.56761991498641,482.732679814
636
+ Z
637
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" x="95.22024308924401" y="486.47539321884" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" d="
638
+ M 98.58868515360001,501.44624683819995
639
+ L 96.56761991498641,505.18896024303996
640
+ L 52.95752332179073,505.18896024303996
641
+ L 52.95752332179073,497.70353343335995
642
+ L 96.56761991498641,497.70353343335995
643
+ Z
644
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" x="95.22024308924401" y="501.44624683819995" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" d="
645
+ M 173.44295325040002,516.41710045756
646
+ L 175.46401848901363,512.67438705272
647
+ L 219.0741150822093,512.67438705272
648
+ L 219.0741150822093,520.1598138623999
649
+ L 175.46401848901363,520.1598138623999
650
+ Z
651
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" x="176.81139531475603" y="516.41710045756" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" d="
652
+ M 173.44295325040002,501.44624683819995
653
+ L 175.46401848901363,497.70353343335995
654
+ L 219.0741150822093,497.70353343335995
655
+ L 219.0741150822093,505.18896024303996
656
+ L 175.46401848901363,505.18896024303996
657
+ Z
658
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" x="176.81139531475603" y="501.44624683819995" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" d="
659
+ M 173.44295325040002,486.47539321883994
660
+ L 175.46401848901363,482.73267981399994
661
+ L 219.0741150822093,482.73267981399994
662
+ L 219.0741150822093,490.21810662367994
663
+ L 175.46401848901363,490.21810662367994
664
+ Z
665
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" x="176.81139531475603" y="486.47539321883994" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" d="
666
+ M 145.37260271410003,344.25228383492
667
+ L 149.11531611894003,346.27334907353355
668
+ L 149.11531611894003,389.88344566672924
669
+ L 141.62988930926002,389.88344566672924
670
+ L 141.62988930926002,346.27334907353355
671
+ Z
672
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" x="145.37260271410003" y="347.62072589927595" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="rotate(90 145.37260271410003 347.62072589927595)">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_27__stack1" d="
673
+ M 173.44295325040002,471.50453959948
674
+ L 175.46401848901363,467.76182619464
675
+ L 219.0741150822093,467.76182619464
676
+ L 219.0741150822093,475.24725300432
677
+ L 175.46401848901363,475.24725300432
678
+ Z
679
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_27__stack1" x="176.81139531475603" y="471.50453959948" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_28__stack1" d="
680
+ M 631.9253453433,224.48545488004004
681
+ L 628.1826319384601,222.46438964142644
682
+ L 628.1826319384601,209.62937780509515
683
+ L 635.66805874814,209.62937780509515
684
+ L 635.66805874814,222.46438964142644
685
+ Z
686
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_28__stack1" x="631.9253453433" y="221.11701281568403" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="rotate(-90 631.9253453433 221.11701281568403)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_29__stack1" d="
687
+ M 708.6883972765684,557.5495207767515
688
+ L 704.9456838717284,555.5284555381379
689
+ L 704.9456838717284,542.6934437018066
690
+ L 712.4311106814083,542.6934437018066
691
+ L 712.4311106814083,555.5284555381379
692
+ Z
693
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_29__stack1" x="708.6883972765684" y="554.1810787123954" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="rotate(-90 708.6883972765684 554.1810787123954)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_30__stack1" d="
694
+ M 248.29722134719998,449.04825917043996
695
+ L 244.55450794235998,447.0271939318264
696
+ L 244.55450794235998,434.19218209549507
697
+ L 252.03993475203998,434.19218209549507
698
+ L 252.03993475203998,447.0271939318264
699
+ Z
700
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_30__stack1" x="248.29722134719998" y="445.679817106084" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="rotate(-90 248.29722134719998 445.679817106084)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_31__stack1" d="
701
+ M 484.08816585212,261.8751617943916
702
+ L 480.34545244728,259.854096555778
703
+ L 480.34545244728,247.0190847194467
704
+ L 487.83087925696003,247.0190847194467
705
+ L 487.83087925696003,259.854096555778
706
+ Z
707
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_31__stack1" x="484.08816585212" y="258.5067197300356" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="rotate(-90 484.08816585212 258.5067197300356)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_32__stack1" d="
708
+ M 358.33299544949597,419.1065519317201
709
+ L 354.59028204465596,417.08548669310653
710
+ L 354.59028204465596,404.2504748567752
711
+ L 362.07570885433597,404.2504748567752
712
+ L 362.07570885433597,417.08548669310653
713
+ Z
714
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_32__stack1" x="358.33299544949597" y="415.73810986736413" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="rotate(-90 358.33299544949597 415.73810986736413)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_33__stack1" d="
715
+ M 465.37459882791995,629.447045283728
716
+ L 461.63188542307995,627.4259800451144
717
+ L 461.63188542307995,614.5909682087831
718
+ L 469.11731223275996,614.5909682087831
719
+ L 469.11731223275996,627.4259800451144
720
+ Z
721
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_33__stack1" x="465.37459882791995" y="626.078603219372" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="rotate(-90 465.37459882791995 626.078603219372)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_34__stack1" d="
722
+ M 682.4894034426884,400.35555777347145
723
+ L 678.7466900378485,398.3344925348579
724
+ L 678.7466900378485,385.49948069852655
725
+ L 686.2321168475283,385.49948069852655
726
+ L 686.2321168475283,398.3344925348579
727
+ Z
728
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_34__stack1" x="682.4894034426884" y="396.98711570911547" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="rotate(-90 682.4894034426884 396.98711570911547)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_35__stack1" d="
729
+ M 950.4302560951841,146.82415172960998
730
+ L 946.6875426903441,144.80308649099638
731
+ L 946.6875426903441,131.9680746546651
732
+ L 954.172969500024,131.9680746546651
733
+ L 954.172969500024,144.80308649099638
734
+ Z
735
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_35__stack1" x="950.4302560951841" y="143.45570966525398" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="rotate(-90 950.4302560951841 143.45570966525398)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_36__stack1" d="
736
+ M 960.8537129276634,33.56964409915162
737
+ L 957.1109995228235,31.548578860538015
738
+ L 957.1109995228235,18.71356702420671
739
+ L 964.5964263325034,18.71356702420671
740
+ L 964.5964263325034,31.54857886053802
741
+ Z
742
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_36__stack1" x="960.8537129276634" y="30.201202034795617" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="rotate(-90 960.8537129276634 30.201202034795617)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_37__stack1" d="
743
+ M 1109.1213044604,679.599404908584
744
+ L 1105.37859105556,677.5783396699704
745
+ L 1105.37859105556,664.7433278336391
746
+ L 1112.8640178652402,664.7433278336391
747
+ L 1112.8640178652402,677.5783396699704
748
+ Z
749
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_37__stack1" x="1109.1213044604" y="676.230962844228" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="rotate(-90 1109.1213044604 676.230962844228)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_38__stack1" d="
750
+ M 500.93037617389996,306.82514978652
751
+ L 498.9093109352864,310.56786319136
752
+ L 424.5241295852263,310.56786319136
753
+ L 424.5241295852263,303.08243638168
754
+ L 498.9093109352864,303.08243638168
755
+ Z
756
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_38__stack1" x="497.561934109544" y="306.82514978652" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_39__stack1" d="
757
+ M 328.76555955125997,172.08746721228
758
+ L 326.7444943126464,175.83018061712
759
+ L 252.35931296258633,175.83018061712
760
+ L 252.35931296258633,168.34475380744
761
+ L 326.7444943126464,168.34475380744
762
+ Z
763
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_39__stack1" x="325.397117486904" y="172.08746721228" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_40__stack1" d="
764
+ M 500.93037617389996,314.3105765962
765
+ L 498.9093109352864,318.05329000104
766
+ L 420.12768890567423,318.05329000104
767
+ L 420.12768890567423,310.56786319136
768
+ L 498.9093109352864,310.56786319136
769
+ Z
770
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_40__stack1" x="497.561934109544" y="314.3105765962" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_41__stack1" d="
771
+ M 592.62685459248,164.60204040259998
772
+ L 590.6057893538664,168.34475380744
773
+ L 511.82416732425423,168.34475380744
774
+ L 511.82416732425423,160.85932699775998
775
+ L 590.6057893538664,160.85932699775998
776
+ Z
777
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_41__stack1" x="589.2584125281239" y="164.60204040259998" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_42__stack1" d="
778
+ M 1005.8224144868159,164.60204040259998
779
+ L 1007.8434797254295,160.85932699775998
780
+ L 1055.8500169981771,160.85932699775998
781
+ L 1055.8500169981771,168.34475380744
782
+ L 1007.8434797254295,168.34475380744
783
+ Z
784
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_42__stack1" x="1009.1908565511719" y="164.60204040259998" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_43__stack1" d="
785
+ M 500.93037617389996,321.79600340588
786
+ L 498.9093109352864,325.53871681072
787
+ L 450.9027736625386,325.53871681072
788
+ L 450.9027736625386,318.05329000104
789
+ L 498.9093109352864,318.05329000104
790
+ Z
791
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_43__stack1" x="497.561934109544" y="321.79600340588" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_44__stack1" d="
792
+ M 866.9677471672519,166.47339710501998
793
+ L 864.9466819286383,170.21611050986
794
+ L 816.9401446558905,170.21611050986
795
+ L 816.9401446558905,162.73068370017998
796
+ L 864.9466819286383,162.73068370017998
797
+ Z
798
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_44__stack1" x="863.5993051028959" y="166.47339710501998" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_45__stack1" d="
799
+ M 358.70726678997994,560.206847294188
800
+ L 356.68620155136637,563.949560699028
801
+ L 291.0939015604104,563.949560699028
802
+ L 291.0939015604104,556.464133889348
803
+ L 356.68620155136637,556.4641338893481
804
+ Z
805
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_45__stack1" x="355.33882472562397" y="560.206847294188" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_46__stack1" d="
806
+ M 173.44295325040002,464.0191127898
807
+ L 175.46401848901363,460.27639938496
808
+ L 219.0741150822093,460.27639938496
809
+ L 219.0741150822093,467.76182619464
810
+ L 175.46401848901363,467.76182619464
811
+ Z
812
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_46__stack1" x="176.81139531475603" y="464.0191127898" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_47__stack1" d="
813
+ M 500.93037617389996,426.5919787414001
814
+ L 498.9093109352864,430.3346921462401
815
+ L 455.2992143420907,430.3346921462401
816
+ L 455.2992143420907,422.8492653365601
817
+ L 498.9093109352864,422.8492653365601
818
+ Z
819
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_47__stack1" x="497.561934109544" y="426.5919787414001" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_48__stack1" d="
820
+ M 98.58868515360001,508.93167364787996
821
+ L 96.56761991498641,512.6743870527199
822
+ L 52.95752332179073,512.6743870527199
823
+ L 52.95752332179073,505.18896024303996
824
+ L 96.56761991498641,505.18896024303996
825
+ Z
826
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_48__stack1" x="95.22024308924401" y="508.93167364787996" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_49__stack1" d="
827
+ M 500.93037617389996,434.0774055510801
828
+ L 498.9093109352864,437.8201189559201
829
+ L 455.2992143420907,437.8201189559201
830
+ L 455.2992143420907,430.3346921462401
831
+ L 498.9093109352864,430.3346921462401
832
+ Z
833
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_49__stack1" x="497.561934109544" y="434.0774055510801" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_50__stack1" d="
834
+ M 98.58868515360001,478.98996640916
835
+ L 96.56761991498641,482.732679814
836
+ L 52.95752332179073,482.732679814
837
+ L 52.95752332179073,475.24725300432
838
+ L 96.56761991498641,475.24725300432
839
+ Z
840
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_50__stack1" x="95.22024308924401" y="478.98996640916" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_51__stack1" d="
841
+ M 500.93037617389996,441.5628323607601
842
+ L 498.9093109352864,445.30554576560013
843
+ L 455.2992143420907,445.30554576560013
844
+ L 455.2992143420907,437.8201189559201
845
+ L 498.9093109352864,437.8201189559201
846
+ Z
847
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_51__stack1" x="497.561934109544" y="441.5628323607601" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_52__stack1" d="
848
+ M 173.44295325040002,508.93167364787996
849
+ L 175.46401848901363,505.18896024303996
850
+ L 219.0741150822093,505.18896024303996
851
+ L 219.0741150822093,512.6743870527199
852
+ L 175.46401848901363,512.6743870527199
853
+ Z
854
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_52__stack1" x="176.81139531475603" y="508.93167364787996" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_53__stack1" d="
855
+ M 500.93037617389996,449.04825917044013
856
+ L 498.9093109352864,452.79097257528014
857
+ L 455.2992143420907,452.79097257528014
858
+ L 455.2992143420907,445.30554576560013
859
+ L 498.9093109352864,445.30554576560013
860
+ Z
861
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_53__stack1" x="497.561934109544" y="449.04825917044013" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_54__stack1" d="
862
+ M 173.44295325040002,478.98996640916
863
+ L 175.46401848901363,475.24725300432
864
+ L 219.0741150822093,475.24725300432
865
+ L 219.0741150822093,482.732679814
866
+ L 175.46401848901363,482.732679814
867
+ Z
868
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_54__stack1" x="176.81139531475603" y="478.98996640916" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_55__stack1" d="
869
+ M 500.93037617389996,456.53368598012014
870
+ L 498.9093109352864,460.27639938496014
871
+ L 455.2992143420907,460.27639938496014
872
+ L 455.2992143420907,452.79097257528014
873
+ L 498.9093109352864,452.79097257528014
874
+ Z
875
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_55__stack1" x="497.561934109544" y="456.53368598012014" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_56__stack1" d="
876
+ M 173.44295325040002,493.96082002851995
877
+ L 175.46401848901363,490.21810662367994
878
+ L 219.0741150822093,490.21810662367994
879
+ L 219.0741150822093,497.70353343335995
880
+ L 175.46401848901363,497.70353343335995
881
+ Z
882
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_56__stack1" x="176.81139531475603" y="493.96082002851995" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_57__stack1" d="
883
+ M 500.93037617389996,464.01911278980015
884
+ L 498.9093109352864,467.76182619464015
885
+ L 455.2992143420907,467.76182619464015
886
+ L 455.2992143420907,460.27639938496014
887
+ L 498.9093109352864,460.27639938496014
888
+ Z
889
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_57__stack1" x="497.561934109544" y="464.01911278980015" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_58__stack1" d="
890
+ M 500.93037617389996,576.3005149349999
891
+ L 498.9093109352864,580.0432283398399
892
+ L 442.10989230343455,580.0432283398399
893
+ L 442.10989230343455,572.5578015301598
894
+ L 498.9093109352864,572.55780153016
895
+ Z
896
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_58__stack1" x="497.561934109544" y="576.3005149349999" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_59__stack1" d="
897
+ M 772.2770980248,468.510368875608
898
+ L 768.5343846199601,466.4893036369944
899
+ L 768.5343846199601,409.68988500514257
900
+ L 776.0198114296401,409.68988500514257
901
+ L 776.01981142964,466.4893036369944
902
+ Z
903
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_59__stack1" x="772.2770980248" y="465.141926811252" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="rotate(-90 772.2770980248 465.141926811252)">XXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_60__stack1" d="
904
+ M 631.9253453433,576.3005149349999
905
+ L 633.9464105819136,572.55780153016
906
+ L 712.7280326115257,572.55780153016
907
+ L 712.7280326115257,580.0432283398399
908
+ L 633.9464105819136,580.0432283398399
909
+ Z
910
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_60__stack1" x="635.293787407656" y="576.3005149349999" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_61__stack1" d="
911
+ M 749.82081759576,220.74274147519998
912
+ L 747.7997523571464,224.48545488003998
913
+ L 669.0181303275343,224.48545488003998
914
+ L 669.0181303275343,217.00002807035997
915
+ L 747.7997523571464,217.00002807035997
916
+ Z
917
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_61__stack1" x="746.452375531404" y="220.74274147519998" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_62__stack1" d="
918
+ M 631.9253453433,561.3296613156399
919
+ L 633.9464105819136,557.5869479108
920
+ L 708.3315919319737,557.5869479108
921
+ L 708.3315919319737,565.0723747204798
922
+ L 633.9464105819136,565.0723747204798
923
+ Z
924
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_62__stack1" x="635.293787407656" y="561.3296613156399" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_63__stack1" d="
925
+ M 708.65097014252,318.80183268200796
926
+ L 704.9082567376801,316.7807674433944
927
+ L 704.9082567376801,242.39558609333432
928
+ L 712.3936835473601,242.39558609333432
929
+ L 712.39368354736,316.7807674433944
930
+ Z
931
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_63__stack1" x="708.65097014252" y="315.433390617652" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="rotate(-90 708.65097014252 315.433390617652)">XXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_64__stack1" d="
932
+ M 1017.42482604182,452.79097257527997
933
+ L 1019.4458912804336,449.04825917043996
934
+ L 1063.0559878736292,449.04825917043996
935
+ L 1063.0559878736292,456.53368598011997
936
+ L 1019.4458912804336,456.53368598011997
937
+ Z
938
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_64__stack1" x="1020.793268106176" y="452.79097257527997" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_65__stack1" d="
939
+ M 631.9253453433,553.8442345059599
940
+ L 633.9464105819136,550.1015211011199
941
+ L 677.5565071751093,550.1015211011199
942
+ L 677.5565071751093,557.5869479107998
943
+ L 633.9464105819136,557.5869479107998
944
+ Z
945
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_65__stack1" x="635.293787407656" y="553.8442345059599" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_66__stack1" d="
946
+ M 1017.42482604182,437.82011895591995
947
+ L 1019.4458912804336,434.07740555107995
948
+ L 1063.0559878736292,434.07740555107995
949
+ L 1063.0559878736292,441.56283236075996
950
+ L 1019.4458912804336,441.56283236075996
951
+ Z
952
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_66__stack1" x="1020.793268106176" y="437.82011895591995" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_67__stack1" d="
953
+ M 631.9253453433,546.3588076962799
954
+ L 633.9464105819136,542.6160942914399
955
+ L 677.5565071751093,542.6160942914399
956
+ L 677.5565071751093,550.1015211011198
957
+ L 633.9464105819136,550.1015211011198
958
+ Z
959
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_67__stack1" x="635.293787407656" y="546.3588076962799" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_68__stack1" d="
960
+ M 98.58868515360001,493.96082002851995
961
+ L 96.56761991498641,497.70353343335995
962
+ L 52.95752332179073,497.70353343335995
963
+ L 52.95752332179073,490.21810662367994
964
+ L 96.56761991498641,490.21810662367994
965
+ Z
966
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_68__stack1" x="95.22024308924401" y="493.96082002851995" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_69__stack1" d="
967
+ M 631.9253453433,501.44624683819995
968
+ L 633.9464105819136,497.70353343335995
969
+ L 677.5565071751093,497.70353343335995
970
+ L 677.5565071751093,505.18896024303996
971
+ L 633.9464105819136,505.18896024303996
972
+ Z
973
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_69__stack1" x="635.293787407656" y="501.44624683819995" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_70__stack1" d="
974
+ M 98.58868515360001,464.0191127898
975
+ L 96.56761991498641,467.76182619464
976
+ L 52.95752332179073,467.76182619464
977
+ L 52.95752332179073,460.27639938496
978
+ L 96.56761991498641,460.27639938496
979
+ Z
980
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_70__stack1" x="95.22024308924401" y="464.0191127898" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_71__stack1" d="
981
+ M 631.9253453433,493.96082002851995
982
+ L 633.9464105819136,490.21810662367994
983
+ L 677.5565071751093,490.21810662367994
984
+ L 677.5565071751093,497.70353343335995
985
+ L 633.9464105819136,497.70353343335995
986
+ Z
987
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_71__stack1" x="635.293787407656" y="493.96082002851995" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_72__stack1" d="
988
+ M 949.588145579095,63.54877847192
989
+ L 951.6092108177086,59.80606506708
990
+ L 999.6157480904563,59.80606506708
991
+ L 999.6157480904563,67.29149187676
992
+ L 951.6092108177086,67.29149187676
993
+ Z
994
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_72__stack1" x="952.956587643451" y="63.54877847192" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_73__stack1" d="
995
+ M 631.9253453433,434.0774055510799
996
+ L 633.9464105819136,430.3346921462399
997
+ L 681.9529478546614,430.3346921462399
998
+ L 681.9529478546614,437.8201189559199
999
+ L 633.9464105819136,437.8201189559199
1000
+ Z
1001
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_73__stack1" x="635.293787407656" y="434.0774055510799" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_74__stack1" d="
1002
+ M 631.9253453433,426.5919787413999
1003
+ L 633.9464105819136,422.8492653365599
1004
+ L 690.7458292137654,422.8492653365599
1005
+ L 690.7458292137654,430.3346921462399
1006
+ L 633.9464105819136,430.3346921462399
1007
+ Z
1008
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_74__stack1" x="635.293787407656" y="426.5919787413999" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_75__stack1" d="
1009
+ M 734.8499639764,393.65610077880797
1010
+ L 731.10725057156,391.6350355401944
1011
+ L 731.10725057156,334.83561690834256
1012
+ L 738.59267738124,334.83561690834256
1013
+ L 738.5926773812399,391.6350355401944
1014
+ Z
1015
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_75__stack1" x="734.8499639764" y="390.287658714452" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="rotate(-90 734.8499639764 390.287658714452)">XXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_76__stack1" d="
1016
+ M 949.588145579095,48.57792485255999
1017
+ L 951.6092108177086,44.835211447719985
1018
+ L 999.6157480904563,44.835211447719985
1019
+ L 999.6157480904563,52.32063825739999
1020
+ L 951.6092108177086,52.32063825739999
1021
+ Z
1022
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_76__stack1" x="952.956587643451" y="48.57792485255999" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_77__stack1" d="
1023
+ M 631.9253453433,404.13569831235986
1024
+ L 633.9464105819136,400.39298490751986
1025
+ L 681.9529478546614,400.39298490751986
1026
+ L 681.9529478546614,407.87841171719987
1027
+ L 633.9464105819136,407.87841171719987
1028
+ Z
1029
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_77__stack1" x="635.293787407656" y="404.13569831235986" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_78__stack1" d="
1030
+ M 631.9253453433,269.39801573811985
1031
+ L 633.9464105819136,265.65530233327985
1032
+ L 686.3493885342134,265.65530233327985
1033
+ L 686.3493885342134,273.14072914295986
1034
+ L 633.9464105819136,273.14072914295986
1035
+ Z
1036
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_78__stack1" x="635.293787407656" y="269.39801573811985" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_79__stack1" d="
1037
+ M 976.629249929064,127.1749063542
1038
+ L 974.6081846904505,130.91761975904
1039
+ L 922.2052067381507,130.91761975904
1040
+ L 922.2052067381507,123.43219294936
1041
+ L 974.6081846904505,123.43219294936
1042
+ Z
1043
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_79__stack1" x="973.260807864708" y="127.1749063542" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_80__stack1" d="
1044
+ M 1072.816984433452,129.04626305661998
1045
+ L 1070.7959191948385,132.78897646145998
1046
+ L 1018.3929412425387,132.78897646145998
1047
+ L 1018.3929412425387,125.30354965177997
1048
+ L 1070.7959191948385,125.30354965177997
1049
+ Z
1050
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_80__stack1" x="1069.448542369096" y="129.04626305661998" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_81__stack1" d="
1051
+ M 622.5685618312,164.60204040259998
1052
+ L 624.5896270698136,160.85932699775998
1053
+ L 672.5961643425613,160.85932699775998
1054
+ L 672.5961643425613,168.34475380744
1055
+ L 624.5896270698136,168.34475380744
1056
+ Z
1057
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_81__stack1" x="625.937003895556" y="164.60204040259998" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_82__stack1" d="
1058
+ M 422.33339467226,179.57289402195997
1059
+ L 424.3544599108736,175.83018061711996
1060
+ L 472.36099718362135,175.83018061711996
1061
+ L 472.36099718362135,183.31560742679997
1062
+ L 424.3544599108736,183.31560742679997
1063
+ Z
1064
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_82__stack1" x="425.701836736616" y="179.57289402195997" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_83__stack1" d="
1065
+ M 951.4595022815149,628.69850260276
1066
+ L 953.4805675201285,624.95578919792
1067
+ L 997.0906641133242,624.95578919792
1068
+ L 997.0906641133242,632.4412160075999
1069
+ L 953.4805675201285,632.4412160075999
1070
+ Z
1071
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_83__stack1" x="954.827944345871" y="628.69850260276" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_84__stack1" d="
1072
+ M 901.4007104917799,437.82011895591995
1073
+ L 899.3796452531664,441.56283236075996
1074
+ L 855.7695486599706,441.56283236075996
1075
+ L 855.7695486599706,434.07740555107995
1076
+ L 899.3796452531664,434.07740555107995
1077
+ Z
1078
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_84__stack1" x="898.0322684274239" y="437.82011895591995" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_85__stack1" d="
1079
+ M 989.0737720001569,636.18392941244
1080
+ L 991.0948372387704,632.4412160076
1081
+ L 1034.7049338319662,632.4412160076
1082
+ L 1034.7049338319662,639.9266428172799
1083
+ L 991.0948372387704,639.9266428172799
1084
+ Z
1085
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_85__stack1" x="992.4422140645129" y="636.18392941244" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_86__stack1" d="
1086
+ M 901.4007104917799,452.79097257527997
1087
+ L 899.3796452531664,456.53368598011997
1088
+ L 855.7695486599706,456.53368598011997
1089
+ L 855.7695486599706,449.04825917043996
1090
+ L 899.3796452531664,449.04825917043996
1091
+ Z
1092
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_86__stack1" x="898.0322684274239" y="452.79097257527997" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_87__stack1" d="
1093
+ M 1064.2461707363684,434.0399784170316
1094
+ L 1060.5034573315284,432.018913178418
1095
+ L 1060.5034573315284,419.1839013420867
1096
+ L 1067.9888841412085,419.1839013420867
1097
+ L 1067.9888841412085,432.018913178418
1098
+ Z
1099
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_87__stack1" x="1064.2461707363684" y="430.6715363526756" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="rotate(-90 1064.2461707363684 430.6715363526756)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_88__stack1" d="
1100
+ M 951.4595022815149,613.7276489834
1101
+ L 953.4805675201285,609.98493557856
1102
+ L 966.3155793564598,609.98493557856
1103
+ L 966.3155793564598,617.4703623882399
1104
+ L 953.4805675201285,617.4703623882399
1105
+ Z
1106
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_88__stack1" x="954.827944345871" y="613.7276489834" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_89__stack1" d="
1107
+ M 1032.3956796611799,624.95578919792
1108
+ L 1028.6529662563398,622.9347239593064
1109
+ L 1028.6529662563398,610.0997121229751
1110
+ L 1036.13839306602,610.0997121229751
1111
+ L 1036.13839306602,622.9347239593064
1112
+ Z
1113
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_89__stack1" x="1032.3956796611799" y="621.587347133564" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="rotate(-90 1032.3956796611799 621.587347133564)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_90__stack1" d="
1114
+ M 996.8399023152,730.5003072144079
1115
+ L 993.09718891036,728.4792419757944
1116
+ L 993.09718891036,715.644230139463
1117
+ L 1000.5826157200399,715.644230139463
1118
+ L 1000.5826157200399,728.4792419757944
1119
+ Z
1120
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_90__stack1" x="996.8399023152" y="727.1318651500519" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="rotate(-90 996.8399023152 727.1318651500519)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_91__stack1" d="
1121
+ M 947.716788876675,651.1547830318
1122
+ L 949.7378541152885,647.41206962696
1123
+ L 993.3479507084843,647.41206962696
1124
+ L 993.3479507084843,654.8974964366399
1125
+ L 949.7378541152885,654.8974964366399
1126
+ Z
1127
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_91__stack1" x="951.085230941031" y="651.1547830318" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_92__stack1" d="
1128
+ M 873.3303599554799,538.8733808866
1129
+ L 871.3092947168664,542.6160942914399
1130
+ L 827.6991981236706,542.6160942914399
1131
+ L 827.6991981236706,535.1306674817599
1132
+ L 871.3092947168664,535.13066748176
1133
+ Z
1134
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_92__stack1" x="869.9619178911239" y="538.8733808866" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_93__stack1" d="
1135
+ M 947.716788876675,658.64020984148
1136
+ L 949.7378541152885,654.89749643664
1137
+ L 993.3479507084843,654.89749643664
1138
+ L 993.3479507084843,662.3829232463199
1139
+ L 949.7378541152885,662.3829232463199
1140
+ Z
1141
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_93__stack1" x="951.085230941031" y="658.64020984148" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_94__stack1" d="
1142
+ M 1004.32532912488,538.8733808866
1143
+ L 1002.3042638862664,542.6160942914399
1144
+ L 958.6941672930707,542.6160942914399
1145
+ L 958.6941672930707,535.1306674817599
1146
+ L 1002.3042638862664,535.13066748176
1147
+ Z
1148
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.748542680968px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_94__stack1" x="1000.956887060524" y="538.8733808866" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.736884128712px" transform="">XXXXXXXXX</text><text class="sch-text" x="82.12074617230394" y="235.15218808383398" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.736884128712px" transform="rotate(0, 82.12074617230394, 235.15218808383398)">J_DISPLAY</text><text class="sch-text" x="206.37883121299194" y="235.15218808383398" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.736884128712px" transform="rotate(0, 206.37883121299194, 235.15218808383398)">J_HOST</text><text class="sch-text" x="545.0943943510119" y="603.622322790332" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.736884128711989px" transform="rotate(0, 545.0943943510119, 603.622322790332)">STM32F723VET6</text><text class="sch-text" x="527.1293700077799" y="212.69590765479407" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.736884128712px" transform="rotate(0, 527.1293700077799, 212.69590765479407)">U_MCU</text><text class="sch-text" x="144.998331373616" y="528.768054693532" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.736884128711989px" transform="rotate(0, 144.998331373616, 528.768054693532)">SN74LVC244APWR</text><text class="sch-text" x="124.78767898747998" y="437.25871194519397" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.736884128712px" transform="rotate(0, 124.78767898747998, 437.25871194519397)">U_BUF</text><text class="sch-text" x="407.3625410529" y="191.92384825793198" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.736884128711989px" transform="rotate(0, 407.3625410529, 191.92384825793198)">ABM8W_12_0000MHZ_8_B1U_T3</text><text class="sch-text" x="355.713096066108" y="160.29791998703396" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.736884128712px" transform="rotate(0, 355.713096066108, 160.29791998703396)">Y1</text><text class="sch-text" x="941.0734725830839" y="465.14192681125195" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.736884128712px" transform="rotate(0, 941.0734725830839, 465.14192681125195)">USBLC6_2SC6</text><text class="sch-text" x="927.59970432566" y="426.03057173067396" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.736884128712px" transform="rotate(0, 927.59970432566, 426.03057173067396)">U_ESD</text><text class="sch-text" x="920.5821166915849" y="29.302950817633985" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.736884128712px" transform="rotate(0, 920.5821166915849, 29.302950817633985)">J_SWD</text><text class="sch-text" x="905.236991731741" y="685.9620176968119" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.736884128711989px" transform="rotate(0, 905.236991731741, 685.9620176968119)">TYPE-C-31-M-12</text><text class="sch-text" x="885.026339345605" y="579.481821329114" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.736884128712px" transform="rotate(0, 885.026339345605, 579.481821329114)">J_USB</text><text class="sch-text" x="1101.63587765072" y="648.534883648412" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.736884128711989px" transform="rotate(0, 1101.63587765072, 648.534883648412)">AP2112K_3_3TRG1</text><text class="sch-text" x="1079.17959722168" y="616.9089553775141" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.736884128712px" transform="rotate(0, 1079.17959722168, 616.9089553775141)">U_LDO</text><rect class="schematic-box sch-box" x="59.66446574326392" y="230.47379632778402" width="44.91256085808004" height="9.356783512099952" stroke-width="0.748542680968px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.988341447744 2.994170723872"/><rect class="schematic-box sch-box" x="190.65943491266387" y="230.47379632778402" width="31.438792600656086" height="9.356783512099952" stroke-width="0.748542680968px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.988341447744 2.994170723872"/><rect class="schematic-box sch-box" x="515.90122979326" y="600.2538807259759" width="58.386329115504054" height="6.736884128711949" stroke-width="0.748542680968px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.988341447744 2.994170723872"/><rect class="schematic-box sch-box" x="513.655601750356" y="208.01751589874408" width="26.94753651484791" height="9.35678351209998" stroke-width="0.748542680968px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.988341447744 2.994170723872"/><rect class="schematic-box sch-box" x="113.55953877296002" y="525.399612629176" width="62.877585201312" height="6.736884128711949" stroke-width="0.748542680968px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.988341447744 2.994170723872"/><rect class="schematic-box sch-box" x="111.31391073005602" y="432.580320189144" width="26.947536514847968" height="9.35678351209998" stroke-width="0.748542680968px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.988341447744 2.994170723872"/><rect class="schematic-box sch-box" x="351.2218399803" y="188.55540619357598" width="112.28140214519999" height="6.736884128711978" stroke-width="0.748542680968px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.988341447744 2.994170723872"/><rect class="schematic-box sch-box" x="348.976211937396" y="155.619528230984" width="13.473768257424013" height="9.35678351209998" stroke-width="0.748542680968px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.988341447744 2.994170723872"/><rect class="schematic-box sch-box" x="916.37156411114" y="461.773484746896" width="49.403816943888046" height="6.736884128712006" stroke-width="0.748542680968px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.988341447744 2.994170723872"/><rect class="schematic-box sch-box" x="914.1259360682359" y="421.352179974624" width="26.947536514848025" height="9.35678351209998" stroke-width="0.748542680968px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.988341447744 2.994170723872"/><rect class="schematic-box sch-box" x="907.1083484341609" y="24.624559061583966" width="26.947536514848025" height="9.356783512100037" stroke-width="0.748542680968px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.988341447744 2.994170723872"/><rect class="schematic-box sch-box" x="873.798199131085" y="682.5935756324559" width="62.877585201311945" height="6.736884128712063" stroke-width="0.748542680968px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.988341447744 2.994170723872"/><rect class="schematic-box sch-box" x="871.5525710881809" y="574.803429573064" width="26.947536514848025" height="9.356783512100037" stroke-width="0.748542680968px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.988341447744 2.994170723872"/><rect class="schematic-box sch-box" x="1067.9514570071601" y="645.166441584056" width="67.36884128711995" height="6.736884128711949" stroke-width="0.748542680968px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.988341447744 2.994170723872"/><rect class="schematic-box sch-box" x="1065.705828964256" y="612.2305636214641" width="26.947536514848025" height="9.356783512099923" stroke-width="0.748542680968px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.988341447744 2.994170723872"/>
1149
1149
  </g>
1150
1150
  </svg>