@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
@@ -380,573 +380,573 @@ orientation: y+" data-x="11.3" data-y="11.145000000000001" cx="429.2841760702903
380
380
  .port-label { fill: rgb(0, 100, 100); }
381
381
  .component-name { fill: rgb(0, 100, 100); }
382
382
 
383
- </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 795.3612413123 563.932762243368 L 795.3612413123 585.65572975588 L 830.27315338598 585.65572975588 L 830.27315338598 566.2602230482801" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 795.3612413123 563.932762243368 L 795.3612413123 585.65572975588 L 830.27315338598 585.65572975588 L 830.27315338598 566.2602230482801" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 756.5702278971 563.932762243368 L 756.5702278971 585.65572975588 L 795.3612413123 585.65572975588 L 795.3612413123 563.932762243368" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 756.5702278971 563.932762243368 L 756.5702278971 585.65572975588 L 795.3612413123 585.65572975588 L 795.3612413123 563.932762243368" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 729.41651850646 581.77662841436 L 729.41651850646 585.65572975588 L 756.5702278971 585.65572975588 L 756.5702278971 563.932762243368" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 729.41651850646 581.77662841436 L 729.41651850646 585.65572975588 L 756.5702278971 585.65572975588 L 756.5702278971 563.932762243368" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 888.847583642932 374.24470664304 L 892.726684984452 374.24470664304 L 892.726684984452 405.27751737520003 L 888.847583642932 405.27751737520003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 888.847583642932 374.24470664304 L 892.726684984452 374.24470664304 L 892.726684984452 405.27751737520003 L 888.847583642932 405.27751737520003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 452.06077258778 304.42088249568 L 468.934863423392 304.42088249568 L 468.934863423392 276.29739776966005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 452.06077258778 304.42088249568 L 468.934863423392 304.42088249568 L 468.934863423392 276.29739776966005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 774.0261839339399 304.4208824956801 L 757.152093098328 304.4208824956801 L 757.152093098328 276.29739776966005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 774.0261839339399 304.4208824956801 L 757.152093098328 304.4208824956801 L 757.152093098328 276.29739776966005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 1152.2385647321398 262.52658800726397 L 1152.2385647321398 266.405689348784 L 1109.56844997542 266.405689348784 L 1109.56844997542 261.362857604808" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1152.2385647321398 262.52658800726397 L 1152.2385647321398 266.405689348784 L 1109.56844997542 266.405689348784 L 1109.56844997542 261.362857604808" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 682.86730240822 572.0788750605599 L 686.74640374974 572.0788750605599 L 686.74640374974 564.3206723775199 L 682.86730240822 564.3206723775199" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 682.86730240822 572.0788750605599 L 686.74640374974 572.0788750605599 L 686.74640374974 564.3206723775199 L 682.86730240822 564.3206723775199" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 368.66009374509997 276.879262970888 L 368.66009374509997 280.758364312408 L 384.17649911118 280.758364312408 L 384.17649911118 276.879262970888" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 368.66009374509997 276.879262970888 L 368.66009374509997 280.758364312408 L 384.17649911118 280.758364312408 L 384.17649911118 276.879262970888" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 345.773395830132 358.72830127696 L 380.29739776966 358.72830127696 L 380.29739776966 346.703087118248" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 345.773395830132 358.72830127696 L 380.29739776966 358.72830127696 L 380.29739776966 346.703087118248" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 770.14708259242 475.10134152256 L 774.02618393394 475.10134152256 L 774.02618393394 444.0685307904 L 770.14708259242 444.0685307904" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 770.14708259242 475.10134152256 L 774.02618393394 475.10134152256 L 774.02618393394 444.0685307904 L 770.14708259242 444.0685307904" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 892.3387748503 261.362857604808 L 892.3387748503 265.24195894632794 L 861.30596411814 265.24195894632794 L 861.30596411814 261.362857604808" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 892.3387748503 261.362857604808 L 892.3387748503 265.24195894632794 L 861.30596411814 265.24195894632794 L 861.30596411814 261.362857604808" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 927.25068692398 261.362857604808 L 927.25068692398 265.24195894632794 L 892.3387748503 265.24195894632794 L 892.3387748503 261.362857604808" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 927.25068692398 261.362857604808 L 927.25068692398 265.24195894632794 L 892.3387748503 265.24195894632794 L 892.3387748503 261.362857604808" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 962.16259899766 261.362857604808 L 962.16259899766 265.24195894632794 L 927.25068692398 265.24195894632794 L 927.25068692398 261.362857604808" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 962.16259899766 261.362857604808 L 962.16259899766 265.24195894632794 L 927.25068692398 265.24195894632794 L 927.25068692398 261.362857604808" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 997.0745110713399 261.362857604808 L 997.0745110713399 265.24195894632794 L 962.16259899766 265.24195894632794 L 962.16259899766 261.362857604808" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 997.0745110713399 261.362857604808 L 997.0745110713399 265.24195894632794 L 962.16259899766 265.24195894632794 L 962.16259899766 261.362857604808" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 155.30951996150003 261.362857604808 L 155.30951996150003 265.24195894632794 L 116.51850654629999 265.24195894632794 L 116.51850654629999 261.362857604808" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 155.30951996150003 261.362857604808 L 155.30951996150003 265.24195894632794 L 116.51850654629999 265.24195894632794 L 116.51850654629999 261.362857604808" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 194.1005333767 261.362857604808 L 194.1005333767 265.24195894632794 L 155.30951996150003 265.24195894632794 L 155.30951996150003 261.362857604808" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 194.1005333767 261.362857604808 L 194.1005333767 265.24195894632794 L 155.30951996150003 265.24195894632794 L 155.30951996150003 261.362857604808" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 232.8915467919 261.362857604808 L 232.8915467919 265.24195894632794 L 194.1005333767 265.24195894632794 L 194.1005333767 261.362857604808" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 232.8915467919 261.362857604808 L 232.8915467919 265.24195894632794 L 194.1005333767 265.24195894632794 L 194.1005333767 261.362857604808" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 1152.2385647321398 247.78600290948802 L 1152.2385647321398 242.74317116551205 L 1109.56844997542 242.74317116551205 L 1109.56844997542 246.62227250703202" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1152.2385647321398 247.78600290948802 L 1152.2385647321398 242.74317116551205 L 1109.56844997542 242.74317116551205 L 1109.56844997542 246.62227250703202" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 710.02101179886 408.768708582568 L 710.02101179886 409.15661871671995 L 682.86730240822 409.15661871671995" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 710.02101179886 408.768708582568 L 710.02101179886 409.15661871671995 L 682.86730240822 409.15661871671995" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 710.02101179886 394.028123484792 L 710.02101179886 393.64021335064 L 682.86730240822 393.64021335064" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 710.02101179886 394.028123484792 L 710.02101179886 393.64021335064 L 682.86730240822 393.64021335064" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 155.30951996150003 246.62227250703202 L 155.30951996150003 242.74317116551205 L 116.51850654629999 242.74317116551205 L 116.51850654629999 246.62227250703202" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 155.30951996150003 246.62227250703202 L 155.30951996150003 242.74317116551205 L 116.51850654629999 242.74317116551205 L 116.51850654629999 246.62227250703202" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 194.1005333767 246.62227250703202 L 194.1005333767 242.74317116551205 L 155.30951996150003 242.74317116551205 L 155.30951996150003 246.62227250703202" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 194.1005333767 246.62227250703202 L 194.1005333767 242.74317116551205 L 155.30951996150003 242.74317116551205 L 155.30951996150003 246.62227250703202" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 232.8915467919 246.62227250703202 L 232.8915467919 242.74317116551205 L 194.1005333767 242.74317116551205 L 194.1005333767 246.62227250703202" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 232.8915467919 246.62227250703202 L 232.8915467919 242.74317116551205 L 194.1005333767 242.74317116551205 L 194.1005333767 246.62227250703202" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 81.60659447262003 252.05301438516003 L 81.60659447262003 242.74317116551208 L 116.51850654629999 242.74317116551208 L 116.51850654629999 246.62227250703208" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 81.60659447262003 252.05301438516003 L 81.60659447262003 242.74317116551208 L 116.51850654629999 242.74317116551208 L 116.51850654629999 246.62227250703208" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 46.69468239894002 263.30240827556804 L 46.69468239894002 242.74317116551208 L 81.60659447262003 242.74317116551208 L 81.60659447262003 252.05301438516003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 46.69468239894002 263.30240827556804 L 46.69468239894002 242.74317116551208 L 81.60659447262003 242.74317116551208 L 81.60659447262003 252.05301438516003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 384.17649911118 262.13867787311204 L 384.17649911118 242.549216098436 L 407.645062227376 242.549216098436" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 384.17649911118 262.13867787311204 L 384.17649911118 242.549216098436 L 407.645062227376 242.549216098436" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 368.66009374509997 262.13867787311204 L 368.66009374509997 258.2595765315921 L 384.17649911118 258.2595765315921 L 384.17649911118 262.13867787311204" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 368.66009374509997 262.13867787311204 L 368.66009374509997 258.2595765315921 L 384.17649911118 258.2595765315921 L 384.17649911118 262.13867787311204" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 519.94504606438 276.879262970888 L 519.94504606438 300.54178115416005 L 535.46145143046 300.54178115416005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 519.94504606438 276.879262970888 L 519.94504606438 300.54178115416005 L 535.46145143046 300.54178115416005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 698.3837077743 276.879262970888 L 698.3837077743 300.5417811541601 L 682.86730240822 300.5417811541601" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 698.3837077743 276.879262970888 L 698.3837077743 300.5417811541601 L 682.86730240822 300.5417811541601" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 81.60659447262003 277.65508323919204 L 81.60659447262003 263.69031840972" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 81.60659447262003 277.65508323919204 L 81.60659447262003 263.69031840972" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 861.30596411814 246.62227250703202 L 861.30596411814 242.16130596428403 L 833.958299660424 242.16130596428403" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 861.30596411814 246.62227250703202 L 861.30596411814 242.16130596428403 L 833.958299660424 242.16130596428403" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 892.3387748503 246.62227250703202 L 892.3387748503 242.16130596428403 L 861.30596411814 242.16130596428403 L 861.30596411814 246.62227250703202" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 892.3387748503 246.62227250703202 L 892.3387748503 242.16130596428403 L 861.30596411814 242.16130596428403 L 861.30596411814 246.62227250703202" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 927.25068692398 246.62227250703202 L 927.25068692398 242.16130596428403 L 892.3387748503 242.16130596428403 L 892.3387748503 246.62227250703202" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 927.25068692398 246.62227250703202 L 927.25068692398 242.16130596428403 L 892.3387748503 242.16130596428403 L 892.3387748503 246.62227250703202" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 962.16259899766 246.62227250703202 L 962.16259899766 242.16130596428403 L 927.25068692398 242.16130596428403 L 927.25068692398 246.62227250703202" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 962.16259899766 246.62227250703202 L 962.16259899766 242.16130596428403 L 927.25068692398 242.16130596428403 L 927.25068692398 246.62227250703202" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 997.0745110713399 246.62227250703202 L 997.0745110713399 242.16130596428403 L 962.16259899766 242.16130596428403 L 962.16259899766 246.62227250703202" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 997.0745110713399 246.62227250703202 L 997.0745110713399 242.16130596428403 L 962.16259899766 242.16130596428403 L 962.16259899766 246.62227250703202" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 758.5097785678599 475.10134152256 L 742.99337320178 475.10134152256 L 742.99337320178 463.46403749800004 L 727.4769678357 463.46403749800004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 758.5097785678599 475.10134152256 L 742.99337320178 475.10134152256 L 742.99337320178 463.46403749800004 L 727.4769678357 463.46403749800004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 715.83966381114 463.46403749800004 L 682.86730240822 463.4640374979999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 715.83966381114 463.46403749800004 L 682.86730240822 463.4640374979999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 727.4769678357 494.49684823016 L 711.96056246962 494.49684823016 L 711.96056246962 463.46403749800004 L 715.83966381114 463.46403749800004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 727.4769678357 494.49684823016 L 711.96056246962 494.49684823016 L 711.96056246962 463.46403749800004 L 715.83966381114 463.46403749800004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 888.4097485047394 472.19201551642004 L 888.45967350878 472.19201551642004 L 888.45967350878 500.31550024244" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 888.4097485047394 472.19201551642004 L 888.45967350878 472.19201551642004 L 888.45967350878 500.31550024244" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 329.481170195748 358.72830127696 L 321.335057378556 358.72830127696 L 321.335057378556 378.12380798456 L 317.455956037036 378.12380798456" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 329.481170195748 358.72830127696 L 321.335057378556 358.72830127696 L 321.335057378556 378.12380798456 L 317.455956037036 378.12380798456" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 325.98997898838 325.75593987404 L 325.98997898838 358.72830127696 L 329.481170195748 358.72830127696" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 325.98997898838 325.75593987404 L 325.98997898838 358.72830127696 L 329.481170195748 358.72830127696" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 294.95716825622 349.03054792316004 L 294.95716825622 378.12380798456 L 303.491191207564 378.12380798456" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 294.95716825622 349.03054792316004 L 294.95716825622 378.12380798456 L 303.491191207564 378.12380798456" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 263.92435752406004 362.995312752632 L 263.92435752406004 359.11621141111203 L 294.95716825622 359.11621141111203 L 294.95716825622 349.03054792316004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 263.92435752406004 362.995312752632 L 263.92435752406004 359.11621141111203 L 294.95716825622 359.11621141111203 L 294.95716825622 349.03054792316004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 474.171650234444 467.34313883952 L 437.708097624156 467.34313883952" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 474.171650234444 467.34313883952 L 437.708097624156 467.34313883952" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 362.84144173282004 319.93728786176 L 380.29739776966 319.93728786176 L 380.29739776966 331.962502020472" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 362.84144173282004 319.93728786176 L 380.29739776966 319.93728786176 L 380.29739776966 331.962502020472" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 795.3612413123 549.192177145592 L 795.3612413123 545.313075804072 L 830.27315338598 545.313075804072 L 830.27315338598 554.62291902372" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 795.3612413123 549.192177145592 L 795.3612413123 545.313075804072 L 830.27315338598 545.313075804072 L 830.27315338598 554.62291902372" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 81.60659447262003 292.395668336968 L 81.60659447262003 296.27476967848804 L 46.69468239894002 296.27476967848804 L 46.69468239894002 278.042993373344" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 81.60659447262003 292.395668336968 L 81.60659447262003 296.27476967848804 L 46.69468239894002 296.27476967848804 L 46.69468239894002 278.042993373344" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 380.29739776966 439.801519314728 L 380.29739776966 467.34313883952 L 423.74333279468397 467.34313883952" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 380.29739776966 439.801519314728 L 380.29739776966 467.34313883952 L 423.74333279468397 467.34313883952" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 535.46145143046 572.07887506056 L 508.30774203981997 572.07887506056 L 508.30774203981997 577.89752707284 L 481.15403264918 577.89752707284 L 481.15403264918 574.01842573132" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 535.46145143046 572.07887506056 L 508.30774203981997 572.07887506056 L 508.30774203981997 577.89752707284 L 481.15403264918 577.89752707284 L 481.15403264918 574.01842573132" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 248.40795215798 501.86714077904804 L 248.40795215798 515.83190560852 L 287.19896557318003 515.83190560852 L 287.19896557318003 511.95280426700003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 248.40795215798 501.86714077904804 L 248.40795215798 515.83190560852 L 287.19896557318003 515.83190560852 L 287.19896557318003 511.95280426700003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 1053.32148052338 288.9044771296 L 1057.2005818649 288.9044771296 L 1057.2005818649 242.35526103136002 L 1053.32148052338 242.35526103136002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1053.32148052338 288.9044771296 L 1057.2005818649 288.9044771296 L 1057.2005818649 242.35526103136002 L 1053.32148052338 242.35526103136002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 975.73945369298 420.79392274128 L 868.6762566670279 420.79392274128 L 868.6762566670279 405.27751737520003 L 872.555358008548 405.27751737520003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 975.73945369298 420.79392274128 L 868.6762566670279 420.79392274128 L 868.6762566670279 405.27751737520003 L 872.555358008548 405.27751737520003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 535.46145143046 541.0460643284 L 481.15403264918 541.0460643284 L 481.15403264918 562.38112170676" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 535.46145143046 541.0460643284 L 481.15403264918 541.0460643284 L 481.15403264918 562.38112170676" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 535.46145143046 440.18942944888005 L 497.64021335064 440.18942944888005 L 497.64021335064 476.265071925016 L 287.19896557318003 476.265071925016 L 287.19896557318003 500.31550024244" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 535.46145143046 440.18942944888005 L 497.64021335064 440.18942944888005 L 497.64021335064 476.265071925016 L 287.19896557318003 476.265071925016 L 287.19896557318003 500.31550024244" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 248.40795215798 487.126555681272 L 248.40795215798 459.58493615648007 L 312.41312429306 459.58493615648007" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 248.40795215798 487.126555681272 L 248.40795215798 459.58493615648007 L 312.41312429306 459.58493615648007" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 304.65492161002 242.35526103136002 L 294.95716825622 242.35526103136002 L 294.95716825622 337.3932438986" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 304.65492161002 242.35526103136002 L 294.95716825622 242.35526103136002 L 294.95716825622 337.3932438986" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 758.5097785678599 444.0685307904 L 720.68854048804 444.0685307904 L 720.68854048804 432.43122676583994 L 682.86730240822 432.43122676583994" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 758.5097785678599 444.0685307904 L 720.68854048804 444.0685307904 L 720.68854048804 432.43122676583994 L 682.86730240822 432.43122676583994" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 380.29739776966 425.06093421695203 L 380.29739776966 421.181832875432 L 352.17391304364 421.181832875432 L 352.17391304364 459.58493615648 L 324.05042831762 459.58493615648" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 380.29739776966 425.06093421695203 L 380.29739776966 421.181832875432 L 352.17391304364 421.181832875432 L 352.17391304364 459.58493615648 L 324.05042831762 459.58493615648" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 285.25941490241996 420.79392274128 L 410.36043316644 420.79392274128 L 410.36043316644 409.15661871672006 L 535.46145143046 409.15661871672006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 285.25941490241996 420.79392274128 L 410.36043316644 420.79392274128 L 410.36043316644 409.15661871672006 L 535.46145143046 409.15661871672006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 888.5095985128207 454.73605947958004 L 888.5095985128207 450.85695813806 L 853.5477614351 450.85695813806 L 853.5477614351 469.28268951028" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 888.5095985128207 454.73605947958004 L 888.5095985128207 450.85695813806 L 853.5477614351 450.85695813806 L 853.5477614351 469.28268951028" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 316.29222563458 242.35526103136002 L 325.98997898838 242.35526103136002 L 325.98997898838 314.11863584948003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 316.29222563458 242.35526103136002 L 325.98997898838 242.35526103136002 L 325.98997898838 314.11863584948003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 519.94504606438 262.13867787311204 L 519.94504606438 251.08323904978005 L 468.740908356316 251.08323904978005 L 468.740908356316 254.96234039130002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 519.94504606438 262.13867787311204 L 519.94504606438 251.08323904978005 L 468.740908356316 251.08323904978005 L 468.740908356316 254.96234039130002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 698.3837077743 262.13867787311204 L 698.3837077743 251.08323904978005 L 757.346048165404 251.08323904978005 L 757.346048165404 254.96234039130002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 698.3837077743 262.13867787311204 L 698.3837077743 251.08323904978005 L 757.346048165404 251.08323904978005 L 757.346048165404 254.96234039130002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 785.6634879585 304.42088249568 L 789.5425893000199 304.42088249568 L 789.5425893000199 267.56941975124005 L 771.310812994876 267.56941975124005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 785.6634879585 304.42088249568 L 789.5425893000199 304.42088249568 L 789.5425893000199 267.56941975124005 L 771.310812994876 267.56941975124005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 1041.6841764988199 288.9044771296 L 1037.8050751573 288.9044771296 L 1037.8050751573 242.35526103136002 L 1041.6841764988199 242.35526103136002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1041.6841764988199 288.9044771296 L 1037.8050751573 288.9044771296 L 1037.8050751573 242.35526103136002 L 1041.6841764988199 242.35526103136002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" 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 535.46145143046 393.64021335064007 L 299.612089866044 393.64021335064007 L 299.612089866044 378.12380798456 L 303.491191207564 378.12380798456" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 535.46145143046 393.64021335064007 L 299.612089866044 393.64021335064007 L 299.612089866044 378.12380798456 L 303.491191207564 378.12380798456" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_67__stack1"><path d="M 488.136415063916 467.34313883952 L 492.015516405436 467.34313883952 L 492.015516405436 444.0685307904 L 459.81897527082003 444.0685307904" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 488.136415063916 467.34313883952 L 492.015516405436 467.34313883952 L 492.015516405436 444.0685307904 L 459.81897527082003 444.0685307904" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_68__stack1"><path d="M 729.41651850646 570.1393243898 L 729.41651850646 548.80426701144 L 682.86730240822 548.80426701144" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 729.41651850646 570.1393243898 L 729.41651850646 548.80426701144 L 682.86730240822 548.80426701144" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_69__stack1"><path d="M 874.8828188134601 541.0460643284 L 926.2809115886 541.0460643284 L 926.2809115886 540.9961393243593" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 874.8828188134601 541.0460643284 L 926.2809115886 541.0460643284 L 926.2809115886 540.9961393243593" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_70__stack1"><path d="M 682.86730240822 533.28786164536 L 756.5702278971 533.28786164536 L 756.5702278971 549.192177145592" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 682.86730240822 533.28786164536 L 756.5702278971 533.28786164536 L 756.5702278971 549.192177145592" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_71__stack1"><path d="M 682.86730240822 494.4968482301599 L 705.17213512196 494.4968482301599 L 705.17213512196 515.8319056085201 L 888.45967350878 515.8319056085201 L 888.45967350878 511.95280426700003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 682.86730240822 494.4968482301599 L 705.17213512196 494.4968482301599 L 705.17213512196 515.8319056085201 L 888.45967350878 515.8319056085201 L 888.45967350878 511.95280426700003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_72__stack1"><path d="M 535.46145143046 331.5745918863201 L 436.5443672217 331.5745918863201 L 436.5443672217 304.42088249568 L 440.42346856322 304.42088249568" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 535.46145143046 331.5745918863201 L 436.5443672217 331.5745918863201 L 436.5443672217 304.42088249568 L 440.42346856322 304.42088249568" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_73__stack1"><path d="M 535.46145143046 347.0909972524001 L 421.02796185562 347.0909972524001 L 421.02796185562 256.80491352852204" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 535.46145143046 347.0909972524001 L 421.02796185562 347.0909972524001 L 421.02796185562 256.80491352852204" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_74__stack1"><path d="M 774.02618393394 475.10134152256 L 779.650880879144 475.10134152256 L 779.650880879144 475.1207370292676" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 774.02618393394 475.10134152256 L 779.650880879144 475.10134152256 L 779.650880879144 475.1207370292676" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_75__stack1"><path d="M 448.18167124626 444.0685307904 L 443.50735412972847 444.0685307904 L 443.50735412972847 452.81590431552763" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 448.18167124626 444.0685307904 L 443.50735412972847 444.0685307904 L 443.50735412972847 452.81590431552763" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_76__stack1"><path d="M 739.11427186026 494.49684823016 L 749.6072409890716 494.49684823016 L 749.6072409890716 495.4860190722476" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 739.11427186026 494.49684823016 L 749.6072409890716 494.49684823016 L 749.6072409890716 495.4860190722476" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_77__stack1"><path d="M 686.74640374974 572.0788750605599 L 692.371100694944 572.0788750605599 L 692.371100694944 572.0982705672675" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 686.74640374974 572.0788750605599 L 692.371100694944 572.0788750605599 L 692.371100694944 572.0982705672675" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_78__stack1"><path d="M 943.73686762544 541.0959893324407 L 948.4111847419715 541.0959893324407 L 948.4111847419715 544.0247108452884" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 943.73686762544 541.0959893324407 L 948.4111847419715 541.0959893324407 L 948.4111847419715 544.0247108452884" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_79__stack1"><path d="M 892.726684984452 405.27751737520003 L 898.351381929656 405.27751737520003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 892.726684984452 405.27751737520003 L 898.351381929656 405.27751737520003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_80__stack1"><path d="M 1037.8050751573 242.35526103136002 L 1028.689187004728 242.35526103136002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1037.8050751573 242.35526103136002 L 1028.689187004728 242.35526103136002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_81__stack1"><path d="M 979.6185550345 389.76111200912004 L 987.7840633583996 389.76111200912004 L 987.7840633583996 382.95328915475244" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 979.6185550345 389.76111200912004 L 987.7840633583996 389.76111200912004 L 987.7840633583996 382.95328915475244" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_82__stack1"><path d="M 682.86730240822 362.60740261848 L 692.0025860674996 362.60740261848 L 692.0025860674996 361.6182317763924" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 682.86730240822 362.60740261848 L 692.0025860674996 362.60740261848 L 692.0025860674996 361.6182317763924" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_83__stack1"><path d="M 1057.2005818649 242.35526103136002 L 1062.825278810104 242.35526103136002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1057.2005818649 242.35526103136002 L 1062.825278810104 242.35526103136002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_84__stack1"><path d="M 987.3767577175399 420.79392274128 L 992.0510748340716 420.79392274128 L 992.0510748340716 413.9860998869124" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 987.3767577175399 420.79392274128 L 992.0510748340716 420.79392274128 L 992.0510748340716 413.9860998869124" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_85__stack1"><path d="M 535.46145143046 316.05818652024004 L 526.3261677711804 316.05818652024004 L 526.3261677711804 315.0690156781525" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 535.46145143046 316.05818652024004 L 526.3261677711804 316.05818652024004 L 526.3261677711804 315.0690156781525" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_86__stack1"><path d="M 429.75593987404 242.35526103136002 L 437.9214481979396 242.35526103136002 L 437.9214481979396 239.4265395185124" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 429.75593987404 242.35526103136002 L 437.9214481979396 242.35526103136002 L 437.9214481979396 239.4265395185124" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_87__stack1"><path d="M 598.9252464845641 242.3043565542306 L 590.7597381606645 242.3043565542306 L 590.7597381606645 233.556983029103" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 598.9252464845641 242.3043565542306 L 590.7597381606645 242.3043565542306 L 590.7597381606645 233.556983029103" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_88__stack1"><path d="M 682.86730240822 316.05818652024004 L 692.0025860674996 316.05818652024004 L 692.0025860674996 315.0690156781525" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 682.86730240822 316.05818652024004 L 692.0025860674996 316.05818652024004 L 692.0025860674996 315.0690156781525" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_89__stack1"><path d="M 811.84742201376 242.35526103136002 L 803.6819136898604 242.35526103136002 L 803.6819136898604 227.78923549395242" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 811.84742201376 242.35526103136002 L 803.6819136898604 242.35526103136002 L 803.6819136898604 227.78923549395242" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_90__stack1"><path d="M 619.4035073541158 242.4061655084894 L 627.5690156780155 242.4061655084894 L 627.5690156780155 233.65879198336185" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 619.4035073541158 242.4061655084894 L 627.5690156780155 242.4061655084894 L 627.5690156780155 233.65879198336185" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_91__stack1"><path d="M 273.62211087785994 420.79392274128 L 267.78406335887234 420.79392274128 L 267.78406335887234 413.9860998869124" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 273.62211087785994 420.79392274128 L 267.78406335887234 420.79392274128 L 267.78406335887234 413.9860998869124" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_92__stack1"><path d="M 351.20413770825996 319.93728786176 L 345.36609018927237 319.93728786176 L 345.36609018927237 313.1294650073924" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.103281073216px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 351.20413770825996 319.93728786176 L 345.36609018927237 319.93728786176 L 345.36609018927237 313.1294650073924" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.387910134152px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="795.3612413123" cy="563.932762243368" r="0.581865201228" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="795.3612413123" cy="585.65572975588" r="0.581865201228" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="756.5702278971" cy="563.932762243368" r="0.581865201228" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="756.5702278971" cy="585.65572975588" r="0.581865201228" 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_2__stack1"/><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="892.726684984452" cy="405.27751737520003" r="0.581865201228" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><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="686.74640374974" cy="572.0788750605599" r="0.581865201228" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><circle cx="774.02618393394" cy="475.10134152256" r="0.581865201228" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><circle cx="892.3387748503" cy="261.362857604808" r="0.581865201228" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="892.3387748503" cy="265.24195894632794" r="0.581865201228" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"><circle cx="927.25068692398" cy="261.362857604808" r="0.581865201228" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="927.25068692398" cy="265.24195894632794" r="0.581865201228" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"><circle cx="962.16259899766" cy="261.362857604808" r="0.581865201228" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="962.16259899766" cy="265.24195894632794" r="0.581865201228" 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_14__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"><circle cx="155.30951996150003" cy="261.362857604808" r="0.581865201228" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="155.30951996150003" cy="265.24195894632794" r="0.581865201228" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"><circle cx="194.1005333767" cy="261.362857604808" r="0.581865201228" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="194.1005333767" cy="265.24195894632794" r="0.581865201228" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"/><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"><circle cx="155.30951996150003" cy="246.62227250703202" r="0.581865201228" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="155.30951996150003" cy="242.74317116551205" r="0.581865201228" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="116.51850654629999" cy="242.74317116551205" r="0.581865201228" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="116.51850654629999" cy="246.62227250703202" r="0.581865201228" 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_22__stack1"><circle cx="194.1005333767" cy="246.62227250703202" r="0.581865201228" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="194.1005333767" cy="242.74317116551205" r="0.581865201228" 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_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="81.60659447262003" cy="252.05301438516003" r="0.581865201228" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="81.60659447262003" cy="242.74317116551208" r="0.581865201228" 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"/><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="384.17649911118" cy="262.13867787311204" r="0.581865201228" 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"/><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"/><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="861.30596411814" cy="246.62227250703202" r="0.581865201228" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="861.30596411814" cy="242.16130596428403" r="0.581865201228" 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"><circle cx="892.3387748503" cy="246.62227250703202" r="0.581865201228" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="892.3387748503" cy="242.16130596428403" r="0.581865201228" 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_33__stack1"><circle cx="927.25068692398" cy="246.62227250703202" r="0.581865201228" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="927.25068692398" cy="242.16130596428403" r="0.581865201228" 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_34__stack1"><circle cx="962.16259899766" cy="246.62227250703202" r="0.581865201228" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="962.16259899766" cy="242.16130596428403" r="0.581865201228" 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_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"><circle cx="715.83966381114" cy="463.46403749800004" r="0.581865201228" 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_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"><circle cx="329.481170195748" cy="358.72830127696" r="0.581865201228" 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_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"><circle cx="294.95716825622" cy="349.03054792316004" r="0.581865201228" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="303.491191207564" cy="378.12380798456" r="0.581865201228" 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_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"/><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"><circle cx="1057.2005818649" cy="242.35526103136002" r="0.581865201228" 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_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"><circle cx="1037.8050751573" cy="242.35526103136002" r="0.581865201228" 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_66__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_67__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_68__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_69__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_70__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_71__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_72__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_73__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_74__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_75__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_76__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_77__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_78__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_79__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_80__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_81__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_82__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_83__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_84__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_85__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_86__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_87__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_88__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_89__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_90__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_91__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_92__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="309.50379828692" y="369.97769516736804" width="1.9395506707600134" height="16.29222563438401" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="309.50379828692" y="369.97769516736804" width="1.9395506707600134" height="16.29222563438401" fill="transparent"/><text class="sch-text" x="310.4735736223" y="378.12380798456" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 310.4735736223, 378.12380798456)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="309.50379828692" y1="378.12380798456" x2="303.491191207564" y2="378.12380798456" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="303.103281073412" y="377.73589785040804" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="306.497494747242" y="377.73589785040804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="311.44334895768003" y="378.12380798456" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="311.44334895768003" y1="378.12380798456" x2="317.455956037036" y2="378.12380798456" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="317.068045902884" y="377.73589785040804" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="314.449652497358" y="377.73589785040804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="309.50379828692" y="378.12380798456" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_1</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="359.93211572668" y="268.53919508662" width="24.923226119265962" height="1.9395506707600134" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="359.93211572668" y="268.53919508662" width="24.923226119265962" height="1.9395506707600134" fill="transparent"/><text class="sch-text" x="372.393728786313" y="269.50897042200006" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 372.393728786313, 269.50897042200006)">schematic_component_1</text><line class="component-pin sch-component-pin sch-port-line" x1="368.66009374509997" y1="268.53919508662" x2="368.66009374509997" y2="262.13867787311204" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="368.272183610948" y="261.75076773896006" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="368.272183610948" y="265.338936479866" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 368.272183610948 265.338936479866)"></text><text class="pin-number sch-pin-label" x="368.66009374509997" y="270.47874575738" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 368.66009374509997 270.47874575738)">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="368.66009374509997" y1="270.47874575738" x2="368.66009374509997" y2="276.879262970888" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="368.272183610948" y="276.49135283673604" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="368.272183610948" y="273.679004364134" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 368.272183610948 273.679004364134)"></text><text class="pin-number sch-pin-label" x="368.66009374509997" y="268.53919508662" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 368.66009374509997 268.53919508662)">schematic_port_3</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="852.57798609972" y="253.02278972054" width="24.92322611926602" height="1.9395506707600134" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="852.57798609972" y="253.02278972054" width="24.92322611926602" height="1.9395506707600134" fill="transparent"/><text class="sch-text" x="865.039599159353" y="253.99256505592" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 865.039599159353, 253.99256505592)">schematic_component_2</text><line class="component-pin sch-component-pin sch-port-line" x1="861.30596411814" y1="253.02278972054" x2="861.30596411814" y2="246.62227250703202" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="860.918053983988" y="246.23436237288" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="860.918053983988" y="249.82253111378603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 860.918053983988 249.82253111378603)"></text><text class="pin-number sch-pin-label" x="861.30596411814" y="254.96234039130002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 861.30596411814 254.96234039130002)">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="861.30596411814" y1="254.96234039130002" x2="861.30596411814" y2="261.362857604808" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="860.918053983988" y="260.97494747065605" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="860.918053983988" y="258.162598998054" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 860.918053983988 258.162598998054)"></text><text class="pin-number sch-pin-label" x="861.30596411814" y="253.02278972054" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 861.30596411814 253.02278972054)">schematic_port_5</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="1143.51058671372" y="254.186520122996" width="20.268304509442032" height="1.9395506707600703" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1143.51058671372" y="254.186520122996" width="20.268304509442032" height="1.9395506707600703" fill="transparent"/><text class="sch-text" x="1153.6447389684408" y="255.15629545837604" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 1153.6447389684408, 255.15629545837604)">schematic_component_3</text><line class="component-pin sch-component-pin sch-port-line" x1="1152.2385647321398" y1="254.186520122996" x2="1152.2385647321398" y2="247.78600290948805" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="1151.8506545979878" y="247.39809277533604" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="1151.850654597988" y="250.98626151624202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 1151.850654597988 250.98626151624202)"></text><text class="pin-number sch-pin-label" x="1152.2385647321398" y="256.12607079375607" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 1152.2385647321398 256.12607079375607)">schematic_port_6</text><line class="component-pin sch-component-pin sch-port-line" x1="1152.2385647321398" y1="256.12607079375607" x2="1152.2385647321398" y2="262.52658800726397" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="1151.8506545979878" y="262.138677873112" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="1151.850654597988" y="259.32632940051" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 1151.850654597988 259.32632940051)"></text><text class="pin-number sch-pin-label" x="1152.2385647321398" y="254.186520122996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 1152.2385647321398 254.186520122996)">schematic_port_7</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="879.7316954903599" y="366.098593825848" width="1.939550670760127" height="16.29222563438401" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="879.7316954903599" y="366.098593825848" width="1.939550670760127" height="16.29222563438401" fill="transparent"/><text class="sch-text" x="880.70147082574" y="374.24470664304005" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 880.70147082574, 374.24470664304005)">schematic_component_4</text><line class="component-pin sch-component-pin sch-port-line" x1="879.7316954903599" y1="374.24470664304" x2="872.9432681426999" y2="374.24470664304" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="872.555358008548" cy="374.24470664304" r="0.387910134152" stroke-width="0.387910134152px"/><rect x="872.167447874396" y="373.856796508888" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="876.1435267494539" y="373.856796508888" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="881.67124616112" y="374.24470664304" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_8</text><line class="component-pin sch-component-pin sch-port-line" x1="881.67124616112" y1="374.24470664304" x2="888.847583642932" y2="374.24470664304" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="888.45967350878" y="373.856796508888" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="885.259414902026" y="373.856796508888" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="879.7316954903599" y="374.24470664304" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_9</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="879.7316954903599" y="397.131404558008" width="1.939550670760127" height="16.29222563438401" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="879.7316954903599" y="397.131404558008" width="1.939550670760127" height="16.29222563438401" fill="transparent"/><text class="sch-text" x="880.70147082574" y="405.27751737520003" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 880.70147082574, 405.27751737520003)">schematic_component_5</text><line class="component-pin sch-component-pin sch-port-line" x1="879.7316954903599" y1="405.27751737520003" x2="872.555358008548" y2="405.27751737520003" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="872.167447874396" y="404.88960724104805" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="876.1435267494539" y="404.889607241048" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="881.67124616112" y="405.27751737520003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_10</text><line class="component-pin sch-component-pin sch-port-line" x1="881.67124616112" y1="405.27751737520003" x2="888.847583642932" y2="405.27751737520003" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="888.45967350878" y="404.88960724104805" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="885.259414902026" y="404.889607241048" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="879.7316954903599" y="405.27751737520003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_11</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="1100.8404719569999" y="253.02278972054" width="20.26830450944226" height="1.9395506707600134" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1100.8404719569999" y="253.02278972054" width="20.26830450944226" height="1.9395506707600134" fill="transparent"/><text class="sch-text" x="1110.974624211721" y="253.99256505592" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 1110.974624211721, 253.99256505592)">schematic_component_6</text><line class="component-pin sch-component-pin sch-port-line" x1="1109.56844997542" y1="253.02278972054" x2="1109.56844997542" y2="246.62227250703202" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="1109.180539841268" y="246.23436237288" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="1109.180539841268" y="249.82253111378603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 1109.180539841268 249.82253111378603)"></text><text class="pin-number sch-pin-label" x="1109.56844997542" y="254.96234039130002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 1109.56844997542 254.96234039130002)">schematic_port_12</text><line class="component-pin sch-component-pin sch-port-line" x1="1109.56844997542" y1="254.96234039130002" x2="1109.56844997542" y2="261.362857604808" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="1109.180539841268" y="260.97494747065605" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="1109.180539841268" y="258.162598998054" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 1109.180539841268 258.162598998054)"></text><text class="pin-number sch-pin-label" x="1109.56844997542" y="253.02278972054" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 1109.56844997542 253.02278972054)">schematic_port_13</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="375.44852109276" y="268.53919508662" width="24.92322611926602" height="1.9395506707600134" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="375.44852109276" y="268.53919508662" width="24.92322611926602" height="1.9395506707600134" fill="transparent"/><text class="sch-text" x="387.910134152393" y="269.50897042200006" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 387.910134152393, 269.50897042200006)">schematic_component_7</text><line class="component-pin sch-component-pin sch-port-line" x1="384.17649911118" y1="268.53919508662" x2="384.17649911118" y2="262.13867787311204" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="383.78858897702804" y="261.75076773896006" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="383.788588977028" y="265.338936479866" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 383.788588977028 265.338936479866)"></text><text class="pin-number sch-pin-label" x="384.17649911118" y="270.47874575738" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 384.17649911118 270.47874575738)">schematic_port_14</text><line class="component-pin sch-component-pin sch-port-line" x1="384.17649911118" y1="270.47874575738" x2="384.17649911118" y2="276.879262970888" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="383.78858897702804" y="276.49135283673604" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="383.788588977028" y="273.679004364134" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 383.788588977028 273.679004364134)"></text><text class="pin-number sch-pin-label" x="384.17649911118" y="268.53919508662" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 384.17649911118 268.53919508662)">schematic_port_15</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="511.21706804596" y="268.53919508662" width="26.862776790026032" height="1.9395506707600134" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="511.21706804596" y="268.53919508662" width="26.862776790026032" height="1.9395506707600134" fill="transparent"/><text class="sch-text" x="524.648456440973" y="269.50897042200006" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 524.648456440973, 269.50897042200006)">schematic_component_8</text><line class="component-pin sch-component-pin sch-port-line" x1="519.94504606438" y1="270.47874575738" x2="519.94504606438" y2="276.879262970888" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="519.557135930228" y="276.49135283673604" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="519.557135930228" y="273.679004364134" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 519.557135930228 273.679004364134)"></text><text class="pin-number sch-pin-label" x="519.94504606438" y="268.53919508662" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 519.94504606438 268.53919508662)">schematic_port_16</text><line class="component-pin sch-component-pin sch-port-line" x1="519.94504606438" y1="268.53919508662" x2="519.94504606438" y2="262.13867787311204" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><rect x="519.557135930228" y="261.75076773896006" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="519.557135930228" y="265.338936479866" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 519.557135930228 265.338936479866)"></text><text class="pin-number sch-pin-label" x="519.94504606438" y="270.47874575738" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 519.94504606438 270.47874575738)">schematic_port_17</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="689.65572975588" y="268.53919508662" width="26.862776790026032" height="1.9395506707600134" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="689.65572975588" y="268.53919508662" width="26.862776790026032" height="1.9395506707600134" fill="transparent"/><text class="sch-text" x="703.0871181508929" y="269.50897042200006" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 703.0871181508929, 269.50897042200006)">schematic_component_9</text><line class="component-pin sch-component-pin sch-port-line" x1="698.3837077743" y1="270.47874575738" x2="698.3837077743" y2="276.879262970888" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="697.995797640148" y="276.49135283673604" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="697.995797640148" y="273.679004364134" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 697.995797640148 273.679004364134)"></text><text class="pin-number sch-pin-label" x="698.3837077743" y="268.53919508662" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 698.3837077743 268.53919508662)">schematic_port_18</text><line class="component-pin sch-component-pin sch-port-line" x1="698.3837077743" y1="268.53919508662" x2="698.3837077743" y2="262.13867787311204" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><rect x="697.995797640148" y="261.75076773896006" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="697.995797640148" y="265.338936479866" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 697.995797640148 265.338936479866)"></text><text class="pin-number sch-pin-label" x="698.3837077743" y="270.47874575738" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 698.3837077743 270.47874575738)">schematic_port_19</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="72.87861645420003" y="284.0556004527" width="17.940843704529925" height="1.9395506707600703" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="72.87861645420003" y="284.0556004527" width="17.940843704529925" height="1.9395506707600703" fill="transparent"/><text class="sch-text" x="81.84903830646499" y="285.02537578808005" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 81.84903830646499, 285.02537578808005)">schematic_component_10</text><line class="component-pin sch-component-pin sch-port-line" x1="81.60659447262003" y1="284.0556004527" x2="81.60659447262003" y2="277.65508323919204" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="81.21868433846804" y="277.26717310504006" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="81.21868433846805" y="280.85534184594604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 81.21868433846805 280.85534184594604)"></text><text class="pin-number sch-pin-label" x="81.60659447262003" y="285.99515112346006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 81.60659447262003 285.99515112346006)">schematic_port_20</text><line class="component-pin sch-component-pin sch-port-line" x1="81.60659447262003" y1="285.99515112346006" x2="81.60659447262003" y2="292.395668336968" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="81.21868433846804" y="292.00775820281604" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="81.21868433846805" y="289.19540973021407" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 81.21868433846805 289.19540973021407)"></text><text class="pin-number sch-pin-label" x="81.60659447262003" y="284.0556004527" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 81.60659447262003 284.0556004527)">schematic_port_21</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="445.27234524012" y="296.27476967848804" width="1.9395506707600134" height="16.292225634383954" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="445.27234524012" y="296.27476967848804" width="1.9395506707600134" height="16.292225634383954" fill="transparent"/><text class="sch-text" x="446.2421205755" y="304.42088249568" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 446.2421205755, 304.42088249568)">schematic_component_11</text><line class="component-pin sch-component-pin sch-port-line" x1="445.27234524012" y1="304.42088249568" x2="440.42346856322" y2="304.42088249568" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><rect x="440.03555842906803" y="304.03297236152804" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="442.84790690166994" y="304.03297236152804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="447.21189591088" y="304.42088249568" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_22</text><line class="component-pin sch-component-pin sch-port-line" x1="447.21189591088" y1="304.42088249568" x2="452.06077258778" y2="304.42088249568" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_11_1__stack1"><rect x="451.672862453628" y="304.03297236152804" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="449.63633424933005" y="304.03297236152804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="445.27234524012" y="304.42088249568" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_23</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="778.8750606108399" y="296.27476967848804" width="1.939550670760127" height="16.292225634383954" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="778.8750606108399" y="296.27476967848804" width="1.939550670760127" height="16.292225634383954" fill="transparent"/><text class="sch-text" x="779.84483594622" y="304.42088249568" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 779.84483594622, 304.42088249568)">schematic_component_12</text><line class="component-pin sch-component-pin sch-port-line" x1="778.8750606108399" y1="304.42088249568" x2="774.0261839339399" y2="304.42088249568" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_12_0__stack1"><rect x="773.638273799788" y="304.03297236152804" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="776.45062227239" y="304.03297236152804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="780.8146112816" y="304.42088249568" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_24</text><line class="component-pin sch-component-pin sch-port-line" x1="780.8146112816" y1="304.42088249568" x2="785.6634879585" y2="304.42088249568" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_12_1__stack1"><rect x="785.275577824348" y="304.03297236152804" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="783.23904962005" y="304.03297236152804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="778.8750606108399" y="304.42088249568" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_25</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="371.56941975124005" y="338.36301923398" width="24.923226119265962" height="1.9395506707600134" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="371.56941975124005" y="338.36301923398" width="24.923226119265962" height="1.9395506707600134" fill="transparent"/><text class="sch-text" x="384.031032810873" y="339.33279456936003" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 384.031032810873, 339.33279456936003)">schematic_component_13</text><line class="component-pin sch-component-pin sch-port-line" x1="380.29739776966" y1="338.36301923398" x2="380.29739776966" y2="331.962502020472" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_13_0__stack1"><rect x="379.909487635508" y="331.57459188632004" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="379.90948763550796" y="335.162760627226" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 379.90948763550796 335.162760627226)"></text><text class="pin-number sch-pin-label" x="380.29739776966" y="340.30256990474004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 380.29739776966 340.30256990474004)">schematic_port_26</text><line class="component-pin sch-component-pin sch-port-line" x1="380.29739776966" y1="340.30256990474004" x2="380.29739776966" y2="346.703087118248" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_13_1__stack1"><rect x="379.909487635508" y="346.315176984096" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="379.90948763550796" y="343.50282851149404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 379.90948763550796 343.50282851149404)"></text><text class="pin-number sch-pin-label" x="380.29739776966" y="338.36301923398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 380.29739776966 338.36301923398)">schematic_port_27</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="336.65750767756" y="350.582188459768" width="1.9395506707600703" height="16.29222563438401" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="336.65750767756" y="350.582188459768" width="1.9395506707600703" height="16.29222563438401" fill="transparent"/><text class="sch-text" x="337.62728301294" y="358.72830127696" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 337.62728301294, 358.72830127696)">schematic_component_14</text><line class="component-pin sch-component-pin sch-port-line" x1="336.65750767756" y1="358.72830127696" x2="329.481170195748" y2="358.72830127696" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_14_0__stack1"><rect x="329.093260061596" y="358.340391142808" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="333.069338936654" y="358.340391142808" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="338.59705834832005" y="358.72830127696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_28</text><line class="component-pin sch-component-pin sch-port-line" x1="338.59705834832005" y1="358.72830127696" x2="345.773395830132" y2="358.72830127696" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_14_1__stack1"><rect x="345.38548569598004" y="358.340391142808" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="342.185227089226" y="358.340391142808" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="336.65750767756" y="358.72830127696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_29</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="255.19637950563998" y="369.39582996614" width="27.250686924178012" height="1.9395506707600134" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="255.19637950563998" y="369.39582996614" width="27.250686924178012" height="1.9395506707600134" fill="transparent"/><text class="sch-text" x="268.821722967729" y="370.36560530152" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 268.821722967729, 370.36560530152)">schematic_component_15</text><line class="component-pin sch-component-pin sch-port-line" x1="263.92435752406004" y1="369.39582996614" x2="263.92435752406004" y2="362.995312752632" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_15_0__stack1"><rect x="263.53644738990806" y="362.60740261848" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="263.53644738990806" y="366.195571359386" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 263.53644738990806 366.195571359386)"></text><text class="pin-number sch-pin-label" x="263.92435752406004" y="371.3353806369" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 263.92435752406004 371.3353806369)">schematic_port_30</text><line class="component-pin sch-component-pin sch-port-line" x1="263.92435752406004" y1="371.3353806369" x2="263.92435752406004" y2="377.34798771625606" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_15_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="263.92435752406004" cy="377.73589785040804" r="0.387910134152" stroke-width="0.387910134152px"/><rect x="263.53644738990806" y="377.34798771625606" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="263.53644738990806" y="374.53563924365403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 263.53644738990806 374.53563924365403)"></text><text class="pin-number sch-pin-label" x="263.92435752406004" y="369.39582996614" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 263.92435752406004 369.39582996614)">schematic_port_31</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="701.2930337804399" y="400.4286406983" width="27.250686924178012" height="1.9395506707600134" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="701.2930337804399" y="400.4286406983" width="27.250686924178012" height="1.9395506707600134" fill="transparent"/><text class="sch-text" x="714.918377242529" y="401.39841603368" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 714.918377242529, 401.39841603368)">schematic_component_16</text><line class="component-pin sch-component-pin sch-port-line" x1="710.02101179886" y1="400.4286406983" x2="710.02101179886" y2="394.028123484792" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_16_0__stack1"><rect x="709.633101664708" y="393.64021335064" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="709.633101664708" y="397.228382091546" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 709.633101664708 397.228382091546)"></text><text class="pin-number sch-pin-label" x="710.02101179886" y="402.36819136906" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 710.02101179886 402.36819136906)">schematic_port_32</text><line class="component-pin sch-component-pin sch-port-line" x1="710.02101179886" y1="402.36819136906" x2="710.02101179886" y2="408.768708582568" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_16_1__stack1"><rect x="709.633101664708" y="408.38079844841604" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="709.633101664708" y="405.568449975814" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 709.633101664708 405.568449975814)"></text><text class="pin-number sch-pin-label" x="710.02101179886" y="400.4286406983" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 710.02101179886 400.4286406983)">schematic_port_33</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="1046.53305317572" y="280.75836431240805" width="1.939550670760127" height="16.292225634383954" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1046.53305317572" y="280.75836431240805" width="1.939550670760127" height="16.292225634383954" fill="transparent"/><text class="sch-text" x="1047.5028285111" y="288.9044771296" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 1047.5028285111, 288.9044771296)">schematic_component_17</text><line class="component-pin sch-component-pin sch-port-line" x1="1046.53305317572" y1="288.9044771296" x2="1041.6841764988199" y2="288.9044771296" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_17_0__stack1"><rect x="1041.2962663646679" y="288.51656699544804" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="1044.10861483727" y="288.51656699544804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="1048.47260384648" y="288.9044771296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_34</text><line class="component-pin sch-component-pin sch-port-line" x1="1048.47260384648" y1="288.9044771296" x2="1053.32148052338" y2="288.9044771296" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_17_1__stack1"><rect x="1052.933570389228" y="288.51656699544804" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="1050.89704218493" y="288.51656699544804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="1046.53305317572" y="288.9044771296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_35</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="371.56941975124005" y="431.46145143046004" width="17.940843704529925" height="1.9395506707599566" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="371.56941975124005" y="431.46145143046004" width="17.940843704529925" height="1.9395506707599566" fill="transparent"/><text class="sch-text" x="380.539841603505" y="432.43122676584" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 380.539841603505, 432.43122676584)">schematic_component_18</text><line class="component-pin sch-component-pin sch-port-line" x1="380.29739776966" y1="431.46145143046004" x2="380.29739776966" y2="425.06093421695203" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_18_0__stack1"><rect x="379.909487635508" y="424.67302408280005" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="379.90948763550796" y="428.26119282370604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 379.90948763550796 428.26119282370604)"></text><text class="pin-number sch-pin-label" x="380.29739776966" y="433.40100210122" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 380.29739776966 433.40100210122)">schematic_port_36</text><line class="component-pin sch-component-pin sch-port-line" x1="380.29739776966" y1="433.40100210122" x2="380.29739776966" y2="439.801519314728" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_18_1__stack1"><rect x="379.909487635508" y="439.41360918057603" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="379.90948763550796" y="436.601260707974" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 379.90948763550796 436.601260707974)"></text><text class="pin-number sch-pin-label" x="380.29739776966" y="431.46145143046004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 380.29739776966 431.46145143046004)">schematic_port_37</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="453.03054792316004" y="435.92241797320804" width="1.9395506707599566" height="16.292225634383954" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="453.03054792316004" y="435.92241797320804" width="1.9395506707599566" height="16.292225634383954" fill="transparent"/><text class="sch-text" x="454.00032325854" y="444.0685307904" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 454.00032325854, 444.0685307904)">schematic_component_19</text><line class="component-pin sch-component-pin sch-port-line" x1="453.03054792316004" y1="444.0685307904" x2="448.18167124626" y2="444.0685307904" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_19_0__stack1"><rect x="447.79376111210803" y="443.68062065624804" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="450.60610958471" y="443.68062065624804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="454.97009859392" y="444.0685307904" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_38</text><line class="component-pin sch-component-pin sch-port-line" x1="454.97009859392" y1="444.0685307904" x2="459.81897527082003" y2="444.0685307904" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_19_1__stack1"><rect x="459.43106513666805" y="443.68062065624804" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="457.39453693237" y="443.68062065624804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="453.03054792316004" y="444.0685307904" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_39</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="763.35865524476" y="435.92241797320804" width="1.9395506707600134" height="16.292225634383954" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="763.35865524476" y="435.92241797320804" width="1.9395506707600134" height="16.292225634383954" fill="transparent"/><text class="sch-text" x="764.32843058014" y="444.0685307904" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 764.32843058014, 444.0685307904)">schematic_component_20</text><line class="component-pin sch-component-pin sch-port-line" x1="763.35865524476" y1="444.0685307904" x2="758.5097785678599" y2="444.0685307904" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_20_0__stack1"><rect x="758.121868433708" y="443.68062065624804" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="760.93421690631" y="443.68062065624804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="765.29820591552" y="444.0685307904" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_40</text><line class="component-pin sch-component-pin sch-port-line" x1="765.29820591552" y1="444.0685307904" x2="770.14708259242" y2="444.0685307904" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_20_1__stack1"><rect x="769.759172458268" y="443.68062065624804" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="767.72264425397" y="443.68062065624804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="763.35865524476" y="444.0685307904" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_41</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="429.75593987404" y="459.19702602232803" width="1.9395506707600134" height="16.292225634383954" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="429.75593987404" y="459.19702602232803" width="1.9395506707600134" height="16.292225634383954" fill="transparent"/><text class="sch-text" x="430.72571520941995" y="467.34313883952" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 430.72571520941995, 467.34313883952)">schematic_component_21</text><line class="component-pin sch-component-pin sch-port-line" x1="429.75593987404" y1="467.34313883952" x2="423.74333279468397" y2="467.34313883952" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_21_0__stack1"><rect x="423.355422660532" y="466.95522870536803" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="426.749636334362" y="466.95522870536803" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="431.6954905448" y="467.34313883952" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_42</text><line class="component-pin sch-component-pin sch-port-line" x1="431.6954905448" y1="467.34313883952" x2="437.708097624156" y2="467.34313883952" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_21_1__stack1"><rect x="437.320187490004" y="466.95522870536803" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="434.701794084478" y="466.95522870536803" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="429.75593987404" y="467.34313883952" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_43</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="763.35865524476" y="466.95522870536803" width="1.9395506707600134" height="16.29222563438401" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="763.35865524476" y="466.95522870536803" width="1.9395506707600134" height="16.29222563438401" fill="transparent"/><text class="sch-text" x="764.32843058014" y="475.10134152256" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 764.32843058014, 475.10134152256)">schematic_component_22</text><line class="component-pin sch-component-pin sch-port-line" x1="763.35865524476" y1="475.10134152256" x2="758.5097785678599" y2="475.10134152256" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_22_0__stack1"><rect x="758.121868433708" y="474.713431388408" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="760.93421690631" y="474.713431388408" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="765.29820591552" y="475.10134152256" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_44</text><line class="component-pin sch-component-pin sch-port-line" x1="765.29820591552" y1="475.10134152256" x2="770.14708259242" y2="475.10134152256" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_22_1__stack1"><rect x="769.759172458268" y="474.713431388408" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="767.72264425397" y="474.713431388408" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="763.35865524476" y="475.10134152256" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_45</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="732.3258445126" y="486.350735412968" width="1.9395506707598997" height="16.29222563438401" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="732.3258445126" y="486.350735412968" width="1.9395506707598997" height="16.29222563438401" fill="transparent"/><text class="sch-text" x="733.29561984798" y="494.49684823016" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 733.29561984798, 494.49684823016)">schematic_component_23</text><line class="component-pin sch-component-pin sch-port-line" x1="732.3258445126" y1="494.49684823016" x2="727.4769678357" y2="494.49684823016" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_23_0__stack1"><rect x="727.089057701548" y="494.10893809600805" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="729.90140617415" y="494.10893809600805" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="734.2653951833599" y="494.49684823016" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_46</text><line class="component-pin sch-component-pin sch-port-line" x1="734.2653951833599" y1="494.49684823016" x2="739.11427186026" y2="494.49684823016" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_23_1__stack1"><rect x="738.726361726108" y="494.10893809600805" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="736.68983352181" y="494.10893809600805" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="732.3258445126" y="494.49684823016" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_47</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="239.67997413956004" y="493.52707289478" width="22.207855180201932" height="1.9395506707600134" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="239.67997413956004" y="493.52707289478" width="22.207855180201932" height="1.9395506707600134" fill="transparent"/><text class="sch-text" x="250.783901729661" y="494.49684823016" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 250.783901729661, 494.49684823016)">schematic_component_24</text><line class="component-pin sch-component-pin sch-port-line" x1="248.40795215798" y1="495.46662356554003" x2="248.40795215798" y2="501.86714077904804" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_24_0__stack1"><rect x="248.02004202382798" y="501.47923064489606" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="248.020042023828" y="498.66688217229404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 248.020042023828 498.66688217229404)"></text><text class="pin-number sch-pin-label" x="248.40795215798" y="493.52707289478" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 248.40795215798 493.52707289478)">schematic_port_48</text><line class="component-pin sch-component-pin sch-port-line" x1="248.40795215798" y1="493.52707289478" x2="248.40795215798" y2="487.126555681272" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_24_1__stack1"><rect x="248.02004202382798" y="486.73864554712003" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="248.020042023828" y="490.326814288026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 248.020042023828 490.326814288026)"></text><text class="pin-number sch-pin-label" x="248.40795215798" y="495.46662356554003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 248.40795215798 495.46662356554003)">schematic_port_49</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="786.63326329388" y="555.5926943591" width="22.207855180202046" height="1.9395506707598997" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="786.63326329388" y="555.5926943591" width="22.207855180202046" height="1.9395506707598997" fill="transparent"/><text class="sch-text" x="797.7371908839809" y="556.56246969448" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 797.7371908839809, 556.56246969448)">schematic_component_25</text><line class="component-pin sch-component-pin sch-port-line" x1="795.3612413123" y1="557.53224502986" x2="795.3612413123" y2="563.932762243368" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_25_0__stack1"><rect x="794.973331178148" y="563.544852109216" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="794.973331178148" y="560.732503636614" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 794.973331178148 560.732503636614)"></text><text class="pin-number sch-pin-label" x="795.3612413123" y="555.5926943591" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 795.3612413123 555.5926943591)">schematic_port_50</text><line class="component-pin sch-component-pin sch-port-line" x1="795.3612413123" y1="555.5926943591" x2="795.3612413123" y2="549.192177145592" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_25_1__stack1"><rect x="794.973331178148" y="548.8042670114401" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="794.973331178148" y="552.392435752346" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 794.973331178148 552.392435752346)"></text><text class="pin-number sch-pin-label" x="795.3612413123" y="557.53224502986" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 795.3612413123 557.53224502986)">schematic_port_51</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="747.84224987868" y="555.5926943591" width="22.207855180201932" height="1.9395506707598997" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="747.84224987868" y="555.5926943591" width="22.207855180201932" height="1.9395506707598997" fill="transparent"/><text class="sch-text" x="758.946177468781" y="556.56246969448" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 758.946177468781, 556.56246969448)">schematic_component_26</text><line class="component-pin sch-component-pin sch-port-line" x1="756.5702278971" y1="557.53224502986" x2="756.5702278971" y2="563.932762243368" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_26_0__stack1"><rect x="756.1823177629481" y="563.544852109216" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="756.1823177629481" y="560.732503636614" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 756.1823177629481 560.732503636614)"></text><text class="pin-number sch-pin-label" x="756.5702278971" y="555.5926943591" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 756.5702278971 555.5926943591)">schematic_port_52</text><line class="component-pin sch-component-pin sch-port-line" x1="756.5702278971" y1="555.5926943591" x2="756.5702278971" y2="549.192177145592" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_26_1__stack1"><rect x="756.1823177629481" y="548.8042670114401" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="756.1823177629481" y="552.392435752346" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 756.1823177629481 552.392435752346)"></text><text class="pin-number sch-pin-label" x="756.5702278971" y="557.53224502986" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 756.5702278971 557.53224502986)">schematic_port_53</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="107.79052852787993" y="253.02278972054" width="20.268304509442032" height="1.9395506707600134" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="107.79052852787993" y="253.02278972054" width="20.268304509442032" height="1.9395506707600134" fill="transparent"/><text class="sch-text" x="117.92468078260094" y="253.99256505592" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 117.92468078260094, 253.99256505592)">schematic_component_27</text><line class="component-pin sch-component-pin sch-port-line" x1="116.51850654629999" y1="253.02278972054" x2="116.51850654629999" y2="246.62227250703202" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_27_0__stack1"><rect x="116.130596412148" y="246.23436237288" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="116.13059641214801" y="249.82253111378603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 116.13059641214801 249.82253111378603)"></text><text class="pin-number sch-pin-label" x="116.51850654629999" y="254.96234039130002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 116.51850654629999 254.96234039130002)">schematic_port_54</text><line class="component-pin sch-component-pin sch-port-line" x1="116.51850654629999" y1="254.96234039130002" x2="116.51850654629999" y2="261.362857604808" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_27_1__stack1"><rect x="116.130596412148" y="260.97494747065605" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="116.13059641214801" y="258.162598998054" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 116.13059641214801 258.162598998054)"></text><text class="pin-number sch-pin-label" x="116.51850654629999" y="253.02278972054" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 116.51850654629999 253.02278972054)">schematic_port_55</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="146.58154194307997" y="253.02278972054" width="20.268304509442032" height="1.9395506707600134" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="146.58154194307997" y="253.02278972054" width="20.268304509442032" height="1.9395506707600134" fill="transparent"/><text class="sch-text" x="156.71569419780099" y="253.99256505592" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 156.71569419780099, 253.99256505592)">schematic_component_28</text><line class="component-pin sch-component-pin sch-port-line" x1="155.30951996150003" y1="253.02278972054" x2="155.30951996150003" y2="246.62227250703202" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_28_0__stack1"><rect x="154.92160982734802" y="246.23436237288" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="154.921609827348" y="249.82253111378603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 154.921609827348 249.82253111378603)"></text><text class="pin-number sch-pin-label" x="155.30951996150003" y="254.96234039130002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 155.30951996150003 254.96234039130002)">schematic_port_56</text><line class="component-pin sch-component-pin sch-port-line" x1="155.30951996150003" y1="254.96234039130002" x2="155.30951996150003" y2="261.362857604808" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_28_1__stack1"><rect x="154.92160982734802" y="260.97494747065605" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="154.921609827348" y="258.162598998054" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 154.921609827348 258.162598998054)"></text><text class="pin-number sch-pin-label" x="155.30951996150003" y="253.02278972054" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 155.30951996150003 253.02278972054)">schematic_port_57</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="185.37255535827995" y="253.02278972054" width="20.268304509442032" height="1.9395506707600134" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="185.37255535827995" y="253.02278972054" width="20.268304509442032" height="1.9395506707600134" fill="transparent"/><text class="sch-text" x="195.50670761300097" y="253.99256505592" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 195.50670761300097, 253.99256505592)">schematic_component_29</text><line class="component-pin sch-component-pin sch-port-line" x1="194.1005333767" y1="253.02278972054" x2="194.1005333767" y2="246.62227250703202" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_29_0__stack1"><rect x="193.712623242548" y="246.23436237288" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="193.71262324254803" y="249.82253111378603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 193.71262324254803 249.82253111378603)"></text><text class="pin-number sch-pin-label" x="194.1005333767" y="254.96234039130002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 194.1005333767 254.96234039130002)">schematic_port_58</text><line class="component-pin sch-component-pin sch-port-line" x1="194.1005333767" y1="254.96234039130002" x2="194.1005333767" y2="261.362857604808" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_29_1__stack1"><rect x="193.712623242548" y="260.97494747065605" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="193.71262324254803" y="258.162598998054" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 193.71262324254803 258.162598998054)"></text><text class="pin-number sch-pin-label" x="194.1005333767" y="253.02278972054" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 194.1005333767 253.02278972054)">schematic_port_59</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="224.16356877347994" y="253.02278972054" width="20.268304509442032" height="1.9395506707600134" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="224.16356877347994" y="253.02278972054" width="20.268304509442032" height="1.9395506707600134" fill="transparent"/><text class="sch-text" x="234.29772102820095" y="253.99256505592" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 234.29772102820095, 253.99256505592)">schematic_component_30</text><line class="component-pin sch-component-pin sch-port-line" x1="232.8915467919" y1="253.02278972054" x2="232.8915467919" y2="246.62227250703202" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_30_0__stack1"><rect x="232.503636657748" y="246.23436237288" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="232.50363665774802" y="249.82253111378603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 232.50363665774802 249.82253111378603)"></text><text class="pin-number sch-pin-label" x="232.8915467919" y="254.96234039130002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 232.8915467919 254.96234039130002)">schematic_port_60</text><line class="component-pin sch-component-pin sch-port-line" x1="232.8915467919" y1="254.96234039130002" x2="232.8915467919" y2="261.362857604808" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_30_1__stack1"><rect x="232.503636657748" y="260.97494747065605" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="232.50363665774802" y="258.162598998054" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 232.50363665774802 258.162598998054)"></text><text class="pin-number sch-pin-label" x="232.8915467919" y="253.02278972054" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 232.8915467919 253.02278972054)">schematic_port_61</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="883.61079683188" y="253.02278972054" width="20.268304509442032" height="1.9395506707600134" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="883.61079683188" y="253.02278972054" width="20.268304509442032" height="1.9395506707600134" fill="transparent"/><text class="sch-text" x="893.7449490866011" y="253.99256505592" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 893.7449490866011, 253.99256505592)">schematic_component_31</text><line class="component-pin sch-component-pin sch-port-line" x1="892.3387748503" y1="253.02278972054" x2="892.3387748503" y2="246.62227250703202" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_31_0__stack1"><rect x="891.950864716148" y="246.23436237288" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="891.950864716148" y="249.82253111378603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 891.950864716148 249.82253111378603)"></text><text class="pin-number sch-pin-label" x="892.3387748503" y="254.96234039130002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 892.3387748503 254.96234039130002)">schematic_port_62</text><line class="component-pin sch-component-pin sch-port-line" x1="892.3387748503" y1="254.96234039130002" x2="892.3387748503" y2="261.362857604808" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_31_1__stack1"><rect x="891.950864716148" y="260.97494747065605" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="891.950864716148" y="258.162598998054" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 891.950864716148 258.162598998054)"></text><text class="pin-number sch-pin-label" x="892.3387748503" y="253.02278972054" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 892.3387748503 253.02278972054)">schematic_port_63</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="918.52270890556" y="253.02278972054" width="20.268304509442032" height="1.9395506707600134" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="918.52270890556" y="253.02278972054" width="20.268304509442032" height="1.9395506707600134" fill="transparent"/><text class="sch-text" x="928.6568611602811" y="253.99256505592" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 928.6568611602811, 253.99256505592)">schematic_component_32</text><line class="component-pin sch-component-pin sch-port-line" x1="927.25068692398" y1="253.02278972054" x2="927.25068692398" y2="246.62227250703202" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_32_0__stack1"><rect x="926.862776789828" y="246.23436237288" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="926.862776789828" y="249.82253111378603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 926.862776789828 249.82253111378603)"></text><text class="pin-number sch-pin-label" x="927.25068692398" y="254.96234039130002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 927.25068692398 254.96234039130002)">schematic_port_64</text><line class="component-pin sch-component-pin sch-port-line" x1="927.25068692398" y1="254.96234039130002" x2="927.25068692398" y2="261.362857604808" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_32_1__stack1"><rect x="926.862776789828" y="260.97494747065605" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="926.862776789828" y="258.162598998054" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 926.862776789828 258.162598998054)"></text><text class="pin-number sch-pin-label" x="927.25068692398" y="253.02278972054" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 927.25068692398 253.02278972054)">schematic_port_65</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="953.43462097924" y="253.02278972054" width="20.268304509442032" height="1.9395506707600134" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="953.43462097924" y="253.02278972054" width="20.268304509442032" height="1.9395506707600134" fill="transparent"/><text class="sch-text" x="963.5687732339609" y="253.99256505592" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 963.5687732339609, 253.99256505592)">schematic_component_33</text><line class="component-pin sch-component-pin sch-port-line" x1="962.16259899766" y1="253.02278972054" x2="962.16259899766" y2="246.62227250703202" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_33_0__stack1"><rect x="961.774688863508" y="246.23436237288" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="961.774688863508" y="249.82253111378603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 961.774688863508 249.82253111378603)"></text><text class="pin-number sch-pin-label" x="962.16259899766" y="254.96234039130002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 962.16259899766 254.96234039130002)">schematic_port_66</text><line class="component-pin sch-component-pin sch-port-line" x1="962.16259899766" y1="254.96234039130002" x2="962.16259899766" y2="261.362857604808" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_33_1__stack1"><rect x="961.774688863508" y="260.97494747065605" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="961.774688863508" y="258.162598998054" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 961.774688863508 258.162598998054)"></text><text class="pin-number sch-pin-label" x="962.16259899766" y="253.02278972054" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 962.16259899766 253.02278972054)">schematic_port_67</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="988.3465330529199" y="253.02278972054" width="20.268304509442032" height="1.9395506707600134" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="988.3465330529199" y="253.02278972054" width="20.268304509442032" height="1.9395506707600134" fill="transparent"/><text class="sch-text" x="998.4806853076409" y="253.99256505592" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 998.4806853076409, 253.99256505592)">schematic_component_34</text><line class="component-pin sch-component-pin sch-port-line" x1="997.0745110713399" y1="253.02278972054" x2="997.0745110713399" y2="246.62227250703202" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_34_0__stack1"><rect x="996.6866009371879" y="246.23436237288" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="996.6866009371879" y="249.82253111378603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 996.6866009371879 249.82253111378603)"></text><text class="pin-number sch-pin-label" x="997.0745110713399" y="254.96234039130002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 997.0745110713399 254.96234039130002)">schematic_port_68</text><line class="component-pin sch-component-pin sch-port-line" x1="997.0745110713399" y1="254.96234039130002" x2="997.0745110713399" y2="261.362857604808" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_34_1__stack1"><rect x="996.6866009371879" y="260.97494747065605" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="996.6866009371879" y="258.162598998054" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 996.6866009371879 258.162598998054)"></text><text class="pin-number sch-pin-label" x="997.0745110713399" y="253.02278972054" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 997.0745110713399 253.02278972054)">schematic_port_69</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="37.9667043805199" y="269.70292548907605" width="20.268304509442032" height="1.9395506707600134" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="37.9667043805199" y="269.70292548907605" width="20.268304509442032" height="1.9395506707600134" fill="transparent"/><text class="sch-text" x="48.100856635240916" y="270.672700824456" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 48.100856635240916, 270.672700824456)">schematic_component_35</text><line class="component-pin sch-component-pin sch-port-line" x1="46.69468239894002" y1="269.70292548907605" x2="46.69468239894002" y2="263.30240827556804" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_35_0__stack1"><rect x="46.306772264788016" y="262.91449814141606" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="46.30677226478804" y="266.50266688232205" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 46.30677226478804 266.50266688232205)"></text><text class="pin-number sch-pin-label" x="46.69468239894002" y="271.64247615983606" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 46.69468239894002 271.64247615983606)">schematic_port_70</text><line class="component-pin sch-component-pin sch-port-line" x1="46.69468239894002" y1="271.64247615983606" x2="46.69468239894002" y2="278.042993373344" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_35_1__stack1"><rect x="46.306772264788016" y="277.65508323919204" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="46.30677226478804" y="274.84273476659007" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 46.30677226478804 274.84273476659007)"></text><text class="pin-number sch-pin-label" x="46.69468239894002" y="269.70292548907605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 46.69468239894002 269.70292548907605)">schematic_port_71</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_36__stack1"><rect class="component chip sch-component-body" x="309.50379828692" y="235.76078875077602" width="1.9395506707600134" height="13.188944561168" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="309.50379828692" y="235.76078875077602" width="1.9395506707600134" height="13.188944561168" fill="transparent"/><text class="sch-text" x="310.4735736223" y="242.35526103136002" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 310.4735736223, 242.35526103136002)">schematic_component_36</text><line class="component-pin sch-component-pin sch-port-line" x1="309.50379828692" y1="242.35526103136002" x2="304.65492161002" y2="242.35526103136002" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_36_0__stack1"><rect x="304.267011475868" y="241.967350897208" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="307.07935994846997" y="241.96735089720804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="311.44334895768003" y="242.35526103136002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_72</text><line class="component-pin sch-component-pin sch-port-line" x1="311.44334895768003" y1="242.35526103136002" x2="316.29222563458" y2="242.35526103136002" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_36_1__stack1"><rect x="315.904315500428" y="241.967350897208" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="313.86778729613" y="241.96735089720804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="309.50379828692" y="242.35526103136002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_73</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_37__stack1"><rect class="component chip sch-component-body" x="1046.53305317572" y="235.76078875077602" width="1.939550670760127" height="13.188944561168" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1046.53305317572" y="235.76078875077602" width="1.939550670760127" height="13.188944561168" fill="transparent"/><text class="sch-text" x="1047.5028285111" y="242.35526103136002" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 1047.5028285111, 242.35526103136002)">schematic_component_37</text><line class="component-pin sch-component-pin sch-port-line" x1="1046.53305317572" y1="242.35526103136002" x2="1041.6841764988199" y2="242.35526103136002" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_37_0__stack1"><rect x="1041.2962663646679" y="241.967350897208" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="1044.10861483727" y="241.96735089720804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="1048.47260384648" y="242.35526103136002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_74</text><line class="component-pin sch-component-pin sch-port-line" x1="1048.47260384648" y1="242.35526103136002" x2="1053.32148052338" y2="242.35526103136002" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_37_1__stack1"><rect x="1052.933570389228" y="241.967350897208" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="1050.89704218493" y="241.96735089720804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="1046.53305317572" y="242.35526103136002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_75</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_38__stack1"><rect class="component chip sch-component-body" x="72.87861645420003" y="256.90189106206003" width="21.141102311284044" height="1.9395506707600134" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="72.87861645420003" y="256.90189106206003" width="21.141102311284044" height="1.9395506707600134" fill="transparent"/><text class="sch-text" x="83.449167609842" y="257.87166639744004" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 83.449167609842, 257.87166639744004)">schematic_component_38</text><line class="component-pin sch-component-pin sch-port-line" x1="81.60659447262003" y1="258.84144173282004" x2="81.60659447262003" y2="263.69031840972" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_38_0__stack1"><rect x="81.21868433846804" y="263.30240827556804" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="81.21868433846805" y="261.26588007127003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 81.21868433846805 261.26588007127003)"></text><text class="pin-number sch-pin-label" x="81.60659447262003" y="256.90189106206003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 81.60659447262003 256.90189106206003)">schematic_port_76</text><line class="component-pin sch-component-pin sch-port-line" x1="81.60659447262003" y1="256.90189106206003" x2="81.60659447262003" y2="252.05301438516003" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_38_1__stack1"><rect x="81.21868433846804" y="251.66510425100802" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="81.21868433846805" y="254.47745272361" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 81.21868433846805 254.47745272361)"></text><text class="pin-number sch-pin-label" x="81.60659447262003" y="258.84144173282004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 81.60659447262003 258.84144173282004)">schematic_port_77</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_39__stack1"><rect class="component chip sch-component-body" x="356.05301438516" y="313.342815581176" width="1.9395506707600134" height="13.188944561168" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="356.05301438516" y="313.342815581176" width="1.9395506707600134" height="13.188944561168" fill="transparent"/><text class="sch-text" x="357.02278972054" y="319.93728786176" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 357.02278972054, 319.93728786176)">schematic_component_39</text><line class="component-pin sch-component-pin sch-port-line" x1="356.05301438516" y1="319.93728786176" x2="351.20413770825996" y2="319.93728786176" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_39_0__stack1"><rect x="350.816227574108" y="319.54937772760803" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="353.62857604671" y="319.54937772760803" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="357.99256505592" y="319.93728786176" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_78</text><line class="component-pin sch-component-pin sch-port-line" x1="357.99256505592" y1="319.93728786176" x2="362.84144173282004" y2="319.93728786176" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_39_1__stack1"><rect x="362.45353159866806" y="319.54937772760803" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="360.41700339437" y="319.54937772760803" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="356.05301438516" y="319.93728786176" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_79</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_40__stack1"><rect class="component chip sch-component-body" x="317.26200096996" y="318.96751252638" width="23.468563116196037" height="1.9395506707600134" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="317.26200096996" y="318.96751252638" width="23.468563116196037" height="1.9395506707600134" fill="transparent"/><text class="sch-text" x="328.99628252805803" y="319.93728786176" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 328.99628252805803, 319.93728786176)">schematic_component_40</text><line class="component-pin sch-component-pin sch-port-line" x1="325.98997898838" y1="320.90706319714" x2="325.98997898838" y2="325.75593987404" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_40_0__stack1"><rect x="325.60206885422804" y="325.368029739888" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="325.60206885422804" y="323.33150153559" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 325.60206885422804 323.33150153559)"></text><text class="pin-number sch-pin-label" x="325.98997898838" y="318.96751252638" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 325.98997898838 318.96751252638)">schematic_port_80</text><line class="component-pin sch-component-pin sch-port-line" x1="325.98997898838" y1="318.96751252638" x2="325.98997898838" y2="314.11863584948003" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_40_1__stack1"><rect x="325.60206885422804" y="313.73072571532805" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="325.60206885422804" y="316.54307418793" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 325.60206885422804 316.54307418793)"></text><text class="pin-number sch-pin-label" x="325.98997898838" y="320.90706319714" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 325.98997898838 320.90706319714)">schematic_port_81</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_41__stack1"><rect class="component chip sch-component-body" x="286.2291902378" y="342.24212057550005" width="23.46856311619598" height="1.9395506707599566" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="286.2291902378" y="342.24212057550005" width="23.46856311619598" height="1.9395506707599566" fill="transparent"/><text class="sch-text" x="297.963471795898" y="343.21189591088" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 297.963471795898, 343.21189591088)">schematic_component_41</text><line class="component-pin sch-component-pin sch-port-line" x1="294.95716825622" y1="344.18167124626" x2="294.95716825622" y2="349.03054792316004" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_41_0__stack1"><rect x="294.569258122068" y="348.64263778900806" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="294.569258122068" y="346.60610958471" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 294.569258122068 346.60610958471)"></text><text class="pin-number sch-pin-label" x="294.95716825622" y="342.24212057550005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 294.95716825622 342.24212057550005)">schematic_port_82</text><line class="component-pin sch-component-pin sch-port-line" x1="294.95716825622" y1="342.24212057550005" x2="294.95716825622" y2="337.3932438986" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_41_1__stack1"><rect x="294.569258122068" y="337.00533376444804" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="294.569258122068" y="339.81768223705" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 294.569258122068 339.81768223705)"></text><text class="pin-number sch-pin-label" x="294.95716825622" y="344.18167124626" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 294.95716825622 344.18167124626)">schematic_port_83</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_42__stack1"><rect class="component chip sch-component-body" x="972.8301276868399" y="383.16663972853604" width="1.939550670760127" height="13.188944561168" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="972.8301276868399" y="383.16663972853604" width="1.939550670760127" height="13.188944561168" fill="transparent"/><text class="sch-text" x="973.79990302222" y="389.76111200912004" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 973.79990302222, 389.76111200912004)">schematic_component_42</text><line class="component-pin sch-component-pin sch-port-line" x1="974.7696783576" y1="389.76111200912004" x2="979.6185550345" y2="389.76111200912004" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_42_0__stack1"><rect x="979.230644900348" y="389.37320187496806" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="977.19411669605" y="389.373201874968" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="972.8301276868399" y="389.76111200912004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_84</text><line class="component-pin sch-component-pin sch-port-line" x1="972.8301276868399" y1="389.76111200912004" x2="968.369161144092" y2="389.76111200912004" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_42_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="967.98125100994" cy="389.76111200912004" r="0.387910134152" stroke-width="0.387910134152px"/><rect x="967.593340875788" y="389.37320187496806" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="970.40568934839" y="389.373201874968" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="974.7696783576" y="389.76111200912004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_85</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_43__stack1"><rect class="component chip sch-component-body" x="278.47098755476" y="414.199450460696" width="1.9395506707600134" height="13.188944561168" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="278.47098755476" y="414.199450460696" width="1.9395506707600134" height="13.188944561168" fill="transparent"/><text class="sch-text" x="279.44076289014" y="420.79392274128" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 279.44076289014, 420.79392274128)">schematic_component_43</text><line class="component-pin sch-component-pin sch-port-line" x1="278.47098755476" y1="420.79392274128" x2="273.62211087785994" y2="420.79392274128" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_43_0__stack1"><rect x="273.23420074370796" y="420.40601260712805" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="276.04654921631" y="420.406012607128" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="280.41053822552" y="420.79392274128" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_86</text><line class="component-pin sch-component-pin sch-port-line" x1="280.41053822552" y1="420.79392274128" x2="285.25941490241996" y2="420.79392274128" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_43_1__stack1"><rect x="284.871504768268" y="420.40601260712805" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="282.83497656397" y="420.406012607128" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="278.47098755476" y="420.79392274128" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_87</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_44__stack1"><rect class="component chip sch-component-body" x="980.5883303698799" y="414.199450460696" width="1.939550670760127" height="13.188944561168" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="980.5883303698799" y="414.199450460696" width="1.939550670760127" height="13.188944561168" fill="transparent"/><text class="sch-text" x="981.55810570526" y="420.79392274128" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 981.55810570526, 420.79392274128)">schematic_component_44</text><line class="component-pin sch-component-pin sch-port-line" x1="982.5278810406401" y1="420.79392274128" x2="987.3767577175399" y2="420.79392274128" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_44_0__stack1"><rect x="986.988847583388" y="420.40601260712805" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="984.95231937909" y="420.406012607128" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="980.5883303698799" y="420.79392274128" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_88</text><line class="component-pin sch-component-pin sch-port-line" x1="980.5883303698799" y1="420.79392274128" x2="975.73945369298" y2="420.79392274128" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_44_1__stack1"><rect x="975.351543558828" y="420.40601260712805" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="978.16389203143" y="420.406012607128" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="982.5278810406401" y="420.79392274128" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_89</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_45__stack1"><rect class="component chip sch-component-body" x="844.81978341668" y="474.13156618718" width="23.468563116195924" height="1.9395506707600134" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="844.81978341668" y="474.13156618718" width="23.468563116195924" height="1.9395506707600134" fill="transparent"/><text class="sch-text" x="856.5540649747779" y="475.10134152256" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 856.5540649747779, 475.10134152256)">schematic_component_45</text><line class="component-pin sch-component-pin sch-port-line" x1="853.5477614351" y1="476.07111685794" x2="853.5477614351" y2="480.532083400688" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_45_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="853.5477614351" cy="480.91999353484005" r="0.387910134152" stroke-width="0.387910134152px"/><rect x="853.159851300948" y="480.53208340068807" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="853.159851300948" y="478.49555519639" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 853.159851300948 478.49555519639)"></text><text class="pin-number sch-pin-label" x="853.5477614351" y="474.13156618718" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 853.5477614351 474.13156618718)">schematic_port_90</text><line class="component-pin sch-component-pin sch-port-line" x1="853.5477614351" y1="474.13156618718" x2="853.5477614351" y2="469.28268951028" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_45_1__stack1"><rect x="853.159851300948" y="468.89477937612804" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="853.159851300948" y="471.70712784873" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 853.159851300948 471.70712784873)"></text><text class="pin-number sch-pin-label" x="853.5477614351" y="476.07111685794" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 853.5477614351 476.07111685794)">schematic_port_91</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_46__stack1"><rect class="component chip sch-component-body" x="480.1842573138" y="460.748666558936" width="1.9395506707600134" height="13.188944561168" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="480.1842573138" y="460.748666558936" width="1.9395506707600134" height="13.188944561168" fill="transparent"/><text class="sch-text" x="481.15403264918" y="467.34313883952" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 481.15403264918, 467.34313883952)">schematic_component_46</text><line class="component-pin sch-component-pin sch-port-line" x1="480.1842573138" y1="467.34313883952" x2="474.171650234444" y2="467.34313883952" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_46_0__stack1"><rect x="473.783740100292" y="466.95522870536803" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="477.177953774122" y="466.95522870536803" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="482.12380798456" y="467.34313883952" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_92</text><line class="component-pin sch-component-pin sch-port-line" x1="482.12380798456" y1="467.34313883952" x2="488.136415063916" y2="467.34313883952" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_46_1__stack1"><rect x="487.748504929764" y="466.95522870536803" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="485.130111524238" y="466.95522870536803" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="480.1842573138" y="467.34313883952" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_93</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_47__stack1"><rect class="component chip sch-component-body" x="720.68854048804" y="456.86956521741604" width="1.9395506707600134" height="13.188944561168" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="720.68854048804" y="456.86956521741604" width="1.9395506707600134" height="13.188944561168" fill="transparent"/><text class="sch-text" x="721.65831582342" y="463.46403749800004" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 721.65831582342, 463.46403749800004)">schematic_component_47</text><line class="component-pin sch-component-pin sch-port-line" x1="720.68854048804" y1="463.46403749800004" x2="715.83966381114" y2="463.46403749800004" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_47_0__stack1"><rect x="715.451753676988" y="463.07612736384806" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.26410214959" y="463.076127363848" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="722.6280911588" y="463.46403749800004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_94</text><line class="component-pin sch-component-pin sch-port-line" x1="722.6280911588" y1="463.46403749800004" x2="727.4769678357" y2="463.46403749800004" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_47_1__stack1"><rect x="727.089057701548" y="463.07612736384806" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="725.05252949725" y="463.076127363848" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="720.68854048804" y="463.46403749800004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_95</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_48__stack1"><rect class="component chip sch-component-body" x="278.47098755476003" y="505.16437691934004" width="23.468563116196037" height="1.9395506707599566" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="278.47098755476003" y="505.16437691934004" width="23.468563116196037" height="1.9395506707599566" fill="transparent"/><text class="sch-text" x="290.20526911285805" y="506.13415225472" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 290.20526911285805, 506.13415225472)">schematic_component_48</text><line class="component-pin sch-component-pin sch-port-line" x1="287.19896557318003" y1="507.1039275901" x2="287.19896557318003" y2="511.95280426700003" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_48_0__stack1"><rect x="286.81105543902805" y="511.56489413284805" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="286.81105543902805" y="509.52836592855" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 286.81105543902805 509.52836592855)"></text><text class="pin-number sch-pin-label" x="287.19896557318003" y="505.16437691934004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 287.19896557318003 505.16437691934004)">schematic_port_96</text><line class="component-pin sch-component-pin sch-port-line" x1="287.19896557318003" y1="505.16437691934004" x2="287.19896557318003" y2="500.31550024244" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_48_1__stack1"><rect x="286.81105543902805" y="499.92759010828803" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="286.81105543902805" y="502.73993858089" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 286.81105543902805 502.73993858089)"></text><text class="pin-number sch-pin-label" x="287.19896557318003" y="507.1039275901" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 287.19896557318003 507.1039275901)">schematic_port_97</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_49__stack1"><rect class="component chip sch-component-body" x="472.42605463075995" y="567.22999838366" width="23.468563116196037" height="1.9395506707600134" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="472.42605463075995" y="567.22999838366" width="23.468563116196037" height="1.9395506707600134" fill="transparent"/><text class="sch-text" x="484.16033618885797" y="568.19977371904" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 484.16033618885797, 568.19977371904)">schematic_component_49</text><line class="component-pin sch-component-pin sch-port-line" x1="481.15403264918" y1="569.16954905442" x2="481.15403264918" y2="574.01842573132" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_49_0__stack1"><rect x="480.76612251502803" y="573.630515597168" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="480.766122515028" y="571.5939873928701" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 480.766122515028 571.5939873928701)"></text><text class="pin-number sch-pin-label" x="481.15403264918" y="567.22999838366" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 481.15403264918 567.22999838366)">schematic_port_98</text><line class="component-pin sch-component-pin sch-port-line" x1="481.15403264918" y1="567.22999838366" x2="481.15403264918" y2="562.38112170676" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_49_1__stack1"><rect x="480.76612251502803" y="561.9932115726081" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="480.766122515028" y="564.8055600452101" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 480.766122515028 564.8055600452101)"></text><text class="pin-number sch-pin-label" x="481.15403264918" y="569.16954905442" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 481.15403264918 569.16954905442)">schematic_port_99</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_50__stack1"><rect class="component chip sch-component-body" x="821.54517536756" y="559.4717957006201" width="23.468563116196037" height="1.9395506707598997" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="821.54517536756" y="559.4717957006201" width="23.468563116196037" height="1.9395506707598997" fill="transparent"/><text class="sch-text" x="833.279456925658" y="560.441571036" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 833.279456925658, 560.441571036)">schematic_component_50</text><line class="component-pin sch-component-pin sch-port-line" x1="830.27315338598" y1="561.41134637138" x2="830.27315338598" y2="566.2602230482801" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_50_0__stack1"><rect x="829.885243251828" y="565.8723129141281" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="829.885243251828" y="563.83578470983" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 829.885243251828 563.83578470983)"></text><text class="pin-number sch-pin-label" x="830.27315338598" y="559.4717957006201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 830.27315338598 559.4717957006201)">schematic_port_100</text><line class="component-pin sch-component-pin sch-port-line" x1="830.27315338598" y1="559.4717957006201" x2="830.27315338598" y2="554.62291902372" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_50_1__stack1"><rect x="829.885243251828" y="554.235008889568" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="829.885243251828" y="557.04735736217" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 829.885243251828 557.04735736217)"></text><text class="pin-number sch-pin-label" x="830.27315338598" y="561.41134637138" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 830.27315338598 561.41134637138)">schematic_port_101</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_51__stack1"><rect class="component chip sch-component-body" x="720.68854048804" y="574.9882010667" width="25.79602392110803" height="1.9395506707600134" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="720.68854048804" y="574.9882010667" width="25.79602392110803" height="1.9395506707600134" fill="transparent"/><text class="sch-text" x="733.5865524485939" y="575.95797640208" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 733.5865524485939, 575.95797640208)">schematic_component_51</text><line class="component-pin sch-component-pin sch-port-line" x1="729.41651850646" y1="574.9882010667" x2="729.41651850646" y2="570.1393243898" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_51_0__stack1"><rect x="729.028608372308" y="569.751414255648" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="729.028608372308" y="572.56376272825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 729.028608372308 572.56376272825)"></text><text class="pin-number sch-pin-label" x="729.41651850646" y="576.92775173746" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 729.41651850646 576.92775173746)">schematic_port_102</text><line class="component-pin sch-component-pin sch-port-line" x1="729.41651850646" y1="576.92775173746" x2="729.41651850646" y2="581.77662841436" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_51_1__stack1"><rect x="729.028608372308" y="581.388718280208" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="729.028608372308" y="579.35219007591" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 729.028608372308 579.35219007591)"></text><text class="pin-number sch-pin-label" x="729.41651850646" y="574.9882010667" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 729.41651850646 574.9882010667)">schematic_port_103</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_52__stack1"><rect class="component chip sch-component-body" x="879.7316954903599" y="505.16437691934004" width="23.468563116196037" height="1.9395506707599566" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="879.7316954903599" y="505.16437691934004" width="23.468563116196037" height="1.9395506707599566" fill="transparent"/><text class="sch-text" x="891.465977048458" y="506.13415225472" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 891.465977048458, 506.13415225472)">schematic_component_52</text><line class="component-pin sch-component-pin sch-port-line" x1="888.45967350878" y1="507.1039275901" x2="888.45967350878" y2="511.95280426700003" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_52_0__stack1"><rect x="888.0717633746281" y="511.56489413284805" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="888.0717633746281" y="509.52836592855" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 888.0717633746281 509.52836592855)"></text><text class="pin-number sch-pin-label" x="888.45967350878" y="505.16437691934004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 888.45967350878 505.16437691934004)">schematic_port_104</text><line class="component-pin sch-component-pin sch-port-line" x1="888.45967350878" y1="505.16437691934004" x2="888.45967350878" y2="500.31550024244" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_52_1__stack1"><rect x="888.0717633746281" y="499.92759010828803" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="888.0717633746281" y="502.73993858089" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 888.0717633746281 502.73993858089)"></text><text class="pin-number sch-pin-label" x="888.45967350878" y="507.1039275901" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 888.45967350878 507.1039275901)">schematic_port_105</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_53__stack1"><rect class="component chip sch-component-body" x="868.0943914658" y="534.451592047816" width="1.9395506707600134" height="13.188944561168" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="868.0943914658" y="534.451592047816" width="1.9395506707600134" height="13.188944561168" fill="transparent"/><text class="sch-text" x="869.0641668011799" y="541.0460643284" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 869.0641668011799, 541.0460643284)">schematic_component_53</text><line class="component-pin sch-component-pin sch-port-line" x1="868.0943914658" y1="541.0460643284" x2="863.633424923052" y2="541.0460643284" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_53_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="863.2455147889" cy="541.0460643284" r="0.387910134152" stroke-width="0.387910134152px"/><rect x="862.857604654748" y="540.658154194248" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="865.66995312735" y="540.658154194248" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="870.03394213656" y="541.0460643284" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_106</text><line class="component-pin sch-component-pin sch-port-line" x1="870.03394213656" y1="541.0460643284" x2="874.8828188134601" y2="541.0460643284" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_53_1__stack1"><rect x="874.4949086793081" y="540.658154194248" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="872.45838047501" y="540.658154194248" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="868.0943914658" y="541.0460643284" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_107</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_54__stack1"><rect class="component chip sch-component-body" x="317.26200096996" y="452.990463875896" width="1.9395506707600134" height="13.188944561168" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="317.26200096996" y="452.990463875896" width="1.9395506707600134" height="13.188944561168" fill="transparent"/><text class="sch-text" x="318.23177630534" y="459.58493615648" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 318.23177630534, 459.58493615648)">schematic_component_54</text><line class="component-pin sch-component-pin sch-port-line" x1="317.26200096996" y1="459.58493615648" x2="312.41312429306" y2="459.58493615648" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_54_0__stack1"><rect x="312.025214158908" y="459.19702602232803" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="314.83756263150997" y="459.19702602232803" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="319.20155164072" y="459.58493615648" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_108</text><line class="component-pin sch-component-pin sch-port-line" x1="319.20155164072" y1="459.58493615648" x2="324.05042831762" y2="459.58493615648" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_54_1__stack1"><rect x="323.662518183468" y="459.19702602232803" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="321.62598997917" y="459.19702602232803" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="317.26200096996" y="459.58493615648" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_109</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_55__stack1"><rect class="component chip sch-component-body" x="606.6834491676041" y="233.94012574770628" width="4.961855503471838" height="16.83027056730748" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="606.6834491676041" y="233.94012574770628" width="4.961855503471838" height="16.83027056730748" fill="transparent"/><text class="sch-text" x="609.16437691934" y="242.35526103136002" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 609.16437691934, 242.35526103136002)">schematic_component_55</text><line class="component-pin sch-component-pin sch-port-line" x1="606.6834491676041" y1="242.3043565542306" x2="598.9252464845641" y2="242.3043565542306" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_55_0__stack1"><rect x="598.5373363504121" y="241.91644642007859" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="602.8043478260842" y="241.91644642007859" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="608.6229998383641" y="242.3043565542306" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_110</text><line class="component-pin sch-component-pin sch-port-line" x1="611.6453046710759" y1="242.4061655084894" x2="619.4035073541158" y2="242.4061655084894" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_55_1__stack1"><rect x="619.0155972199639" y="242.0182553743374" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="615.5244060125958" y="242.01825537433743" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="609.7057540003159" y="242.4061655084894" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_111</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_56__stack1"><rect class="component chip sch-component-body" x="415.403264910416" y="247.398092775336" width="6.594472280584" height="1.9395506707600418" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="415.403264910416" y="247.398092775336" width="6.594472280584" height="1.9395506707600418" fill="transparent"/><text class="sch-text" x="418.700501050708" y="248.36786811071602" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 418.700501050708, 248.36786811071602)">schematic_component_56</text><line class="component-pin sch-component-pin sch-port-line" x1="415.403264910416" y1="242.549216098436" x2="407.645062227376" y2="242.549216098436" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_56_0__stack1"><rect x="407.257152093224" y="242.161305964284" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="411.524163568896" y="242.16130596428403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="417.34281558117596" y="242.549216098436" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_112</text><line class="component-pin sch-component-pin sch-port-line" x1="421.997737191" y1="242.35526103136002" x2="429.75593987404" y2="242.35526103136002" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_56_1__stack1"><rect x="429.368029739888" y="241.967350897208" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="425.87683853252" y="241.96735089720804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="420.05818652024004" y="242.35526103136002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_113</text><line class="component-pin sch-component-pin sch-port-line" x1="421.02796185562" y1="249.33764344609605" x2="421.02796185562" y2="256.80491352852204" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_56_2__stack1"><rect x="420.640051721468" y="256.41700339437006" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="420.640051721468" y="253.07127848730903" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 420.640051721468 253.07127848730903)"></text><text class="pin-number sch-pin-label" x="421.02796185562" y="247.398092775336" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 421.02796185562 247.398092775336)">schematic_port_114</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_57__stack1"><rect class="component chip sch-component-body" x="819.6056246968" y="235.372878616624" width="6.594472280584" height="1.9395506707600134" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="819.6056246968" y="235.372878616624" width="6.594472280584" height="1.9395506707600134" fill="transparent"/><text class="sch-text" x="822.902860837092" y="236.342653952004" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 822.902860837092, 236.342653952004)">schematic_component_57</text><line class="component-pin sch-component-pin sch-port-line" x1="826.200096977384" y1="242.16130596428403" x2="833.958299660424" y2="242.16130596428403" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_57_0__stack1"><rect x="833.570389526272" y="241.77339583013202" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="830.079198318904" y="241.77339583013205" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="824.260546306624" y="242.16130596428403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_115</text><line class="component-pin sch-component-pin sch-port-line" x1="819.6056246968" y1="242.35526103136002" x2="811.84742201376" y2="242.35526103136002" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_57_1__stack1"><rect x="811.459511879608" y="241.967350897208" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="815.7265233552799" y="241.96735089720804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="821.54517536756" y="242.35526103136002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_116</text><line class="component-pin sch-component-pin sch-port-line" x1="820.57540003218" y1="235.372878616624" x2="820.57540003218" y2="228.29351866835" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_57_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="820.57540003218" cy="227.905608534198" r="0.387910134152" stroke-width="0.387910134152px"/><rect x="820.187489898028" y="227.517698400046" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="820.1874898980279" y="231.63924357541103" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 820.1874898980279 231.63924357541103)"></text><text class="pin-number sch-pin-label" x="820.57540003218" y="237.31242928738402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 820.57540003218 237.31242928738402)">schematic_port_117</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_58__stack1"><rect class="component chip sch-component-body" x="461.95248100865604" y="262.72054307434007" width="1.9395506707599566" height="5.818652012279983" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="461.95248100865604" y="262.72054307434007" width="1.9395506707599566" height="5.818652012279983" fill="transparent"/><text class="sch-text" x="462.922256344036" y="265.62986908048003" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 462.922256344036, 265.62986908048003)">schematic_component_58</text><line class="component-pin sch-component-pin sch-port-line" x1="468.740908356316" y1="262.72054307434007" x2="468.740908356316" y2="254.96234039130002" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_58_0__stack1"><rect x="468.35299822216405" y="254.574430257148" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="468.35299822216405" y="258.84144173282004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 468.35299822216405 258.84144173282004)"></text><text class="pin-number sch-pin-label" x="468.740908356316" y="264.6600937451" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 468.740908356316 264.6600937451)">schematic_port_118</text><line class="component-pin sch-component-pin sch-port-line" x1="468.934863423392" y1="268.53919508662005" x2="468.934863423392" y2="276.29739776966005" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_58_1__stack1"><rect x="468.54695328924004" y="275.90948763550807" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="468.54695328924004" y="272.41829642814" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 468.54695328924004 272.41829642814)"></text><text class="pin-number sch-pin-label" x="468.934863423392" y="266.59964441586004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 468.934863423392 266.59964441586004)">schematic_port_119</text><line class="component-pin sch-component-pin sch-port-line" x1="461.95248100865604" y1="267.56941975124005" x2="455.164053660996" y2="267.56941975124005" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_58_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="454.776143526844" cy="267.56941975124005" r="0.387910134152" stroke-width="0.387910134152px"/><rect x="454.38823339269203" y="267.18150961708807" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="458.36431226775" y="267.18150961708807" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="463.892031679416" y="267.56941975124005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_120</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_59__stack1"><rect class="component chip sch-component-body" x="762.194924842304" y="262.72054307434007" width="1.9395506707600134" height="5.818652012279983" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="762.194924842304" y="262.72054307434007" width="1.9395506707600134" height="5.818652012279983" fill="transparent"/><text class="sch-text" x="763.1647001776839" y="265.62986908048003" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 763.1647001776839, 265.62986908048003)">schematic_component_59</text><line class="component-pin sch-component-pin sch-port-line" x1="757.346048165404" y1="262.72054307434007" x2="757.346048165404" y2="254.96234039130002" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_59_0__stack1"><rect x="756.958138031252" y="254.574430257148" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="756.958138031252" y="258.84144173282004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 756.958138031252 258.84144173282004)"></text><text class="pin-number sch-pin-label" x="757.346048165404" y="264.6600937451" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 757.346048165404 264.6600937451)">schematic_port_121</text><line class="component-pin sch-component-pin sch-port-line" x1="757.152093098328" y1="268.53919508662005" x2="757.152093098328" y2="276.29739776966005" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_59_1__stack1"><rect x="756.764182964176" y="275.90948763550807" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="756.7641829641759" y="272.41829642814" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 756.7641829641759 272.41829642814)"></text><text class="pin-number sch-pin-label" x="757.152093098328" y="266.59964441586004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 757.152093098328 266.59964441586004)">schematic_port_122</text><line class="component-pin sch-component-pin sch-port-line" x1="764.134475513064" y1="267.56941975124005" x2="771.310812994876" y2="267.56941975124005" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_59_2__stack1"><rect x="770.922902860724" y="267.18150961708807" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="767.72264425397" y="267.18150961708807" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="762.194924842304" y="267.56941975124005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_123</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_60__stack1"><rect class="component chip sch-component-body" x="885.5101357683584" y="462.49426216262003" width="5.8990754808430665" height="1.9395506707599566" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="885.5101357683584" y="462.49426216262003" width="5.8990754808430665" height="1.9395506707599566" fill="transparent"/><text class="sch-text" x="888.45967350878" y="463.46403749800004" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 888.45967350878, 463.46403749800004)">schematic_component_60</text><line class="component-pin sch-component-pin sch-port-line" x1="888.4097485047394" y1="464.43381283338" x2="888.4097485047394" y2="472.19201551642004" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_60_0__stack1"><rect x="888.0218383705874" y="471.80410538226806" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="888.0218383705874" y="468.3129141749" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 888.0218383705874 468.3129141749)"></text><text class="pin-number sch-pin-label" x="888.4097485047394" y="462.49426216262003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 888.4097485047394 462.49426216262003)">schematic_port_124</text><line class="component-pin sch-component-pin sch-port-line" x1="888.5095985128207" y1="462.49426216262003" x2="888.5095985128207" y2="454.73605947958004" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_60_1__stack1"><rect x="888.1216883786688" y="454.34814934542806" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="888.1216883786688" y="458.6151608211" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform="rotate(-90 888.1216883786688 458.6151608211)"></text><text class="pin-number sch-pin-label" x="888.5095985128207" y="464.43381283338" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="rotate(-90 888.5095985128207 464.43381283338)">schematic_port_125</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_61__stack1"><rect class="component chip sch-component-body" x="934.03911427164" y="538.0965265879785" width="1.9395506707600134" height="5.8990754808430665" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="934.03911427164" y="538.0965265879785" width="1.9395506707600134" height="5.8990754808430665" fill="transparent"/><text class="sch-text" x="935.0088896070199" y="541.0460643284" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="1.9663584936143534px" transform="rotate(0, 935.0088896070199, 541.0460643284)">schematic_component_61</text><line class="component-pin sch-component-pin sch-port-line" x1="934.03911427164" y1="540.9961393243593" x2="926.2809115886" y2="540.9961393243593" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_61_0__stack1"><rect x="925.893001454448" y="540.6082291902073" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="930.16001293012" y="540.6082291902073" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="935.9786649424" y="540.9961393243593" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_126</text><line class="component-pin sch-component-pin sch-port-line" x1="935.9786649424" y1="541.0959893324407" x2="943.73686762544" y2="541.0959893324407" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_61_1__stack1"><rect x="943.348957491288" y="540.7080791982887" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="939.85776628392" y="540.7080791982887" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="934.03911427164" y="541.0959893324407" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_127</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_62__stack1"><rect class="component chip sch-component-body" x="543.2196541134999" y="281.14627444656" width="131.88944561168" height="310.3281073216" stroke-width="0.387910134152px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="543.2196541134999" y="281.14627444656" width="131.88944561168" height="310.3281073216" fill="transparent"/><text class="sch-text" x="609.16437691934" y="436.31032810736" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 609.16437691934, 436.31032810736)">schematic_component_62</text><line class="component-pin sch-component-pin sch-port-line" x1="543.2196541134999" y1="409.15661871672006" x2="535.46145143046" y2="409.15661871672006" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_62_0__stack1"><rect x="535.073541296308" y="408.7687085825681" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="539.34055277198" y="408.7687085825681" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="545.1592047842599" y="409.15661871672006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_128</text><line class="component-pin sch-component-pin sch-port-line" x1="543.2196541134999" y1="455.70583481496004" x2="535.849361564612" y2="455.70583481496004" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_62_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="535.46145143046" cy="455.70583481496004" r="0.387910134152" stroke-width="0.387910134152px"/><rect x="535.073541296308" y="455.31792468080806" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="539.34055277198" y="455.31792468080806" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="545.1592047842599" y="455.70583481496004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_129</text><line class="component-pin sch-component-pin sch-port-line" x1="675.1090997251799" y1="463.4640374979999" x2="682.86730240822" y2="463.4640374979999" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_62_2__stack1"><rect x="682.479392274068" y="463.07612736384795" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.9882010667" y="463.07612736384795" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="673.16954905442" y="463.4640374979999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_130</text><line class="component-pin sch-component-pin sch-port-line" x1="543.2196541134999" y1="316.05818652024004" x2="535.46145143046" y2="316.05818652024004" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_62_3__stack1"><rect x="535.073541296308" y="315.67027638608806" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="539.34055277198" y="315.67027638608806" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="545.1592047842599" y="316.05818652024004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_131</text><line class="component-pin sch-component-pin sch-port-line" x1="675.1090997251799" y1="316.05818652024004" x2="682.86730240822" y2="316.05818652024004" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_62_4__stack1"><rect x="682.479392274068" y="315.67027638608806" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.9882010667" y="315.67027638608806" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="673.16954905442" y="316.05818652024004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_132</text><line class="component-pin sch-component-pin sch-port-line" x1="543.2196541134999" y1="347.0909972524001" x2="535.46145143046" y2="347.0909972524001" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_62_5__stack1"><rect x="535.073541296308" y="346.7030871182481" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="539.34055277198" y="346.7030871182481" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="545.1592047842599" y="347.0909972524001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_133</text><line class="component-pin sch-component-pin sch-port-line" x1="675.1090997251799" y1="347.09099725240003" x2="682.479392274068" y2="347.09099725240003" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_62_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="682.86730240822" cy="347.09099725240003" r="0.387910134152" stroke-width="0.387910134152px"/><rect x="682.479392274068" y="346.70308711824805" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.9882010667" y="346.70308711824805" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="673.16954905442" y="347.09099725240003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_134</text><line class="component-pin sch-component-pin sch-port-line" x1="543.2196541134999" y1="300.54178115416005" x2="535.46145143046" y2="300.54178115416005" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_62_7__stack1"><rect x="535.073541296308" y="300.15387102000807" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="539.34055277198" y="300.15387102000807" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="545.1592047842599" y="300.54178115416005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_135</text><line class="component-pin sch-component-pin sch-port-line" x1="675.1090997251799" y1="300.5417811541601" x2="682.86730240822" y2="300.5417811541601" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_62_8__stack1"><rect x="682.479392274068" y="300.1538710200081" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.9882010667" y="300.1538710200081" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="673.16954905442" y="300.5417811541601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_136</text><line class="component-pin sch-component-pin sch-port-line" x1="543.2196541134999" y1="331.5745918863201" x2="535.46145143046" y2="331.5745918863201" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_62_9__stack1"><rect x="535.073541296308" y="331.1866817521681" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="539.34055277198" y="331.18668175216806" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="545.1592047842599" y="331.5745918863201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_137</text><line class="component-pin sch-component-pin sch-port-line" x1="675.1090997251799" y1="331.57459188632004" x2="682.479392274068" y2="331.57459188632004" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_62_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="682.86730240822" cy="331.57459188632004" r="0.387910134152" stroke-width="0.387910134152px"/><rect x="682.479392274068" y="331.18668175216806" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.9882010667" y="331.18668175216806" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="673.16954905442" y="331.57459188632004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_138</text><line class="component-pin sch-component-pin sch-port-line" x1="675.1090997251799" y1="378.12380798456" x2="682.479392274068" y2="378.12380798456" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_62_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="682.86730240822" cy="378.12380798456" r="0.387910134152" stroke-width="0.387910134152px"/><rect x="682.479392274068" y="377.73589785040804" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.9882010667" y="377.73589785040804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="673.16954905442" y="378.12380798456" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_139</text><line class="component-pin sch-component-pin sch-port-line" x1="543.2196541134999" y1="478.9804428640801" x2="535.849361564612" y2="478.9804428640801" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_62_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="535.46145143046" cy="478.9804428640801" r="0.387910134152" stroke-width="0.387910134152px"/><rect x="535.073541296308" y="478.5925327299281" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="539.34055277198" y="478.59253272992805" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="545.1592047842599" y="478.9804428640801" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_140</text><line class="component-pin sch-component-pin sch-port-line" x1="675.1090997251799" y1="494.4968482301599" x2="682.86730240822" y2="494.4968482301599" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_62_13__stack1"><rect x="682.479392274068" y="494.10893809600793" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.9882010667" y="494.10893809600793" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="673.16954905442" y="494.4968482301599" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_141</text><line class="component-pin sch-component-pin sch-port-line" x1="675.1090997251799" y1="517.77145627928" x2="682.479392274068" y2="517.77145627928" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_62_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="682.86730240822" cy="517.77145627928" r="0.387910134152" stroke-width="0.387910134152px"/><rect x="682.479392274068" y="517.383546145128" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.9882010667" y="517.383546145128" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="673.16954905442" y="517.77145627928" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_142</text><line class="component-pin sch-component-pin sch-port-line" x1="675.1090997251799" y1="533.28786164536" x2="682.86730240822" y2="533.28786164536" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_62_15__stack1"><rect x="682.479392274068" y="532.899951511208" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.9882010667" y="532.899951511208" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="673.16954905442" y="533.28786164536" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_143</text><line class="component-pin sch-component-pin sch-port-line" x1="675.1090997251799" y1="548.80426701144" x2="682.86730240822" y2="548.80426701144" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_62_16__stack1"><rect x="682.479392274068" y="548.416356877288" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.9882010667" y="548.416356877288" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="673.16954905442" y="548.80426701144" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_144</text><line class="component-pin sch-component-pin sch-port-line" x1="675.1090997251799" y1="432.43122676583994" x2="682.86730240822" y2="432.43122676583994" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_62_17__stack1"><rect x="682.479392274068" y="432.04331663168796" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.9882010667" y="432.0433166316879" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="673.16954905442" y="432.43122676583994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_145</text><line class="component-pin sch-component-pin sch-port-line" x1="675.1090997251799" y1="409.15661871671995" x2="682.86730240822" y2="409.15661871671995" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_62_18__stack1"><rect x="682.479392274068" y="408.76870858256797" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.9882010667" y="408.76870858256797" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="673.16954905442" y="409.15661871671995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_146</text><line class="component-pin sch-component-pin sch-port-line" x1="675.1090997251799" y1="393.64021335064" x2="682.86730240822" y2="393.64021335064" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_62_19__stack1"><rect x="682.479392274068" y="393.25230321648803" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.9882010667" y="393.252303216488" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="673.16954905442" y="393.64021335064" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_147</text><line class="component-pin sch-component-pin sch-port-line" x1="675.1090997251799" y1="564.3206723775199" x2="682.86730240822" y2="564.3206723775199" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_62_20__stack1"><rect x="682.479392274068" y="563.932762243368" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.9882010667" y="563.932762243368" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="673.16954905442" y="564.3206723775199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_148</text><line class="component-pin sch-component-pin sch-port-line" x1="543.2196541134999" y1="362.6074026184801" x2="535.849361564612" y2="362.6074026184801" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_62_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="535.46145143046" cy="362.6074026184801" r="0.387910134152" stroke-width="0.387910134152px"/><rect x="535.073541296308" y="362.2194924843281" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="539.34055277198" y="362.2194924843281" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="545.1592047842599" y="362.6074026184801" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_149</text><line class="component-pin sch-component-pin sch-port-line" x1="675.1090997251799" y1="362.60740261848" x2="682.86730240822" y2="362.60740261848" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_62_22__stack1"><rect x="682.479392274068" y="362.21949248432804" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.9882010667" y="362.21949248432804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="673.16954905442" y="362.60740261848" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_150</text><line class="component-pin sch-component-pin sch-port-line" x1="675.1090997251799" y1="572.0788750605599" x2="682.86730240822" y2="572.0788750605599" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_62_23__stack1"><rect x="682.479392274068" y="571.6909649264079" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.9882010667" y="571.6909649264079" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="673.16954905442" y="572.0788750605599" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_151</text><line class="component-pin sch-component-pin sch-port-line" x1="543.2196541134999" y1="378.1238079845601" x2="535.849361564612" y2="378.1238079845601" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_62_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="535.46145143046" cy="378.1238079845601" r="0.387910134152" stroke-width="0.387910134152px"/><rect x="535.073541296308" y="377.7358978504081" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="539.34055277198" y="377.7358978504081" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="545.1592047842599" y="378.1238079845601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_152</text><line class="component-pin sch-component-pin sch-port-line" x1="543.2196541134999" y1="393.64021335064007" x2="535.46145143046" y2="393.64021335064007" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_62_25__stack1"><rect x="535.073541296308" y="393.2523032164881" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="539.34055277198" y="393.2523032164881" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="545.1592047842599" y="393.64021335064007" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_153</text><line class="component-pin sch-component-pin sch-port-line" x1="543.2196541134999" y1="440.18942944888005" x2="535.46145143046" y2="440.18942944888005" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_62_26__stack1"><rect x="535.073541296308" y="439.80151931472807" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="539.34055277198" y="439.80151931472807" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="545.1592047842599" y="440.18942944888005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_154</text><line class="component-pin sch-component-pin sch-port-line" x1="543.2196541134999" y1="525.52965896232" x2="535.849361564612" y2="525.52965896232" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_62_27__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="535.46145143046" cy="525.52965896232" r="0.387910134152" stroke-width="0.387910134152px"/><rect x="535.073541296308" y="525.141748828168" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="539.34055277198" y="525.141748828168" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="545.1592047842599" y="525.52965896232" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_155</text><line class="component-pin sch-component-pin sch-port-line" x1="543.2196541134999" y1="510.01325359624" x2="535.849361564612" y2="510.01325359624" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_62_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="535.46145143046" cy="510.01325359624" r="0.387910134152" stroke-width="0.387910134152px"/><rect x="535.073541296308" y="509.62534346208804" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="539.34055277198" y="509.62534346208804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="545.1592047842599" y="510.01325359624" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_156</text><line class="component-pin sch-component-pin sch-port-line" x1="543.2196541134999" y1="494.49684823016" x2="535.849361564612" y2="494.49684823016" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_62_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="535.46145143046" cy="494.49684823016" r="0.387910134152" stroke-width="0.387910134152px"/><rect x="535.073541296308" y="494.10893809600805" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="539.34055277198" y="494.10893809600805" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="545.1592047842599" y="494.49684823016" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_157</text><line class="component-pin sch-component-pin sch-port-line" x1="543.2196541134999" y1="572.07887506056" x2="535.46145143046" y2="572.07887506056" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_62_30__stack1"><rect x="535.073541296308" y="571.690964926408" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="539.34055277198" y="571.6909649264079" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="545.1592047842599" y="572.07887506056" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_158</text><line class="component-pin sch-component-pin sch-port-line" x1="543.2196541134999" y1="556.56246969448" x2="535.849361564612" y2="556.56246969448" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_62_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="535.46145143046" cy="556.56246969448" r="0.387910134152" stroke-width="0.387910134152px"/><rect x="535.073541296308" y="556.174559560328" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="539.34055277198" y="556.1745595603279" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="545.1592047842599" y="556.56246969448" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_159</text><line class="component-pin sch-component-pin sch-port-line" x1="543.2196541134999" y1="541.0460643284" x2="535.46145143046" y2="541.0460643284" stroke-width="0.387910134152px"/><g class="sch-port" data-schematic-port-id="source_port_62_32__stack1"><rect x="535.073541296308" y="540.658154194248" width="0.775820268304" height="0.775820268304" opacity="0"/></g><text class="pin-number sch-pin-number" x="539.34055277198" y="540.658154194248" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="2.9093260061399997px" transform=""></text><text class="pin-number sch-pin-label" x="545.1592047842599" y="541.0460643284" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="2.9093260061399997px" transform="">schematic_port_160</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="303.491191207564" cy="378.12380798456" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="317.455956037036" cy="378.12380798456" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="368.66009374509997" cy="262.13867787311204" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="368.66009374509997" cy="276.879262970888" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="861.30596411814" cy="246.62227250703202" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="861.30596411814" cy="261.362857604808" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="1152.2385647321398" cy="247.78600290948805" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="1152.2385647321398" cy="262.52658800726397" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="872.555358008548" cy="374.24470664304" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="888.847583642932" cy="374.24470664304" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="872.555358008548" cy="405.27751737520003" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="888.847583642932" cy="405.27751737520003" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="1109.56844997542" cy="246.62227250703202" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="1109.56844997542" cy="261.362857604808" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="384.17649911118" cy="262.13867787311204" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="384.17649911118" cy="276.879262970888" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="519.94504606438" cy="276.879262970888" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="519.94504606438" cy="262.13867787311204" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="698.3837077743" cy="276.879262970888" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="698.3837077743" cy="262.13867787311204" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="81.60659447262003" cy="277.65508323919204" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="81.60659447262003" cy="292.395668336968" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="440.42346856322" cy="304.42088249568" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="452.06077258778" cy="304.42088249568" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="774.0261839339399" cy="304.42088249568" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="785.6634879585" cy="304.42088249568" r="0.775820268304" 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.29739776966" cy="331.962502020472" r="0.775820268304" 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.29739776966" cy="346.703087118248" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_0__stack1"><circle cx="329.481170195748" cy="358.72830127696" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_1__stack1"><circle cx="345.773395830132" cy="358.72830127696" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_0__stack1"><circle cx="263.92435752406004" cy="362.995312752632" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_1__stack1"><circle cx="263.92435752406004" cy="377.73589785040804" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_0__stack1"><circle cx="710.02101179886" cy="394.028123484792" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_1__stack1"><circle cx="710.02101179886" cy="408.768708582568" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_0__stack1"><circle cx="1041.6841764988199" cy="288.9044771296" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_1__stack1"><circle cx="1053.32148052338" cy="288.9044771296" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_0__stack1"><circle cx="380.29739776966" cy="425.06093421695203" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_1__stack1"><circle cx="380.29739776966" cy="439.801519314728" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_0__stack1"><circle cx="448.18167124626" cy="444.0685307904" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_1__stack1"><circle cx="459.81897527082003" cy="444.0685307904" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_0__stack1"><circle cx="758.5097785678599" cy="444.0685307904" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_1__stack1"><circle cx="770.14708259242" cy="444.0685307904" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_0__stack1"><circle cx="423.74333279468397" cy="467.34313883952" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_1__stack1"><circle cx="437.708097624156" cy="467.34313883952" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_0__stack1"><circle cx="758.5097785678599" cy="475.10134152256" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_1__stack1"><circle cx="770.14708259242" cy="475.10134152256" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_0__stack1"><circle cx="727.4769678357" cy="494.49684823016" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_1__stack1"><circle cx="739.11427186026" cy="494.49684823016" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_0__stack1"><circle cx="248.40795215798" cy="501.86714077904804" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_1__stack1"><circle cx="248.40795215798" cy="487.126555681272" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_0__stack1"><circle cx="795.3612413123" cy="563.932762243368" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_1__stack1"><circle cx="795.3612413123" cy="549.192177145592" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_0__stack1"><circle cx="756.5702278971" cy="563.932762243368" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_1__stack1"><circle cx="756.5702278971" cy="549.192177145592" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_0__stack1"><circle cx="116.51850654629999" cy="246.62227250703202" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_1__stack1"><circle cx="116.51850654629999" cy="261.362857604808" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_0__stack1"><circle cx="155.30951996150003" cy="246.62227250703202" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_1__stack1"><circle cx="155.30951996150003" cy="261.362857604808" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_0__stack1"><circle cx="194.1005333767" cy="246.62227250703202" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_1__stack1"><circle cx="194.1005333767" cy="261.362857604808" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_0__stack1"><circle cx="232.8915467919" cy="246.62227250703202" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_1__stack1"><circle cx="232.8915467919" cy="261.362857604808" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_0__stack1"><circle cx="892.3387748503" cy="246.62227250703202" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_1__stack1"><circle cx="892.3387748503" cy="261.362857604808" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_0__stack1"><circle cx="927.25068692398" cy="246.62227250703202" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_1__stack1"><circle cx="927.25068692398" cy="261.362857604808" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_0__stack1"><circle cx="962.16259899766" cy="246.62227250703202" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_1__stack1"><circle cx="962.16259899766" cy="261.362857604808" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_0__stack1"><circle cx="997.0745110713399" cy="246.62227250703202" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_1__stack1"><circle cx="997.0745110713399" cy="261.362857604808" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_35_0__stack1"><circle cx="46.69468239894002" cy="263.30240827556804" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_35_1__stack1"><circle cx="46.69468239894002" cy="278.042993373344" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_36_0__stack1"><circle cx="304.65492161002" cy="242.35526103136002" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_36_1__stack1"><circle cx="316.29222563458" cy="242.35526103136002" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_37_0__stack1"><circle cx="1041.6841764988199" cy="242.35526103136002" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_37_1__stack1"><circle cx="1053.32148052338" cy="242.35526103136002" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_38_0__stack1"><circle cx="81.60659447262003" cy="263.69031840972" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_38_1__stack1"><circle cx="81.60659447262003" cy="252.05301438516003" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_0__stack1"><circle cx="351.20413770825996" cy="319.93728786176" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_1__stack1"><circle cx="362.84144173282004" cy="319.93728786176" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_40_0__stack1"><circle cx="325.98997898838" cy="325.75593987404" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_40_1__stack1"><circle cx="325.98997898838" cy="314.11863584948003" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_41_0__stack1"><circle cx="294.95716825622" cy="349.03054792316004" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_41_1__stack1"><circle cx="294.95716825622" cy="337.3932438986" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_42_0__stack1"><circle cx="979.6185550345" cy="389.76111200912004" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_42_1__stack1"><circle cx="967.98125100994" cy="389.76111200912004" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_43_0__stack1"><circle cx="273.62211087785994" cy="420.79392274128" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_43_1__stack1"><circle cx="285.25941490241996" cy="420.79392274128" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_44_0__stack1"><circle cx="987.3767577175399" cy="420.79392274128" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_44_1__stack1"><circle cx="975.73945369298" cy="420.79392274128" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_45_0__stack1"><circle cx="853.5477614351" cy="480.91999353484005" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_45_1__stack1"><circle cx="853.5477614351" cy="469.28268951028" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_46_0__stack1"><circle cx="474.171650234444" cy="467.34313883952" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_46_1__stack1"><circle cx="488.136415063916" cy="467.34313883952" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_47_0__stack1"><circle cx="715.83966381114" cy="463.46403749800004" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_47_1__stack1"><circle cx="727.4769678357" cy="463.46403749800004" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_48_0__stack1"><circle cx="287.19896557318003" cy="511.95280426700003" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_48_1__stack1"><circle cx="287.19896557318003" cy="500.31550024244" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_49_0__stack1"><circle cx="481.15403264918" cy="574.01842573132" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_49_1__stack1"><circle cx="481.15403264918" cy="562.38112170676" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_50_0__stack1"><circle cx="830.27315338598" cy="566.2602230482801" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_50_1__stack1"><circle cx="830.27315338598" cy="554.62291902372" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_51_0__stack1"><circle cx="729.41651850646" cy="570.1393243898" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_51_1__stack1"><circle cx="729.41651850646" cy="581.77662841436" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_52_0__stack1"><circle cx="888.45967350878" cy="511.95280426700003" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_52_1__stack1"><circle cx="888.45967350878" cy="500.31550024244" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_53_0__stack1"><circle cx="863.2455147889" cy="541.0460643284" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_53_1__stack1"><circle cx="874.8828188134601" cy="541.0460643284" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_54_0__stack1"><circle cx="312.41312429306" cy="459.58493615648" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_54_1__stack1"><circle cx="324.05042831762" cy="459.58493615648" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_55_0__stack1"><circle cx="598.9252464845641" cy="242.3043565542306" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_55_1__stack1"><circle cx="619.4035073541158" cy="242.4061655084894" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_56_0__stack1"><circle cx="407.645062227376" cy="242.549216098436" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_56_1__stack1"><circle cx="429.75593987404" cy="242.35526103136002" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_56_2__stack1"><circle cx="421.02796185562" cy="256.80491352852204" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_57_0__stack1"><circle cx="833.958299660424" cy="242.16130596428403" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_57_1__stack1"><circle cx="811.84742201376" cy="242.35526103136002" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_57_2__stack1"><circle cx="820.57540003218" cy="227.905608534198" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_58_0__stack1"><circle cx="468.740908356316" cy="254.96234039130002" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_58_1__stack1"><circle cx="468.934863423392" cy="276.29739776966005" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_58_2__stack1"><circle cx="454.776143526844" cy="267.56941975124005" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_59_0__stack1"><circle cx="757.346048165404" cy="254.96234039130002" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_59_1__stack1"><circle cx="757.152093098328" cy="276.29739776966005" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_59_2__stack1"><circle cx="771.310812994876" cy="267.56941975124005" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_60_0__stack1"><circle cx="888.4097485047394" cy="472.19201551642004" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_60_1__stack1"><circle cx="888.5095985128207" cy="454.73605947958004" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_61_0__stack1"><circle cx="926.2809115886" cy="540.9961393243593" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_61_1__stack1"><circle cx="943.73686762544" cy="541.0959893324407" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_0__stack1"><circle cx="535.46145143046" cy="409.15661871672006" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_1__stack1"><circle cx="535.46145143046" cy="455.70583481496004" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_2__stack1"><circle cx="682.86730240822" cy="463.4640374979999" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_3__stack1"><circle cx="535.46145143046" cy="316.05818652024004" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_4__stack1"><circle cx="682.86730240822" cy="316.05818652024004" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_5__stack1"><circle cx="535.46145143046" cy="347.0909972524001" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_6__stack1"><circle cx="682.86730240822" cy="347.09099725240003" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_7__stack1"><circle cx="535.46145143046" cy="300.54178115416005" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_8__stack1"><circle cx="682.86730240822" cy="300.5417811541601" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_9__stack1"><circle cx="535.46145143046" cy="331.5745918863201" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_10__stack1"><circle cx="682.86730240822" cy="331.57459188632004" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_11__stack1"><circle cx="682.86730240822" cy="378.12380798456" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_12__stack1"><circle cx="535.46145143046" cy="478.9804428640801" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_13__stack1"><circle cx="682.86730240822" cy="494.4968482301599" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_14__stack1"><circle cx="682.86730240822" cy="517.77145627928" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_15__stack1"><circle cx="682.86730240822" cy="533.28786164536" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_16__stack1"><circle cx="682.86730240822" cy="548.80426701144" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_17__stack1"><circle cx="682.86730240822" cy="432.43122676583994" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_18__stack1"><circle cx="682.86730240822" cy="409.15661871671995" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_19__stack1"><circle cx="682.86730240822" cy="393.64021335064" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_20__stack1"><circle cx="682.86730240822" cy="564.3206723775199" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_21__stack1"><circle cx="535.46145143046" cy="362.6074026184801" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_22__stack1"><circle cx="682.86730240822" cy="362.60740261848" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_23__stack1"><circle cx="682.86730240822" cy="572.0788750605599" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_24__stack1"><circle cx="535.46145143046" cy="378.1238079845601" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_25__stack1"><circle cx="535.46145143046" cy="393.64021335064007" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_26__stack1"><circle cx="535.46145143046" cy="440.18942944888005" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_27__stack1"><circle cx="535.46145143046" cy="525.52965896232" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_28__stack1"><circle cx="535.46145143046" cy="510.01325359624" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_29__stack1"><circle cx="535.46145143046" cy="494.49684823016" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_30__stack1"><circle cx="535.46145143046" cy="572.07887506056" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_31__stack1"><circle cx="535.46145143046" cy="556.56246969448" r="0.775820268304" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_32__stack1"><circle cx="535.46145143046" cy="541.0460643284" r="0.775820268304" 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="
384
- M 417.53677064825206,393.64021335064007
385
- L 415.59721997749205,392.5928559884297
386
- L 415.59721997749205,376.8281881364924
387
- L 419.4763213190121,376.8281881364924
388
- L 419.4763213190121,392.5928559884297
389
- Z
390
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="417.53677064825206" y="391.89461774695604" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(-90 417.53677064825206 391.89461774695604)">XXXXXX</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="
391
- M 325.98997898838,342.2421205755
392
- L 327.0373363505904,340.30256990474
393
- L 333.6887021175167,340.30256990474
394
- L 333.6887021175167,344.18167124626
395
- L 327.0373363505904,344.18167124626
396
- Z
397
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="327.73557459206404" y="342.2421205755" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
398
- M 535.46145143046,378.1238079845601
399
- L 534.4140940682496,380.0633586553201
400
- L 518.6494262163123,380.0633586553201
401
- L 518.6494262163123,376.18425731380006
402
- L 534.4140940682496,376.18425731380006
403
- Z
404
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="533.715855826776" y="378.1238079845601" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
405
- M 384.17649911118,242.549216098436
406
- L 382.23694844042,241.5018587362256
407
- L 382.23694844042,234.85049296929932
408
- L 386.11604978194003,234.85049296929932
409
- L 386.11604978194003,241.5018587362256
410
- Z
411
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="384.17649911118" y="240.803620494752" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(-90 384.17649911118 240.803620494752)">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="
412
- M 325.98997898838,242.35526103136002
413
- L 324.05042831762,241.30790366914962
414
- L 324.05042831762,234.65653790222333
415
- L 327.92952965914003,234.65653790222333
416
- L 327.92952965914003,241.30790366914962
417
- Z
418
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="325.98997898838" y="240.60966542767602" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(-90 325.98997898838 240.60966542767602)">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="
419
- M 368.66009374509997,280.758364312408
420
- L 370.59964441586,281.8057216746184
421
- L 370.59964441586,288.4570874415447
422
- L 366.72054307433996,288.4570874415447
423
- L 366.72054307433996,281.8057216746184
424
- Z
425
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="368.66009374509997" y="282.503959916092" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(90 368.66009374509997 282.503959916092)">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="
426
- M 81.60659447262003,296.27476967848804
427
- L 83.54614514338003,297.32212704069843
428
- L 83.54614514338003,303.9734928076247
429
- L 79.66704380186003,303.9734928076247
430
- L 79.66704380186003,297.32212704069843
431
- Z
432
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="81.60659447262003" y="298.02036528217207" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(90 81.60659447262003 298.02036528217207)">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="
433
- M 779.650880879144,475.1207370292676
434
- L 781.590431549904,476.168094391478
435
- L 781.590431549904,482.8194601584043
436
- L 777.711330208384,482.8194601584043
437
- L 777.711330208384,476.168094391478
438
- Z
439
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="779.650880879144" y="476.86633263295164" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(90 779.650880879144 476.86633263295164)">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="
440
- M 380.29739776966,467.34313883952
441
- L 382.23694844042,468.3904962017304
442
- L 382.23694844042,475.0418619686567
443
- L 378.3578470989,475.0418619686567
444
- L 378.3578470989,468.3904962017304
445
- Z
446
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="380.29739776966" y="469.08873444320403" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(90 380.29739776966 469.08873444320403)">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="
447
- M 729.41651850646,585.65572975588
448
- L 731.35606917722,586.7030871180904
449
- L 731.35606917722,593.3544528850167
450
- L 727.4769678357,593.3544528850167
451
- L 727.4769678357,586.7030871180904
452
- Z
453
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="729.41651850646" y="587.401325359564" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(90 729.41651850646 587.401325359564)">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="
454
- M 443.50735412972847,452.81590431552763
455
- L 445.4469048004885,453.863261677738
456
- L 445.4469048004885,460.5146274446643
457
- L 441.56780345896846,460.5146274446643
458
- L 441.56780345896846,453.863261677738
459
- Z
460
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="443.50735412972847" y="454.56149991921166" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(90 443.50735412972847 454.56149991921166)">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="
461
- M 749.6072409890716,495.4860190722476
462
- L 751.5467916598316,496.533376434458
463
- L 751.5467916598316,503.18474220138427
464
- L 747.6676903183115,503.18474220138427
465
- L 747.6676903183115,496.533376434458
466
- Z
467
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="749.6072409890716" y="497.2316146759316" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(90 749.6072409890716 497.2316146759316)">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="
468
- M 757.152093098328,304.4208824956801
469
- L 759.091643769088,305.46823985789047
470
- L 759.091643769088,312.11960562481676
471
- L 755.212542427568,312.11960562481676
472
- L 755.212542427568,305.46823985789047
473
- Z
474
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="757.152093098328" y="306.1664780993641" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(90 757.152093098328 306.1664780993641)">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="
475
- M 927.25068692398,265.24195894632794
476
- L 929.19023759474,266.28931630853833
477
- L 929.19023759474,272.9406820754646
478
- L 925.31113625322,272.9406820754646
479
- L 925.31113625322,266.28931630853833
480
- Z
481
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="927.25068692398" y="266.98755455001196" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(90 927.25068692398 266.98755455001196)">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="
482
- M 380.29739776966,358.72830127696
483
- L 382.23694844042,359.7756586391704
484
- L 382.23694844042,366.4270244060967
485
- L 378.3578470989,366.4270244060967
486
- L 378.3578470989,359.7756586391704
487
- Z
488
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="380.29739776966" y="360.473896880644" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(90 380.29739776966 360.473896880644)">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="
489
- M 263.92435752406004,377.73589785040804
490
- L 265.86390819482006,378.7832552126184
491
- L 265.86390819482006,385.4346209795447
492
- L 261.98480685330003,385.4346209795447
493
- L 261.98480685330003,378.7832552126184
494
- Z
495
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="263.92435752406004" y="379.48149345409206" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(90 263.92435752406004 379.48149345409206)">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="
496
- M 692.371100694944,572.0982705672675
497
- L 694.310651365704,573.1456279294779
498
- L 694.310651365704,579.7969936964042
499
- L 690.4315500241839,579.7969936964042
500
- L 690.4315500241839,573.1456279294779
501
- Z
502
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="692.371100694944" y="573.8438661709515" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(90 692.371100694944 573.8438661709515)">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="
503
- M 481.15403264918,577.89752707284
504
- L 483.09358331994,578.9448844350504
505
- L 483.09358331994,585.5962502019768
506
- L 479.21448197842,585.5962502019768
507
- L 479.21448197842,578.9448844350504
508
- Z
509
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="481.15403264918" y="579.6431226765241" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(90 481.15403264918 579.6431226765241)">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="
510
- M 1152.2385647321398,266.405689348784
511
- L 1154.1781154028997,267.4530467109944
512
- L 1154.1781154028997,274.1044124779207
513
- L 1150.29901406138,274.1044124779207
514
- L 1150.29901406138,267.4530467109944
515
- Z
516
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="1152.2385647321398" y="268.151284952468" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(90 1152.2385647321398 268.151284952468)">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="
517
- M 468.934863423392,304.42088249568
518
- L 470.87441409415203,305.4682398578904
519
- L 470.87441409415203,312.1196056248167
520
- L 466.995312752632,312.1196056248167
521
- L 466.995312752632,305.4682398578904
522
- Z
523
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="468.934863423392" y="306.16647809936404" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(90 468.934863423392 306.16647809936404)">XX</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="
524
- M 948.4111847419715,544.0247108452884
525
- L 950.3507354127315,545.0720682074988
526
- L 950.3507354127315,551.7234339744251
527
- L 946.4716340712115,551.7234339744251
528
- L 946.4716340712115,545.0720682074988
529
- Z
530
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="948.4111847419715" y="545.7703064489724" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(90 948.4111847419715 545.7703064489724)">XX</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="
531
- M 155.30951996150003,265.24195894632794
532
- L 157.24907063226004,266.28931630853833
533
- L 157.24907063226004,272.9406820754646
534
- L 153.36996929074002,272.9406820754646
535
- L 153.36996929074002,266.28931630853833
536
- Z
537
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="155.30951996150003" y="266.98755455001196" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(90 155.30951996150003 266.98755455001196)">XX</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="
538
- M 248.40795215798,515.83190560852
539
- L 250.34750282874,516.8792629707303
540
- L 250.34750282874,523.5306287376567
541
- L 246.46840148721998,523.5306287376567
542
- L 246.46840148721998,516.8792629707303
543
- Z
544
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="248.40795215798" y="517.577501212204" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(90 248.40795215798 517.577501212204)">XX</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="
545
- M 898.351381929656,405.27751737520003
546
- L 900.290932600416,406.3248747374104
547
- L 900.290932600416,412.9762405043367
548
- L 896.411831258896,412.9762405043367
549
- L 896.411831258896,406.3248747374104
550
- Z
551
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="898.351381929656" y="407.02311297888406" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(90 898.351381929656 407.02311297888406)">XX</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="
552
- M 1028.689187004728,242.35526103136002
553
- L 1026.749636333968,241.30790366914962
554
- L 1026.749636333968,234.65653790222333
555
- L 1030.6287376754879,234.65653790222333
556
- L 1030.6287376754879,241.30790366914962
557
- Z
558
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="1028.689187004728" y="240.60966542767602" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(-90 1028.689187004728 240.60966542767602)">XX</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="
559
- M 987.7840633583996,382.95328915475244
560
- L 985.8445126876396,381.90593179254205
561
- L 985.8445126876396,375.25456602561576
562
- L 989.7236140291596,375.25456602561576
563
- L 989.7236140291596,381.90593179254205
564
- Z
565
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="987.7840633583996" y="381.2076935510684" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(-90 987.7840633583996 381.2076935510684)">XX</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="
566
- M 861.30596411814,242.16130596428403
567
- L 859.36641344738,241.11394860207363
568
- L 859.36641344738,234.46258283514734
569
- L 863.2455147889,234.46258283514734
570
- L 863.2455147889,241.11394860207363
571
- Z
572
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="861.30596411814" y="240.41571036060003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(-90 861.30596411814 240.41571036060003)">XX</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="
573
- M 692.0025860674996,361.6182317763924
574
- L 690.0630353967396,360.570874414182
575
- L 690.0630353967396,353.9195086472557
576
- L 693.9421367382596,353.9195086472557
577
- L 693.9421367382596,360.570874414182
578
- Z
579
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="692.0025860674996" y="359.8726361727084" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(-90 692.0025860674996 359.8726361727084)">XX</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="
580
- M 1062.825278810104,242.35526103136002
581
- L 1060.885728139344,241.30790366914962
582
- L 1060.885728139344,234.65653790222333
583
- L 1064.764829480864,234.65653790222333
584
- L 1064.764829480864,241.30790366914962
585
- Z
586
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="1062.825278810104" y="240.60966542767602" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(-90 1062.825278810104 240.60966542767602)">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="
587
- M 992.0510748340716,413.9860998869124
588
- L 990.1115241633116,412.93874252470204
589
- L 990.1115241633116,406.28737675777575
590
- L 993.9906255048317,406.28737675777575
591
- L 993.9906255048317,412.93874252470204
592
- Z
593
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="992.0510748340716" y="412.2405042832284" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(-90 992.0510748340716 412.2405042832284)">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="
594
- M 1152.2385647321398,242.74317116551205
595
- L 1150.29901406138,241.69581380330166
596
- L 1150.29901406138,235.04444803637537
597
- L 1154.1781154028997,235.04444803637537
598
- L 1154.1781154028997,241.69581380330166
599
- Z
600
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="1152.2385647321398" y="240.99757556182806" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(-90 1152.2385647321398 240.99757556182806)">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="
601
- M 967.98125100994,389.76111200912004
602
- L 966.9338936477296,391.70066267988005
603
- L 951.1692257957924,391.70066267988005
604
- L 951.1692257957924,387.82156133836
605
- L 966.9338936477296,387.82156133836
606
- Z
607
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="966.235655406256" y="389.76111200912004" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_32__stack1" d="
608
- M 710.02101179886,393.64021335064
609
- L 708.0814611280999,392.5928559884296
610
- L 708.0814611280999,376.8281881364923
611
- L 711.96056246962,376.8281881364923
612
- L 711.96056246962,392.5928559884296
613
- Z
614
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="710.02101179886" y="391.894617746956" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(-90 710.02101179886 391.894617746956)">XXXXXX</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="
615
- M 872.555358008548,374.24470664304
616
- L 871.5080006463376,376.1842573138
617
- L 855.7433327944003,376.1842573138
618
- L 855.7433327944003,372.30515597228
619
- L 871.5080006463376,372.30515597228
620
- Z
621
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="870.8097624048639" y="374.24470664304" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_34__stack1" d="
622
- M 922.2078551800039,420.79392274128
623
- L 920.2683045092439,419.74656537906964
624
- L 920.2683045092439,403.98189752713233
625
- L 924.1474058507639,403.98189752713233
626
- L 924.1474058507639,419.74656537906964
627
- Z
628
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="922.2078551800039" y="419.048327137596" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(-90 922.2078551800039 419.048327137596)">XXXXXX</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="
629
- M 710.02101179886,409.15661871671995
630
- L 711.96056246962,410.20397607893034
631
- L 711.96056246962,425.96864393086764
632
- L 708.0814611280999,425.96864393086764
633
- L 708.0814611280999,410.20397607893034
634
- Z
635
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="710.02101179886" y="410.90221432040397" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(90 710.02101179886 410.90221432040397)">XXXXXX</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="
636
- M 519.94504606438,288.7105220625241
637
- L 520.9924034265904,286.7709713917641
638
- L 527.6437691935167,286.7709713917641
639
- L 527.6437691935167,290.6500727332841
640
- L 520.9924034265904,290.6500727332841
641
- Z
642
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="521.690641668064" y="288.7105220625241" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" 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_37__stack1" d="
643
- M 519.94504606438,251.08323904978005
644
- L 518.00549539362,250.03588168756966
645
- L 518.00549539362,243.38451592064337
646
- L 521.88459673514,243.38451592064337
647
- L 521.88459673514,250.03588168756966
648
- Z
649
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="519.94504606438" y="249.33764344609605" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(-90 519.94504606438 249.33764344609605)">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="
650
- M 526.3261677711804,315.0690156781525
651
- L 524.3866171004204,314.0216583159421
652
- L 524.3866171004204,307.3702925490158
653
- L 528.2657184419404,307.3702925490158
654
- L 528.2657184419404,314.0216583159421
655
- Z
656
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="526.3261677711804" y="313.32342007446846" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(-90 526.3261677711804 313.32342007446846)">XX</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="
657
- M 437.9214481979396,239.4265395185124
658
- L 435.98189752717957,238.37918215630202
659
- L 435.98189752717957,231.72781638937573
660
- L 439.8609988686996,231.72781638937573
661
- L 439.8609988686996,238.37918215630202
662
- Z
663
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="437.9214481979396" y="237.68094391482842" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(-90 437.9214481979396 237.68094391482842)">XX</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="
664
- M 590.7597381606645,233.556983029103
665
- L 588.8201874899045,232.50962566689262
666
- L 588.8201874899045,225.85825989996633
667
- L 592.6992888314245,225.85825989996633
668
- L 592.6992888314245,232.50962566689262
669
- Z
670
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="590.7597381606645" y="231.811387425419" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(-90 590.7597381606645 231.811387425419)">XX</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="
671
- M 698.3837077743,288.7105220625241
672
- L 699.4310651365104,286.7709713917641
673
- L 706.0824309034367,286.7709713917641
674
- L 706.0824309034367,290.6500727332841
675
- L 699.4310651365104,290.6500727332841
676
- Z
677
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="700.129303377984" y="288.7105220625241" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" 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_42__stack1" d="
678
- M 698.3837077743,251.08323904978005
679
- L 696.44415710354,250.03588168756966
680
- L 696.44415710354,243.38451592064337
681
- L 700.32325844506,243.38451592064337
682
- L 700.32325844506,250.03588168756966
683
- Z
684
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="698.3837077743" y="249.33764344609605" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(-90 698.3837077743 249.33764344609605)">XX</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="
685
- M 692.0025860674996,315.0690156781525
686
- L 690.0630353967396,314.0216583159421
687
- L 690.0630353967396,307.3702925490158
688
- L 693.9421367382596,307.3702925490158
689
- L 693.9421367382596,314.0216583159421
690
- Z
691
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="692.0025860674996" y="313.32342007446846" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(-90 692.0025860674996 313.32342007446846)">XX</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="
692
- M 803.6819136898604,227.78923549395242
693
- L 801.7423630191004,226.74187813174203
694
- L 801.7423630191004,220.09051236481574
695
- L 805.6214643606204,220.09051236481574
696
- L 805.6214643606204,226.74187813174203
697
- Z
698
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="803.6819136898604" y="226.04363989026842" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(-90 803.6819136898604 226.04363989026842)">XX</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="
699
- M 627.5690156780155,233.65879198336185
700
- L 625.6294650072555,232.61143462115146
701
- L 625.6294650072555,225.96006885422517
702
- L 629.5085663487755,225.96006885422517
703
- L 629.5085663487755,232.61143462115146
704
- Z
705
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="627.5690156780155" y="231.91319637967786" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(-90 627.5690156780155 231.91319637967786)">XX</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="
706
- M 81.60659447262003,270.672700824456
707
- L 82.65395183483044,268.733150153696
708
- L 89.30531760175673,268.733150153696
709
- L 89.30531760175673,272.612251495216
710
- L 82.65395183483044,272.612251495216
711
- Z
712
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="83.35219007630403" y="270.672700824456" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" 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_47__stack1" d="
713
- M 486.00290932608,331.5745918863201
714
- L 484.06335865532,330.5272345241097
715
- L 484.06335865532,307.92759010841417
716
- L 487.94245999684,307.92759010841417
717
- L 487.94245999684,330.5272345241097
718
- Z
719
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="486.00290932608" y="329.82899628263607" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(-90 486.00290932608 329.82899628263607)">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="
720
- M 454.776143526844,267.56941975124005
721
- L 453.7287861646336,269.50897042200006
722
- L 431.1291417489381,269.50897042200006
723
- L 431.1291417489381,265.62986908048003
724
- L 453.7287861646336,265.62986908048003
725
- Z
726
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="453.03054792316" y="267.56941975124005" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" 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="
727
- M 789.5425893000199,304.42088249568
728
- L 791.4821399707799,305.4682398578904
729
- L 791.4821399707799,328.06788427358595
730
- L 787.6030386292599,328.06788427358595
731
- L 787.6030386292599,305.4682398578904
732
- Z
733
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="789.5425893000199" y="306.16647809936404" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(90 789.5425893000199 306.16647809936404)">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="
734
- M 682.86730240822,331.57459188632004
735
- L 683.9146597704304,329.63504121556
736
- L 706.5143041861259,329.63504121556
737
- L 706.5143041861259,333.51414255708005
738
- L 683.9146597704304,333.51414255708005
739
- Z
740
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="684.612898011904" y="331.57459188632004" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" 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="
741
- M 535.46145143046,362.6074026184801
742
- L 534.4140940682496,364.5469532892401
743
- L 516.3711006950596,364.5469532892401
744
- L 516.3711006950596,360.66785194772007
745
- L 534.4140940682496,360.66785194772007
746
- Z
747
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="533.715855826776" y="362.6074026184801" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_52__stack1" d="
748
- M 380.29739776966,319.93728786176
749
- L 378.3578470989,318.8899304995496
750
- L 378.3578470989,300.8469371263596
751
- L 382.23694844042,300.8469371263596
752
- L 382.23694844042,318.8899304995496
753
- Z
754
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="380.29739776966" y="318.191692258076" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(-90 380.29739776966 318.191692258076)">XXXXXXX</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="
755
- M 338.11217068063,459.58493615648
756
- L 336.17262000987,458.5375787942696
757
- L 336.17262000987,451.88621302734333
758
- L 340.05172135139003,451.88621302734333
759
- L 340.05172135139003,458.5375787942696
760
- Z
761
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="338.11217068063" y="457.839340552796" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(-90 338.11217068063 457.839340552796)">XX</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="
762
- M 410.36043316644,409.15661871672006
763
- L 408.42088249567996,408.10926135450967
764
- L 408.42088249567996,401.4578955875834
765
- L 412.2999838372,401.4578955875834
766
- L 412.2999838372,408.10926135450967
767
- Z
768
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="410.36043316644" y="407.41102311303604" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(-90 410.36043316644 407.41102311303604)">XX</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="
769
- M 888.5095985128207,450.85695813806
770
- L 886.5700478420607,449.8096007758496
771
- L 886.5700478420607,443.1582350089233
772
- L 890.4491491835807,443.1582350089233
773
- L 890.4491491835807,449.8096007758496
774
- Z
775
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="888.5095985128207" y="449.111362534376" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(-90 888.5095985128207 449.111362534376)">XX</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="
776
- M 492.015516405436,455.70583481496004
777
- L 490.9681590432256,457.64538548572006
778
- L 470.64684014878287,457.64538548572006
779
- L 470.64684014878287,453.76628414420003
780
- L 490.9681590432256,453.76628414420003
781
- Z
782
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="490.269920801752" y="455.70583481496004" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_57__stack1" d="
783
- M 535.46145143046,455.70583481496004
784
- L 534.4140940682496,457.64538548572006
785
- L 514.0927751738068,457.64538548572006
786
- L 514.0927751738068,453.76628414420003
787
- L 534.4140940682496,453.76628414420003
788
- Z
789
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="533.715855826776" y="455.70583481496004" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_58__stack1" d="
790
- M 720.68854048804,432.43122676583994
791
- L 718.74898981728,431.38386940362955
792
- L 718.74898981728,424.73250363670326
793
- L 722.6280911588,424.73250363670326
794
- L 722.6280911588,431.38386940362955
795
- Z
796
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="720.68854048804" y="430.6856311621559" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(-90 720.68854048804 430.6856311621559)">XX</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="
797
- M 267.78406335887234,413.9860998869124
798
- L 265.84451268811233,412.93874252470204
799
- L 265.84451268811233,406.28737675777575
800
- L 269.72361402963236,406.28737675777575
801
- L 269.72361402963236,412.93874252470204
802
- Z
803
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="267.78406335887234" y="412.2405042832284" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(-90 267.78406335887234 412.2405042832284)">XX</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="
804
- M 455.9398739293,467.34313883952
805
- L 454.00032325854,466.2957814773096
806
- L 454.00032325854,459.6444157103833
807
- L 457.87942460006,459.6444157103833
808
- L 457.87942460006,466.2957814773096
809
- Z
810
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="455.9398739293" y="465.597543235836" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(-90 455.9398739293 465.597543235836)">XX</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="
811
- M 750.75157588482,475.10134152256
812
- L 748.81202521406,474.0539841603496
813
- L 748.81202521406,467.4026183934233
814
- L 752.69112655558,467.4026183934233
815
- L 752.69112655558,474.0539841603496
816
- Z
817
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="750.75157588482" y="473.355745918876" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(-90 750.75157588482 473.355745918876)">XX</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="
818
- M 699.35348310968,463.464037498
819
- L 697.41393243892,462.4166801357896
820
- L 697.41393243892,442.09536124134684
821
- L 701.29303378044,442.09536124134684
822
- L 701.29303378044,462.4166801357896
823
- Z
824
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="699.35348310968" y="461.71844189431596" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(-90 699.35348310968 461.71844189431596)">XXXXXXXX</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="
825
- M 516.55083239055,440.18942944888005
826
- L 514.61128171979,439.14207208666966
827
- L 514.61128171979,411.9857766284686
828
- L 518.49038306131,411.9857766284686
829
- L 518.49038306131,439.14207208666966
830
- Z
831
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="516.55083239055" y="438.443833845196" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(-90 516.55083239055 438.443833845196)">XXXXXXXXXXX</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="
832
- M 248.40795215798,473.35574591887604
833
- L 249.45530952019038,471.416195248116
834
- L 276.6116049783914,471.416195248116
835
- L 276.6116049783914,475.29529658963605
836
- L 249.45530952019038,475.29529658963605
837
- Z
838
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="250.153547761664" y="473.35574591887604" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" 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_65__stack1" d="
839
- M 682.86730240822,517.77145627928
840
- L 683.9146597704304,515.83190560852
841
- L 704.2359786648732,515.83190560852
842
- L 704.2359786648732,519.71100695004
843
- L 683.9146597704304,519.71100695004
844
- Z
845
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="684.612898011904" y="517.77145627928" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_66__stack1" d="
846
- M 795.3612413123,545.313075804072
847
- L 794.3138839500896,547.252626474832
848
- L 773.9925650556468,547.252626474832
849
- L 773.9925650556468,543.373525133312
850
- L 794.3138839500896,543.373525133312
851
- Z
852
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="793.615645708616" y="545.313075804072" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_67__stack1" d="
853
- M 756.5702278971,533.28786164536
854
- L 757.6175852593104,531.3483109745999
855
- L 775.6605786325005,531.3483109745999
856
- L 775.6605786325005,535.22741231612
857
- L 757.6175852593104,535.22741231612
858
- Z
859
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="758.3158235007841" y="533.28786164536" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_68__stack1" d="
860
- M 294.95716825622,242.35526103136002
861
- L 293.01761758545996,241.30790366914962
862
- L 293.01761758545996,234.65653790222333
863
- L 296.89671892698,234.65653790222333
864
- L 296.89671892698,241.30790366914962
865
- Z
866
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="294.95716825622" y="240.60966542767602" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(-90 294.95716825622 240.60966542767602)">XX</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="
867
- M 345.36609018927237,313.1294650073924
868
- L 343.42653951851236,312.082107645182
869
- L 343.42653951851236,305.43074187825573
870
- L 347.3056408600324,305.43074187825573
871
- L 347.3056408600324,312.082107645182
872
- Z
873
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="345.36609018927237" y="311.3838694037084" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(-90 345.36609018927237 311.3838694037084)">XX</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="
874
- M 155.30951996150003,242.74317116551205
875
- L 153.36996929074002,241.69581380330166
876
- L 153.36996929074002,235.04444803637537
877
- L 157.24907063226004,235.04444803637537
878
- L 157.24907063226004,241.69581380330166
879
- Z
880
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="155.30951996150003" y="240.99757556182806" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(-90 155.30951996150003 240.99757556182806)">XX</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="
881
- M 705.17213512196,505.16437691934
882
- L 706.2194924841704,503.22482624858
883
- L 744.7674155486351,503.22482624858
884
- L 744.7674155486351,507.1039275901
885
- L 706.2194924841704,507.1039275901
886
- Z
887
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="706.917730725644" y="505.16437691934" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" 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_72__stack1" d="
888
- M 863.2455147889,541.0460643284
889
- L 862.1981574266896,542.98561499916
890
- L 823.6502343622249,542.98561499916
891
- L 823.6502343622249,539.10651365764
892
- L 862.1981574266896,539.10651365764
893
- Z
894
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="861.499919185216" y="541.0460643284" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" 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_73__stack1" d="
895
- M 853.5477614351,480.91999353484005
896
- L 855.48731210586,481.96735089705044
897
- L 855.48731210586,520.5152739615152
898
- L 851.60821076434,520.5152739615152
899
- L 851.60821076434,481.96735089705044
900
- Z
901
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="853.5477614351" y="482.66558913852407" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(90 853.5477614351 482.66558913852407)">XXXXXXXXXXXXXXXX</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="
902
- M 481.15403264918,541.0460643284
903
- L 479.21448197842,539.9987069661896
904
- L 479.21448197842,521.9557135929996
905
- L 483.09358331994,521.9557135929996
906
- L 483.09358331994,539.9987069661896
907
- Z
908
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="481.15403264918" y="539.300468724716" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(-90 481.15403264918 539.300468724716)">XXXXXXX</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="
909
- M 729.41651850646,559.47179570062
910
- L 728.3691611442496,561.41134637138
911
- L 710.3261677710595,561.41134637138
912
- L 710.3261677710595,557.53224502986
913
- L 728.3691611442496,557.53224502986
914
- Z
915
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="727.6709229027759" y="559.47179570062" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_76__stack1" d="
916
- M 888.45967350878,486.25375787943
917
- L 889.5070308709904,484.31420720867
918
- L 896.1583966379168,484.31420720867
919
- L 896.1583966379168,488.19330855019
920
- L 889.5070308709904,488.19330855019
921
- Z
922
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="890.2052691124641" y="486.25375787943" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" 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_77__stack1" d="
923
- M 900.58186520103,541.0460643284
924
- L 898.64231453027,539.9987069661896
925
- L 898.64231453027,521.9557135929996
926
- L 902.52141587179,521.9557135929996
927
- L 902.52141587179,539.9987069661896
928
- Z
929
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="900.58186520103" y="539.300468724716" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(-90 900.58186520103 539.300468724716)">XXXXXXX</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="
930
- M 421.02796185562,347.0909972524001
931
- L 422.96751252638,348.1383546146105
932
- L 422.96751252638,370.737999030306
933
- L 419.08841118486,370.737999030306
934
- L 419.08841118486,348.1383546146105
935
- Z
936
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="421.02796185562" y="348.8365928560841" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(90 421.02796185562 348.8365928560841)">XXXXXXXXX</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="
937
- M 682.86730240822,347.09099725240003
938
- L 683.9146597704304,345.15144658164
939
- L 706.5143041861259,345.15144658164
940
- L 706.5143041861259,349.03054792316004
941
- L 683.9146597704304,349.03054792316004
942
- Z
943
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="684.612898011904" y="347.09099725240003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" 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_80__stack1" d="
944
- M 820.57540003218,227.905608534198
945
- L 818.63584936142,226.8582511719876
946
- L 818.63584936142,204.25860675629207
947
- L 822.51495070294,204.25860675629207
948
- L 822.51495070294,226.8582511719876
949
- Z
950
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.387910134152px"/><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="820.57540003218" y="226.160012930514" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.491191207368px" transform="rotate(-90 820.57540003218 226.160012930514)">XXXXXXXXX</text><text class="sch-text" x="554.85695813806" y="593.995797640148" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.4911912073679945px" transform="rotate(0, 554.85695813806, 593.995797640148)">BQ25731RSN</text><text class="sch-text" x="545.547114918412" y="278.915791175186" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.491191207368px" transform="rotate(0, 545.547114918412, 278.915791175186)">U1</text><rect class="schematic-box sch-box" x="543.2196541135" y="592.250202036464" width="23.274608049119934" height="3.491191207368047" stroke-width="0.387910134152px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.103281073216 1.551640536608"/><rect class="schematic-box sch-box" x="542.055923711044" y="276.49135283673604" width="6.98238241473598" height="4.848876676899977" stroke-width="0.387910134152px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.103281073216 1.551640536608"/>
383
+ </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 803.7937166565 571.776102972082 L 803.7937166565 594.53840291277 L 840.37598441832 594.53840291277 L 840.37598441832 574.21492082287" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 803.7937166565 571.776102972082 L 803.7937166565 594.53840291277 L 840.37598441832 594.53840291277 L 840.37598441832 574.21492082287" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 763.1467524766999 571.776102972082 L 763.1467524766999 594.53840291277 L 803.7937166565 594.53840291277 L 803.7937166565 571.776102972082" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 763.1467524766999 571.776102972082 L 763.1467524766999 594.53840291277 L 803.7937166565 594.53840291277 L 803.7937166565 571.776102972082" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 734.6938775508399 590.47370649479 L 734.6938775508399 594.53840291277 L 763.1467524766999 594.53840291277 L 763.1467524766999 571.776102972082" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 734.6938775508399 590.47370649479 L 734.6938775508399 594.53840291277 L 763.1467524766999 594.53840291277 L 763.1467524766999 571.776102972082" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 901.752900329818 373.01244813286 L 905.817596747798 373.01244813286 L 905.817596747798 405.5300194767 L 901.752900329818 405.5300194767" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 901.752900329818 373.01244813286 L 905.817596747798 373.01244813286 L 905.817596747798 405.5300194767 L 901.752900329818 405.5300194767" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 444.06808366526997 299.84791260922 L 461.74951308348295 299.84791260922 L 461.74951308348295 270.37886357886504" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 444.06808366526997 299.84791260922 L 461.74951308348295 299.84791260922 L 461.74951308348295 270.37886357886504" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 781.43788635761 299.84791260922 L 763.7564569393969 299.84791260922 L 763.7564569393969 270.37886357886504" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 781.43788635761 299.84791260922 L 763.7564569393969 299.84791260922 L 763.7564569393969 270.37886357886504" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 1177.7457871106599 255.94919129503594 L 1177.7457871106599 260.01388771301595 L 1133.03412651288 260.01388771301595 L 1133.03412651288 254.72978236964195" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1177.7457871106599 255.94919129503594 L 1177.7457871106599 260.01388771301595 L 1133.03412651288 260.01388771301595 L 1133.03412651288 254.72978236964195" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 685.9175205350799 580.3119654498399 L 689.98221695306 580.3119654498399 L 689.98221695306 572.1825726138799 L 685.9175205350799 572.1825726138799" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 685.9175205350799 580.3119654498399 L 689.98221695306 580.3119654498399 L 689.98221695306 572.1825726138799 L 685.9175205350799 572.1825726138799" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 356.67711067869993 270.98856804156196 L 356.67711067869993 275.053264459542 L 372.93589635061994 275.053264459542 L 372.93589635061994 270.98856804156196" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 356.67711067869993 270.98856804156196 L 356.67711067869993 275.053264459542 L 372.93589635061994 275.053264459542 L 372.93589635061994 270.98856804156196" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 332.69540181261794 356.75366246094 L 368.8711999326399 356.75366246094 L 368.8711999326399 344.153103565202" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 332.69540181261794 356.75366246094 L 368.8711999326399 356.75366246094 L 368.8711999326399 344.153103565202" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 777.37318993963 478.69455500034 L 781.43788635761 478.69455500034 L 781.43788635761 446.1769836565 L 777.37318993963 446.1769836565" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 777.37318993963 478.69455500034 L 781.43788635761 478.69455500034 L 781.43788635761 446.1769836565 L 777.37318993963 446.1769836565" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 905.411127106 254.72978236964195 L 905.411127106 258.794478787622 L 872.89355576216 258.794478787622 L 872.89355576216 254.72978236964195" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 905.411127106 254.72978236964195 L 905.411127106 258.794478787622 L 872.89355576216 258.794478787622 L 872.89355576216 254.72978236964195" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 941.9933948678199 254.72978236964195 L 941.9933948678199 258.794478787622 L 905.411127106 258.794478787622 L 905.411127106 254.72978236964195" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 941.9933948678199 254.72978236964195 L 941.9933948678199 258.794478787622 L 905.411127106 258.794478787622 L 905.411127106 254.72978236964195" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 978.57566262964 254.72978236964195 L 978.57566262964 258.794478787622 L 941.9933948678199 258.794478787622 L 941.9933948678199 254.72978236964195" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 978.57566262964 254.72978236964195 L 978.57566262964 258.794478787622 L 941.9933948678199 258.794478787622 L 941.9933948678199 254.72978236964195" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 1015.15793039146 254.72978236964195 L 1015.15793039146 258.794478787622 L 978.57566262964 258.794478787622 L 978.57566262964 254.72978236964195" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1015.15793039146 254.72978236964195 L 1015.15793039146 258.794478787622 L 978.57566262964 258.794478787622 L 978.57566262964 254.72978236964195" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 133.11880768979995 254.72978236964195 L 133.11880768979995 258.794478787622 L 92.47184350999993 258.794478787622 L 92.47184350999993 254.72978236964195" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 133.11880768979995 254.72978236964195 L 133.11880768979995 258.794478787622 L 92.47184350999993 258.794478787622 L 92.47184350999993 254.72978236964195" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 173.76577186959992 254.72978236964195 L 173.76577186959992 258.794478787622 L 133.11880768979995 258.794478787622 L 133.11880768979995 254.72978236964195" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 173.76577186959992 254.72978236964195 L 173.76577186959992 258.794478787622 L 133.11880768979995 258.794478787622 L 133.11880768979995 254.72978236964195" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 214.41273604939994 254.72978236964195 L 214.41273604939994 258.794478787622 L 173.76577186959992 258.794478787622 L 173.76577186959992 254.72978236964195" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 214.41273604939994 254.72978236964195 L 214.41273604939994 258.794478787622 L 173.76577186959992 258.794478787622 L 173.76577186959992 254.72978236964195" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 1177.7457871106599 240.50334490671196 L 1177.7457871106599 235.21923956333802 L 1133.03412651288 235.21923956333802 L 1133.03412651288 239.283935981318" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1177.7457871106599 240.50334490671196 L 1177.7457871106599 235.21923956333802 L 1133.03412651288 235.21923956333802 L 1133.03412651288 239.283935981318" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 714.3703954609399 409.188246252882 L 714.3703954609399 409.59471589467995 L 685.9175205350799 409.59471589467995" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 714.3703954609399 409.188246252882 L 714.3703954609399 409.59471589467995 L 685.9175205350799 409.59471589467995" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 714.3703954609399 393.74239986455797 L 714.3703954609399 393.33593022275994 L 685.9175205350799 393.33593022275994" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 714.3703954609399 393.74239986455797 L 714.3703954609399 393.33593022275994 L 685.9175205350799 393.33593022275994" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 133.11880768979995 239.283935981318 L 133.11880768979995 235.21923956333802 L 92.47184350999993 235.21923956333802 L 92.47184350999993 239.283935981318" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 133.11880768979995 239.283935981318 L 133.11880768979995 235.21923956333802 L 92.47184350999993 235.21923956333802 L 92.47184350999993 239.283935981318" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 173.76577186959992 239.283935981318 L 173.76577186959992 235.21923956333802 L 133.11880768979995 235.21923956333802 L 133.11880768979995 239.283935981318" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 173.76577186959992 239.283935981318 L 173.76577186959992 235.21923956333802 L 133.11880768979995 235.21923956333802 L 133.11880768979995 239.283935981318" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 214.41273604939994 239.283935981318 L 214.41273604939994 235.21923956333802 L 173.76577186959992 235.21923956333802 L 173.76577186959992 239.283935981318" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 214.41273604939994 239.283935981318 L 214.41273604939994 235.21923956333802 L 173.76577186959992 235.21923956333802 L 173.76577186959992 239.283935981318" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 55.88957574817994 244.97451096649 L 55.88957574817994 235.21923956333805 L 92.47184350999993 235.21923956333805 L 92.47184350999993 239.28393598131802" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 55.88957574817994 244.97451096649 L 55.88957574817994 235.21923956333805 L 92.47184350999993 235.21923956333805 L 92.47184350999993 239.28393598131802" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 19.307307986359888 256.762130578632 L 19.307307986359888 235.21923956333805 L 55.88957574817994 235.21923956333805 L 55.88957574817994 244.97451096649" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 19.307307986359888 256.762130578632 L 19.307307986359888 235.21923956333805 L 55.88957574817994 235.21923956333805 L 55.88957574817994 244.97451096649" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 372.93589635061994 255.542721653238 L 372.93589635061994 235.01600474243898 L 397.52730967939897 235.01600474243898" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 372.93589635061994 255.542721653238 L 372.93589635061994 235.01600474243898 L 397.52730967939897 235.01600474243898" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 356.67711067869993 255.542721653238 L 356.67711067869993 251.47802523525803 L 372.93589635061994 251.47802523525803 L 372.93589635061994 255.542721653238" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 356.67711067869993 255.542721653238 L 356.67711067869993 251.47802523525803 L 372.93589635061994 251.47802523525803 L 372.93589635061994 255.542721653238" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 515.20027097992 270.98856804156196 L 515.20027097992 295.78321619124006 L 531.45905665184 295.78321619124006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 515.20027097992 270.98856804156196 L 515.20027097992 295.78321619124006 L 531.45905665184 295.78321619124006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 702.1763062069999 270.98856804156196 L 702.1763062069999 295.78321619124006 L 685.9175205350799 295.78321619124006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 702.1763062069999 270.98856804156196 L 702.1763062069999 295.78321619124006 L 685.9175205350799 295.78321619124006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 55.88957574817994 271.801507325158 L 55.88957574817994 257.16860022043" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 55.88957574817994 271.801507325158 L 55.88957574817994 257.16860022043" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 872.89355576216 239.283935981318 L 872.89355576216 234.60953510064098 L 844.237446015401 234.60953510064098" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 872.89355576216 239.283935981318 L 872.89355576216 234.60953510064098 L 844.237446015401 234.60953510064098" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 905.411127106 239.283935981318 L 905.411127106 234.60953510064098 L 872.89355576216 234.60953510064098 L 872.89355576216 239.283935981318" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 905.411127106 239.283935981318 L 905.411127106 234.60953510064098 L 872.89355576216 234.60953510064098 L 872.89355576216 239.283935981318" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 941.9933948678199 239.283935981318 L 941.9933948678199 234.60953510064098 L 905.411127106 234.60953510064098 L 905.411127106 239.283935981318" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 941.9933948678199 239.283935981318 L 941.9933948678199 234.60953510064098 L 905.411127106 234.60953510064098 L 905.411127106 239.283935981318" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 978.57566262964 239.283935981318 L 978.57566262964 234.60953510064098 L 941.9933948678199 234.60953510064098 L 941.9933948678199 239.283935981318" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 978.57566262964 239.283935981318 L 978.57566262964 234.60953510064098 L 941.9933948678199 234.60953510064098 L 941.9933948678199 239.283935981318" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 1015.15793039146 239.283935981318 L 1015.15793039146 234.60953510064098 L 978.57566262964 234.60953510064098 L 978.57566262964 239.283935981318" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1015.15793039146 239.283935981318 L 1015.15793039146 234.60953510064098 L 978.57566262964 234.60953510064098 L 978.57566262964 239.283935981318" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 765.17910068569 478.69455500034 L 748.9203150137699 478.69455500034 L 748.9203150137699 466.5004657464 L 732.6615293418499 466.5004657464" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 765.17910068569 478.69455500034 L 748.9203150137699 478.69455500034 L 748.9203150137699 466.5004657464 L 732.6615293418499 466.5004657464" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 720.46744008791 466.5004657464 L 685.9175205350799 466.50046574639987" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 720.46744008791 466.5004657464 L 685.9175205350799 466.50046574639987" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 732.6615293418499 499.01803709024 L 716.4027436699299 499.01803709024 L 716.4027436699299 466.5004657464 L 720.46744008791 466.5004657464" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 732.6615293418499 499.01803709024 L 716.4027436699299 499.01803709024 L 716.4027436699299 466.5004657464 L 720.46744008791 466.5004657464" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 901.2941170289464 475.646032686855 L 901.34643068802 475.646032686855 L 901.34643068802 505.11508171721" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 901.2941170289464 475.646032686855 L 901.34643068802 475.646032686855 L 901.34643068802 505.11508171721" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 315.62367685710194 356.75366246094 L 307.0878143793439 356.75366246094 L 307.0878143793439 377.07714455084 L 303.02311796136394 377.07714455084" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 315.62367685710194 356.75366246094 L 307.0878143793439 356.75366246094 L 307.0878143793439 377.07714455084 L 303.02311796136394 377.07714455084" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 311.96545008091994 322.20374290811 L 311.96545008091994 356.75366246093995 L 315.62367685710194 356.75366246093995" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 311.96545008091994 322.20374290811 L 311.96545008091994 356.75366246093995 L 315.62367685710194 356.75366246093995" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 279.4478787370799 346.59192141599 L 279.4478787370799 377.07714455084 L 288.390210856636 377.07714455084" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 279.4478787370799 346.59192141599 L 279.4478787370799 377.07714455084 L 288.390210856636 377.07714455084" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 246.93030739323996 361.224828520718 L 246.93030739323996 357.16013210273803 L 279.4478787370799 357.16013210273803 L 279.4478787370799 346.59192141599004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 246.93030739323996 361.224828520718 L 246.93030739323996 357.16013210273803 L 279.4478787370799 357.16013210273803 L 279.4478787370799 346.59192141599004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 467.2368532477559 470.56516216438 L 429.0287069187439 470.56516216438" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 467.2368532477559 470.56516216438 L 429.0287069187439 470.56516216438" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 350.58006605173 316.10669828114 L 368.8711999326399 316.10669828114 L 368.8711999326399 328.707257176878" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 350.58006605173 316.10669828114 L 368.8711999326399 316.10669828114 L 368.8711999326399 328.707257176878" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 803.7937166565 556.330256583758 L 803.7937166565 552.265560165778 L 840.37598441832 552.265560165778 L 840.37598441832 562.02083156893" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 803.7937166565 556.330256583758 L 803.7937166565 552.265560165778 L 840.37598441832 552.265560165778 L 840.37598441832 562.02083156893" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 55.88957574817994 287.247353713482 L 55.88957574817994 291.312050131462 L 19.307307986359888 291.312050131462 L 19.307307986359888 272.207976966956" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 55.88957574817994 287.247353713482 L 55.88957574817994 291.312050131462 L 19.307307986359888 291.312050131462 L 19.307307986359888 272.207976966956" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 368.8711999326399 441.705817596722 L 368.8711999326399 470.56516216438 L 414.39579981401596 470.56516216438" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 368.8711999326399 441.705817596722 L 368.8711999326399 470.56516216438 L 414.39579981401596 470.56516216438" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 531.45905665184 580.3119654498399 L 503.00618172597996 580.3119654498399 L 503.00618172597996 586.40901007681 L 474.5533068001199 586.40901007681 L 474.5533068001199 582.3443136588301" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 531.45905665184 580.3119654498399 L 503.00618172597996 580.3119654498399 L 503.00618172597996 586.40901007681 L 474.5533068001199 586.40901007681 L 474.5533068001199 582.3443136588301" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 230.67152172131995 506.74096028440204 L 230.67152172131995 521.3738673891299 L 271.31848590111997 521.3738673891299 L 271.31848590111997 517.30917097115" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 230.67152172131995 506.74096028440204 L 230.67152172131995 521.3738673891299 L 271.31848590111997 521.3738673891299 L 271.31848590111997 517.30917097115" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 1074.09602845217 283.58912693729997 L 1078.16072487015 283.58912693729997 L 1078.16072487015 234.81276992154 L 1074.09602845217 234.81276992154" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1074.09602845217 283.58912693729997 L 1078.16072487015 283.58912693729997 L 1078.16072487015 234.81276992154 L 1074.09602845217 234.81276992154" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 992.80210009257 421.78880514862 L 880.616478956322 421.78880514862 L 880.616478956322 405.5300194767 L 884.681175374302 405.5300194767" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 992.80210009257 421.78880514862 L 880.616478956322 421.78880514862 L 880.616478956322 405.5300194767 L 884.681175374302 405.5300194767" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 531.45905665184 547.794394106 L 474.5533068001199 547.794394106 L 474.5533068001199 570.15022440489" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 531.45905665184 547.794394106 L 474.5533068001199 547.794394106 L 474.5533068001199 570.15022440489" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 531.45905665184 442.11228723852 L 491.82826657653493 442.11228723852 L 491.82826657653493 479.913963925734 L 271.31848590111997 479.913963925734 L 271.31848590111997 505.11508171721" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 531.45905665184 442.11228723852 L 491.82826657653493 442.11228723852 L 491.82826657653493 479.913963925734 L 271.31848590111997 479.913963925734 L 271.31848590111997 505.11508171721" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 230.67152172131995 491.29511389607796 L 230.67152172131995 462.43576932842 L 297.73901261798994 462.43576932842" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 230.67152172131995 491.29511389607796 L 230.67152172131995 462.43576932842 L 297.73901261798994 462.43576932842" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 289.60961978202994 234.81276992154 L 279.4478787370799 234.81276992154 L 279.4478787370799 334.39783216205" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 289.60961978202994 234.81276992154 L 279.4478787370799 234.81276992154 L 279.4478787370799 334.39783216205" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 765.17910068569 446.1769836565 L 725.548310610385 446.1769836565 L 725.548310610385 433.9828944025599 L 685.9175205350799 433.9828944025599" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 765.17910068569 446.1769836565 L 725.548310610385 446.1769836565 L 725.548310610385 433.9828944025599 L 685.9175205350799 433.9828944025599" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 368.8711999326399 426.259971208398 L 368.8711999326399 422.195274790418 L 339.402150902285 422.195274790418 L 339.402150902285 462.43576932842 L 309.93310187193 462.43576932842" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 368.8711999326399 426.259971208398 L 368.8711999326399 422.195274790418 L 339.402150902285 422.195274790418 L 339.402150902285 462.43576932842 L 309.93310187193 462.43576932842" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 269.28613769212996 421.78880514862 L 400.3725971719849 421.78880514862 L 400.3725971719849 409.59471589468006 L 531.45905665184 409.59471589468006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 269.28613769212996 421.78880514862 L 400.3725971719849 421.78880514862 L 400.3725971719849 409.59471589468006 L 531.45905665184 409.59471589468006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 901.3987443470935 457.354898805945 L 901.3987443470935 453.290202387965 L 864.7641629262 453.290202387965 L 864.7641629262 472.59751037337" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 901.3987443470935 457.354898805945 L 901.3987443470935 453.290202387965 L 864.7641629262 453.290202387965 L 864.7641629262 472.59751037337" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 301.80370903597 234.81276992154 L 311.96545008091994 234.81276992154 L 311.96545008091994 310.00965365417" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 301.80370903597 234.81276992154 L 311.96545008091994 234.81276992154 L 311.96545008091994 310.00965365417" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 515.20027097992 255.542721653238 L 515.20027097992 243.958336861995 L 461.54627826258394 243.958336861995 L 461.54627826258394 248.02303327997498" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 515.20027097992 255.542721653238 L 515.20027097992 243.958336861995 L 461.54627826258394 243.958336861995 L 461.54627826258394 248.02303327997498" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 702.1763062069999 255.542721653238 L 702.1763062069999 243.958336861995 L 763.959691760296 243.958336861995 L 763.959691760296 248.02303327997498" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 702.1763062069999 255.542721653238 L 702.1763062069999 243.958336861995 L 763.959691760296 243.958336861995 L 763.959691760296 248.02303327997498" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 793.6319756115499 299.84791260922 L 797.69667202953 299.84791260922 L 797.69667202953 261.23329663841 L 778.592598865024 261.23329663841" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 793.6319756115499 299.84791260922 L 797.69667202953 299.84791260922 L 797.69667202953 261.23329663841 L 778.592598865024 261.23329663841" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 1061.90193919823 283.58912693729997 L 1057.83724278025 283.58912693729997 L 1057.83724278025 234.81276992154 L 1061.90193919823 234.81276992154" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1061.90193919823 283.58912693729997 L 1057.83724278025 283.58912693729997 L 1057.83724278025 234.81276992154 L 1061.90193919823 234.81276992154" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" 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 531.45905665184 393.33593022276006 L 284.32551443865594 393.33593022276006 L 284.32551443865594 377.07714455084 L 288.390210856636 377.07714455084" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 531.45905665184 393.33593022276006 L 284.32551443865594 393.33593022276006 L 284.32551443865594 377.07714455084 L 288.390210856636 377.07714455084" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_67__stack1"><path d="M 481.8697603524839 470.56516216438 L 485.93445677046395 470.56516216438 L 485.93445677046395 446.1769836565 L 452.19747650122997 446.1769836565" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 481.8697603524839 470.56516216438 L 485.93445677046395 470.56516216438 L 485.93445677046395 446.1769836565 L 452.19747650122997 446.1769836565" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_68__stack1"><path d="M 734.6938775508399 578.27961724085 L 734.6938775508399 555.9237869419599 L 685.9175205350799 555.9237869419599" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 734.6938775508399 578.27961724085 L 734.6938775508399 555.9237869419599 L 685.9175205350799 555.9237869419599" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_69__stack1"><path d="M 887.11999322509 547.794394106 L 940.977220763325 547.794394106 L 940.977220763325 547.7420804469265" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 887.11999322509 547.794394106 L 940.977220763325 547.794394106 L 940.977220763325 547.7420804469265" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_70__stack1"><path d="M 685.9175205350799 539.66500127004 L 763.1467524766999 539.66500127004 L 763.1467524766999 556.330256583758" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 685.9175205350799 539.66500127004 L 763.1467524766999 539.66500127004 L 763.1467524766999 556.330256583758" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_71__stack1"><path d="M 685.9175205350799 499.0180370902399 L 709.289524938465 499.0180370902399 L 709.289524938465 521.37386738913 L 901.34643068802 521.37386738913 L 901.34643068802 517.30917097115" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 685.9175205350799 499.0180370902399 L 709.289524938465 499.0180370902399 L 709.289524938465 521.37386738913 L 901.34643068802 521.37386738913 L 901.34643068802 517.30917097115" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_72__stack1"><path d="M 531.45905665184 328.3007875350801 L 427.80929799334996 328.3007875350801 L 427.80929799334996 299.84791260922 L 431.87399441132993 299.84791260922" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 531.45905665184 328.3007875350801 L 427.80929799334996 328.3007875350801 L 427.80929799334996 299.84791260922 L 431.87399441132993 299.84791260922" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_73__stack1"><path d="M 531.45905665184 344.5595732070001 L 411.5505123214299 344.5595732070001 L 411.5505123214299 249.95376407851552" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 531.45905665184 344.5595732070001 L 411.5505123214299 344.5595732070001 L 411.5505123214299 249.95376407851552" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_74__stack1"><path d="M 781.43788635761 478.69455500034 L 787.331696163681 478.69455500034 L 787.331696163681 478.7148784824299" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 781.43788635761 478.69455500034 L 787.331696163681 478.69455500034 L 787.331696163681 478.7148784824299" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_75__stack1"><path d="M 440.00338724729 446.1769836565 L 435.1054280636241 446.1769836565 L 435.1054280636241 455.3428740790449" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 440.00338724729 446.1769836565 L 435.1054280636241 446.1769836565 L 435.1054280636241 455.3428740790449" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_76__stack1"><path d="M 744.85561859579 499.01803709024 L 755.8506224064258 499.01803709024 L 755.8506224064258 500.0545346768249" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 744.85561859579 499.01803709024 L 755.8506224064258 499.01803709024 L 755.8506224064258 500.0545346768249" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_77__stack1"><path d="M 689.98221695306 580.3119654498399 L 695.8760267591309 580.3119654498399 L 695.8760267591309 580.3322889319298" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 689.98221695306 580.3119654498399 L 695.8760267591309 580.3119654498399 L 695.8760267591309 580.3322889319298" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_78__stack1"><path d="M 959.2683546442349 547.8467077650735 L 964.1663138279008 547.8467077650735 L 964.1663138279008 550.9155535606484" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 959.2683546442349 547.8467077650735 L 964.1663138279008 547.8467077650735 L 964.1663138279008 550.9155535606484" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_79__stack1"><path d="M 905.817596747798 405.5300194767 L 911.711406553869 405.5300194767" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 905.817596747798 405.5300194767 L 911.711406553869 405.5300194767" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_80__stack1"><path d="M 1057.83724278025 234.81276992154 L 1048.285206197997 234.81276992154" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1057.83724278025 234.81276992154 L 1048.285206197997 234.81276992154" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_81__stack1"><path d="M 996.86679651055 389.27123380478 L 1005.422982470398 389.27123380478 L 1005.422982470398 382.1376915912251" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 996.86679651055 389.27123380478 L 1005.422982470398 389.27123380478 L 1005.422982470398 382.1376915912251" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_82__stack1"><path d="M 685.9175205350799 360.81835887892 L 695.4898805994228 360.81835887892 L 695.4898805994228 359.78186129233507" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 685.9175205350799 360.81835887892 L 695.4898805994228 360.81835887892 L 695.4898805994228 359.78186129233507" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_83__stack1"><path d="M 1078.16072487015 234.81276992154 L 1084.054534676221 234.81276992154" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1078.16072487015 234.81276992154 L 1084.054534676221 234.81276992154" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_84__stack1"><path d="M 1004.9961893465099 421.78880514862 L 1009.8941485301759 421.78880514862 L 1009.8941485301759 414.6552629350651" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1004.9961893465099 421.78880514862 L 1009.8941485301759 421.78880514862 L 1009.8941485301759 414.6552629350651" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_85__stack1"><path d="M 531.45905665184 312.04200186316007 L 521.886696587497 312.04200186316007 L 521.886696587497 311.00550427657515" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 531.45905665184 312.04200186316007 L 521.886696587497 312.04200186316007 L 521.886696587497 311.00550427657515" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_86__stack1"><path d="M 420.69607926188496 234.81276992154 L 429.25226522173284 234.81276992154 L 429.25226522173284 231.7439241259651" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 420.69607926188496 234.81276992154 L 429.25226522173284 234.81276992154 L 429.25226522173284 231.7439241259651" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_87__stack1"><path d="M 597.9592683546756 234.75942992662092 L 589.4030823948277 234.75942992662092 L 589.4030823948277 225.59353950407606" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 597.9592683546756 234.75942992662092 L 589.4030823948277 234.75942992662092 L 589.4030823948277 225.59353950407606" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_88__stack1"><path d="M 685.9175205350799 312.04200186316007 L 695.4898805994228 312.04200186316007 L 695.4898805994228 311.00550427657515" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 685.9175205350799 312.04200186316007 L 695.4898805994228 312.04200186316007 L 695.4898805994228 311.00550427657515" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_89__stack1"><path d="M 821.0686764329149 234.81276992154 L 812.512490473067 234.81276992154 L 812.512490473067 219.5498348720251" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 821.0686764329149 234.81276992154 L 812.512490473067 234.81276992154 L 812.512490473067 219.5498348720251" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_90__stack1"><path d="M 619.4173088322443 234.866109916459 L 627.9734947920922 234.866109916459 L 627.9734947920922 225.70021949391412" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 619.4173088322443 234.866109916459 L 627.9734947920922 234.866109916459 L 627.9734947920922 225.70021949391412" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_91__stack1"><path d="M 257.0920484381899 421.78880514862 L 250.97468032912997 421.78880514862 L 250.97468032912997 414.6552629350651" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 257.0920484381899 421.78880514862 L 250.97468032912997 421.78880514862 L 250.97468032912997 414.6552629350651" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_92__stack1"><path d="M 338.38597679778997 316.10669828114 L 332.26860868873 316.10669828114 L 332.26860868873 308.9731560675851" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.2517571343840004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 338.38597679778997 316.10669828114 L 332.26860868873 316.10669828114 L 332.26860868873 308.9731560675851" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.40646964179800005px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="803.7937166565" cy="571.776102972082" r="0.609704462697" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="803.7937166565" cy="594.53840291277" r="0.609704462697" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="763.1467524766999" cy="571.776102972082" r="0.609704462697" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="763.1467524766999" cy="594.53840291277" r="0.609704462697" 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_2__stack1"/><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="905.817596747798" cy="405.5300194767" r="0.609704462697" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><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="689.98221695306" cy="580.3119654498399" r="0.609704462697" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><circle cx="781.43788635761" cy="478.69455500034" r="0.609704462697" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><circle cx="905.411127106" cy="254.72978236964195" r="0.609704462697" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="905.411127106" cy="258.794478787622" r="0.609704462697" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"><circle cx="941.9933948678199" cy="254.72978236964195" r="0.609704462697" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="941.9933948678199" cy="258.794478787622" r="0.609704462697" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"><circle cx="978.57566262964" cy="254.72978236964195" r="0.609704462697" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="978.57566262964" cy="258.794478787622" r="0.609704462697" 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_14__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"><circle cx="133.11880768979995" cy="254.72978236964195" r="0.609704462697" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="133.11880768979995" cy="258.794478787622" r="0.609704462697" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"><circle cx="173.76577186959992" cy="254.72978236964195" r="0.609704462697" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="173.76577186959992" cy="258.794478787622" r="0.609704462697" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"/><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"><circle cx="133.11880768979995" cy="239.283935981318" r="0.609704462697" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="133.11880768979995" cy="235.21923956333802" r="0.609704462697" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="92.47184350999993" cy="235.21923956333802" r="0.609704462697" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="92.47184350999993" cy="239.283935981318" r="0.609704462697" 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_22__stack1"><circle cx="173.76577186959992" cy="239.283935981318" r="0.609704462697" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="173.76577186959992" cy="235.21923956333802" r="0.609704462697" 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_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="55.88957574817994" cy="244.97451096649" r="0.609704462697" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="55.88957574817994" cy="235.21923956333805" r="0.609704462697" 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"/><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="372.93589635061994" cy="255.542721653238" r="0.609704462697" 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"/><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"/><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="872.89355576216" cy="239.283935981318" r="0.609704462697" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="872.89355576216" cy="234.60953510064098" r="0.609704462697" 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"><circle cx="905.411127106" cy="239.283935981318" r="0.609704462697" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="905.411127106" cy="234.60953510064098" r="0.609704462697" 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_33__stack1"><circle cx="941.9933948678199" cy="239.283935981318" r="0.609704462697" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="941.9933948678199" cy="234.60953510064098" r="0.609704462697" 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_34__stack1"><circle cx="978.57566262964" cy="239.283935981318" r="0.609704462697" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="978.57566262964" cy="234.60953510064098" r="0.609704462697" 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_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"><circle cx="720.46744008791" cy="466.5004657464" r="0.609704462697" 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_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"><circle cx="315.62367685710194" cy="356.75366246094" r="0.609704462697" 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_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"><circle cx="279.4478787370799" cy="346.59192141599" r="0.609704462697" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="288.390210856636" cy="377.07714455084" r="0.609704462697" 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_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"/><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"><circle cx="1078.16072487015" cy="234.81276992154" r="0.609704462697" 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_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"><circle cx="1057.83724278025" cy="234.81276992154" r="0.609704462697" 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_66__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_67__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_68__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_69__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_70__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_71__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_72__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_73__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_74__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_75__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_76__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_77__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_78__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_79__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_80__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_81__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_82__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_83__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_84__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_85__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_86__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_87__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_88__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_89__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_90__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_91__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_92__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="294.6904903045049" y="368.541282073082" width="2.0323482089900153" height="17.071724955516004" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="294.6904903045049" y="368.541282073082" width="2.0323482089900153" height="17.071724955516004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="294.6904903045049" y1="377.07714455084" x2="288.390210856636" y2="377.07714455084" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="287.98374121483795" y="376.67067490904196" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="291.5403505805704" y="376.67067490904196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="296.72283851349493" y1="377.07714455084" x2="303.02311796136394" y2="377.07714455084" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="302.6166483195659" y="376.67067490904196" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="299.87297823742944" y="376.67067490904196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" 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="347.531543738245" y="262.249470742905" width="26.11567448552148" height="2.032348208990072" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="347.531543738245" y="262.249470742905" width="26.11567448552148" height="2.032348208990072" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="356.67711067869993" y1="262.249470742905" x2="356.67711067869993" y2="255.542721653238" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="356.2706410369019" y="255.13625201144" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="356.27064103690196" y="258.8960961980715" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 356.27064103690196 258.8960961980715)"></text><line class="component-pin sch-component-pin sch-port-line" x1="356.67711067869993" y1="264.28181895189505" x2="356.67711067869993" y2="270.98856804156196" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="356.2706410369019" y="270.58209839976394" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="356.27064103690196" y="267.6351934967285" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 356.27064103690196 267.6351934967285)"></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="863.747988821705" y="245.99068507098497" width="26.11567448552148" height="2.0323482089900153" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="863.747988821705" y="245.99068507098497" width="26.11567448552148" height="2.0323482089900153" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="872.89355576216" y1="245.99068507098497" x2="872.89355576216" y2="239.283935981318" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="872.4870861203619" y="238.87746633952" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="872.4870861203619" y="242.63731052615148" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 872.4870861203619 242.63731052615148)"></text><line class="component-pin sch-component-pin sch-port-line" x1="872.89355576216" y1="248.02303327997498" x2="872.89355576216" y2="254.72978236964195" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="872.4870861203619" y="254.32331272784396" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="872.4870861203619" y="251.37640782480847" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 872.4870861203619 251.37640782480847)"></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="1168.600220170205" y="247.210093996379" width="21.238038783945512" height="2.0323482089900153" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1168.600220170205" y="247.210093996379" width="21.238038783945512" height="2.0323482089900153" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1177.7457871106599" y1="247.210093996379" x2="1177.7457871106599" y2="240.50334490671202" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="1177.339317468862" y="240.09687526491402" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1177.339317468862" y="243.8567194515455" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 1177.339317468862 243.8567194515455)"></text><line class="component-pin sch-component-pin sch-port-line" x1="1177.7457871106599" y1="249.242442205369" x2="1177.7457871106599" y2="255.94919129503597" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="1177.339317468862" y="255.54272165323798" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1177.339317468862" y="252.5958167502025" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 1177.339317468862 252.5958167502025)"></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="892.2008637475649" y="364.476585655102" width="2.032348208990129" height="17.071724955516004" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="892.2008637475649" y="364.476585655102" width="2.032348208990129" height="17.071724955516004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="892.2008637475649" y1="373.01244813286" x2="885.0876450160999" y2="373.01244813286" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="884.681175374302" cy="373.01244813286" r="0.40646964179800005" stroke-width="0.40646964179800005px"/><rect x="884.274705732504" y="372.605978491062" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="888.4410195609335" y="372.605978491062" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="894.233211956555" y1="373.01244813286" x2="901.752900329818" y2="373.01244813286" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="901.34643068802" y="372.605978491062" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="897.9930561431864" y="372.605978491062" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="892.2008637475649" y="396.994156998942" width="2.032348208990129" height="17.071724955516004" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="892.2008637475649" y="396.994156998942" width="2.032348208990129" height="17.071724955516004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="892.2008637475649" y1="405.5300194767" x2="884.681175374302" y2="405.5300194767" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="884.274705732504" y="405.12354983490195" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="888.4410195609335" y="405.123549834902" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="894.233211956555" y1="405.5300194767" x2="901.752900329818" y2="405.5300194767" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="901.34643068802" y="405.12354983490195" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="897.9930561431864" y="405.123549834902" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="1123.888559572425" y="245.99068507098497" width="21.238038783945512" height="2.0323482089900153" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1123.888559572425" y="245.99068507098497" width="21.238038783945512" height="2.0323482089900153" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1133.03412651288" y1="245.99068507098497" x2="1133.03412651288" y2="239.283935981318" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="1132.627656871082" y="238.87746633952" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1132.6276568710819" y="242.63731052615148" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 1132.6276568710819 242.63731052615148)"></text><line class="component-pin sch-component-pin sch-port-line" x1="1133.03412651288" y1="248.02303327997498" x2="1133.03412651288" y2="254.72978236964195" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="1132.627656871082" y="254.32331272784396" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1132.6276568710819" y="251.37640782480847" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 1132.6276568710819 251.37640782480847)"></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="363.790329410165" y="262.249470742905" width="26.11567448552148" height="2.032348208990072" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="363.790329410165" y="262.249470742905" width="26.11567448552148" height="2.032348208990072" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="372.93589635061994" y1="262.249470742905" x2="372.93589635061994" y2="255.542721653238" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="372.5294267088219" y="255.13625201144" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="372.529426708822" y="258.8960961980715" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 372.529426708822 258.8960961980715)"></text><line class="component-pin sch-component-pin sch-port-line" x1="372.93589635061994" y1="264.28181895189505" x2="372.93589635061994" y2="270.98856804156196" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="372.5294267088219" y="270.58209839976394" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="372.529426708822" y="267.6351934967285" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 372.529426708822 267.6351934967285)"></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="506.0547040394649" y="262.249470742905" width="28.148022694511496" height="2.032348208990072" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="506.0547040394649" y="262.249470742905" width="28.148022694511496" height="2.032348208990072" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="515.20027097992" y1="264.28181895189505" x2="515.20027097992" y2="270.98856804156196" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="514.793801338122" y="270.58209839976394" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="514.793801338122" y="267.6351934967285" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 514.793801338122 267.6351934967285)"></text><line class="component-pin sch-component-pin sch-port-line" x1="515.20027097992" y1="262.249470742905" x2="515.20027097992" y2="255.542721653238" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><rect x="514.793801338122" y="255.13625201144" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="514.793801338122" y="258.8960961980715" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 514.793801338122 258.8960961980715)"></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="693.030739266545" y="262.249470742905" width="28.148022694511496" height="2.032348208990072" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="693.030739266545" y="262.249470742905" width="28.148022694511496" height="2.032348208990072" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="702.1763062069999" y1="264.28181895189505" x2="702.1763062069999" y2="270.98856804156196" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="701.7698365652019" y="270.58209839976394" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="701.769836565202" y="267.6351934967285" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 701.769836565202 267.6351934967285)"></text><line class="component-pin sch-component-pin sch-port-line" x1="702.1763062069999" y1="262.249470742905" x2="702.1763062069999" y2="255.542721653238" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><rect x="701.7698365652019" y="255.13625201144" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="701.769836565202" y="258.8960961980715" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 701.769836565202 258.8960961980715)"></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="46.74400880772498" y="278.508256414825" width="18.799220933157358" height="2.032348208990072" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="46.74400880772498" y="278.508256414825" width="18.799220933157358" height="2.032348208990072" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="55.88957574817994" y1="278.508256414825" x2="55.88957574817994" y2="271.801507325158" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="55.48310610638194" y="271.39503768336" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="55.48310610638191" y="275.1548818699915" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 55.48310610638191 275.1548818699915)"></text><line class="component-pin sch-component-pin sch-port-line" x1="55.88957574817994" y1="280.54060462381506" x2="55.88957574817994" y2="287.247353713482" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="55.48310610638194" y="286.840884071684" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="55.48310610638191" y="283.8939791686485" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 55.48310610638191 283.8939791686485)"></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="436.95486493380497" y="291.312050131462" width="2.0323482089900153" height="17.071724955515947" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="436.95486493380497" y="291.312050131462" width="2.0323482089900153" height="17.071724955515947" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="436.95486493380497" y1="299.84791260922" x2="431.87399441132993" y2="299.84791260922" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><rect x="431.4675247695319" y="299.44144296742195" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="434.4144296725674" y="299.441442967422" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="438.987213142795" y1="299.84791260922" x2="444.06808366526997" y2="299.84791260922" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_11_1__stack1"><rect x="443.66161402347194" y="299.44144296742195" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="441.52764840403245" y="299.441442967422" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" 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="786.518756880085" y="291.312050131462" width="2.0323482089900153" height="17.071724955515947" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="786.518756880085" y="291.312050131462" width="2.0323482089900153" height="17.071724955515947" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="786.518756880085" y1="299.84791260922" x2="781.43788635761" y2="299.84791260922" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_12_0__stack1"><rect x="781.0314167158119" y="299.44144296742195" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="783.9783216188474" y="299.441442967422" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="788.551105089075" y1="299.84791260922" x2="793.6319756115499" y2="299.84791260922" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_12_1__stack1"><rect x="793.2255059697519" y="299.44144296742195" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="791.0915403503125" y="299.441442967422" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></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="359.72563299218496" y="335.414006266545" width="26.11567448552148" height="2.0323482089899585" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="359.72563299218496" y="335.414006266545" width="26.11567448552148" height="2.0323482089899585" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="368.8711999326399" y1="335.414006266545" x2="368.8711999326399" y2="328.707257176878" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_13_0__stack1"><rect x="368.4647302908419" y="328.30078753507996" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="368.46473029084194" y="332.0606317217115" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 368.46473029084194 332.0606317217115)"></text><line class="component-pin sch-component-pin sch-port-line" x1="368.8711999326399" y1="337.446354475535" x2="368.8711999326399" y2="344.153103565202" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_13_1__stack1"><rect x="368.4647302908419" y="343.746633923404" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="368.46473029084194" y="340.7997290203685" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 368.46473029084194 340.7997290203685)"></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="323.14336523036496" y="348.217799983182" width="2.0323482089900153" height="17.071724955516004" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="323.14336523036496" y="348.217799983182" width="2.0323482089900153" height="17.071724955516004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="323.14336523036496" y1="356.75366246094" x2="315.62367685710194" y2="356.75366246094" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_14_0__stack1"><rect x="315.2172072153039" y="356.347192819142" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="319.3835210437335" y="356.347192819142" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="325.175713439355" y1="356.75366246094" x2="332.69540181261794" y2="356.75366246094" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_14_1__stack1"><rect x="332.2889321708199" y="356.347192819142" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="328.93555762598646" y="356.347192819142" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></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="237.7847404527849" y="367.93157761038503" width="28.554492336309522" height="2.0323482089899585" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="237.7847404527849" y="367.93157761038503" width="28.554492336309522" height="2.0323482089899585" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="246.93030739323996" y1="367.93157761038503" x2="246.93030739323996" y2="361.224828520718" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_15_0__stack1"><rect x="246.52383775144196" y="360.81835887892" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="246.523837751442" y="364.5782030655515" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 246.523837751442 364.5782030655515)"></text><line class="component-pin sch-component-pin sch-port-line" x1="246.93030739323996" y1="369.963925819375" x2="246.93030739323996" y2="376.264205267244" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_15_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="246.93030739323996" cy="376.67067490904196" r="0.40646964179800005" stroke-width="0.40646964179800005px"/><rect x="246.52383775144196" y="376.26420526724394" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="246.523837751442" y="373.3173003642085" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 246.523837751442 373.3173003642085)"></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="705.224828520485" y="400.449148954225" width="28.554492336309522" height="2.0323482089900153" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="705.224828520485" y="400.449148954225" width="28.554492336309522" height="2.0323482089900153" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="714.3703954609399" y1="400.449148954225" x2="714.3703954609399" y2="393.74239986455797" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_16_0__stack1"><rect x="713.9639258191419" y="393.33593022275994" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="713.963925819142" y="397.0957744093915" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 713.963925819142 397.0957744093915)"></text><line class="component-pin sch-component-pin sch-port-line" x1="714.3703954609399" y1="402.481497163215" x2="714.3703954609399" y2="409.188246252882" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_16_1__stack1"><rect x="713.9639258191419" y="408.78177661108396" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="713.963925819142" y="405.83487170804847" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 713.963925819142 405.83487170804847)"></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="1066.982809720705" y="275.053264459542" width="2.032348208989788" height="17.071724955516004" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1066.982809720705" y="275.053264459542" width="2.032348208989788" height="17.071724955516004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1066.982809720705" y1="283.58912693729997" x2="1061.90193919823" y2="283.58912693729997" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_17_0__stack1"><rect x="1061.495469556432" y="283.18265729550194" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1064.4423744594674" y="283.182657295502" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1069.0151579296949" y1="283.58912693729997" x2="1074.09602845217" y2="283.58912693729997" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_17_1__stack1"><rect x="1073.689558810372" y="283.18265729550194" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1071.5555931909325" y="283.182657295502" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></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="359.72563299218496" y="432.966720298065" width="18.79922093315747" height="2.0323482089899585" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="359.72563299218496" y="432.966720298065" width="18.79922093315747" height="2.0323482089899585" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="368.8711999326399" y1="432.966720298065" x2="368.8711999326399" y2="426.259971208398" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_18_0__stack1"><rect x="368.4647302908419" y="425.85350156659996" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="368.46473029084194" y="429.6133457532315" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 368.46473029084194 429.6133457532315)"></text><line class="component-pin sch-component-pin sch-port-line" x1="368.8711999326399" y1="434.999068507055" x2="368.8711999326399" y2="441.705817596722" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_18_1__stack1"><rect x="368.4647302908419" y="441.299347954924" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="368.46473029084194" y="438.3524430518885" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 368.46473029084194 438.3524430518885)"></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="445.0842577697649" y="437.641121178742" width="2.0323482089900153" height="17.071724955515947" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="445.0842577697649" y="437.641121178742" width="2.0323482089900153" height="17.071724955515947" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="445.0842577697649" y1="446.1769836565" x2="440.00338724729" y2="446.1769836565" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_19_0__stack1"><rect x="439.59691760549197" y="445.770514014702" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="442.54382250852746" y="445.770514014702" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="447.11660597875493" y1="446.1769836565" x2="452.19747650122997" y2="446.1769836565" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_19_1__stack1"><rect x="451.79100685943195" y="445.770514014702" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="449.65704123999245" y="445.770514014702" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" 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="770.259971208165" y="437.641121178742" width="2.0323482089900153" height="17.071724955515947" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="770.259971208165" y="437.641121178742" width="2.0323482089900153" height="17.071724955515947" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="770.259971208165" y1="446.1769836565" x2="765.17910068569" y2="446.1769836565" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_20_0__stack1"><rect x="764.7726310438919" y="445.770514014702" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="767.7195359469274" y="445.770514014702" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="772.292319417155" y1="446.1769836565" x2="777.37318993963" y2="446.1769836565" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_20_1__stack1"><rect x="776.966720297832" y="445.770514014702" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="774.8327546783925" y="445.770514014702" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" 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="420.69607926188496" y="462.029299686622" width="2.0323482089900153" height="17.071724955516004" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="420.69607926188496" y="462.029299686622" width="2.0323482089900153" height="17.071724955516004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="420.69607926188496" y1="470.56516216438" x2="414.39579981401596" y2="470.56516216438" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_21_0__stack1"><rect x="413.98933017221793" y="470.158692522582" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="417.5459395379504" y="470.158692522582" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="422.728427470875" y1="470.56516216438" x2="429.0287069187439" y2="470.56516216438" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_21_1__stack1"><rect x="428.6222372769459" y="470.158692522582" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="425.8785671948094" y="470.158692522582" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></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="770.259971208165" y="470.158692522582" width="2.0323482089900153" height="17.071724955516004" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="770.259971208165" y="470.158692522582" width="2.0323482089900153" height="17.071724955516004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="770.259971208165" y1="478.69455500034" x2="765.17910068569" y2="478.69455500034" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_22_0__stack1"><rect x="764.7726310438919" y="478.288085358542" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="767.7195359469274" y="478.288085358542" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="772.292319417155" y1="478.69455500034" x2="777.37318993963" y2="478.69455500034" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_22_1__stack1"><rect x="776.966720297832" y="478.288085358542" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="774.8327546783925" y="478.288085358542" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></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="737.742399864325" y="490.482174612482" width="2.0323482089900153" height="17.071724955515947" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="737.742399864325" y="490.482174612482" width="2.0323482089900153" height="17.071724955515947" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="737.742399864325" y1="499.01803709024" x2="732.6615293418499" y2="499.01803709024" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_23_0__stack1"><rect x="732.2550597000519" y="498.611567448442" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="735.2019646030874" y="498.611567448442" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="739.774748073315" y1="499.01803709024" x2="744.85561859579" y2="499.01803709024" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_23_1__stack1"><rect x="744.449148953992" y="498.611567448442" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="742.3151833345524" y="498.611567448442" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" 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="221.525954780865" y="498.001862985745" width="23.270386992935414" height="2.0323482089900153" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="221.525954780865" y="498.001862985745" width="23.270386992935414" height="2.0323482089900153" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="230.67152172131995" y1="500.034211194735" x2="230.67152172131995" y2="506.74096028440204" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_24_0__stack1"><rect x="230.26505207952195" y="506.334490642604" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.26505207952198" y="503.3875857395685" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 230.26505207952198 503.3875857395685)"></text><line class="component-pin sch-component-pin sch-port-line" x1="230.67152172131995" y1="498.001862985745" x2="230.67152172131995" y2="491.29511389607796" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_24_1__stack1"><rect x="230.26505207952195" y="490.88864425427994" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="230.26505207952198" y="494.6484884409115" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 230.26505207952198 494.6484884409115)"></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="794.6481497160449" y="563.037005673425" width="23.270386992935528" height="2.0323482089900153" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="794.6481497160449" y="563.037005673425" width="23.270386992935528" height="2.0323482089900153" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="803.7937166565" y1="565.069353882415" x2="803.7937166565" y2="571.776102972082" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_25_0__stack1"><rect x="803.387247014702" y="571.3696333302839" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="803.387247014702" y="568.4227284272486" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 803.387247014702 568.4227284272486)"></text><line class="component-pin sch-component-pin sch-port-line" x1="803.7937166565" y1="563.037005673425" x2="803.7937166565" y2="556.330256583758" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_25_1__stack1"><rect x="803.387247014702" y="555.92378694196" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="803.387247014702" y="559.6836311285915" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 803.387247014702 559.6836311285915)"></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="754.001185536245" y="563.037005673425" width="23.270386992935528" height="2.0323482089900153" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="754.001185536245" y="563.037005673425" width="23.270386992935528" height="2.0323482089900153" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="763.1467524766999" y1="565.069353882415" x2="763.1467524766999" y2="571.776102972082" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_26_0__stack1"><rect x="762.7402828349019" y="571.3696333302839" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="762.740282834902" y="568.4227284272486" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 762.740282834902 568.4227284272486)"></text><line class="component-pin sch-component-pin sch-port-line" x1="763.1467524766999" y1="563.037005673425" x2="763.1467524766999" y2="556.330256583758" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_26_1__stack1"><rect x="762.7402828349019" y="555.92378694196" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="762.740282834902" y="559.6836311285915" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 762.740282834902 559.6836311285915)"></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="83.32627656954492" y="245.99068507098497" width="21.238038783945512" height="2.0323482089900153" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="83.32627656954492" y="245.99068507098497" width="21.238038783945512" height="2.0323482089900153" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="92.47184350999993" y1="245.99068507098497" x2="92.47184350999993" y2="239.283935981318" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_27_0__stack1"><rect x="92.06537386820193" y="238.87746633952" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="92.06537386820196" y="242.63731052615148" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 92.06537386820196 242.63731052615148)"></text><line class="component-pin sch-component-pin sch-port-line" x1="92.47184350999993" y1="248.02303327997498" x2="92.47184350999993" y2="254.72978236964195" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_27_1__stack1"><rect x="92.06537386820193" y="254.32331272784396" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="92.06537386820196" y="251.37640782480847" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 92.06537386820196 251.37640782480847)"></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="123.97324074934488" y="245.99068507098497" width="21.238038783945512" height="2.0323482089900153" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="123.97324074934488" y="245.99068507098497" width="21.238038783945512" height="2.0323482089900153" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="133.11880768979995" y1="245.99068507098497" x2="133.11880768979995" y2="239.283935981318" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_28_0__stack1"><rect x="132.71233804800195" y="238.87746633952" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="132.71233804800193" y="242.63731052615148" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 132.71233804800193 242.63731052615148)"></text><line class="component-pin sch-component-pin sch-port-line" x1="133.11880768979995" y1="248.02303327997498" x2="133.11880768979995" y2="254.72978236964195" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_28_1__stack1"><rect x="132.71233804800195" y="254.32331272784396" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="132.71233804800193" y="251.37640782480847" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 132.71233804800193 251.37640782480847)"></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="164.6202049291449" y="245.99068507098497" width="21.238038783945512" height="2.0323482089900153" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="164.6202049291449" y="245.99068507098497" width="21.238038783945512" height="2.0323482089900153" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="173.76577186959992" y1="245.99068507098497" x2="173.76577186959992" y2="239.283935981318" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_29_0__stack1"><rect x="173.35930222780192" y="238.87746633952" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="173.35930222780195" y="242.63731052615148" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 173.35930222780195 242.63731052615148)"></text><line class="component-pin sch-component-pin sch-port-line" x1="173.76577186959992" y1="248.02303327997498" x2="173.76577186959992" y2="254.72978236964195" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_29_1__stack1"><rect x="173.35930222780192" y="254.32331272784396" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="173.35930222780195" y="251.37640782480847" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 173.35930222780195 251.37640782480847)"></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="205.26716910894487" y="245.99068507098497" width="21.23803878394557" height="2.0323482089900153" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="205.26716910894487" y="245.99068507098497" width="21.23803878394557" height="2.0323482089900153" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="214.41273604939994" y1="245.99068507098497" x2="214.41273604939994" y2="239.283935981318" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_30_0__stack1"><rect x="214.00626640760194" y="238.87746633952" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="214.00626640760197" y="242.63731052615148" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 214.00626640760197 242.63731052615148)"></text><line class="component-pin sch-component-pin sch-port-line" x1="214.41273604939994" y1="248.02303327997498" x2="214.41273604939994" y2="254.72978236964195" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_30_1__stack1"><rect x="214.00626640760194" y="254.32331272784396" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="214.00626640760197" y="251.37640782480847" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 214.00626640760197 251.37640782480847)"></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="896.2655601655449" y="245.99068507098497" width="21.238038783945626" height="2.0323482089900153" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="896.2655601655449" y="245.99068507098497" width="21.238038783945626" height="2.0323482089900153" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="905.411127106" y1="245.99068507098497" x2="905.411127106" y2="239.283935981318" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_31_0__stack1"><rect x="905.004657464202" y="238.87746633952" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="905.004657464202" y="242.63731052615148" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 905.004657464202 242.63731052615148)"></text><line class="component-pin sch-component-pin sch-port-line" x1="905.411127106" y1="248.02303327997498" x2="905.411127106" y2="254.72978236964195" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_31_1__stack1"><rect x="905.004657464202" y="254.32331272784396" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="905.004657464202" y="251.37640782480847" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 905.004657464202 251.37640782480847)"></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="932.847827927365" y="245.99068507098497" width="21.238038783945512" height="2.0323482089900153" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="932.847827927365" y="245.99068507098497" width="21.238038783945512" height="2.0323482089900153" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="941.9933948678199" y1="245.99068507098497" x2="941.9933948678199" y2="239.283935981318" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_32_0__stack1"><rect x="941.5869252260219" y="238.87746633952" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="941.586925226022" y="242.63731052615148" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 941.586925226022 242.63731052615148)"></text><line class="component-pin sch-component-pin sch-port-line" x1="941.9933948678199" y1="248.02303327997498" x2="941.9933948678199" y2="254.72978236964195" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_32_1__stack1"><rect x="941.5869252260219" y="254.32331272784396" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="941.586925226022" y="251.37640782480847" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 941.586925226022 251.37640782480847)"></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="969.430095689185" y="245.99068507098497" width="21.238038783945512" height="2.0323482089900153" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="969.430095689185" y="245.99068507098497" width="21.238038783945512" height="2.0323482089900153" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="978.57566262964" y1="245.99068507098497" x2="978.57566262964" y2="239.283935981318" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_33_0__stack1"><rect x="978.1691929878419" y="238.87746633952" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="978.169192987842" y="242.63731052615148" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 978.169192987842 242.63731052615148)"></text><line class="component-pin sch-component-pin sch-port-line" x1="978.57566262964" y1="248.02303327997498" x2="978.57566262964" y2="254.72978236964195" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_33_1__stack1"><rect x="978.1691929878419" y="254.32331272784396" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="978.169192987842" y="251.37640782480847" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 978.169192987842 251.37640782480847)"></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="1006.0123634510048" y="245.99068507098497" width="21.238038783945512" height="2.0323482089900153" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1006.0123634510048" y="245.99068507098497" width="21.238038783945512" height="2.0323482089900153" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1015.15793039146" y1="245.99068507098497" x2="1015.15793039146" y2="239.283935981318" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_34_0__stack1"><rect x="1014.751460749662" y="238.87746633952" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1014.7514607496619" y="242.63731052615148" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 1014.7514607496619 242.63731052615148)"></text><line class="component-pin sch-component-pin sch-port-line" x1="1015.15793039146" y1="248.02303327997498" x2="1015.15793039146" y2="254.72978236964195" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_34_1__stack1"><rect x="1014.751460749662" y="254.32331272784396" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1014.7514607496619" y="251.37640782480847" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 1014.7514607496619 251.37640782480847)"></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="10.161741045904819" y="263.468879668299" width="21.238038783945512" height="2.0323482089900153" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="10.161741045904819" y="263.468879668299" width="21.238038783945512" height="2.0323482089900153" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="19.307307986359888" y1="263.468879668299" x2="19.307307986359888" y2="256.762130578632" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_35_0__stack1"><rect x="18.900838344561887" y="256.355660936834" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="18.900838344561862" y="260.1155051234655" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 18.900838344561862 260.1155051234655)"></text><line class="component-pin sch-component-pin sch-port-line" x1="19.307307986359888" y1="265.501227877289" x2="19.307307986359888" y2="272.207976966956" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_35_1__stack1"><rect x="18.900838344561887" y="271.80150732515796" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="18.900838344561862" y="268.8546024221225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 18.900838344561862 268.8546024221225)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_36__stack1"><rect class="component chip sch-component-body" x="294.6904903045049" y="227.90278601097398" width="2.0323482089900153" height="13.819967821131996" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="294.6904903045049" y="227.90278601097398" width="2.0323482089900153" height="13.819967821131996" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="294.6904903045049" y1="234.81276992154" x2="289.60961978202994" y2="234.81276992154" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_36_0__stack1"><rect x="289.2031501402319" y="234.406300279742" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="292.15005504326746" y="234.406300279742" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="296.72283851349493" y1="234.81276992154" x2="301.80370903597" y2="234.81276992154" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_36_1__stack1"><rect x="301.39723939417195" y="234.406300279742" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="299.26327377473245" y="234.406300279742" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_37__stack1"><rect class="component chip sch-component-body" x="1066.982809720705" y="227.90278601097398" width="2.032348208989788" height="13.819967821131996" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1066.982809720705" y="227.90278601097398" width="2.032348208989788" height="13.819967821131996" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1066.982809720705" y1="234.81276992154" x2="1061.90193919823" y2="234.81276992154" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_37_0__stack1"><rect x="1061.495469556432" y="234.406300279742" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1064.4423744594674" y="234.406300279742" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1069.0151579296949" y1="234.81276992154" x2="1074.09602845217" y2="234.81276992154" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_37_1__stack1"><rect x="1073.689558810372" y="234.406300279742" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1071.5555931909325" y="234.406300279742" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_38__stack1"><rect class="component chip sch-component-body" x="46.74400880772498" y="250.055381488965" width="22.152595477990985" height="2.0323482089900153" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="46.74400880772498" y="250.055381488965" width="22.152595477990985" height="2.0323482089900153" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="55.88957574817994" y1="252.087729697955" x2="55.88957574817994" y2="257.16860022043" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_38_0__stack1"><rect x="55.48310610638194" y="256.76213057863197" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="55.48310610638191" y="254.6281649591925" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 55.48310610638191 254.6281649591925)"></text><line class="component-pin sch-component-pin sch-port-line" x1="55.88957574817994" y1="250.055381488965" x2="55.88957574817994" y2="244.97451096649" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_38_1__stack1"><rect x="55.48310610638194" y="244.568041324692" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="55.48310610638191" y="247.51494622772748" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 55.48310610638191 247.51494622772748)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_39__stack1"><rect class="component chip sch-component-body" x="343.46684732026495" y="309.196714370574" width="2.0323482089900153" height="13.819967821131968" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="343.46684732026495" y="309.196714370574" width="2.0323482089900153" height="13.819967821131968" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="343.46684732026495" y1="316.10669828114" x2="338.38597679778997" y2="316.10669828114" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_39_0__stack1"><rect x="337.97950715599194" y="315.70022863934196" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="340.9264120590274" y="315.70022863934196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="345.49919552925496" y1="316.10669828114" x2="350.58006605173" y2="316.10669828114" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_39_1__stack1"><rect x="350.173596409932" y="315.70022863934196" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="348.0396307904925" y="315.70022863934196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_40__stack1"><rect class="component chip sch-component-body" x="302.819883140465" y="315.090524176645" width="24.591413328779026" height="2.0323482089900153" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="302.819883140465" y="315.090524176645" width="24.591413328779026" height="2.0323482089900153" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="311.96545008091994" y1="317.122872385635" x2="311.96545008091994" y2="322.20374290811" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_40_0__stack1"><rect x="311.5589804391219" y="321.79727326631195" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="311.55898043912197" y="319.66330764687245" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 311.55898043912197 319.66330764687245)"></text><line class="component-pin sch-component-pin sch-port-line" x1="311.96545008091994" y1="315.090524176645" x2="311.96545008091994" y2="310.00965365417" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_40_1__stack1"><rect x="311.5589804391219" y="309.60318401237197" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="311.55898043912197" y="312.5500889154075" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 311.55898043912197 312.5500889154075)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_41__stack1"><rect class="component chip sch-component-body" x="270.30231179662496" y="339.478702684525" width="24.591413328779026" height="2.0323482089900153" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="270.30231179662496" y="339.478702684525" width="24.591413328779026" height="2.0323482089900153" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="279.4478787370799" y1="341.511050893515" x2="279.4478787370799" y2="346.59192141599" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_41_0__stack1"><rect x="279.0414090952819" y="346.18545177419196" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="279.04140909528195" y="344.0514861547525" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 279.04140909528195 344.0514861547525)"></text><line class="component-pin sch-component-pin sch-port-line" x1="279.4478787370799" y1="339.478702684525" x2="279.4478787370799" y2="334.39783216205" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_41_1__stack1"><rect x="279.0414090952819" y="333.991362520252" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="279.04140909528195" y="336.93826742328747" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 279.04140909528195 336.93826742328747)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_42__stack1"><rect class="component chip sch-component-body" x="989.7535777790849" y="382.361249894214" width="2.0323482089900153" height="13.819967821132025" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="989.7535777790849" y="382.361249894214" width="2.0323482089900153" height="13.819967821132025" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="991.785925988075" y1="389.27123380478" x2="996.86679651055" y2="389.27123380478" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_42_0__stack1"><rect x="996.460326868752" y="388.864764162982" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="994.3263612493124" y="388.864764162982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="989.7535777790849" y1="389.27123380478" x2="985.0791768984079" y2="389.27123380478" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_42_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="984.67270725661" cy="389.27123380478" r="0.40646964179800005" stroke-width="0.40646964179800005px"/><rect x="984.266237614812" y="388.864764162982" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="987.2131425178475" y="388.864764162982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_43__stack1"><rect class="component chip sch-component-body" x="262.1729189606649" y="414.878821238054" width="2.0323482089900153" height="13.819967821131968" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="262.1729189606649" y="414.878821238054" width="2.0323482089900153" height="13.819967821131968" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="262.1729189606649" y1="421.78880514862" x2="257.0920484381899" y2="421.78880514862" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_43_0__stack1"><rect x="256.6855787963919" y="421.38233550682196" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="259.6324836994274" y="421.382335506822" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="264.2052671696549" y1="421.78880514862" x2="269.28613769212996" y2="421.78880514862" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_43_1__stack1"><rect x="268.87966805033193" y="421.38233550682196" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="266.74570243089244" y="421.382335506822" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_44__stack1"><rect class="component chip sch-component-body" x="997.882970615045" y="414.878821238054" width="2.0323482089900153" height="13.819967821131968" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="997.882970615045" y="414.878821238054" width="2.0323482089900153" height="13.819967821131968" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="999.915318824035" y1="421.78880514862" x2="1004.9961893465099" y2="421.78880514862" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_44_0__stack1"><rect x="1004.5897197047119" y="421.38233550682196" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1002.4557540852725" y="421.382335506822" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="997.882970615045" y1="421.78880514862" x2="992.80210009257" y2="421.78880514862" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_44_1__stack1"><rect x="992.3956304507719" y="421.38233550682196" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="995.3425353538075" y="421.382335506822" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_45__stack1"><rect class="component chip sch-component-body" x="855.618595985745" y="477.678380895845" width="24.591413328779026" height="2.0323482089900153" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="855.618595985745" y="477.678380895845" width="24.591413328779026" height="2.0323482089900153" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="864.7641629262" y1="479.710729104835" x2="864.7641629262" y2="484.385129985512" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_45_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="864.7641629262" cy="484.79159962731" r="0.40646964179800005" stroke-width="0.40646964179800005px"/><rect x="864.357693284402" y="484.385129985512" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.357693284402" y="482.2511643660725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 864.357693284402 482.2511643660725)"></text><line class="component-pin sch-component-pin sch-port-line" x1="864.7641629262" y1="477.678380895845" x2="864.7641629262" y2="472.59751037337" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_45_1__stack1"><rect x="864.357693284402" y="472.191040731572" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.357693284402" y="475.1379456346075" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 864.357693284402 475.1379456346075)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_46__stack1"><rect class="component chip sch-component-body" x="473.53713269562496" y="463.65517825381403" width="2.0323482089899585" height="13.819967821131968" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="473.53713269562496" y="463.65517825381403" width="2.0323482089899585" height="13.819967821131968" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="473.53713269562496" y1="470.56516216438" x2="467.2368532477559" y2="470.56516216438" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_46_0__stack1"><rect x="466.8303836059579" y="470.158692522582" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="470.38699297169046" y="470.158692522582" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="475.5694809046149" y1="470.56516216438" x2="481.8697603524839" y2="470.56516216438" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_46_1__stack1"><rect x="481.4632907106859" y="470.158692522582" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.7196206285495" y="470.158692522582" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_47__stack1"><rect class="component chip sch-component-body" x="725.548310610385" y="459.590481835834" width="2.0323482089900153" height="13.819967821132025" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="725.548310610385" y="459.590481835834" width="2.0323482089900153" height="13.819967821132025" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="725.548310610385" y1="466.5004657464" x2="720.46744008791" y2="466.5004657464" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_47_0__stack1"><rect x="720.0609704461119" y="466.09399610460196" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="723.0078753491475" y="466.093996104602" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="727.580658819375" y1="466.5004657464" x2="732.6615293418499" y2="466.5004657464" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_47_1__stack1"><rect x="732.2550597000519" y="466.09399610460196" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="730.1210940806125" y="466.093996104602" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_48__stack1"><rect class="component chip sch-component-body" x="262.17291896066496" y="510.195952239685" width="24.591413328779026" height="2.0323482089899585" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="262.17291896066496" y="510.195952239685" width="24.591413328779026" height="2.0323482089899585" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="271.31848590111997" y1="512.228300448675" x2="271.31848590111997" y2="517.30917097115" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_48_0__stack1"><rect x="270.91201625932194" y="516.902701329352" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="270.91201625932194" y="514.7687357099126" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 270.91201625932194 514.7687357099126)"></text><line class="component-pin sch-component-pin sch-port-line" x1="271.31848590111997" y1="510.195952239685" x2="271.31848590111997" y2="505.11508171721" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_48_1__stack1"><rect x="270.91201625932194" y="504.70861207541196" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="270.91201625932194" y="507.6555169784475" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 270.91201625932194 507.6555169784475)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_49__stack1"><rect class="component chip sch-component-body" x="465.40773985966496" y="575.231094927365" width="24.591413328779026" height="2.0323482089900153" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="465.40773985966496" y="575.231094927365" width="24.591413328779026" height="2.0323482089900153" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="474.5533068001199" y1="577.263443136355" x2="474.5533068001199" y2="582.3443136588301" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_49_0__stack1"><rect x="474.1468371583219" y="581.937844017032" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="474.14683715832194" y="579.8038783975925" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 474.14683715832194 579.8038783975925)"></text><line class="component-pin sch-component-pin sch-port-line" x1="474.5533068001199" y1="575.231094927365" x2="474.5533068001199" y2="570.15022440489" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_49_1__stack1"><rect x="474.1468371583219" y="569.7437547630919" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="474.14683715832194" y="572.6906596661275" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 474.14683715832194 572.6906596661275)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_50__stack1"><rect class="component chip sch-component-body" x="831.230417477865" y="567.1017020914051" width="24.591413328779026" height="2.0323482089899017" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="831.230417477865" y="567.1017020914051" width="24.591413328779026" height="2.0323482089899017" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="840.37598441832" y1="569.134050300395" x2="840.37598441832" y2="574.21492082287" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_50_0__stack1"><rect x="839.9695147765219" y="573.808451181072" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="839.9695147765219" y="571.6744855616325" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 839.9695147765219 571.6744855616325)"></text><line class="component-pin sch-component-pin sch-port-line" x1="840.37598441832" y1="567.1017020914051" x2="840.37598441832" y2="562.02083156893" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_50_1__stack1"><rect x="839.9695147765219" y="561.614361927132" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="839.9695147765219" y="564.5612668301675" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 839.9695147765219 564.5612668301675)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_51__stack1"><rect class="component chip sch-component-body" x="725.548310610385" y="583.360487763325" width="27.030231179566954" height="2.0323482089900153" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="725.548310610385" y="583.360487763325" width="27.030231179566954" height="2.0323482089900153" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="734.6938775508399" y1="583.360487763325" x2="734.6938775508399" y2="578.27961724085" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_51_0__stack1"><rect x="734.2874079090419" y="577.873147599052" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="734.2874079090419" y="580.8200525020875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 734.2874079090419 580.8200525020875)"></text><line class="component-pin sch-component-pin sch-port-line" x1="734.6938775508399" y1="585.392835972315" x2="734.6938775508399" y2="590.47370649479" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_51_1__stack1"><rect x="734.2874079090419" y="590.067236852992" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="734.2874079090419" y="587.9332712335524" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 734.2874079090419 587.9332712335524)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_52__stack1"><rect class="component chip sch-component-body" x="892.200863747565" y="510.195952239685" width="24.591413328779026" height="2.0323482089899585" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="892.200863747565" y="510.195952239685" width="24.591413328779026" height="2.0323482089899585" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="901.34643068802" y1="512.228300448675" x2="901.34643068802" y2="517.30917097115" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_52_0__stack1"><rect x="900.9399610462219" y="516.902701329352" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="900.9399610462219" y="514.7687357099126" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 900.9399610462219 514.7687357099126)"></text><line class="component-pin sch-component-pin sch-port-line" x1="901.34643068802" y1="510.195952239685" x2="901.34643068802" y2="505.11508171721" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_52_1__stack1"><rect x="900.9399610462219" y="504.70861207541196" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="900.9399610462219" y="507.6555169784475" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 900.9399610462219 507.6555169784475)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_53__stack1"><rect class="component chip sch-component-body" x="880.006774493625" y="540.884410195434" width="2.0323482089900153" height="13.819967821131968" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="880.006774493625" y="540.884410195434" width="2.0323482089900153" height="13.819967821131968" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="880.006774493625" y1="547.794394106" x2="875.332373612948" y2="547.794394106" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_53_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="874.92590397115" cy="547.794394106" r="0.40646964179800005" stroke-width="0.40646964179800005px"/><rect x="874.519434329352" y="547.387924464202" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="877.4663392323874" y="547.387924464202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="882.039122702615" y1="547.794394106" x2="887.11999322509" y2="547.794394106" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_53_1__stack1"><rect x="886.7135235832919" y="547.387924464202" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.5795579638525" y="547.387924464202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_54__stack1"><rect class="component chip sch-component-body" x="302.8198831404649" y="455.525785417854" width="2.0323482089900153" height="13.819967821131968" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="302.8198831404649" y="455.525785417854" width="2.0323482089900153" height="13.819967821131968" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="302.8198831404649" y1="462.43576932842" x2="297.73901261798994" y2="462.43576932842" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_54_0__stack1"><rect x="297.3325429761919" y="462.029299686622" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="300.27944787922746" y="462.029299686622" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="304.85223134945494" y1="462.43576932842" x2="309.93310187193" y2="462.43576932842" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_54_1__stack1"><rect x="309.52663223013195" y="462.029299686622" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="307.39266661069246" y="462.029299686622" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_55__stack1"><rect class="component chip sch-component-body" x="606.0886611906357" y="225.99501363397636" width="5.199254805648593" height="17.63551257512725" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="606.0886611906357" y="225.99501363397636" width="5.199254805648593" height="17.63551257512725" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="606.0886611906357" y1="234.75942992662092" x2="597.9592683546756" y2="234.75942992662092" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_55_0__stack1"><rect x="597.5527987128776" y="234.35296028482293" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="602.0239647726556" y="234.35296028482296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="611.2879159962843" y1="234.866109916459" x2="619.4173088322443" y2="234.866109916459" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_55_1__stack1"><rect x="619.0108391904463" y="234.459640274661" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="615.3526124142643" y="234.459640274661" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_56__stack1"><rect class="component chip sch-component-body" x="405.6567025153589" y="240.096875264914" width="6.909983910566041" height="2.0323482089900153" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="405.6567025153589" y="240.096875264914" width="6.909983910566041" height="2.0323482089900153" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="405.6567025153589" y1="235.01600474243898" x2="397.52730967939897" y2="235.01600474243898" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_56_0__stack1"><rect x="397.12084003760094" y="234.60953510064098" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="401.59200609737894" y="234.60953510064098" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="412.56668642592496" y1="234.81276992154" x2="420.69607926188496" y2="234.81276992154" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_56_1__stack1"><rect x="420.28960962008694" y="234.406300279742" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="416.63138284390493" y="234.406300279742" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="411.5505123214299" y1="242.129223473904" x2="411.5505123214299" y2="249.95376407851552" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_56_2__stack1"><rect x="411.14404267963187" y="249.54729443671752" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="411.144042679632" y="246.04149377620973" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 411.144042679632 246.04149377620973)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_57__stack1"><rect class="component chip sch-component-body" x="829.198069268875" y="227.49631636917596" width="6.909983910565984" height="2.0323482089900438" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="829.198069268875" y="227.49631636917596" width="6.909983910565984" height="2.0323482089900438" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="836.108053179441" y1="234.60953510064098" x2="844.237446015401" y2="234.60953510064098" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_57_0__stack1"><rect x="843.830976373603" y="234.20306545884299" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="840.172749597421" y="234.20306545884299" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="829.198069268875" y1="234.81276992154" x2="821.0686764329149" y2="234.81276992154" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_57_1__stack1"><rect x="820.6622067911169" y="234.406300279742" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="825.133372850895" y="234.406300279742" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="830.21424337337" y1="227.49631636917596" x2="830.21424337337" y2="220.07824540636247" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_57_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="830.21424337337" cy="219.67177576456447" r="0.40646964179800005" stroke-width="0.40646964179800005px"/><rect x="829.807773731572" y="219.26530612276648" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="829.807773731572" y="223.58404606687023" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 829.807773731572 223.58404606687023)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_58__stack1"><rect class="component chip sch-component-body" x="454.43305953111894" y="256.152426115935" width="2.0323482089900153" height="6.097044626970046" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="454.43305953111894" y="256.152426115935" width="2.0323482089900153" height="6.097044626970046" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="461.54627826258394" y1="256.152426115935" x2="461.54627826258394" y2="248.02303327997498" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_58_0__stack1"><rect x="461.1398086207859" y="247.61656363817698" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.13980862078597" y="252.08772969795498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 461.13980862078597 252.08772969795498)"></text><line class="component-pin sch-component-pin sch-port-line" x1="461.74951308348295" y1="262.24947074290503" x2="461.74951308348295" y2="270.37886357886504" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_58_1__stack1"><rect x="461.3430434416849" y="269.972393937067" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.3430434416849" y="266.31416716088506" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 461.3430434416849 266.31416716088506)"></text><line class="component-pin sch-component-pin sch-port-line" x1="454.43305953111894" y1="261.23329663841" x2="447.31984079965395" y2="261.23329663841" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_58_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="446.913371157856" cy="261.23329663841" r="0.40646964179800005" stroke-width="0.40646964179800005px"/><rect x="446.50690151605795" y="260.826826996612" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="450.67321534448746" y="260.826826996612" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_59__stack1"><rect class="component chip sch-component-body" x="769.0405622827709" y="256.152426115935" width="2.0323482089900153" height="6.097044626970046" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="769.0405622827709" y="256.152426115935" width="2.0323482089900153" height="6.097044626970046" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="763.959691760296" y1="256.152426115935" x2="763.959691760296" y2="248.02303327997498" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_59_0__stack1"><rect x="763.553222118498" y="247.61656363817698" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="763.553222118498" y="252.08772969795498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 763.553222118498 252.08772969795498)"></text><line class="component-pin sch-component-pin sch-port-line" x1="763.7564569393969" y1="262.24947074290503" x2="763.7564569393969" y2="270.37886357886504" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_59_1__stack1"><rect x="763.3499872975989" y="269.972393937067" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="763.349987297599" y="266.31416716088506" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 763.349987297599 266.31416716088506)"></text><line class="component-pin sch-component-pin sch-port-line" x1="771.0729104917609" y1="261.23329663841" x2="778.592598865024" y2="261.23329663841" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_59_2__stack1"><rect x="778.186129223226" y="260.826826996612" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="774.8327546783925" y="260.826826996612" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_60__stack1"><rect class="component chip sch-component-body" x="898.2557727152921" y="465.484291641905" width="6.181315945455708" height="2.0323482089900153" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="898.2557727152921" y="465.484291641905" width="6.181315945455708" height="2.0323482089900153" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="901.2941170289464" y1="467.516639850895" x2="901.2941170289464" y2="475.646032686855" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_60_0__stack1"><rect x="900.8876473871484" y="475.23956304505697" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="900.8876473871485" y="471.581336268875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 900.8876473871485 471.581336268875)"></text><line class="component-pin sch-component-pin sch-port-line" x1="901.3987443470935" y1="465.484291641905" x2="901.3987443470935" y2="457.354898805945" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_60_1__stack1"><rect x="900.9922747052955" y="456.948429164147" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="900.9922747052955" y="461.419595223925" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform="rotate(-90 900.9922747052955 461.419595223925)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_61__stack1"><rect class="component chip sch-component-body" x="949.1066135992849" y="544.7037361332721" width="2.032348208990129" height="6.181315945455822" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="949.1066135992849" y="544.7037361332721" width="2.032348208990129" height="6.181315945455822" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="949.1066135992849" y1="547.7420804469265" x2="940.977220763325" y2="547.7420804469265" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_61_0__stack1"><rect x="940.570751121527" y="547.3356108051285" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="945.0419171813049" y="547.3356108051285" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="951.138961808275" y1="547.8467077650735" x2="959.2683546442349" y2="547.8467077650735" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_61_1__stack1"><rect x="958.8618850024369" y="547.4402381232754" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="955.2036582262549" y="547.4402381232755" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_62__stack1"><rect class="component chip sch-component-body" x="539.5884494878" y="275.45973410134" width="138.19967821132002" height="325.17571343839995" stroke-width="0.40646964179800005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="539.5884494878" y="275.45973410134" width="138.19967821132002" height="325.17571343839995" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="539.5884494878" y1="409.59471589468006" x2="531.45905665184" y2="409.59471589468006" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_62_0__stack1"><rect x="531.052587010042" y="409.18824625288204" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="535.5237530698199" y="409.1882462528821" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="539.5884494878" y1="458.37107291044003" x2="531.8655262936379" y2="458.37107291044003" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_62_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="531.45905665184" cy="458.37107291044003" r="0.40646964179800005" stroke-width="0.40646964179800005px"/><rect x="531.052587010042" y="457.964603268642" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="535.5237530698199" y="457.96460326864207" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="677.78812769912" y1="466.50046574639987" x2="685.9175205350799" y2="466.50046574639987" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_62_2__stack1"><rect x="685.5110508932819" y="466.09399610460184" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="681.8528241171" y="466.0939961046019" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="539.5884494878" y1="312.04200186316007" x2="531.45905665184" y2="312.04200186316007" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_62_3__stack1"><rect x="531.052587010042" y="311.63553222136204" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="535.5237530698199" y="311.63553222136204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="677.78812769912" y1="312.04200186316007" x2="685.9175205350799" y2="312.04200186316007" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_62_4__stack1"><rect x="685.5110508932819" y="311.63553222136204" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="681.8528241171" y="311.63553222136204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="539.5884494878" y1="344.5595732070001" x2="531.45905665184" y2="344.5595732070001" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_62_5__stack1"><rect x="531.052587010042" y="344.15310356520206" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="535.5237530698199" y="344.15310356520206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="677.78812769912" y1="344.559573207" x2="685.511050893282" y2="344.559573207" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_62_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="685.9175205350799" cy="344.559573207" r="0.40646964179800005" stroke-width="0.40646964179800005px"/><rect x="685.5110508932819" y="344.153103565202" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="681.8528241171" y="344.153103565202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="539.5884494878" y1="295.78321619124006" x2="531.45905665184" y2="295.78321619124006" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_62_7__stack1"><rect x="531.052587010042" y="295.37674654944203" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="535.5237530698199" y="295.37674654944203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="677.78812769912" y1="295.78321619124006" x2="685.9175205350799" y2="295.78321619124006" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_62_8__stack1"><rect x="685.5110508932819" y="295.37674654944203" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="681.8528241171" y="295.3767465494421" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="539.5884494878" y1="328.3007875350801" x2="531.45905665184" y2="328.3007875350801" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_62_9__stack1"><rect x="531.052587010042" y="327.89431789328205" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="535.5237530698199" y="327.89431789328205" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="677.78812769912" y1="328.30078753508" x2="685.511050893282" y2="328.30078753508" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_62_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="685.9175205350799" cy="328.30078753508" r="0.40646964179800005" stroke-width="0.40646964179800005px"/><rect x="685.5110508932819" y="327.894317893282" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="681.8528241171" y="327.89431789328205" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="677.78812769912" y1="377.07714455084" x2="685.511050893282" y2="377.07714455084" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_62_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="685.9175205350799" cy="377.07714455084" r="0.40646964179800005" stroke-width="0.40646964179800005px"/><rect x="685.5110508932819" y="376.67067490904196" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="681.8528241171" y="376.67067490904196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="539.5884494878" y1="482.75925141832005" x2="531.8655262936379" y2="482.75925141832005" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_62_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="531.45905665184" cy="482.75925141832005" r="0.40646964179800005" stroke-width="0.40646964179800005px"/><rect x="531.052587010042" y="482.352781776522" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="535.5237530698199" y="482.3527817765221" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="677.78812769912" y1="499.0180370902399" x2="685.9175205350799" y2="499.0180370902399" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_62_13__stack1"><rect x="685.5110508932819" y="498.61156744844186" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="681.8528241171" y="498.6115674484419" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="677.78812769912" y1="523.40621559812" x2="685.511050893282" y2="523.40621559812" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_62_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="685.9175205350799" cy="523.40621559812" r="0.40646964179800005" stroke-width="0.40646964179800005px"/><rect x="685.5110508932819" y="522.9997459563219" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="681.8528241171" y="522.9997459563219" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="677.78812769912" y1="539.66500127004" x2="685.9175205350799" y2="539.66500127004" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_62_15__stack1"><rect x="685.5110508932819" y="539.2585316282419" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="681.8528241171" y="539.2585316282419" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="677.78812769912" y1="555.9237869419599" x2="685.9175205350799" y2="555.9237869419599" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_62_16__stack1"><rect x="685.5110508932819" y="555.5173173001618" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="681.8528241171" y="555.517317300162" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="677.78812769912" y1="433.9828944025599" x2="685.9175205350799" y2="433.9828944025599" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_62_17__stack1"><rect x="685.5110508932819" y="433.5764247607619" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="681.8528241171" y="433.5764247607619" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="677.78812769912" y1="409.59471589467995" x2="685.9175205350799" y2="409.59471589467995" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_62_18__stack1"><rect x="685.5110508932819" y="409.1882462528819" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="681.8528241171" y="409.1882462528819" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="677.78812769912" y1="393.33593022275994" x2="685.9175205350799" y2="393.33593022275994" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_62_19__stack1"><rect x="685.5110508932819" y="392.9294605809619" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="681.8528241171" y="392.929460580962" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="677.78812769912" y1="572.1825726138799" x2="685.9175205350799" y2="572.1825726138799" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_62_20__stack1"><rect x="685.5110508932819" y="571.7761029720818" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="681.8528241171" y="571.7761029720818" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="539.5884494878" y1="360.8183588789201" x2="531.8655262936379" y2="360.8183588789201" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_62_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="531.45905665184" cy="360.8183588789201" r="0.40646964179800005" stroke-width="0.40646964179800005px"/><rect x="531.052587010042" y="360.41188923712207" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="535.5237530698199" y="360.41188923712207" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="677.78812769912" y1="360.81835887892" x2="685.9175205350799" y2="360.81835887892" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_62_22__stack1"><rect x="685.5110508932819" y="360.41188923712195" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="681.8528241171" y="360.411889237122" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="677.78812769912" y1="580.3119654498399" x2="685.9175205350799" y2="580.3119654498399" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_62_23__stack1"><rect x="685.5110508932819" y="579.9054958080419" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="681.8528241171" y="579.9054958080419" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="539.5884494878" y1="377.0771445508401" x2="531.8655262936379" y2="377.0771445508401" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_62_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="531.45905665184" cy="377.0771445508401" r="0.40646964179800005" stroke-width="0.40646964179800005px"/><rect x="531.052587010042" y="376.6706749090421" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="535.5237530698199" y="376.6706749090421" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="539.5884494878" y1="393.33593022276006" x2="531.45905665184" y2="393.33593022276006" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_62_25__stack1"><rect x="531.052587010042" y="392.92946058096203" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="535.5237530698199" y="392.9294605809621" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="539.5884494878" y1="442.1122872385201" x2="531.45905665184" y2="442.1122872385201" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_62_26__stack1"><rect x="531.052587010042" y="441.70581759672206" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="535.5237530698199" y="441.70581759672206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="539.5884494878" y1="531.53560843408" x2="531.8655262936379" y2="531.53560843408" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_62_27__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="531.45905665184" cy="531.53560843408" r="0.40646964179800005" stroke-width="0.40646964179800005px"/><rect x="531.052587010042" y="531.129138792282" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="535.5237530698199" y="531.129138792282" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="539.5884494878" y1="515.27682276216" x2="531.8655262936379" y2="515.27682276216" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_62_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="531.45905665184" cy="515.27682276216" r="0.40646964179800005" stroke-width="0.40646964179800005px"/><rect x="531.052587010042" y="514.870353120362" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="535.5237530698199" y="514.870353120362" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="539.5884494878" y1="499.01803709024006" x2="531.8655262936379" y2="499.01803709024006" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_62_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="531.45905665184" cy="499.01803709024006" r="0.40646964179800005" stroke-width="0.40646964179800005px"/><rect x="531.052587010042" y="498.61156744844203" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="535.5237530698199" y="498.61156744844203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="539.5884494878" y1="580.3119654498399" x2="531.45905665184" y2="580.3119654498399" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_62_30__stack1"><rect x="531.052587010042" y="579.9054958080419" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="535.5237530698199" y="579.9054958080419" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="539.5884494878" y1="564.0531797779199" x2="531.8655262936379" y2="564.0531797779199" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_62_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="531.45905665184" cy="564.0531797779199" r="0.40646964179800005" stroke-width="0.40646964179800005px"/><rect x="531.052587010042" y="563.6467101361219" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="535.5237530698199" y="563.646710136122" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="539.5884494878" y1="547.794394106" x2="531.45905665184" y2="547.794394106" stroke-width="0.40646964179800005px"/><g class="sch-port" data-schematic-port-id="source_port_62_32__stack1"><rect x="531.052587010042" y="547.387924464202" width="0.8129392835960001" height="0.8129392835960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="535.5237530698199" y="547.387924464202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.048522313485px" transform=""></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="288.390210856636" cy="377.07714455084" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="303.02311796136394" cy="377.07714455084" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="356.67711067869993" cy="255.542721653238" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="356.67711067869993" cy="270.98856804156196" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="872.89355576216" cy="239.283935981318" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="872.89355576216" cy="254.72978236964195" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="1177.7457871106599" cy="240.50334490671202" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="1177.7457871106599" cy="255.94919129503597" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="884.681175374302" cy="373.01244813286" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="901.752900329818" cy="373.01244813286" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="884.681175374302" cy="405.5300194767" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="901.752900329818" cy="405.5300194767" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="1133.03412651288" cy="239.283935981318" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="1133.03412651288" cy="254.72978236964195" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="372.93589635061994" cy="255.542721653238" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="372.93589635061994" cy="270.98856804156196" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="515.20027097992" cy="270.98856804156196" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="515.20027097992" cy="255.542721653238" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="702.1763062069999" cy="270.98856804156196" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="702.1763062069999" cy="255.542721653238" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="55.88957574817994" cy="271.801507325158" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="55.88957574817994" cy="287.247353713482" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="431.87399441132993" cy="299.84791260922" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="444.06808366526997" cy="299.84791260922" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="781.43788635761" cy="299.84791260922" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="793.6319756115499" cy="299.84791260922" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_0__stack1"><circle cx="368.8711999326399" cy="328.707257176878" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_1__stack1"><circle cx="368.8711999326399" cy="344.153103565202" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_0__stack1"><circle cx="315.62367685710194" cy="356.75366246094" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_1__stack1"><circle cx="332.69540181261794" cy="356.75366246094" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_0__stack1"><circle cx="246.93030739323996" cy="361.224828520718" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_1__stack1"><circle cx="246.93030739323996" cy="376.67067490904196" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_0__stack1"><circle cx="714.3703954609399" cy="393.74239986455797" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_1__stack1"><circle cx="714.3703954609399" cy="409.188246252882" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_0__stack1"><circle cx="1061.90193919823" cy="283.58912693729997" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_1__stack1"><circle cx="1074.09602845217" cy="283.58912693729997" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_0__stack1"><circle cx="368.8711999326399" cy="426.259971208398" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_1__stack1"><circle cx="368.8711999326399" cy="441.705817596722" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_0__stack1"><circle cx="440.00338724729" cy="446.1769836565" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_1__stack1"><circle cx="452.19747650122997" cy="446.1769836565" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_0__stack1"><circle cx="765.17910068569" cy="446.1769836565" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_1__stack1"><circle cx="777.37318993963" cy="446.1769836565" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_0__stack1"><circle cx="414.39579981401596" cy="470.56516216438" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_1__stack1"><circle cx="429.0287069187439" cy="470.56516216438" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_0__stack1"><circle cx="765.17910068569" cy="478.69455500034" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_1__stack1"><circle cx="777.37318993963" cy="478.69455500034" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_0__stack1"><circle cx="732.6615293418499" cy="499.01803709024" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_1__stack1"><circle cx="744.85561859579" cy="499.01803709024" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_0__stack1"><circle cx="230.67152172131995" cy="506.74096028440204" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_1__stack1"><circle cx="230.67152172131995" cy="491.29511389607796" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_0__stack1"><circle cx="803.7937166565" cy="571.776102972082" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_1__stack1"><circle cx="803.7937166565" cy="556.330256583758" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_0__stack1"><circle cx="763.1467524766999" cy="571.776102972082" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_1__stack1"><circle cx="763.1467524766999" cy="556.330256583758" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_0__stack1"><circle cx="92.47184350999993" cy="239.283935981318" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_1__stack1"><circle cx="92.47184350999993" cy="254.72978236964195" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_0__stack1"><circle cx="133.11880768979995" cy="239.283935981318" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_1__stack1"><circle cx="133.11880768979995" cy="254.72978236964195" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_0__stack1"><circle cx="173.76577186959992" cy="239.283935981318" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_1__stack1"><circle cx="173.76577186959992" cy="254.72978236964195" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_0__stack1"><circle cx="214.41273604939994" cy="239.283935981318" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_1__stack1"><circle cx="214.41273604939994" cy="254.72978236964195" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_0__stack1"><circle cx="905.411127106" cy="239.283935981318" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_1__stack1"><circle cx="905.411127106" cy="254.72978236964195" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_0__stack1"><circle cx="941.9933948678199" cy="239.283935981318" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_1__stack1"><circle cx="941.9933948678199" cy="254.72978236964195" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_0__stack1"><circle cx="978.57566262964" cy="239.283935981318" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_1__stack1"><circle cx="978.57566262964" cy="254.72978236964195" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_0__stack1"><circle cx="1015.15793039146" cy="239.283935981318" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_1__stack1"><circle cx="1015.15793039146" cy="254.72978236964195" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_35_0__stack1"><circle cx="19.307307986359888" cy="256.762130578632" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_35_1__stack1"><circle cx="19.307307986359888" cy="272.207976966956" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_36_0__stack1"><circle cx="289.60961978202994" cy="234.81276992154" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_36_1__stack1"><circle cx="301.80370903597" cy="234.81276992154" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_37_0__stack1"><circle cx="1061.90193919823" cy="234.81276992154" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_37_1__stack1"><circle cx="1074.09602845217" cy="234.81276992154" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_38_0__stack1"><circle cx="55.88957574817994" cy="257.16860022043" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_38_1__stack1"><circle cx="55.88957574817994" cy="244.97451096649" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_0__stack1"><circle cx="338.38597679778997" cy="316.10669828114" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_1__stack1"><circle cx="350.58006605173" cy="316.10669828114" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_40_0__stack1"><circle cx="311.96545008091994" cy="322.20374290811" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_40_1__stack1"><circle cx="311.96545008091994" cy="310.00965365417" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_41_0__stack1"><circle cx="279.4478787370799" cy="346.59192141599" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_41_1__stack1"><circle cx="279.4478787370799" cy="334.39783216205" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_42_0__stack1"><circle cx="996.86679651055" cy="389.27123380478" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_42_1__stack1"><circle cx="984.67270725661" cy="389.27123380478" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_43_0__stack1"><circle cx="257.0920484381899" cy="421.78880514862" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_43_1__stack1"><circle cx="269.28613769212996" cy="421.78880514862" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_44_0__stack1"><circle cx="1004.9961893465099" cy="421.78880514862" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_44_1__stack1"><circle cx="992.80210009257" cy="421.78880514862" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_45_0__stack1"><circle cx="864.7641629262" cy="484.79159962731" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_45_1__stack1"><circle cx="864.7641629262" cy="472.59751037337" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_46_0__stack1"><circle cx="467.2368532477559" cy="470.56516216438" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_46_1__stack1"><circle cx="481.8697603524839" cy="470.56516216438" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_47_0__stack1"><circle cx="720.46744008791" cy="466.5004657464" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_47_1__stack1"><circle cx="732.6615293418499" cy="466.5004657464" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_48_0__stack1"><circle cx="271.31848590111997" cy="517.30917097115" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_48_1__stack1"><circle cx="271.31848590111997" cy="505.11508171721" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_49_0__stack1"><circle cx="474.5533068001199" cy="582.3443136588301" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_49_1__stack1"><circle cx="474.5533068001199" cy="570.15022440489" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_50_0__stack1"><circle cx="840.37598441832" cy="574.21492082287" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_50_1__stack1"><circle cx="840.37598441832" cy="562.02083156893" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_51_0__stack1"><circle cx="734.6938775508399" cy="578.27961724085" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_51_1__stack1"><circle cx="734.6938775508399" cy="590.47370649479" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_52_0__stack1"><circle cx="901.34643068802" cy="517.30917097115" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_52_1__stack1"><circle cx="901.34643068802" cy="505.11508171721" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_53_0__stack1"><circle cx="874.92590397115" cy="547.794394106" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_53_1__stack1"><circle cx="887.11999322509" cy="547.794394106" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_54_0__stack1"><circle cx="297.73901261798994" cy="462.43576932842" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_54_1__stack1"><circle cx="309.93310187193" cy="462.43576932842" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_55_0__stack1"><circle cx="597.9592683546756" cy="234.75942992662092" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_55_1__stack1"><circle cx="619.4173088322443" cy="234.866109916459" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_56_0__stack1"><circle cx="397.52730967939897" cy="235.01600474243898" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_56_1__stack1"><circle cx="420.69607926188496" cy="234.81276992154" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_56_2__stack1"><circle cx="411.5505123214299" cy="249.95376407851552" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_57_0__stack1"><circle cx="844.237446015401" cy="234.60953510064098" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_57_1__stack1"><circle cx="821.0686764329149" cy="234.81276992154" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_57_2__stack1"><circle cx="830.21424337337" cy="219.67177576456447" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_58_0__stack1"><circle cx="461.54627826258394" cy="248.02303327997498" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_58_1__stack1"><circle cx="461.74951308348295" cy="270.37886357886504" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_58_2__stack1"><circle cx="446.913371157856" cy="261.23329663841" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_59_0__stack1"><circle cx="763.959691760296" cy="248.02303327997498" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_59_1__stack1"><circle cx="763.7564569393969" cy="270.37886357886504" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_59_2__stack1"><circle cx="778.592598865024" cy="261.23329663841" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_60_0__stack1"><circle cx="901.2941170289464" cy="475.646032686855" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_60_1__stack1"><circle cx="901.3987443470935" cy="457.354898805945" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_61_0__stack1"><circle cx="940.977220763325" cy="547.7420804469265" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_61_1__stack1"><circle cx="959.2683546442349" cy="547.8467077650735" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_0__stack1"><circle cx="531.45905665184" cy="409.59471589468006" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_1__stack1"><circle cx="531.45905665184" cy="458.37107291044003" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_2__stack1"><circle cx="685.9175205350799" cy="466.50046574639987" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_3__stack1"><circle cx="531.45905665184" cy="312.04200186316007" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_4__stack1"><circle cx="685.9175205350799" cy="312.04200186316007" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_5__stack1"><circle cx="531.45905665184" cy="344.5595732070001" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_6__stack1"><circle cx="685.9175205350799" cy="344.559573207" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_7__stack1"><circle cx="531.45905665184" cy="295.78321619124006" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_8__stack1"><circle cx="685.9175205350799" cy="295.78321619124006" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_9__stack1"><circle cx="531.45905665184" cy="328.3007875350801" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_10__stack1"><circle cx="685.9175205350799" cy="328.30078753508" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_11__stack1"><circle cx="685.9175205350799" cy="377.07714455084" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_12__stack1"><circle cx="531.45905665184" cy="482.75925141832005" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_13__stack1"><circle cx="685.9175205350799" cy="499.0180370902399" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_14__stack1"><circle cx="685.9175205350799" cy="523.40621559812" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_15__stack1"><circle cx="685.9175205350799" cy="539.66500127004" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_16__stack1"><circle cx="685.9175205350799" cy="555.9237869419599" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_17__stack1"><circle cx="685.9175205350799" cy="433.9828944025599" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_18__stack1"><circle cx="685.9175205350799" cy="409.59471589467995" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_19__stack1"><circle cx="685.9175205350799" cy="393.33593022275994" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_20__stack1"><circle cx="685.9175205350799" cy="572.1825726138799" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_21__stack1"><circle cx="531.45905665184" cy="360.8183588789201" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_22__stack1"><circle cx="685.9175205350799" cy="360.81835887892" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_23__stack1"><circle cx="685.9175205350799" cy="580.3119654498399" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_24__stack1"><circle cx="531.45905665184" cy="377.0771445508401" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_25__stack1"><circle cx="531.45905665184" cy="393.33593022276006" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_26__stack1"><circle cx="531.45905665184" cy="442.1122872385201" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_27__stack1"><circle cx="531.45905665184" cy="531.53560843408" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_28__stack1"><circle cx="531.45905665184" cy="515.27682276216" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_29__stack1"><circle cx="531.45905665184" cy="499.01803709024006" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_30__stack1"><circle cx="531.45905665184" cy="580.3119654498399" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_31__stack1"><circle cx="531.45905665184" cy="564.0531797779199" r="0.8129392835960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_32__stack1"><circle cx="531.45905665184" cy="547.794394106" r="0.8129392835960001" 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="
384
+ M 407.892285545248,393.33593022276006
385
+ L 405.859937336258,392.2384621899055
386
+ L 405.859937336258,375.71953594723476
387
+ L 409.924633754238,375.71953594723476
388
+ L 409.924633754238,392.2384621899055
389
+ Z
390
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="407.892285545248" y="391.50681683466905" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(-90 407.892285545248 391.50681683466905)">XXXXXX</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="
391
+ M 311.96545008091994,339.478702684525
392
+ L 313.0629181137745,337.446354475535
393
+ L 320.03251757180425,337.446354475535
394
+ L 320.03251757180425,341.511050893515
395
+ L 313.0629181137745,341.511050893515
396
+ Z
397
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="313.79456346901094" y="339.478702684525" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
398
+ M 531.45905665184,377.0771445508401
399
+ L 530.3615886189854,379.1094927598301
400
+ L 513.8426623763147,379.1094927598301
401
+ L 513.8426623763147,375.0447963418501
402
+ L 530.3615886189854,375.0447963418501
403
+ Z
404
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="529.629943263749" y="377.0771445508401" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
405
+ M 372.93589635061994,235.01600474243898
406
+ L 370.9035481416299,233.91853670958437
407
+ L 370.9035481416299,226.94893725155467
408
+ L 374.96824455960996,226.94893725155467
409
+ L 374.96824455960996,233.91853670958437
410
+ Z
411
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="372.93589635061994" y="233.18689135434798" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(-90 372.93589635061994 233.18689135434798)">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="
412
+ M 311.96545008091994,234.81276992154
413
+ L 309.9331018719299,233.7153018886854
414
+ L 309.9331018719299,226.74570243065568
415
+ L 313.99779828990995,226.74570243065568
416
+ L 313.99779828990995,233.7153018886854
417
+ Z
418
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="311.96545008091994" y="232.983656533449" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(-90 311.96545008091994 232.983656533449)">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="
419
+ M 356.67711067869993,275.053264459542
420
+ L 358.70945888768995,276.15073249239657
421
+ L 358.70945888768995,283.1203319504263
422
+ L 354.6447624697099,283.1203319504263
423
+ L 354.6447624697099,276.15073249239657
424
+ Z
425
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="356.67711067869993" y="276.882377847633" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(90 356.67711067869993 276.882377847633)">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="
426
+ M 55.88957574817994,291.312050131462
427
+ L 57.92192395716994,292.4095181643166
428
+ L 57.92192395716994,299.3791176223463
429
+ L 53.857227539189935,299.3791176223463
430
+ L 53.857227539189935,292.4095181643166
431
+ Z
432
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="55.88957574817994" y="293.141163519553" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(90 55.88957574817994 293.141163519553)">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="
433
+ M 787.331696163681,478.7148784824299
434
+ L 789.3640443726711,479.8123465152845
435
+ L 789.3640443726711,486.78194597331424
436
+ L 785.299347954691,486.78194597331424
437
+ L 785.299347954691,479.8123465152845
438
+ Z
439
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="787.331696163681" y="480.5439918705209" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(90 787.331696163681 480.5439918705209)">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="
440
+ M 368.8711999326399,470.56516216438
441
+ L 370.9035481416299,471.6626301972346
442
+ L 370.9035481416299,478.6322296552643
443
+ L 366.8388517236499,478.6322296552643
444
+ L 366.8388517236499,471.6626301972346
445
+ Z
446
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="368.8711999326399" y="472.394275552471" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(90 368.8711999326399 472.394275552471)">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="
447
+ M 734.6938775508399,594.53840291277
448
+ L 736.72622575983,595.6358709456247
449
+ L 736.72622575983,602.6054704036543
450
+ L 732.6615293418499,602.6054704036543
451
+ L 732.6615293418499,595.6358709456247
452
+ Z
453
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="734.6938775508399" y="596.367516300861" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(90 734.6938775508399 596.367516300861)">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="
454
+ M 435.1054280636241,455.3428740790449
455
+ L 437.13777627261413,456.4403421118995
456
+ L 437.13777627261413,463.40994156992923
457
+ L 433.0730798546341,463.40994156992923
458
+ L 433.0730798546341,456.4403421118995
459
+ Z
460
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="435.1054280636241" y="457.1719874671359" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(90 435.1054280636241 457.1719874671359)">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="
461
+ M 755.8506224064258,500.0545346768249
462
+ L 757.8829706154158,501.1520027096795
463
+ L 757.8829706154158,508.1216021677092
464
+ L 753.8182741974358,508.1216021677092
465
+ L 753.8182741974358,501.1520027096795
466
+ Z
467
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="755.8506224064258" y="501.8836480649159" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(90 755.8506224064258 501.8836480649159)">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="
468
+ M 763.7564569393969,299.84791260922
469
+ L 765.7888051483869,300.94538064207455
470
+ L 765.7888051483869,307.9149801001043
471
+ L 761.7241087304069,307.9149801001043
472
+ L 761.7241087304069,300.94538064207455
473
+ Z
474
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="763.7564569393969" y="301.677025997311" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(90 763.7564569393969 301.677025997311)">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="
475
+ M 941.9933948678199,258.794478787622
476
+ L 944.0257430768099,259.89194682047656
477
+ L 944.0257430768099,266.8615462785063
478
+ L 939.9610466588299,266.8615462785063
479
+ L 939.9610466588299,259.89194682047656
480
+ Z
481
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="941.9933948678199" y="260.623592175713" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(90 941.9933948678199 260.623592175713)">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="
482
+ M 368.8711999326399,356.75366246094
483
+ L 370.9035481416299,357.8511304937946
484
+ L 370.9035481416299,364.8207299518243
485
+ L 366.8388517236499,364.8207299518243
486
+ L 366.8388517236499,357.8511304937946
487
+ Z
488
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="368.8711999326399" y="358.582775849031" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(90 368.8711999326399 358.582775849031)">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="
489
+ M 246.93030739323996,376.67067490904196
490
+ L 248.96265560222994,377.76814294189654
491
+ L 248.96265560222994,384.7377423999263
492
+ L 244.89795918424997,384.7377423999263
493
+ L 244.89795918424997,377.76814294189654
494
+ Z
495
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="246.93030739323996" y="378.49978829713297" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(90 246.93030739323996 378.49978829713297)">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="
496
+ M 695.8760267591309,580.3322889319298
497
+ L 697.9083749681209,581.4297569647845
498
+ L 697.9083749681209,588.3993564228141
499
+ L 693.8436785501409,588.3993564228141
500
+ L 693.8436785501409,581.4297569647845
501
+ Z
502
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="695.8760267591309" y="582.1614023200208" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(90 695.8760267591309 582.1614023200208)">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="
503
+ M 474.5533068001199,586.40901007681
504
+ L 476.5856550091099,587.5064781096646
505
+ L 476.5856550091099,594.4760775676942
506
+ L 472.5209585911299,594.4760775676942
507
+ L 472.5209585911299,587.5064781096646
508
+ Z
509
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="474.5533068001199" y="588.2381234649009" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(90 474.5533068001199 588.2381234649009)">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="
510
+ M 1177.7457871106599,260.01388771301595
511
+ L 1179.77813531965,261.1113557458705
512
+ L 1179.77813531965,268.08095520390026
513
+ L 1175.7134389016699,268.08095520390026
514
+ L 1175.7134389016699,261.1113557458705
515
+ Z
516
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="1177.7457871106599" y="261.84300110110695" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(90 1177.7457871106599 261.84300110110695)">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="
517
+ M 461.74951308348295,299.84791260922
518
+ L 463.78186129247297,300.94538064207455
519
+ L 463.78186129247297,307.9149801001043
520
+ L 459.71716487449294,307.9149801001043
521
+ L 459.71716487449294,300.94538064207455
522
+ Z
523
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="461.74951308348295" y="301.677025997311" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(90 461.74951308348295 301.677025997311)">XX</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="
524
+ M 964.1663138279008,550.9155535606484
525
+ L 966.1986620368908,552.013021593503
526
+ L 966.1986620368908,558.9826210515326
527
+ L 962.1339656189108,558.9826210515326
528
+ L 962.1339656189108,552.013021593503
529
+ Z
530
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="964.1663138279008" y="552.7446669487393" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(90 964.1663138279008 552.7446669487393)">XX</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="
531
+ M 133.11880768979995,258.794478787622
532
+ L 135.15115589878994,259.89194682047656
533
+ L 135.15115589878994,266.8615462785063
534
+ L 131.08645948080996,266.8615462785063
535
+ L 131.08645948080996,259.89194682047656
536
+ Z
537
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="133.11880768979995" y="260.623592175713" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(90 133.11880768979995 260.623592175713)">XX</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="
538
+ M 230.67152172131995,521.3738673891299
539
+ L 232.70386993030993,522.4713354219846
540
+ L 232.70386993030993,529.4409348800142
541
+ L 228.63917351232996,529.4409348800142
542
+ L 228.63917351232996,522.4713354219846
543
+ Z
544
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="230.67152172131995" y="523.2029807772209" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(90 230.67152172131995 523.2029807772209)">XX</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="
545
+ M 911.711406553869,405.5300194767
546
+ L 913.743754762859,406.62748750955456
547
+ L 913.743754762859,413.5970869675843
548
+ L 909.679058344879,413.5970869675843
549
+ L 909.679058344879,406.62748750955456
550
+ Z
551
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="911.711406553869" y="407.359132864791" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(90 911.711406553869 407.359132864791)">XX</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="
552
+ M 1048.285206197997,234.81276992154
553
+ L 1046.252857989007,233.7153018886854
554
+ L 1046.252857989007,226.74570243065568
555
+ L 1050.317554406987,226.74570243065568
556
+ L 1050.317554406987,233.7153018886854
557
+ Z
558
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="1048.285206197997" y="232.983656533449" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(-90 1048.285206197997 232.983656533449)">XX</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="
559
+ M 1005.422982470398,382.1376915912251
560
+ L 1003.390634261408,381.04022355837054
561
+ L 1003.390634261408,374.0706241003408
562
+ L 1007.455330679388,374.0706241003408
563
+ L 1007.455330679388,381.04022355837054
564
+ Z
565
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="1005.422982470398" y="380.3085782031341" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(-90 1005.422982470398 380.3085782031341)">XX</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="
566
+ M 872.89355576216,234.60953510064098
567
+ L 870.86120755317,233.51206706778638
568
+ L 870.86120755317,226.54246760975667
569
+ L 874.92590397115,226.54246760975667
570
+ L 874.92590397115,233.51206706778638
571
+ Z
572
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="872.89355576216" y="232.78042171254998" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(-90 872.89355576216 232.78042171254998)">XX</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="
573
+ M 695.4898805994228,359.78186129233507
574
+ L 693.4575323904328,358.6843932594805
575
+ L 693.4575323904328,351.71479380145075
576
+ L 697.5222288084128,351.71479380145075
577
+ L 697.5222288084128,358.6843932594805
578
+ Z
579
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="695.4898805994228" y="357.95274790424406" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(-90 695.4898805994228 357.95274790424406)">XX</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="
580
+ M 1084.054534676221,234.81276992154
581
+ L 1082.022186467231,233.7153018886854
582
+ L 1082.022186467231,226.74570243065568
583
+ L 1086.086882885211,226.74570243065568
584
+ L 1086.086882885211,233.7153018886854
585
+ Z
586
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="1084.054534676221" y="232.983656533449" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(-90 1084.054534676221 232.983656533449)">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="
587
+ M 1009.8941485301759,414.6552629350651
588
+ L 1007.8618003211859,413.5577949022105
589
+ L 1007.8618003211859,406.58819544418077
590
+ L 1011.9264967391659,406.58819544418077
591
+ L 1011.9264967391659,413.5577949022105
592
+ Z
593
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="1009.8941485301759" y="412.8261495469741" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(-90 1009.8941485301759 412.8261495469741)">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="
594
+ M 1177.7457871106599,235.21923956333802
595
+ L 1175.7134389016699,234.12177153048341
596
+ L 1175.7134389016699,227.1521720724537
597
+ L 1179.77813531965,227.1521720724537
598
+ L 1179.77813531965,234.12177153048341
599
+ Z
600
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="1177.7457871106599" y="233.39012617524702" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(-90 1177.7457871106599 233.39012617524702)">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="
601
+ M 984.67270725661,389.27123380478
602
+ L 983.5752392237554,391.30358201377004
603
+ L 967.0563129810847,391.30358201377004
604
+ L 967.0563129810847,387.23888559579
605
+ L 983.5752392237554,387.23888559579
606
+ Z
607
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="982.8435938685191" y="389.27123380478" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_32__stack1" d="
608
+ M 714.3703954609399,393.33593022275994
609
+ L 712.3380472519499,392.23846218990536
610
+ L 712.3380472519499,375.71953594723465
611
+ L 716.4027436699299,375.71953594723465
612
+ L 716.4027436699299,392.23846218990536
613
+ Z
614
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="714.3703954609399" y="391.50681683466894" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(-90 714.3703954609399 391.50681683466894)">XXXXXX</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="
615
+ M 884.681175374302,373.01244813286
616
+ L 883.5837073414474,375.04479634185003
617
+ L 867.0647810987767,375.04479634185003
618
+ L 867.0647810987767,370.98009992387
619
+ L 883.5837073414474,370.98009992387
620
+ Z
621
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="882.8520619862111" y="373.01244813286" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_34__stack1" d="
622
+ M 936.7092895244459,421.78880514862
623
+ L 934.6769413154559,420.6913371157654
624
+ L 934.6769413154559,404.1724108730947
625
+ L 938.7416377334359,404.1724108730947
626
+ L 938.7416377334359,420.6913371157654
627
+ Z
628
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="936.7092895244459" y="419.959691760529" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(-90 936.7092895244459 419.959691760529)">XXXXXX</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="
629
+ M 714.3703954609399,409.59471589467995
630
+ L 716.4027436699299,410.69218392753453
631
+ L 716.4027436699299,427.21111017020525
632
+ L 712.3380472519499,427.21111017020525
633
+ L 712.3380472519499,410.69218392753453
634
+ Z
635
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="714.3703954609399" y="411.42382928277095" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(90 714.3703954609399 411.42382928277095)">XXXXXX</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="
636
+ M 515.20027097992,283.385892116401
637
+ L 516.2977390127746,281.353543907411
638
+ L 523.2673384708042,281.353543907411
639
+ L 523.2673384708042,285.418240325391
640
+ L 516.2977390127746,285.418240325391
641
+ Z
642
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="517.0293843680109" y="283.385892116401" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" 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_37__stack1" d="
643
+ M 515.20027097992,243.958336861995
644
+ L 513.16792277093,242.8608688291404
645
+ L 513.16792277093,235.8912693711107
646
+ L 517.23261918891,235.8912693711107
647
+ L 517.23261918891,242.8608688291404
648
+ Z
649
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="515.20027097992" y="242.129223473904" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(-90 515.20027097992 242.129223473904)">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="
650
+ M 521.886696587497,311.00550427657515
651
+ L 519.854348378507,309.9080362437206
652
+ L 519.854348378507,302.93843678569084
653
+ L 523.919044796487,302.93843678569084
654
+ L 523.919044796487,309.9080362437206
655
+ Z
656
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="521.886696587497" y="309.17639088848415" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(-90 521.886696587497 309.17639088848415)">XX</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="
657
+ M 429.25226522173284,231.7439241259651
658
+ L 427.2199170127428,230.6464560931105
659
+ L 427.2199170127428,223.67685663508078
660
+ L 431.28461343072286,223.67685663508078
661
+ L 431.28461343072286,230.6464560931105
662
+ Z
663
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="429.25226522173284" y="229.9148107378741" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(-90 429.25226522173284 229.9148107378741)">XX</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="
664
+ M 589.4030823948277,225.59353950407606
665
+ L 587.3707341858377,224.49607147122146
666
+ L 587.3707341858377,217.52647201319175
667
+ L 591.4354306038177,217.52647201319175
668
+ L 591.4354306038177,224.49607147122146
669
+ Z
670
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="589.4030823948277" y="223.76442611598506" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(-90 589.4030823948277 223.76442611598506)">XX</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="
671
+ M 702.1763062069999,283.385892116401
672
+ L 703.2737742398546,281.353543907411
673
+ L 710.2433736978842,281.353543907411
674
+ L 710.2433736978842,285.418240325391
675
+ L 703.2737742398546,285.418240325391
676
+ Z
677
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="704.0054195950909" y="283.385892116401" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" 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_42__stack1" d="
678
+ M 702.1763062069999,243.958336861995
679
+ L 700.1439579980099,242.8608688291404
680
+ L 700.1439579980099,235.8912693711107
681
+ L 704.2086544159899,235.8912693711107
682
+ L 704.2086544159899,242.8608688291404
683
+ Z
684
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="702.1763062069999" y="242.129223473904" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(-90 702.1763062069999 242.129223473904)">XX</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="
685
+ M 695.4898805994228,311.00550427657515
686
+ L 693.4575323904328,309.9080362437206
687
+ L 693.4575323904328,302.93843678569084
688
+ L 697.5222288084128,302.93843678569084
689
+ L 697.5222288084128,309.9080362437206
690
+ Z
691
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="695.4898805994228" y="309.17639088848415" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(-90 695.4898805994228 309.17639088848415)">XX</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="
692
+ M 812.512490473067,219.5498348720251
693
+ L 810.480142264077,218.45236683917048
694
+ L 810.480142264077,211.48276738114077
695
+ L 814.544838682057,211.48276738114077
696
+ L 814.544838682057,218.45236683917048
697
+ Z
698
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="812.512490473067" y="217.72072148393408" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(-90 812.512490473067 217.72072148393408)">XX</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="
699
+ M 627.9734947920922,225.70021949391412
700
+ L 625.9411465831022,224.6027514610595
701
+ L 625.9411465831022,217.6331520030298
702
+ L 630.0058430010822,217.6331520030298
703
+ L 630.0058430010822,224.6027514610595
704
+ Z
705
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="627.9734947920922" y="223.87110610582312" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(-90 627.9734947920922 223.87110610582312)">XX</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="
706
+ M 55.88957574817994,264.485053772794
707
+ L 56.98704378103454,262.452705563804
708
+ L 63.95664323906424,262.452705563804
709
+ L 63.95664323906424,266.517401981784
710
+ L 56.98704378103454,266.517401981784
711
+ Z
712
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="57.71868913627094" y="264.485053772794" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" 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_47__stack1" d="
713
+ M 479.63417732259495,328.3007875350801
714
+ L 477.60182911360494,327.2033195022255
715
+ L 477.60182911360494,303.522398171074
716
+ L 481.66652553158497,303.522398171074
717
+ L 481.66652553158497,327.2033195022255
718
+ Z
719
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="479.63417732259495" y="326.4716741469891" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(-90 479.63417732259495 326.4716741469891)">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="
720
+ M 446.913371157856,261.23329663841
721
+ L 445.8159031250014,263.26564484740004
722
+ L 422.1349817938499,263.26564484740004
723
+ L 422.1349817938499,259.20094842942
724
+ L 445.8159031250014,259.20094842942
725
+ Z
726
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="445.084257769765" y="261.23329663841" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" 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="
727
+ M 797.69667202953,299.84791260922
728
+ L 799.72902023852,300.94538064207455
729
+ L 799.72902023852,324.6263019732261
730
+ L 795.66432382054,324.6263019732261
731
+ L 795.66432382054,300.94538064207455
732
+ Z
733
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="797.69667202953" y="301.677025997311" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(90 797.69667202953 301.677025997311)">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="
734
+ M 685.9175205350799,328.30078753508
735
+ L 687.0149885679346,326.26843932609
736
+ L 710.695909899086,326.26843932609
737
+ L 710.695909899086,330.33313574407003
738
+ L 687.0149885679346,330.33313574407003
739
+ Z
740
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="687.7466339231709" y="328.30078753508" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" 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="
741
+ M 531.45905665184,360.8183588789201
742
+ L 530.3615886189854,362.8507070879101
743
+ L 511.4553306801544,362.8507070879101
744
+ L 511.4553306801544,358.7860106699301
745
+ L 530.3615886189854,358.7860106699301
746
+ Z
747
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="529.629943263749" y="360.8183588789201" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_52__stack1" d="
748
+ M 368.8711999326399,316.10669828114
749
+ L 366.8388517236499,315.0092302482854
750
+ L 366.8388517236499,296.1029723094544
751
+ L 370.9035481416299,296.1029723094544
752
+ L 370.9035481416299,315.0092302482854
753
+ Z
754
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="368.8711999326399" y="314.277584893049" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(-90 368.8711999326399 314.277584893049)">XXXXXXX</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="
755
+ M 324.6676263871075,462.43576932842
756
+ L 322.63527817811746,461.33830129556543
757
+ L 322.63527817811746,454.3687018375357
758
+ L 326.6999745960975,454.3687018375357
759
+ L 326.6999745960975,461.33830129556543
760
+ Z
761
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="324.6676263871075" y="460.606655940329" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(-90 324.6676263871075 460.606655940329)">XX</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="
762
+ M 400.3725971719849,409.59471589468006
763
+ L 398.3402489629949,408.4972478618255
764
+ L 398.3402489629949,401.52764840379575
765
+ L 402.40494538097494,401.52764840379575
766
+ L 402.40494538097494,408.4972478618255
767
+ Z
768
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="400.3725971719849" y="407.76560250658906" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(-90 400.3725971719849 407.76560250658906)">XX</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="
769
+ M 901.3987443470935,453.290202387965
770
+ L 899.3663961381035,452.1927343551104
771
+ L 899.3663961381035,445.2231348970807
772
+ L 903.4310925560835,445.2231348970807
773
+ L 903.4310925560835,452.1927343551104
774
+ Z
775
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="901.3987443470935" y="451.461088999874" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(-90 901.3987443470935 451.461088999874)">XX</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="
776
+ M 485.93445677046395,458.37107291044
777
+ L 484.8369887376094,460.40342111943
778
+ L 463.54339910261814,460.40342111943
779
+ L 463.54339910261814,456.33872470144996
780
+ L 484.8369887376094,456.33872470144996
781
+ Z
782
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="484.10534338237295" y="458.37107291044" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_57__stack1" d="
783
+ M 531.45905665184,458.37107291044003
784
+ L 530.3615886189854,460.40342111943005
785
+ L 509.0679989839942,460.40342111943005
786
+ L 509.0679989839942,456.33872470145
787
+ L 530.3615886189854,456.33872470145
788
+ Z
789
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="529.629943263749" y="458.37107291044003" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_58__stack1" d="
790
+ M 725.548310610385,433.9828944025599
791
+ L 723.515962401395,432.8854263697053
792
+ L 723.515962401395,425.9158269116756
793
+ L 727.580658819375,425.9158269116756
794
+ L 727.580658819375,432.8854263697053
795
+ Z
796
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="725.548310610385" y="432.1537810144689" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(-90 725.548310610385 432.1537810144689)">XX</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="
797
+ M 250.97468032912997,414.6552629350651
798
+ L 248.94233212013998,413.5577949022105
799
+ L 248.94233212013998,406.58819544418077
800
+ L 253.00702853811995,406.58819544418077
801
+ L 253.00702853811995,413.5577949022105
802
+ Z
803
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="250.97468032912997" y="412.8261495469741" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(-90 250.97468032912997 412.8261495469741)">XX</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="
804
+ M 448.13278008324994,470.56516216438
805
+ L 446.1004318742599,469.46769413152543
806
+ L 446.1004318742599,462.4980946734957
807
+ L 450.16512829223996,462.4980946734957
808
+ L 450.16512829223996,469.46769413152543
809
+ Z
810
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="448.13278008324994" y="468.736048776289" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(-90 448.13278008324994 468.736048776289)">XX</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="
811
+ M 757.0497078497299,478.69455500034
812
+ L 755.0173596407399,477.59708696748544
813
+ L 755.0173596407399,470.6274875094557
814
+ L 759.0820560587199,470.6274875094557
815
+ L 759.0820560587199,477.59708696748544
816
+ Z
817
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="757.0497078497299" y="476.865441612249" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(-90 757.0497078497299 476.865441612249)">XX</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="
818
+ M 703.1924803114949,466.5004657463999
819
+ L 701.1601321025049,465.40299771354535
820
+ L 701.1601321025049,444.1094080785541
821
+ L 705.224828520485,444.1094080785541
822
+ L 705.224828520485,465.40299771354535
823
+ Z
824
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="703.1924803114949" y="464.6713523583089" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(-90 703.1924803114949 464.6713523583089)">XXXXXXXX</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="
825
+ M 511.64366161418747,442.11228723852
826
+ L 509.61131340519745,441.01481920566545
827
+ L 509.61131340519745,412.55923448219346
828
+ L 513.6760098231774,412.55923448219346
829
+ L 513.6760098231774,441.01481920566545
830
+ Z
831
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="511.64366161418747" y="440.283173850429" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(-90 511.64366161418747 440.283173850429)">XXXXXXXXXXX</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="
832
+ M 230.67152172131995,476.865441612249
833
+ L 231.76898975417456,474.833093403259
834
+ L 260.2245744776465,474.833093403259
835
+ L 260.2245744776465,478.89778982123903
836
+ L 231.76898975417456,478.89778982123903
837
+ Z
838
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="232.50063510941095" y="476.865441612249" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" 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_65__stack1" d="
839
+ M 685.9175205350799,523.40621559812
840
+ L 687.0149885679346,521.3738673891299
841
+ L 708.3085782029258,521.3738673891299
842
+ L 708.3085782029258,525.43856380711
843
+ L 687.0149885679346,525.43856380711
844
+ Z
845
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="687.7466339231709" y="523.40621559812" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_66__stack1" d="
846
+ M 803.7937166565,552.265560165778
847
+ L 802.6962486236454,554.297908374768
848
+ L 781.4026589886541,554.297908374768
849
+ L 781.4026589886541,550.233211956788
850
+ L 802.6962486236454,550.233211956788
851
+ Z
852
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="801.9646032684091" y="552.265560165778" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_67__stack1" d="
853
+ M 763.1467524766999,539.66500127004
854
+ L 764.2442205095546,537.63265306105
855
+ L 783.1504784483855,537.63265306105
856
+ L 783.1504784483855,541.69734947903
857
+ L 764.2442205095546,541.69734947903
858
+ Z
859
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="764.9758658647909" y="539.66500127004" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_68__stack1" d="
860
+ M 279.4478787370799,234.81276992154
861
+ L 277.4155305280899,233.7153018886854
862
+ L 277.4155305280899,226.74570243065568
863
+ L 281.48022694606993,226.74570243065568
864
+ L 281.48022694606993,233.7153018886854
865
+ Z
866
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="279.4478787370799" y="232.983656533449" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(-90 279.4478787370799 232.983656533449)">XX</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="
867
+ M 332.26860868873,308.9731560675851
868
+ L 330.23626047974,307.8756880347305
869
+ L 330.23626047974,300.90608857670077
870
+ L 334.30095689772,300.90608857670077
871
+ L 334.30095689772,307.8756880347305
872
+ Z
873
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="332.26860868873" y="307.1440426794941" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(-90 332.26860868873 307.1440426794941)">XX</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="
874
+ M 133.11880768979995,235.21923956333802
875
+ L 131.08645948080996,234.12177153048341
876
+ L 131.08645948080996,227.1521720724537
877
+ L 135.15115589878994,227.1521720724537
878
+ L 135.15115589878994,234.12177153048341
879
+ Z
880
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="133.11880768979995" y="233.39012617524702" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(-90 133.11880768979995 233.39012617524702)">XX</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="
881
+ M 709.289524938465,510.19595223968497
882
+ L 710.3869929713196,508.16360403069496
883
+ L 750.7792361755928,508.16360403069496
884
+ L 750.7792361755928,512.228300448675
885
+ L 710.3869929713196,512.228300448675
886
+ Z
887
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="711.1186383265559" y="510.19595223968497" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" 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_72__stack1" d="
888
+ M 874.92590397115,547.794394106
889
+ L 873.8284359382953,549.82674231499
890
+ L 833.4361927340221,549.82674231499
891
+ L 833.4361927340221,545.76204589701
892
+ L 873.8284359382953,545.76204589701
893
+ Z
894
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="873.096790583059" y="547.794394106" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" 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_73__stack1" d="
895
+ M 864.7641629262,484.79159962731
896
+ L 866.79651113519,485.8890676601646
897
+ L 866.79651113519,526.2813108644378
898
+ L 862.73181471721,526.2813108644378
899
+ L 862.73181471721,485.8890676601646
900
+ Z
901
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="864.7641629262" y="486.620713015401" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(90 864.7641629262 486.620713015401)">XXXXXXXXXXXXXXXX</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="
902
+ M 474.5533068001199,547.794394106
903
+ L 472.5209585911299,546.6969260731454
904
+ L 472.5209585911299,527.7906681343145
905
+ L 476.5856550091099,527.7906681343145
906
+ L 476.5856550091099,546.6969260731454
907
+ Z
908
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="474.5533068001199" y="545.9652807179091" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(-90 474.5533068001199 545.9652807179091)">XXXXXXX</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="
909
+ M 734.6938775508399,567.101702091405
910
+ L 733.5964095179853,569.134050300395
911
+ L 714.6901515791544,569.134050300395
912
+ L 714.6901515791544,565.0693538824149
913
+ L 733.5964095179853,565.0693538824149
914
+ Z
915
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="732.864764162749" y="567.101702091405" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_76__stack1" d="
916
+ M 901.34643068802,490.3805572020325
917
+ L 902.4438987208746,488.3482089930425
918
+ L 909.4134981789042,488.3482089930425
919
+ L 909.4134981789042,492.4129054110225
920
+ L 902.4438987208746,492.4129054110225
921
+ Z
922
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="903.1755440761109" y="490.3805572020325" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" 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_77__stack1" d="
923
+ M 914.0486069942075,547.794394106
924
+ L 912.0162587852175,546.6969260731454
925
+ L 912.0162587852175,527.7906681343145
926
+ L 916.0809552031975,527.7906681343145
927
+ L 916.0809552031975,546.6969260731454
928
+ Z
929
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="914.0486069942075" y="545.9652807179091" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(-90 914.0486069942075 545.9652807179091)">XXXXXXX</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="
930
+ M 411.5505123214299,344.5595732070001
931
+ L 413.5828605304199,345.65704123985466
932
+ L 413.5828605304199,369.3379625710062
933
+ L 409.5181641124399,369.3379625710062
934
+ L 409.5181641124399,345.65704123985466
935
+ Z
936
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="411.5505123214299" y="346.3886865950911" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(90 411.5505123214299 346.3886865950911)">XXXXXXXXX</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="
937
+ M 685.9175205350799,344.559573207
938
+ L 687.0149885679346,342.52722499801
939
+ L 710.695909899086,342.52722499801
940
+ L 710.695909899086,346.59192141599004
941
+ L 687.0149885679346,346.59192141599004
942
+ Z
943
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="687.7466339231709" y="344.559573207" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" 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_80__stack1" d="
944
+ M 830.21424337337,219.67177576456447
945
+ L 828.18189516438,218.57430773170987
946
+ L 828.18189516438,194.8933864005584
947
+ L 832.24659158236,194.8933864005584
948
+ L 832.24659158236,218.57430773170987
949
+ Z
950
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.40646964179800005px"/><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="830.21424337337" y="217.84266237647347" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.658226776182px" transform="rotate(-90 830.21424337337 217.84266237647347)">XXXXXXXXX</text><text class="sch-text" x="551.7825387417399" y="603.277500211427" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.658226776181994px" transform="rotate(0, 551.7825387417399, 603.277500211427)">BQ25731RSN</text><text class="sch-text" x="542.027267338588" y="273.1225336610015" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.658226776182px" transform="rotate(0, 542.027267338588, 273.1225336610015)">U1</text><rect class="schematic-box sch-box" x="539.5884494878" y="601.448386823336" width="24.388178507879957" height="3.658226776182005" stroke-width="0.40646964179800005px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.2517571343840004 1.6258785671920002"/><rect class="schematic-box sch-box" x="538.369040562406" y="270.582098399764" width="7.31645355236401" height="5.0808705224749815" stroke-width="0.40646964179800005px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.2517571343840004 1.6258785671920002"/>
951
951
  </g>
952
952
  </svg>