@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
@@ -146,153 +146,153 @@ orientation: x-" data-x="4.5" data-y="-6.3" cx="234.0382716049383" cy="588.24691
146
146
  .port-label { fill: rgb(0, 100, 100); }
147
147
  .component-name { fill: rgb(0, 100, 100); }
148
148
 
149
- </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 418.14590160123873 593.62755351043 L 422.79392967532874 593.62755351043 L 422.79392967532874 598.27558158452 L 467.531199888445 598.27558158452" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 418.14590160123873 593.62755351043 L 422.79392967532874 593.62755351043 L 422.79392967532874 598.27558158452 L 467.531199888445 598.27558158452" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 418.14590160123873 602.92360965861 L 422.79392967532874 602.92360965861 L 422.79392967532874 593.62755351043 L 418.14590160123873 593.62755351043" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 418.14590160123873 602.92360965861 L 422.79392967532874 602.92360965861 L 422.79392967532874 593.62755351043 L 418.14590160123873 593.62755351043" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 418.14590160123873 575.03544121407 L 427.44195774941875 575.03544121407 L 427.44195774941875 584.33149736225 L 418.14590160123873 584.33149736225" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 418.14590160123873 575.03544121407 L 427.44195774941875 575.03544121407 L 427.44195774941875 584.33149736225 L 418.14590160123873 584.33149736225" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><path d="M 611.620070185235 598.27558158452 L 617.8949080852565 598.27558158452 L 617.8949080852565 654.0519184735999 L 633.465802133458 654.0519184735999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 611.620070185235 598.27558158452 L 617.8949080852565 598.27558158452 L 617.8949080852565 654.0519184735999 L 633.465802133458 654.0519184735999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 611.620070185235 616.86769388088 L 627.1909642334365 616.86769388088 L 627.1909642334365 561.0913569918 L 633.465802133458 561.0913569918" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 611.620070185235 616.86769388088 L 627.1909642334365 616.86769388088 L 627.1909642334365 561.0913569918 L 633.465802133458 561.0913569918" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 678.086871644722 654.0519184735999 L 687.382927792902 654.0519184735999 L 687.382927792902 679.151270073686 L 619.521717911188 679.151270073686 L 619.521717911188 602.92360965861 L 674.36844918545 602.92360965861" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 678.086871644722 654.0519184735999 L 687.382927792902 654.0519184735999 L 687.382927792902 679.151270073686 L 619.521717911188 679.151270073686 L 619.521717911188 602.92360965861 L 674.36844918545 602.92360965861" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 678.086871644722 561.0913569918 L 687.382927792902 561.0913569918 L 687.382927792902 535.992005391714 L 628.817774059368 535.992005391714 L 628.817774059368 612.21966580679 L 674.36844918545 612.21966580679" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 678.086871644722 561.0913569918 L 687.382927792902 561.0913569918 L 687.382927792902 535.992005391714 L 628.817774059368 535.992005391714 L 628.817774059368 612.21966580679 L 674.36844918545 612.21966580679" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 418.14590160123873 658.6999465476899 L 427.44195774941875 658.6999465476899 L 427.44195774941875 649.40389039951 L 418.14590160123873 649.40389039951" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 418.14590160123873 658.6999465476899 L 427.44195774941875 658.6999465476899 L 427.44195774941875 649.40389039951 L 418.14590160123873 649.40389039951" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 418.14590160123873 667.99600269587 L 427.44195774941875 667.99600269587 L 427.44195774941875 658.6999465476899 L 418.14590160123873 658.6999465476899" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 418.14590160123873 667.99600269587 L 427.44195774941875 667.99600269587 L 427.44195774941875 658.6999465476899 L 418.14590160123873 658.6999465476899" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 418.14590160123873 677.29205884405 L 418.14590160123873 686.58811499223 L 427.44195774941875 686.58811499223 L 427.44195774941875 667.99600269587 L 418.14590160123873 667.99600269587" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 418.14590160123873 677.29205884405 L 418.14590160123873 686.58811499223 L 427.44195774941875 686.58811499223 L 427.44195774941875 667.99600269587 L 418.14590160123873 667.99600269587" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 418.14590160123873 537.85121662135 L 418.14590160123873 528.55516047317 L 427.44195774941875 528.55516047317 L 427.44195774941875 547.14727276953 L 418.14590160123873 547.14727276953" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 418.14590160123873 537.85121662135 L 418.14590160123873 528.55516047317 L 427.44195774941875 528.55516047317 L 427.44195774941875 547.14727276953 L 418.14590160123873 547.14727276953" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 620.451323526006 189.24911106460002 L 611.155267377826 189.24911106460002 L 611.155267377826 96.28854958279999 L 626.028957214914 96.28854958279999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 620.451323526006 189.24911106460002 L 611.155267377826 189.24911106460002 L 611.155267377826 96.28854958279999 L 626.028957214914 96.28854958279999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 418.14590160123873 556.44332891771 L 427.44195774941875 556.44332891771 L 427.44195774941875 565.73938506589 L 418.14590160123873 565.73938506589" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 418.14590160123873 556.44332891771 L 427.44195774941875 556.44332891771 L 427.44195774941875 565.73938506589 L 418.14590160123873 565.73938506589" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 676.227660415086 96.28854958279999 L 745.7156801227316 96.28854958279999 L 745.7156801227316 98.61256361984499 L 815.203699830377 98.61256361984499" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 676.227660415086 96.28854958279999 L 745.7156801227316 96.28854958279999 L 745.7156801227316 98.61256361984499 L 815.203699830377 98.61256361984499" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 511.68746659230004 403.988008087558 L 511.68746659230004 394.691951939378 L 688.3125334077201 394.691951939378 L 688.3125334077201 421.65051476909997 L 679.01647725954 421.65051476909997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 511.68746659230004 403.988008087558 L 511.68746659230004 394.691951939378 L 688.3125334077201 394.691951939378 L 688.3125334077201 421.65051476909997 L 679.01647725954 421.65051476909997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 823.1053475563299 598.27558158452 L 832.4014037045099 598.27558158452 L 832.4014037045099 511.1250551953325 L 805.907643682197 511.1250551953325 L 805.907643682197 423.974528806145 L 815.203699830377 423.974528806145" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 823.1053475563299 598.27558158452 L 832.4014037045099 598.27558158452 L 832.4014037045099 511.1250551953325 L 805.907643682197 511.1250551953325 L 805.907643682197 423.974528806145 L 815.203699830377 423.974528806145" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 418.14590160123873 584.33149736225 L 442.8385507448419 584.33149736225 L 442.8385507448419 616.86769388088 L 467.531199888445 616.86769388088" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 418.14590160123873 584.33149736225 L 442.8385507448419 584.33149736225 L 442.8385507448419 616.86769388088 L 467.531199888445 616.86769388088" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 418.14590160123873 649.40389039951 L 442.8385507448419 649.40389039951 L 442.8385507448419 607.5716377327 L 467.531199888445 607.5716377327" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 418.14590160123873 649.40389039951 L 442.8385507448419 649.40389039951 L 442.8385507448419 607.5716377327 L 467.531199888445 607.5716377327" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 418.14590160123873 547.14727276953 L 432.08998582350875 547.14727276953 L 432.08998582350875 649.40389039951 L 418.14590160123873 649.40389039951" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 418.14590160123873 547.14727276953 L 432.08998582350875 547.14727276953 L 432.08998582350875 649.40389039951 L 418.14590160123873 649.40389039951" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 681.805294103994 189.24911106460002 L 900.3090938669648 189.24911106460002 L 900.3090938669648 616.86769388088 L 823.1053475563299 616.86769388088" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 681.805294103994 189.24911106460002 L 900.3090938669648 189.24911106460002 L 900.3090938669648 616.86769388088 L 823.1053475563299 616.86769388088" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 858.8951637268231 98.61256361984499 L 870.0969113853798 98.61256361984499 L 870.0969113853798 114.92714215990088" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 858.8951637268231 98.61256361984499 L 870.0969113853798 98.61256361984499 L 870.0969113853798 114.92714215990088" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 858.8951637268231 423.974528806145 L 870.0969113853798 423.974528806145 L 870.0969113853798 440.28910734620086" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 858.8951637268231 423.974528806145 L 870.0969113853798 423.974528806145 L 870.0969113853798 440.28910734620086" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 623.24014037046 421.65051476909997 L 606.9255618304041 421.65051476909997 L 606.9255618304041 419.2800204513141" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 623.24014037046 421.65051476909997 L 606.9255618304041 421.65051476909997 L 606.9255618304041 419.2800204513141" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" 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="418.14590160123873" cy="593.62755351043" r="1.394408422227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="422.79392967532874" cy="593.62755351043" r="1.394408422227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="418.14590160123873" cy="584.33149736225" r="1.394408422227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><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="418.14590160123873" cy="658.6999465476899" r="1.394408422227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="427.44195774941875" cy="658.6999465476899" r="1.394408422227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="418.14590160123873" cy="649.40389039951" r="1.394408422227" 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"><circle cx="418.14590160123873" cy="667.99600269587" r="1.394408422227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="427.44195774941875" cy="667.99600269587" r="1.394408422227" 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_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="418.14590160123873" cy="547.14727276953" r="1.394408422227" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="692.96056148181" y="593.62755351043" width="111.55267377816006" height="27.888168444540042" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="692.96056148181" y="593.62755351043" width="111.55267377816006" height="27.888168444540042" fill="transparent"/><text class="sch-text" x="748.73689837089" y="607.5716377327" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533362px" transform="rotate(0, 748.73689837089, 607.5716377327)">schematic_component_7</text><line class="component-pin sch-component-pin sch-port-line" x1="692.96056148181" y1="602.92360965861" x2="674.36844918545" y2="602.92360965861" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="673.438843570632" y="601.994004043792" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="683.66450533363" y="601.994004043792" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="697.6085895559" y="602.92360965861" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_40</text><line class="component-pin sch-component-pin sch-port-line" x1="692.96056148181" y1="612.21966580679" x2="674.36844918545" y2="612.21966580679" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="673.438843570632" y="611.290060191972" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="683.66450533363" y="611.290060191972" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="697.6085895559" y="612.21966580679" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_41</text><line class="component-pin sch-component-pin sch-port-line" x1="804.5132352599701" y1="598.27558158452" x2="823.1053475563299" y2="598.27558158452" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="822.1757419415119" y="597.345975969702" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="813.8092914081501" y="597.345975969702" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="799.8652071858801" y="598.27558158452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_42</text><line class="component-pin sch-component-pin sch-port-line" x1="804.5132352599701" y1="607.5716377327" x2="822.1757419415121" y2="607.5716377327" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="823.1053475563299" cy="607.5716377327" r="0.929605614818" stroke-width="0.929605614818px"/><rect x="822.1757419415119" y="606.642032117882" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="813.8092914081501" y="606.642032117882" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="799.8652071858801" y="607.5716377327" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_43</text><line class="component-pin sch-component-pin sch-port-line" x1="804.5132352599701" y1="616.86769388088" x2="823.1053475563299" y2="616.86769388088" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="822.1757419415119" y="615.938088266062" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="813.8092914081501" y="615.938088266062" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="799.8652071858801" y="616.86769388088" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_44</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="486.123312184805" y="588.9795254363399" width="106.9046457040701" height="37.18422459272006" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="486.123312184805" y="588.9795254363399" width="106.9046457040701" height="37.18422459272006" fill="transparent"/><text class="sch-text" x="539.57563503684" y="607.5716377327" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533362px" transform="rotate(0, 539.57563503684, 607.5716377327)">schematic_component_49</text><line class="component-pin sch-component-pin sch-port-line" x1="486.123312184805" y1="598.27558158452" x2="467.531199888445" y2="598.27558158452" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="466.601594273627" y="597.345975969702" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.827256036625" y="597.345975969702" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="490.77134025889495" y="598.27558158452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_290</text><line class="component-pin sch-component-pin sch-port-line" x1="486.123312184805" y1="607.5716377327" x2="467.531199888445" y2="607.5716377327" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="466.601594273627" y="606.642032117882" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.827256036625" y="606.642032117882" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="490.77134025889495" y="607.5716377327" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_291</text><line class="component-pin sch-component-pin sch-port-line" x1="486.123312184805" y1="616.86769388088" x2="467.531199888445" y2="616.86769388088" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="466.601594273627" y="615.938088266062" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.827256036625" y="615.938088266062" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="490.77134025889495" y="616.86769388088" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_292</text><line class="component-pin sch-component-pin sch-port-line" x1="593.0279578888751" y1="616.86769388088" x2="611.620070185235" y2="616.86769388088" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="610.690464570417" y="615.938088266062" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="602.324014037055" y="615.938088266062" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="588.3799298147851" y="616.86769388088" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_293</text><line class="component-pin sch-component-pin sch-port-line" x1="593.0279578888751" y1="607.5716377327" x2="610.6904645704171" y2="607.5716377327" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_1_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="611.620070185235" cy="607.5716377327" r="0.929605614818" stroke-width="0.929605614818px"/><rect x="610.690464570417" y="606.642032117882" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="602.324014037055" y="606.642032117882" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="588.3799298147851" y="607.5716377327" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_294</text><line class="component-pin sch-component-pin sch-port-line" x1="593.0279578888751" y1="598.27558158452" x2="611.620070185235" y2="598.27558158452" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_1_5__stack1"><rect x="610.690464570417" y="597.345975969702" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="602.324014037055" y="597.345975969702" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="588.3799298147851" y="598.27558158452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_295</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="652.0579144298181" y="545.288061539894" width="7.436844918544011" height="31.606590903812048" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="652.0579144298181" y="545.288061539894" width="7.436844918544011" height="31.606590903812048" fill="transparent"/><text class="sch-text" x="655.7763368890901" y="561.0913569918" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533362px" transform="rotate(0, 655.7763368890901, 561.0913569918)">schematic_component_50</text><line class="component-pin sch-component-pin sch-port-line" x1="652.0579144298181" y1="561.0913569918" x2="633.465802133458" y2="561.0913569918" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="632.53619651864" y="560.161751376982" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="642.7618582816381" y="560.161751376982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="656.705942503908" y="561.0913569918" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_296</text><line class="component-pin sch-component-pin sch-port-line" x1="659.4947593483621" y1="561.0913569918" x2="678.086871644722" y2="561.0913569918" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="677.157266029904" y="560.161751376982" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="668.7908154965421" y="560.161751376982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="654.8467312742721" y="561.0913569918" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_297</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="652.0579144298181" y="638.248623021694" width="7.436844918544011" height="31.606590903811934" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="652.0579144298181" y="638.248623021694" width="7.436844918544011" height="31.606590903811934" fill="transparent"/><text class="sch-text" x="655.7763368890901" y="654.0519184735999" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533362px" transform="rotate(0, 655.7763368890901, 654.0519184735999)">schematic_component_51</text><line class="component-pin sch-component-pin sch-port-line" x1="652.0579144298181" y1="654.0519184735999" x2="633.465802133458" y2="654.0519184735999" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="632.53619651864" y="653.1223128587819" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="642.7618582816381" y="653.1223128587819" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="656.705942503908" y="654.0519184735999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_298</text><line class="component-pin sch-component-pin sch-port-line" x1="659.4947593483621" y1="654.0519184735999" x2="678.086871644722" y2="654.0519184735999" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="677.157266029904" y="653.1223128587819" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="668.7908154965421" y="653.1223128587819" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="654.8467312742721" y="654.0519184735999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_299</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="833.795812126737" y="79.58096400098157" width="6.50723930372601" height="33.41517116363684" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="833.795812126737" y="79.58096400098157" width="6.50723930372601" height="33.41517116363684" fill="transparent"/><text class="sch-text" x="837.0494317785999" y="96.28854958279999" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533362px" transform="rotate(0, 837.0494317785999, 96.28854958279999)">schematic_component_52</text><line class="component-pin sch-component-pin sch-port-line" x1="833.795812126737" y1="98.61256361984499" x2="815.203699830377" y2="98.61256361984499" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="814.274094215559" y="97.68295800502699" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="824.499755978557" y="97.68295800502699" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="838.443840200827" y="98.61256361984499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_300</text><line class="component-pin sch-component-pin sch-port-line" x1="840.303051430463" y1="98.61256361984499" x2="858.8951637268231" y2="98.61256361984499" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="857.965558112005" y="97.68295800502699" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="849.599107578643" y="97.68295800502699" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="835.655023356373" y="98.61256361984499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_301</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="644.6210695112741" y="80.48525413089402" width="13.014478607451906" height="31.606590903811934" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="644.6210695112741" y="80.48525413089402" width="13.014478607451906" height="31.606590903811934" fill="transparent"/><text class="sch-text" x="651.1283088150001" y="96.28854958279999" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533362px" transform="rotate(0, 651.1283088150001, 96.28854958279999)">schematic_component_53</text><line class="component-pin sch-component-pin sch-port-line" x1="644.6210695112741" y1="96.28854958279999" x2="626.028957214914" y2="96.28854958279999" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="625.099351600096" y="95.35894396798199" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="635.3250133630941" y="95.35894396798199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="649.2690975853641" y="96.28854958279999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_302</text><line class="component-pin sch-component-pin sch-port-line" x1="657.635548118726" y1="96.28854958279999" x2="676.227660415086" y2="96.28854958279999" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="675.298054800268" y="95.35894396798199" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="666.931604266906" y="95.35894396798199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="652.987520044636" y="96.28854958279999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_303</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="639.0434358223661" y="173.445815612694" width="24.169745985268037" height="31.60659090381199" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="639.0434358223661" y="173.445815612694" width="24.169745985268037" height="31.60659090381199" fill="transparent"/><text class="sch-text" x="651.1283088150001" y="189.24911106460002" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533362px" transform="rotate(0, 651.1283088150001, 189.24911106460002)">schematic_component_54</text><line class="component-pin sch-component-pin sch-port-line" x1="639.0434358223661" y1="189.24911106460002" x2="620.451323526006" y2="189.24911106460002" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="619.521717911188" y="188.319505449782" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="629.747379674186" y="188.319505449782" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="643.6914638964561" y="189.24911106460002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_304</text><line class="component-pin sch-component-pin sch-port-line" x1="663.2131818076341" y1="189.24911106460002" x2="681.805294103994" y2="189.24911106460002" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="680.875688489176" y="188.319505449782" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="672.5092379558141" y="188.319505449782" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="658.5651537335441" y="189.24911106460002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_305</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="833.795812126737" y="404.94292918728155" width="6.50723930372601" height="33.4151711636369" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="833.795812126737" y="404.94292918728155" width="6.50723930372601" height="33.4151711636369" fill="transparent"/><text class="sch-text" x="837.0494317785999" y="421.65051476909997" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533362px" transform="rotate(0, 837.0494317785999, 421.65051476909997)">schematic_component_55</text><line class="component-pin sch-component-pin sch-port-line" x1="833.795812126737" y1="423.974528806145" x2="815.203699830377" y2="423.974528806145" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="814.274094215559" y="423.044923191327" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="824.499755978557" y="423.044923191327" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="838.443840200827" y="423.974528806145" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_306</text><line class="component-pin sch-component-pin sch-port-line" x1="840.303051430463" y1="423.974528806145" x2="858.8951637268231" y2="423.974528806145" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="857.965558112005" y="423.044923191327" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="849.599107578643" y="423.044923191327" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="835.655023356373" y="423.974528806145" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_307</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="641.8322526668201" y="405.847219317194" width="18.592112296359915" height="31.60659090381199" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="641.8322526668201" y="405.847219317194" width="18.592112296359915" height="31.60659090381199" fill="transparent"/><text class="sch-text" x="651.1283088150001" y="421.65051476909997" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533362px" transform="rotate(0, 651.1283088150001, 421.65051476909997)">schematic_component_56</text><line class="component-pin sch-component-pin sch-port-line" x1="641.8322526668201" y1="421.65051476909997" x2="623.24014037046" y2="421.65051476909997" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="622.310534755642" y="420.72090915428197" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="632.53619651864" y="420.72090915428197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="646.4802807409101" y="421.65051476909997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_308</text><line class="component-pin sch-component-pin sch-port-line" x1="660.42436496318" y1="421.65051476909997" x2="679.01647725954" y2="421.65051476909997" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><rect x="678.086871644722" y="420.72090915428197" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="669.7204211113601" y="420.72090915428197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="655.7763368890901" y="421.65051476909997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_309</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="490.77134025889495" y="419.32650073205497" width="65.30479444096454" height="4.648028074090007" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="490.77134025889495" y="419.32650073205497" width="65.30479444096454" height="4.648028074090007" fill="transparent"/><text class="sch-text" x="523.4237374793772" y="421.65051476909997" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533362px" transform="rotate(0, 523.4237374793772, 421.65051476909997)">schematic_component_57</text><line class="component-pin sch-component-pin sch-port-line" x1="511.68746659230004" y1="419.32650073205497" x2="511.68746659230004" y2="403.988008087558" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="510.75786097748204" y="403.05840247274" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="510.75786097748204" y="411.6572544098065" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform="rotate(-90 510.75786097748204 411.6572544098065)"></text><text class="pin-number sch-pin-label" x="511.68746659230004" y="423.974528806145" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="rotate(-90 511.68746659230004 423.974528806145)">schematic_port_310</text><line class="component-pin sch-component-pin sch-port-line" x1="511.68746659230004" y1="423.974528806145" x2="511.68746659230004" y2="438.383415835824" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="511.68746659230004" cy="439.313021450642" r="0.929605614818" stroke-width="0.929605614818px"/><rect x="510.75786097748204" y="438.383415835824" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="510.75786097748204" y="431.6437751283935" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform="rotate(-90 510.75786097748204 431.6437751283935)"></text><text class="pin-number sch-pin-label" x="511.68746659230004" y="419.32650073205497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.972042111135px" transform="rotate(-90 511.68746659230004 419.32650073205497)">schematic_port_311</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="326.34734713796126" y="556.44332891771" width="73.2064421669175" height="102.25661762997993" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="326.34734713796126" y="556.44332891771" width="73.2064421669175" height="102.25661762997993" fill="transparent"/><text class="sch-text" x="362.95056822142004" y="607.5716377327" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533362px" transform="rotate(0, 362.95056822142004, 607.5716377327)">schematic_component_58</text><line class="component-pin sch-component-pin sch-port-line" x1="418.14590160123873" y1="556.44332891771" x2="418.14590160123873" y2="537.85121662135" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="417.21629598642073" y="536.921611006532" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="417.21629598642073" y="547.14727276953" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform="rotate(-90 417.21629598642073 547.14727276953)"></text><text class="pin-number sch-pin-label" x="418.14590160123873" y="561.0913569918" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="rotate(-90 418.14590160123873 561.0913569918)">schematic_port_312</text><line class="component-pin sch-component-pin sch-port-line" x1="399.55378930487876" y1="547.14727276953" x2="418.14590160123873" y2="547.14727276953" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="417.21629598642073" y="546.217667154712" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="408.8498454530587" y="546.217667154712" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="394.90576123078876" y="547.14727276953" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_313</text><line class="component-pin sch-component-pin sch-port-line" x1="399.55378930487876" y1="556.44332891771" x2="418.14590160123873" y2="556.44332891771" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_2__stack1"><rect x="417.21629598642073" y="555.513723302892" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="408.8498454530587" y="555.513723302892" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="394.90576123078876" y="556.44332891771" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_314</text><line class="component-pin sch-component-pin sch-port-line" x1="399.55378930487876" y1="565.73938506589" x2="418.14590160123873" y2="565.73938506589" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_3__stack1"><rect x="417.21629598642073" y="564.809779451072" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="408.8498454530587" y="564.809779451072" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="394.90576123078876" y="565.73938506589" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_315</text><line class="component-pin sch-component-pin sch-port-line" x1="399.55378930487876" y1="640.10783425133" x2="417.21629598642073" y2="640.10783425133" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="418.14590160123873" cy="640.10783425133" r="0.929605614818" stroke-width="0.929605614818px"/><rect x="417.21629598642073" y="639.178228636512" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="408.8498454530587" y="639.178228636512" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="394.90576123078876" y="640.10783425133" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_316</text><line class="component-pin sch-component-pin sch-port-line" x1="399.55378930487876" y1="612.21966580679" x2="417.21629598642073" y2="612.21966580679" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="418.14590160123873" cy="612.21966580679" r="0.929605614818" stroke-width="0.929605614818px"/><rect x="417.21629598642073" y="611.290060191972" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="408.8498454530587" y="611.290060191972" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="394.90576123078876" y="612.21966580679" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_317</text><line class="component-pin sch-component-pin sch-port-line" x1="399.55378930487876" y1="602.92360965861" x2="418.14590160123873" y2="602.92360965861" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_6__stack1"><rect x="417.21629598642073" y="601.994004043792" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="408.8498454530587" y="601.994004043792" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="394.90576123078876" y="602.92360965861" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_318</text><line class="component-pin sch-component-pin sch-port-line" x1="399.55378930487876" y1="575.03544121407" x2="418.14590160123873" y2="575.03544121407" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_7__stack1"><rect x="417.21629598642073" y="574.105835599252" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="408.8498454530587" y="574.105835599252" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="394.90576123078876" y="575.03544121407" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_319</text><line class="component-pin sch-component-pin sch-port-line" x1="399.55378930487876" y1="593.62755351043" x2="418.14590160123873" y2="593.62755351043" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_8__stack1"><rect x="417.21629598642073" y="592.697947895612" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="408.8498454530587" y="592.697947895612" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="394.90576123078876" y="593.62755351043" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_320</text><line class="component-pin sch-component-pin sch-port-line" x1="399.55378930487876" y1="584.33149736225" x2="418.14590160123873" y2="584.33149736225" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_9__stack1"><rect x="417.21629598642073" y="583.401891747432" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="408.8498454530587" y="583.401891747432" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="394.90576123078876" y="584.33149736225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_321</text><line class="component-pin sch-component-pin sch-port-line" x1="399.55378930487876" y1="630.81177810315" x2="417.21629598642073" y2="630.81177810315" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="418.14590160123873" cy="630.81177810315" r="0.929605614818" stroke-width="0.929605614818px"/><rect x="417.21629598642073" y="629.882172488332" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="408.8498454530587" y="629.882172488332" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="394.90576123078876" y="630.81177810315" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_322</text><line class="component-pin sch-component-pin sch-port-line" x1="399.55378930487876" y1="621.51572195497" x2="417.21629598642073" y2="621.51572195497" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="418.14590160123873" cy="621.51572195497" r="0.929605614818" stroke-width="0.929605614818px"/><rect x="417.21629598642073" y="620.586116340152" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="408.8498454530587" y="620.586116340152" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="394.90576123078876" y="621.51572195497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_323</text><line class="component-pin sch-component-pin sch-port-line" x1="399.55378930487876" y1="649.40389039951" x2="418.14590160123873" y2="649.40389039951" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_12__stack1"><rect x="417.21629598642073" y="648.474284784692" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="408.8498454530587" y="648.474284784692" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="394.90576123078876" y="649.40389039951" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_324</text><line class="component-pin sch-component-pin sch-port-line" x1="399.55378930487876" y1="658.6999465476899" x2="418.14590160123873" y2="658.6999465476899" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_13__stack1"><rect x="417.21629598642073" y="657.7703409328719" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="408.8498454530587" y="657.7703409328719" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="394.90576123078876" y="658.6999465476899" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_325</text><line class="component-pin sch-component-pin sch-port-line" x1="399.55378930487876" y1="667.99600269587" x2="418.14590160123873" y2="667.99600269587" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_14__stack1"><rect x="417.21629598642073" y="667.066397081052" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="408.8498454530587" y="667.0663970810521" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="394.90576123078876" y="667.99600269587" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_326</text><line class="component-pin sch-component-pin sch-port-line" x1="418.14590160123873" y1="658.6999465476899" x2="418.14590160123873" y2="677.29205884405" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_15__stack1"><rect x="417.21629598642073" y="676.362453229232" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="417.21629598642073" y="667.99600269587" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform="rotate(-90 417.21629598642073 667.99600269587)"></text><text class="pin-number sch-pin-label" x="418.14590160123873" y="654.0519184735999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.972042111135px" transform="rotate(-90 418.14590160123873 654.0519184735999)">schematic_port_327</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="379.218666480735" y="745.1532687257641" width="4.648028074090007" height="31.60659090381182" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="379.218666480735" y="745.1532687257641" width="4.648028074090007" height="31.60659090381182" fill="transparent"/><text class="sch-text" x="381.54268051778" y="760.95656417767" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533362px" transform="rotate(0, 381.54268051778, 760.95656417767)">schematic_component_59</text><line class="component-pin sch-component-pin sch-port-line" x1="379.218666480735" y1="760.95656417767" x2="368.52820191032805" y2="760.95656417767" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="367.59859629551005" cy="760.95656417767" r="0.929605614818" stroke-width="0.929605614818px"/><rect x="366.66899068069205" y="760.026958562852" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="373.40863138812256" y="760.026958562852" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="383.866694554825" y="760.95656417767" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_328</text><line class="component-pin sch-component-pin sch-port-line" x1="383.866694554825" y1="760.95656417767" x2="394.55715912523203" y2="760.95656417767" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_11_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="395.48676474005003" cy="760.95656417767" r="0.929605614818" stroke-width="0.929605614818px"/><rect x="394.55715912523203" y="760.026958562852" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="389.6767296474375" y="760.026958562852" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="379.218666480735" y="760.95656417767" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_329</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="500.067396407075" y="745.1532687257641" width="4.64802807408995" height="31.60659090381182" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="500.067396407075" y="745.1532687257641" width="4.64802807408995" height="31.60659090381182" fill="transparent"/><text class="sch-text" x="502.39141044412" y="760.95656417767" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533362px" transform="rotate(0, 502.39141044412, 760.95656417767)">schematic_component_60</text><line class="component-pin sch-component-pin sch-port-line" x1="500.067396407075" y1="760.95656417767" x2="489.376931836668" y2="760.95656417767" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_12_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="488.44732622185006" cy="760.95656417767" r="0.929605614818" stroke-width="0.929605614818px"/><rect x="487.51772060703206" y="760.026958562852" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="494.2573613144625" y="760.026958562852" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="504.715424481165" y="760.95656417767" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_330</text><line class="component-pin sch-component-pin sch-port-line" x1="504.715424481165" y1="760.95656417767" x2="515.405889051572" y2="760.95656417767" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_12_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="516.33549466639" cy="760.95656417767" r="0.929605614818" stroke-width="0.929605614818px"/><rect x="515.405889051572" y="760.026958562852" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="510.52545957377754" y="760.026958562852" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><text class="pin-number sch-pin-label" x="500.067396407075" y="760.95656417767" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.972042111135px" transform="">schematic_port_331</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="674.36844918545" cy="602.92360965861" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="674.36844918545" cy="612.21966580679" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="823.1053475563299" cy="598.27558158452" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="823.1053475563299" cy="607.5716377327" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="823.1053475563299" cy="616.86769388088" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="467.531199888445" cy="598.27558158452" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="467.531199888445" cy="607.5716377327" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="467.531199888445" cy="616.86769388088" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="611.620070185235" cy="616.86769388088" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_4__stack1"><circle cx="611.620070185235" cy="607.5716377327" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_5__stack1"><circle cx="611.620070185235" cy="598.27558158452" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="633.465802133458" cy="561.0913569918" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="678.086871644722" cy="561.0913569918" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="633.465802133458" cy="654.0519184735999" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="678.086871644722" cy="654.0519184735999" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="815.203699830377" cy="98.61256361984499" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="858.8951637268231" cy="98.61256361984499" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="626.028957214914" cy="96.28854958279999" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="676.227660415086" cy="96.28854958279999" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="620.451323526006" cy="189.24911106460002" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="681.805294103994" cy="189.24911106460002" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="815.203699830377" cy="423.974528806145" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="858.8951637268231" cy="423.974528806145" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="623.24014037046" cy="421.65051476909997" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="679.01647725954" cy="421.65051476909997" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="511.68746659230004" cy="403.988008087558" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="511.68746659230004" cy="439.313021450642" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="418.14590160123873" cy="537.85121662135" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="418.14590160123873" cy="547.14727276953" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_2__stack1"><circle cx="418.14590160123873" cy="556.44332891771" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_3__stack1"><circle cx="418.14590160123873" cy="565.73938506589" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_4__stack1"><circle cx="418.14590160123873" cy="640.10783425133" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_5__stack1"><circle cx="418.14590160123873" cy="612.21966580679" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_6__stack1"><circle cx="418.14590160123873" cy="602.92360965861" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_7__stack1"><circle cx="418.14590160123873" cy="575.03544121407" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_8__stack1"><circle cx="418.14590160123873" cy="593.62755351043" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_9__stack1"><circle cx="418.14590160123873" cy="584.33149736225" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_10__stack1"><circle cx="418.14590160123873" cy="630.81177810315" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_11__stack1"><circle cx="418.14590160123873" cy="621.51572195497" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_12__stack1"><circle cx="418.14590160123873" cy="649.40389039951" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_13__stack1"><circle cx="418.14590160123873" cy="658.6999465476899" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_14__stack1"><circle cx="418.14590160123873" cy="667.99600269587" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_15__stack1"><circle cx="418.14590160123873" cy="677.29205884405" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="367.59859629551005" cy="760.95656417767" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="395.48676474005003" cy="760.95656417767" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="488.44732622185006" cy="760.95656417767" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="516.33549466639" cy="760.95656417767" r="1.859211229636" 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="
150
- M 687.382927792902,654.0519184735999
151
- L 682.734899718812,651.5419833135913
152
- L 682.734899718812,635.6023457048453
153
- L 692.030955866992,635.6023457048453
154
- L 692.030955866992,651.5419833135913
149
+ </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 413.4165330358387 593.62755351043 L 418.0645611099287 593.62755351043 L 418.0645611099287 598.27558158452 L 462.80183132304495 598.27558158452" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 413.4165330358387 593.62755351043 L 418.0645611099287 593.62755351043 L 418.0645611099287 598.27558158452 L 462.80183132304495 598.27558158452" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 413.4165330358387 602.92360965861 L 418.0645611099287 602.92360965861 L 418.0645611099287 593.62755351043 L 413.4165330358387 593.62755351043" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 413.4165330358387 602.92360965861 L 418.0645611099287 602.92360965861 L 418.0645611099287 593.62755351043 L 413.4165330358387 593.62755351043" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 413.4165330358387 575.03544121407 L 422.7125891840187 575.03544121407 L 422.7125891840187 584.33149736225 L 413.4165330358387 584.33149736225" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 413.4165330358387 575.03544121407 L 422.7125891840187 575.03544121407 L 422.7125891840187 584.33149736225 L 413.4165330358387 584.33149736225" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 606.890701619835 598.27558158452 L 613.1655395198566 598.27558158452 L 613.1655395198566 654.0519184735999 L 628.7364335680579 654.0519184735999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 606.890701619835 598.27558158452 L 613.1655395198566 598.27558158452 L 613.1655395198566 654.0519184735999 L 628.7364335680579 654.0519184735999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 606.890701619835 616.86769388088 L 622.4615956680365 616.86769388088 L 622.4615956680365 561.0913569918 L 628.7364335680579 561.0913569918" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 606.890701619835 616.86769388088 L 622.4615956680365 616.86769388088 L 622.4615956680365 561.0913569918 L 628.7364335680579 561.0913569918" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 673.357503079322 654.0519184735999 L 682.653559227502 654.0519184735999 L 682.653559227502 679.151270073686 L 614.7923493457879 679.151270073686 L 614.7923493457879 602.92360965861 L 669.63908062005 602.92360965861" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 673.357503079322 654.0519184735999 L 682.653559227502 654.0519184735999 L 682.653559227502 679.151270073686 L 614.7923493457879 679.151270073686 L 614.7923493457879 602.92360965861 L 669.63908062005 602.92360965861" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 673.357503079322 561.0913569918 L 682.653559227502 561.0913569918 L 682.653559227502 535.992005391714 L 624.0884054939679 535.992005391714 L 624.0884054939679 612.21966580679 L 669.63908062005 612.21966580679" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 673.357503079322 561.0913569918 L 682.653559227502 561.0913569918 L 682.653559227502 535.992005391714 L 624.0884054939679 535.992005391714 L 624.0884054939679 612.21966580679 L 669.63908062005 612.21966580679" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 413.4165330358387 658.6999465476899 L 422.7125891840187 658.6999465476899 L 422.7125891840187 649.40389039951 L 413.4165330358387 649.40389039951" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 413.4165330358387 658.6999465476899 L 422.7125891840187 658.6999465476899 L 422.7125891840187 649.40389039951 L 413.4165330358387 649.40389039951" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 413.4165330358387 667.99600269587 L 422.7125891840187 667.99600269587 L 422.7125891840187 658.6999465476899 L 413.4165330358387 658.6999465476899" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 413.4165330358387 667.99600269587 L 422.7125891840187 667.99600269587 L 422.7125891840187 658.6999465476899 L 413.4165330358387 658.6999465476899" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 413.4165330358387 677.29205884405 L 413.4165330358387 686.58811499223 L 422.7125891840187 686.58811499223 L 422.7125891840187 667.99600269587 L 413.4165330358387 667.99600269587" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 413.4165330358387 677.29205884405 L 413.4165330358387 686.58811499223 L 422.7125891840187 686.58811499223 L 422.7125891840187 667.99600269587 L 413.4165330358387 667.99600269587" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 413.4165330358387 537.85121662135 L 413.4165330358387 528.55516047317 L 422.7125891840187 528.55516047317 L 422.7125891840187 547.14727276953 L 413.4165330358387 547.14727276953" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 413.4165330358387 537.85121662135 L 413.4165330358387 528.55516047317 L 422.7125891840187 528.55516047317 L 422.7125891840187 547.14727276953 L 413.4165330358387 547.14727276953" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 615.721954960606 189.24911106460002 L 606.425898812426 189.24911106460002 L 606.425898812426 96.28854958279999 L 621.299588649514 96.28854958279999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 615.721954960606 189.24911106460002 L 606.425898812426 189.24911106460002 L 606.425898812426 96.28854958279999 L 621.299588649514 96.28854958279999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 413.4165330358387 556.44332891771 L 422.7125891840187 556.44332891771 L 422.7125891840187 565.73938506589 L 413.4165330358387 565.73938506589" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 413.4165330358387 556.44332891771 L 422.7125891840187 556.44332891771 L 422.7125891840187 565.73938506589 L 413.4165330358387 565.73938506589" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 671.498291849686 96.28854958279999 L 740.9863115573315 96.28854958279999 L 740.9863115573315 98.61256361984499 L 810.4743312649771 98.61256361984499" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 671.498291849686 96.28854958279999 L 740.9863115573315 96.28854958279999 L 740.9863115573315 98.61256361984499 L 810.4743312649771 98.61256361984499" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 506.9580980269 403.988008087558 L 506.9580980269 394.691951939378 L 683.58316484232 394.691951939378 L 683.58316484232 421.65051476909997 L 674.28710869414 421.65051476909997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 506.9580980269 403.988008087558 L 506.9580980269 394.691951939378 L 683.58316484232 394.691951939378 L 683.58316484232 421.65051476909997 L 674.28710869414 421.65051476909997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 818.37597899093 598.27558158452 L 827.67203513911 598.27558158452 L 827.67203513911 511.1250551953325 L 801.1782751167971 511.1250551953325 L 801.1782751167971 423.974528806145 L 810.4743312649771 423.974528806145" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 818.37597899093 598.27558158452 L 827.67203513911 598.27558158452 L 827.67203513911 511.1250551953325 L 801.1782751167971 511.1250551953325 L 801.1782751167971 423.974528806145 L 810.4743312649771 423.974528806145" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 413.4165330358387 584.33149736225 L 438.10918217944186 584.33149736225 L 438.10918217944186 616.86769388088 L 462.80183132304495 616.86769388088" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 413.4165330358387 584.33149736225 L 438.10918217944186 584.33149736225 L 438.10918217944186 616.86769388088 L 462.80183132304495 616.86769388088" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 413.4165330358387 649.40389039951 L 438.10918217944186 649.40389039951 L 438.10918217944186 607.5716377327 L 462.80183132304495 607.5716377327" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 413.4165330358387 649.40389039951 L 438.10918217944186 649.40389039951 L 438.10918217944186 607.5716377327 L 462.80183132304495 607.5716377327" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 413.4165330358387 547.14727276953 L 427.36061725810873 547.14727276953 L 427.36061725810873 649.40389039951 L 413.4165330358387 649.40389039951" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 413.4165330358387 547.14727276953 L 427.36061725810873 547.14727276953 L 427.36061725810873 649.40389039951 L 413.4165330358387 649.40389039951" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 677.075925538594 189.24911106460002 L 895.5797253015648 189.24911106460002 L 895.5797253015648 616.86769388088 L 818.37597899093 616.86769388088" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 677.075925538594 189.24911106460002 L 895.5797253015648 189.24911106460002 L 895.5797253015648 616.86769388088 L 818.37597899093 616.86769388088" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 854.1657951614229 98.61256361984499 L 865.3675428199799 98.61256361984499 L 865.3675428199799 114.92714215990088" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 854.1657951614229 98.61256361984499 L 865.3675428199799 98.61256361984499 L 865.3675428199799 114.92714215990088" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 854.1657951614229 423.974528806145 L 865.3675428199799 423.974528806145 L 865.3675428199799 440.28910734620086" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 854.1657951614229 423.974528806145 L 865.3675428199799 423.974528806145 L 865.3675428199799 440.28910734620086" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" stroke-linecap="round" 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 618.51077180506 421.65051476909997 L 602.1961932650041 421.65051476909997 L 602.1961932650041 419.2800204513141" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.436844918544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 618.51077180506 421.65051476909997 L 602.1961932650041 421.65051476909997 L 602.1961932650041 419.2800204513141" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.929605614818px" 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="413.4165330358387" cy="593.62755351043" r="1.394408422227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="418.0645611099287" cy="593.62755351043" r="1.394408422227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="413.4165330358387" cy="584.33149736225" r="1.394408422227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><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="413.4165330358387" cy="658.6999465476899" r="1.394408422227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="422.7125891840187" cy="658.6999465476899" r="1.394408422227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="413.4165330358387" cy="649.40389039951" r="1.394408422227" 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"><circle cx="413.4165330358387" cy="667.99600269587" r="1.394408422227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="422.7125891840187" cy="667.99600269587" r="1.394408422227" 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_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="413.4165330358387" cy="547.14727276953" r="1.394408422227" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="688.23119291641" y="593.62755351043" width="111.55267377815994" height="27.888168444540042" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="688.23119291641" y="593.62755351043" width="111.55267377815994" height="27.888168444540042" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="688.23119291641" y1="602.92360965861" x2="669.63908062005" y2="602.92360965861" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="668.709475005232" y="601.994004043792" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.93513676823" y="601.994004043792" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="688.23119291641" y1="612.21966580679" x2="669.63908062005" y2="612.21966580679" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="668.709475005232" y="611.290060191972" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.93513676823" y="611.290060191972" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="799.78386669457" y1="598.27558158452" x2="818.37597899093" y2="598.27558158452" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="817.446373376112" y="597.345975969702" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="809.07992284275" y="597.345975969702" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="799.78386669457" y1="607.5716377327" x2="817.446373376112" y2="607.5716377327" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="818.37597899093" cy="607.5716377327" r="0.929605614818" stroke-width="0.929605614818px"/><rect x="817.446373376112" y="606.642032117882" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="809.07992284275" y="606.642032117882" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="799.78386669457" y1="616.86769388088" x2="818.37597899093" y2="616.86769388088" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="817.446373376112" y="615.938088266062" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="809.07992284275" y="615.938088266062" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" 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="481.393943619405" y="588.9795254363399" width="106.90464570406999" height="37.18422459272006" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="481.393943619405" y="588.9795254363399" width="106.90464570406999" height="37.18422459272006" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="481.393943619405" y1="598.27558158452" x2="462.80183132304495" y2="598.27558158452" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="461.87222570822695" y="597.345975969702" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="472.09788747122496" y="597.345975969702" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="481.393943619405" y1="607.5716377327" x2="462.80183132304495" y2="607.5716377327" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="461.87222570822695" y="606.642032117882" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="472.09788747122496" y="606.642032117882" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="481.393943619405" y1="616.86769388088" x2="462.80183132304495" y2="616.86769388088" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="461.87222570822695" y="615.938088266062" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="472.09788747122496" y="615.938088266062" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="588.298589323475" y1="616.86769388088" x2="606.890701619835" y2="616.86769388088" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="605.961096005017" y="615.938088266062" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="597.594645471655" y="615.938088266062" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="588.298589323475" y1="607.5716377327" x2="605.961096005017" y2="607.5716377327" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_1_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="606.890701619835" cy="607.5716377327" r="0.929605614818" stroke-width="0.929605614818px"/><rect x="605.961096005017" y="606.642032117882" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="597.594645471655" y="606.642032117882" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="588.298589323475" y1="598.27558158452" x2="606.890701619835" y2="598.27558158452" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_1_5__stack1"><rect x="605.961096005017" y="597.345975969702" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="597.594645471655" y="597.345975969702" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="647.328545864418" y="545.288061539894" width="7.436844918544011" height="31.606590903812048" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="647.328545864418" y="545.288061539894" width="7.436844918544011" height="31.606590903812048" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="647.328545864418" y1="561.0913569918" x2="628.7364335680579" y2="561.0913569918" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="627.8068279532399" y="560.161751376982" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="638.0324897162379" y="560.161751376982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="654.765390782962" y1="561.0913569918" x2="673.357503079322" y2="561.0913569918" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="672.427897464504" y="560.161751376982" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="664.061446931142" y="560.161751376982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="647.328545864418" y="638.248623021694" width="7.436844918544011" height="31.606590903811934" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="647.328545864418" y="638.248623021694" width="7.436844918544011" height="31.606590903811934" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="647.328545864418" y1="654.0519184735999" x2="628.7364335680579" y2="654.0519184735999" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="627.8068279532399" y="653.1223128587819" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="638.0324897162379" y="653.1223128587819" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="654.765390782962" y1="654.0519184735999" x2="673.357503079322" y2="654.0519184735999" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="672.427897464504" y="653.1223128587819" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="664.061446931142" y="653.1223128587819" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="829.0664435613369" y="79.58096400098157" width="6.507239303726237" height="33.41517116363684" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="829.0664435613369" y="79.58096400098157" width="6.507239303726237" height="33.41517116363684" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="829.0664435613369" y1="98.61256361984499" x2="810.4743312649771" y2="98.61256361984499" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="809.5447256501591" y="97.68295800502699" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="819.7703874131569" y="97.68295800502699" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="835.5736828650631" y1="98.61256361984499" x2="854.1657951614229" y2="98.61256361984499" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="853.2361895466049" y="97.68295800502699" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="844.8697390132431" y="97.68295800502699" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" 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="639.8917009458739" y="80.48525413089402" width="13.01447860745202" height="31.606590903811934" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="639.8917009458739" y="80.48525413089402" width="13.01447860745202" height="31.606590903811934" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="639.8917009458739" y1="96.28854958279999" x2="621.299588649514" y2="96.28854958279999" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="620.369983034696" y="95.35894396798199" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="630.595644797694" y="95.35894396798199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="652.906179553326" y1="96.28854958279999" x2="671.498291849686" y2="96.28854958279999" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="670.568686234868" y="95.35894396798199" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="662.202235701506" y="95.35894396798199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" 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="634.3140672569659" y="173.445815612694" width="24.169745985268037" height="31.60659090381199" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="634.3140672569659" y="173.445815612694" width="24.169745985268037" height="31.60659090381199" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="634.3140672569659" y1="189.24911106460002" x2="615.721954960606" y2="189.24911106460002" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="614.792349345788" y="188.319505449782" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="625.018011108786" y="188.319505449782" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="658.483813242234" y1="189.24911106460002" x2="677.075925538594" y2="189.24911106460002" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="676.146319923776" y="188.319505449782" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="667.779869390414" y="188.319505449782" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component chip sch-component-body" x="829.0664435613369" y="404.94292918728155" width="6.507239303726237" height="33.4151711636369" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="829.0664435613369" y="404.94292918728155" width="6.507239303726237" height="33.4151711636369" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="829.0664435613369" y1="423.974528806145" x2="810.4743312649771" y2="423.974528806145" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="809.5447256501591" y="423.044923191327" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="819.7703874131569" y="423.044923191327" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="835.5736828650631" y1="423.974528806145" x2="854.1657951614229" y2="423.974528806145" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="853.2361895466049" y="423.044923191327" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="844.8697390132431" y="423.044923191327" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component chip sch-component-body" x="637.10288410142" y="405.847219317194" width="18.592112296359915" height="31.60659090381199" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="637.10288410142" y="405.847219317194" width="18.592112296359915" height="31.60659090381199" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="637.10288410142" y1="421.65051476909997" x2="618.51077180506" y2="421.65051476909997" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="617.581166190242" y="420.72090915428197" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="627.80682795324" y="420.72090915428197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="655.69499639778" y1="421.65051476909997" x2="674.28710869414" y2="421.65051476909997" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><rect x="673.357503079322" y="420.72090915428197" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="664.99105254596" y="420.72090915428197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component chip sch-component-body" x="486.04197169349493" y="419.32650073205497" width="65.30479444096466" height="4.648028074090007" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="486.04197169349493" y="419.32650073205497" width="65.30479444096466" height="4.648028074090007" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="506.9580980269" y1="419.32650073205497" x2="506.9580980269" y2="403.988008087558" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="506.028492412082" y="403.05840247274" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="506.028492412082" y="411.6572544098065" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform="rotate(-90 506.028492412082 411.6572544098065)"></text><line class="component-pin sch-component-pin sch-port-line" x1="506.9580980269" y1="423.974528806145" x2="506.9580980269" y2="438.383415835824" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="506.9580980269" cy="439.313021450642" r="0.929605614818" stroke-width="0.929605614818px"/><rect x="506.028492412082" y="438.383415835824" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="506.028492412082" y="431.6437751283935" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform="rotate(-90 506.028492412082 431.6437751283935)"></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="321.61797857256124" y="556.44332891771" width="73.2064421669175" height="102.25661762997993" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="321.61797857256124" y="556.44332891771" width="73.2064421669175" height="102.25661762997993" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="413.4165330358387" y1="556.44332891771" x2="413.4165330358387" y2="537.85121662135" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="412.4869274210207" y="536.921611006532" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="412.4869274210207" y="547.14727276953" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform="rotate(-90 412.4869274210207 547.14727276953)"></text><line class="component-pin sch-component-pin sch-port-line" x1="394.82442073947874" y1="547.14727276953" x2="413.4165330358387" y2="547.14727276953" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="412.4869274210207" y="546.217667154712" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="404.1204768876587" y="546.217667154712" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="394.82442073947874" y1="556.44332891771" x2="413.4165330358387" y2="556.44332891771" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_2__stack1"><rect x="412.4869274210207" y="555.513723302892" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="404.1204768876587" y="555.513723302892" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="394.82442073947874" y1="565.73938506589" x2="413.4165330358387" y2="565.73938506589" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_3__stack1"><rect x="412.4869274210207" y="564.809779451072" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="404.1204768876587" y="564.809779451072" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="394.82442073947874" y1="640.10783425133" x2="412.4869274210207" y2="640.10783425133" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="413.4165330358387" cy="640.10783425133" r="0.929605614818" stroke-width="0.929605614818px"/><rect x="412.4869274210207" y="639.178228636512" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="404.1204768876587" y="639.178228636512" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="394.82442073947874" y1="612.21966580679" x2="412.4869274210207" y2="612.21966580679" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="413.4165330358387" cy="612.21966580679" r="0.929605614818" stroke-width="0.929605614818px"/><rect x="412.4869274210207" y="611.290060191972" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="404.1204768876587" y="611.290060191972" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="394.82442073947874" y1="602.92360965861" x2="413.4165330358387" y2="602.92360965861" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_6__stack1"><rect x="412.4869274210207" y="601.994004043792" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="404.1204768876587" y="601.994004043792" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="394.82442073947874" y1="575.03544121407" x2="413.4165330358387" y2="575.03544121407" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_7__stack1"><rect x="412.4869274210207" y="574.105835599252" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="404.1204768876587" y="574.105835599252" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="394.82442073947874" y1="593.62755351043" x2="413.4165330358387" y2="593.62755351043" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_8__stack1"><rect x="412.4869274210207" y="592.697947895612" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="404.1204768876587" y="592.697947895612" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="394.82442073947874" y1="584.33149736225" x2="413.4165330358387" y2="584.33149736225" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_9__stack1"><rect x="412.4869274210207" y="583.401891747432" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="404.1204768876587" y="583.401891747432" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="394.82442073947874" y1="630.81177810315" x2="412.4869274210207" y2="630.81177810315" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="413.4165330358387" cy="630.81177810315" r="0.929605614818" stroke-width="0.929605614818px"/><rect x="412.4869274210207" y="629.882172488332" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="404.1204768876587" y="629.882172488332" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="394.82442073947874" y1="621.51572195497" x2="412.4869274210207" y2="621.51572195497" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="413.4165330358387" cy="621.51572195497" r="0.929605614818" stroke-width="0.929605614818px"/><rect x="412.4869274210207" y="620.586116340152" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="404.1204768876587" y="620.586116340152" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="394.82442073947874" y1="649.40389039951" x2="413.4165330358387" y2="649.40389039951" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_12__stack1"><rect x="412.4869274210207" y="648.474284784692" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="404.1204768876587" y="648.474284784692" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="394.82442073947874" y1="658.6999465476899" x2="413.4165330358387" y2="658.6999465476899" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_13__stack1"><rect x="412.4869274210207" y="657.7703409328719" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="404.1204768876587" y="657.7703409328719" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="394.82442073947874" y1="667.99600269587" x2="413.4165330358387" y2="667.99600269587" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_14__stack1"><rect x="412.4869274210207" y="667.066397081052" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="404.1204768876587" y="667.0663970810521" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="413.4165330358387" y1="658.6999465476899" x2="413.4165330358387" y2="677.29205884405" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_10_15__stack1"><rect x="412.4869274210207" y="676.362453229232" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="412.4869274210207" y="667.99600269587" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform="rotate(-90 412.4869274210207 667.99600269587)"></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="374.489297915335" y="745.1532687257641" width="4.648028074090007" height="31.60659090381182" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="374.489297915335" y="745.1532687257641" width="4.648028074090007" height="31.60659090381182" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="374.489297915335" y1="760.95656417767" x2="363.798833344928" y2="760.95656417767" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="362.86922773011" cy="760.95656417767" r="0.929605614818" stroke-width="0.929605614818px"/><rect x="361.939622115292" y="760.026958562852" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="368.67926282272254" y="760.026958562852" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="379.137325989425" y1="760.95656417767" x2="389.827790559832" y2="760.95656417767" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_11_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="390.75739617465" cy="760.95656417767" r="0.929605614818" stroke-width="0.929605614818px"/><rect x="389.827790559832" y="760.026958562852" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="384.9473610820375" y="760.026958562852" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" 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="495.338027841675" y="745.1532687257641" width="4.64802807408995" height="31.60659090381182" stroke-width="0.929605614818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="495.338027841675" y="745.1532687257641" width="4.64802807408995" height="31.60659090381182" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="495.338027841675" y1="760.95656417767" x2="484.647563271268" y2="760.95656417767" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_12_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="483.71795765645004" cy="760.95656417767" r="0.929605614818" stroke-width="0.929605614818px"/><rect x="482.78835204163204" y="760.026958562852" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="489.5279927490625" y="760.026958562852" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="499.98605591576495" y1="760.95656417767" x2="510.67652048617197" y2="760.95656417767" stroke-width="0.929605614818px"/><g class="sch-port" data-schematic-port-id="source_port_12_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="511.60612610098997" cy="760.95656417767" r="0.929605614818" stroke-width="0.929605614818px"/><rect x="510.67652048617197" y="760.026958562852" width="1.859211229636" height="1.859211229636" opacity="0"/></g><text class="pin-number sch-pin-number" x="505.7960910083775" y="760.026958562852" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.972042111135px" transform=""></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="669.63908062005" cy="602.92360965861" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="669.63908062005" cy="612.21966580679" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="818.37597899093" cy="598.27558158452" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="818.37597899093" cy="607.5716377327" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="818.37597899093" cy="616.86769388088" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="462.80183132304495" cy="598.27558158452" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="462.80183132304495" cy="607.5716377327" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="462.80183132304495" cy="616.86769388088" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="606.890701619835" cy="616.86769388088" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_4__stack1"><circle cx="606.890701619835" cy="607.5716377327" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_5__stack1"><circle cx="606.890701619835" cy="598.27558158452" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="628.7364335680579" cy="561.0913569918" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="673.357503079322" cy="561.0913569918" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="628.7364335680579" cy="654.0519184735999" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="673.357503079322" cy="654.0519184735999" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="810.4743312649771" cy="98.61256361984499" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="854.1657951614229" cy="98.61256361984499" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="621.299588649514" cy="96.28854958279999" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="671.498291849686" cy="96.28854958279999" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="615.721954960606" cy="189.24911106460002" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="677.075925538594" cy="189.24911106460002" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="810.4743312649771" cy="423.974528806145" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="854.1657951614229" cy="423.974528806145" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="618.51077180506" cy="421.65051476909997" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="674.28710869414" cy="421.65051476909997" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="506.9580980269" cy="403.988008087558" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="506.9580980269" cy="439.313021450642" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="413.4165330358387" cy="537.85121662135" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="413.4165330358387" cy="547.14727276953" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_2__stack1"><circle cx="413.4165330358387" cy="556.44332891771" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_3__stack1"><circle cx="413.4165330358387" cy="565.73938506589" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_4__stack1"><circle cx="413.4165330358387" cy="640.10783425133" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_5__stack1"><circle cx="413.4165330358387" cy="612.21966580679" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_6__stack1"><circle cx="413.4165330358387" cy="602.92360965861" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_7__stack1"><circle cx="413.4165330358387" cy="575.03544121407" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_8__stack1"><circle cx="413.4165330358387" cy="593.62755351043" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_9__stack1"><circle cx="413.4165330358387" cy="584.33149736225" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_10__stack1"><circle cx="413.4165330358387" cy="630.81177810315" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_11__stack1"><circle cx="413.4165330358387" cy="621.51572195497" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_12__stack1"><circle cx="413.4165330358387" cy="649.40389039951" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_13__stack1"><circle cx="413.4165330358387" cy="658.6999465476899" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_14__stack1"><circle cx="413.4165330358387" cy="667.99600269587" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_15__stack1"><circle cx="413.4165330358387" cy="677.29205884405" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="362.86922773011" cy="760.95656417767" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="390.75739617465" cy="760.95656417767" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="483.71795765645004" cy="760.95656417767" r="1.859211229636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="511.60612610098997" cy="760.95656417767" r="1.859211229636" 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="
150
+ M 682.653559227502,654.0519184735999
151
+ L 678.005531153412,651.5419833135913
152
+ L 678.005531153412,635.6023457048453
153
+ L 687.301587301592,635.6023457048453
154
+ L 687.301587301592,651.5419833135913
155
155
  Z
156
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="687.382927792902" y="649.8686932069189" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(-90 687.382927792902 649.8686932069189)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
157
- M 687.382927792902,561.0913569918
158
- L 692.030955866992,563.6012921518086
159
- L 692.030955866992,579.5409297605546
160
- L 682.734899718812,579.5409297605546
161
- L 682.734899718812,563.6012921518086
156
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="682.653559227502" y="649.8686932069189" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(-90 682.653559227502 649.8686932069189)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
157
+ M 682.653559227502,561.0913569918
158
+ L 687.301587301592,563.6012921518086
159
+ L 687.301587301592,579.5409297605546
160
+ L 678.005531153412,579.5409297605546
161
+ L 678.005531153412,563.6012921518086
162
162
  Z
163
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="687.382927792902" y="565.274582258481" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(90 687.382927792902 565.274582258481)">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="
164
- M 511.68746659230004,394.691951939378
165
- L 509.17753143229146,399.339980013468
166
- L 433.17917373553723,399.339980013468
167
- L 433.17917373553723,390.043923865288
168
- L 509.17753143229146,390.043923865288
163
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="682.653559227502" y="565.274582258481" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(90 682.653559227502 565.274582258481)">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="
164
+ M 506.9580980269,394.691951939378
165
+ L 504.44816286689144,399.339980013468
166
+ L 428.4498051701372,399.339980013468
167
+ L 428.4498051701372,390.043923865288
168
+ L 504.44816286689144,390.043923865288
169
169
  Z
170
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="507.50424132561903" y="394.691951939378" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="">XXXXXXXXXXXXX</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="
171
- M 832.4014037045099,554.7003183899262
172
- L 829.8914685445013,559.3483464640162
173
- L 753.893110847747,559.3483464640162
174
- L 753.893110847747,550.0522903158362
175
- L 829.8914685445013,550.0522903158362
170
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="502.774872760219" y="394.691951939378" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="">XXXXXXXXXXXXX</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="
171
+ M 827.67203513911,554.7003183899262
172
+ L 825.1620999791014,559.3483464640162
173
+ L 749.1637422823471,559.3483464640162
174
+ L 749.1637422823471,550.0522903158362
175
+ L 825.1620999791014,550.0522903158362
176
176
  Z
177
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="828.2181784378289" y="554.7003183899262" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="">XXXXXXXXXXXXX</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="
178
- M 710.9716702689088,96.28854958279999
179
- L 706.3236421948188,93.77861442279139
180
- L 706.3236421948188,23.240140370401548
181
- L 715.6196983429988,23.240140370401548
182
- L 715.6196983429988,93.77861442279139
177
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="823.488809872429" y="554.7003183899262" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="">XXXXXXXXXXXXX</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="
178
+ M 706.2423017035087,96.28854958279999
179
+ L 701.5942736294187,93.77861442279139
180
+ L 701.5942736294187,23.240140370401548
181
+ L 710.8903297775987,23.240140370401548
182
+ L 710.8903297775987,93.77861442279139
183
183
  Z
184
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="710.9716702689088" y="92.10532431611898" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(-90 710.9716702689088 92.10532431611898)">XXXXXXXXXXXX</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="
185
- M 823.1053475563299,607.5716377327
186
- L 825.6152827163385,602.92360965861
187
- L 896.1537567687283,602.92360965861
188
- L 896.1537567687283,612.21966580679
189
- L 825.6152827163385,612.21966580679
184
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="706.2423017035087" y="92.10532431611898" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(-90 706.2423017035087 92.10532431611898)">XXXXXXXXXXXX</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="
185
+ M 818.37597899093,607.5716377327
186
+ L 820.8859141509386,602.92360965861
187
+ L 891.4243882033284,602.92360965861
188
+ L 891.4243882033284,612.21966580679
189
+ L 820.8859141509386,612.21966580679
190
190
  Z
191
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="827.2885728230109" y="607.5716377327" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="">XXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
192
- M 791.0571939854794,189.24911106460002
193
- L 786.4091659113894,186.7391759045914
194
- L 786.4091659113894,116.20070185220158
195
- L 795.7052220595695,116.20070185220158
196
- L 795.7052220595695,186.7391759045914
191
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="822.559204257611" y="607.5716377327" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="">XXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
192
+ M 786.3278254200793,189.24911106460002
193
+ L 781.6797973459893,186.7391759045914
194
+ L 781.6797973459893,116.20070185220158
195
+ L 790.9758534941693,116.20070185220158
196
+ L 790.9758534941693,186.7391759045914
197
197
  Z
198
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="791.0571939854794" y="185.065885797919" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(-90 791.0571939854794 185.065885797919)">XXXXXXXXXXXX</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="
199
- M 452.86086127959845,598.27558158452
200
- L 448.21283320550845,595.7656464245114
201
- L 448.21283320550845,579.8260088157654
202
- L 457.50888935368846,579.8260088157654
203
- L 457.50888935368846,595.7656464245114
198
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="786.3278254200793" y="185.065885797919" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(-90 786.3278254200793 185.065885797919)">XXXXXXXXXXXX</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="
199
+ M 448.13149271419843,598.27558158452
200
+ L 443.4834646401084,595.7656464245114
201
+ L 443.4834646401084,579.8260088157654
202
+ L 452.77952078828844,579.8260088157654
203
+ L 452.77952078828844,595.7656464245114
204
204
  Z
205
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="452.86086127959845" y="594.092356317839" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(-90 452.86086127959845 594.092356317839)">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="
206
- M 418.14590160123873,686.58811499223
207
- L 422.79392967532874,689.0980501522386
208
- L 422.79392967532874,705.0376877609846
209
- L 413.4978735271487,705.0376877609846
210
- L 413.4978735271487,689.0980501522386
205
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="448.13149271419843" y="594.092356317839" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(-90 448.13149271419843 594.092356317839)">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="
206
+ M 413.4165330358387,686.58811499223
207
+ L 418.0645611099287,689.0980501522386
208
+ L 418.0645611099287,705.0376877609846
209
+ L 408.7685049617487,705.0376877609846
210
+ L 408.7685049617487,689.0980501522386
211
211
  Z
212
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="418.14590160123873" y="690.771340258911" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(90 418.14590160123873 690.771340258911)">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="
213
- M 870.0969113853798,114.92714215990088
214
- L 874.7449394594698,117.43707731990948
215
- L 874.7449394594698,133.37671492865545
216
- L 865.4488833112898,133.37671492865545
217
- L 865.4488833112898,117.43707731990948
212
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="413.4165330358387" y="690.771340258911" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(90 413.4165330358387 690.771340258911)">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="
213
+ M 865.3675428199799,114.92714215990088
214
+ L 870.0155708940699,117.43707731990948
215
+ L 870.0155708940699,133.37671492865545
216
+ L 860.7195147458899,133.37671492865545
217
+ L 860.7195147458899,117.43707731990948
218
218
  Z
219
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="870.0969113853798" y="119.11036742658189" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(90 870.0969113853798 119.11036742658189)">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="
220
- M 870.0969113853798,440.28910734620086
221
- L 874.7449394594698,442.79904250620945
222
- L 874.7449394594698,458.73868011495546
223
- L 865.4488833112898,458.73868011495546
224
- L 865.4488833112898,442.79904250620945
219
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="865.3675428199799" y="119.11036742658189" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(90 865.3675428199799 119.11036742658189)">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="
220
+ M 865.3675428199799,440.28910734620086
221
+ L 870.0155708940699,442.79904250620945
222
+ L 870.0155708940699,458.73868011495546
223
+ L 860.7195147458899,458.73868011495546
224
+ L 860.7195147458899,442.79904250620945
225
225
  Z
226
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="870.0969113853798" y="444.47233261288187" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(90 870.0969113853798 444.47233261288187)">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="
227
- M 511.68746659230004,439.313021450642
228
- L 516.33549466639,441.8229566106506
229
- L 516.33549466639,457.7625942193966
230
- L 507.03943851821003,457.7625942193966
231
- L 507.03943851821003,441.8229566106506
226
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="865.3675428199799" y="444.47233261288187" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(90 865.3675428199799 444.47233261288187)">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="
227
+ M 506.9580980269,439.313021450642
228
+ L 511.60612610099,441.8229566106506
229
+ L 511.60612610099,457.7625942193966
230
+ L 502.31006995281,457.7625942193966
231
+ L 502.31006995281,441.8229566106506
232
232
  Z
233
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="511.68746659230004" y="443.496246717323" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(90 511.68746659230004 443.496246717323)">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="
234
- M 442.8385507448419,584.33149736225
235
- L 438.1905226707519,581.8215622022415
236
- L 438.1905226707519,565.8819245934955
237
- L 447.4865788189319,565.8819245934955
238
- L 447.4865788189319,581.8215622022415
233
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" x="506.9580980269" y="443.496246717323" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(90 506.9580980269 443.496246717323)">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="
234
+ M 438.10918217944186,584.33149736225
235
+ L 433.46115410535185,581.8215622022415
236
+ L 433.46115410535185,565.8819245934955
237
+ L 442.75721025353187,565.8819245934955
238
+ L 442.75721025353187,581.8215622022415
239
239
  Z
240
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="442.8385507448419" y="580.148272095569" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(-90 442.8385507448419 580.148272095569)">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="
241
- M 627.1909642334365,616.86769388088
242
- L 631.8389923075265,619.3776290408886
243
- L 631.8389923075265,635.3172666496346
244
- L 622.5429361593465,635.3172666496346
245
- L 622.5429361593465,619.3776290408886
240
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="438.10918217944186" y="580.148272095569" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(-90 438.10918217944186 580.148272095569)">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="
241
+ M 622.4615956680365,616.86769388088
242
+ L 627.1096237421265,619.3776290408886
243
+ L 627.1096237421265,635.3172666496346
244
+ L 617.8135675939465,635.3172666496346
245
+ L 617.8135675939465,619.3776290408886
246
246
  Z
247
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="627.1909642334365" y="621.050919147561" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(90 627.1909642334365 621.050919147561)">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="
248
- M 617.8949080852565,598.27558158452
249
- L 613.2468800111665,595.7656464245114
250
- L 613.2468800111665,579.8260088157654
251
- L 622.5429361593465,579.8260088157654
252
- L 622.5429361593465,595.7656464245114
247
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="622.4615956680365" y="621.050919147561" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(90 622.4615956680365 621.050919147561)">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="
248
+ M 613.1655395198566,598.27558158452
249
+ L 608.5175114457666,595.7656464245114
250
+ L 608.5175114457666,579.8260088157654
251
+ L 617.8135675939466,579.8260088157654
252
+ L 617.8135675939466,595.7656464245114
253
253
  Z
254
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="617.8949080852565" y="594.092356317839" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(-90 617.8949080852565 594.092356317839)">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="
255
- M 611.155267377826,96.28854958279999
256
- L 606.507239303736,93.77861442279139
257
- L 606.507239303736,77.83897681404541
258
- L 615.803295451916,77.83897681404541
259
- L 615.803295451916,93.77861442279139
254
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="613.1655395198566" y="594.092356317839" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(-90 613.1655395198566 594.092356317839)">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="
255
+ M 606.425898812426,96.28854958279999
256
+ L 601.777870738336,93.77861442279139
257
+ L 601.777870738336,77.83897681404541
258
+ L 611.073926886516,77.83897681404541
259
+ L 611.073926886516,93.77861442279139
260
260
  Z
261
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="611.155267377826" y="92.10532431611898" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(-90 611.155267377826 92.10532431611898)">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="
262
- M 606.9255618304041,419.2800204513141
263
- L 602.2775337563141,416.7700852913055
264
- L 602.2775337563141,400.8304476825595
265
- L 611.5735899044942,400.8304476825595
266
- L 611.5735899044942,416.7700852913055
261
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="606.425898812426" y="92.10532431611898" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(-90 606.425898812426 92.10532431611898)">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="
262
+ M 602.1961932650041,419.2800204513141
263
+ L 597.5481651909141,416.7700852913055
264
+ L 597.5481651909141,400.8304476825595
265
+ L 606.8442213390941,400.8304476825595
266
+ L 606.8442213390941,416.7700852913055
267
267
  Z
268
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="606.9255618304041" y="415.0967951846331" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(-90 606.9255618304041 415.0967951846331)">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="
269
- M 418.14590160123873,612.21966580679
270
- L 420.6558367612473,607.5716377327
271
- L 474.814659880544,607.5716377327
272
- L 474.814659880544,616.86769388088
273
- L 420.6558367612473,616.86769388088
268
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="602.1961932650041" y="415.0967951846331" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="rotate(-90 602.1961932650041 415.0967951846331)">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="
269
+ M 413.4165330358387,612.21966580679
270
+ L 415.9264681958473,607.5716377327
271
+ L 470.085291315144,607.5716377327
272
+ L 470.085291315144,616.86769388088
273
+ L 415.9264681958473,616.86769388088
274
274
  Z
275
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="422.32912686791974" y="612.21966580679" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" 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_18__stack1" d="
276
- M 367.59859629551005,760.95656417767
277
- L 365.08866113550147,765.60459225176
278
- L 310.92983801620477,765.60459225176
279
- L 310.92983801620477,756.30853610358
280
- L 365.08866113550147,756.30853610358
275
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="417.5997583025197" y="612.21966580679" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" 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_18__stack1" d="
276
+ M 362.86922773011,760.95656417767
277
+ L 360.35929257010145,765.60459225176
278
+ L 306.20046945080475,765.60459225176
279
+ L 306.20046945080475,756.30853610358
280
+ L 360.35929257010145,756.30853610358
281
281
  Z
282
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="363.41537102882904" y="760.95656417767" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" 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_19__stack1" d="
283
- M 418.14590160123873,621.51572195497
284
- L 420.6558367612473,616.86769388088
285
- L 474.814659880544,616.86769388088
286
- L 474.814659880544,626.16375002906
287
- L 420.6558367612473,626.16375002906
282
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="358.686002463429" y="760.95656417767" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" 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_19__stack1" d="
283
+ M 413.4165330358387,621.51572195497
284
+ L 415.9264681958473,616.86769388088
285
+ L 470.085291315144,616.86769388088
286
+ L 470.085291315144,626.16375002906
287
+ L 415.9264681958473,626.16375002906
288
288
  Z
289
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="422.32912686791974" y="621.51572195497" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" d="
290
- M 488.44732622185006,760.95656417767
291
- L 485.9373910618415,765.60459225176
292
- L 431.7785679425448,765.60459225176
293
- L 431.7785679425448,756.30853610358
294
- L 485.9373910618415,756.30853610358
289
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="417.5997583025197" y="621.51572195497" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" d="
290
+ M 483.71795765645004,760.95656417767
291
+ L 481.20802249644146,765.60459225176
292
+ L 427.04919937714476,765.60459225176
293
+ L 427.04919937714476,756.30853610358
294
+ L 481.20802249644146,756.30853610358
295
295
  Z
296
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="484.26410095516906" y="760.95656417767" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="">XXXXXXXXX</text><text class="sch-text" x="732.003997304166" y="587.5851170141129" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533361986px" transform="rotate(0, 732.003997304166, 587.5851170141129)">U_MCU_USB_BOOT</text><text class="sch-text" x="732.003997304166" y="627.558158451287" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533361986px" transform="rotate(0, 732.003997304166, 627.558158451287)">ESP32_P4NRW32X</text><text class="sch-text" x="516.800297473799" y="632.206186525377" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533361986px" transform="rotate(0, 516.800297473799, 632.206186525377)">USBLC6_2SC6</text><text class="sch-text" x="500.06739640707497" y="583.6342931511365" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533362px" transform="rotate(0, 500.06739640707497, 583.6342931511365)">U_ESD</text><text class="sch-text" x="365.39078296031727" y="674.038439192187" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533361986px" transform="rotate(0, 365.39078296031727, 674.038439192187)">TYPE-C-31-M-12</text><text class="sch-text" x="340.2914313602313" y="541.8020404843264" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533362px" transform="rotate(0, 340.2914313602313, 541.8020404843264)">J_USB</text><rect class="schematic-box sch-box" x="692.96056148181" y="583.401891747432" width="78.086871644712" height="8.366450533361899" stroke-width="0.929605614818px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.436844918544 3.718422459272"/><rect class="schematic-box sch-box" x="692.96056148181" y="623.374933184606" width="78.086871644712" height="8.366450533362013" stroke-width="0.929605614818px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.436844918544 3.718422459272"/><rect class="schematic-box sch-box" x="486.123312184805" y="628.022961258696" width="61.353970577988036" height="8.366450533361899" stroke-width="0.929605614818px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.436844918544 3.718422459272"/><rect class="schematic-box sch-box" x="483.33449534035105" y="577.824258058524" width="33.46580213344794" height="11.620070185224904" stroke-width="0.929605614818px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.436844918544 3.718422459272"/><rect class="schematic-box sch-box" x="326.34734713796126" y="669.855213925506" width="78.086871644712" height="8.366450533362013" stroke-width="0.929605614818px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.436844918544 3.718422459272"/><rect class="schematic-box sch-box" x="323.55853029350726" y="535.992005391714" width="33.46580213344805" height="11.620070185225018" stroke-width="0.929605614818px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.436844918544 3.718422459272"/>
296
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.929605614818px"/><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="479.53473238976903" y="760.95656417767" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.366450533362px" transform="">XXXXXXXXX</text><text class="sch-text" x="727.2746287387661" y="587.5851170141129" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533361986px" transform="rotate(0, 727.2746287387661, 587.5851170141129)">U_MCU_USB_BOOT</text><text class="sch-text" x="727.2746287387661" y="627.558158451287" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533361986px" transform="rotate(0, 727.2746287387661, 627.558158451287)">ESP32_P4NRW32X</text><text class="sch-text" x="512.070928908399" y="632.206186525377" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533361986px" transform="rotate(0, 512.070928908399, 632.206186525377)">USBLC6_2SC6</text><text class="sch-text" x="495.33802784167494" y="583.6342931511365" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533362px" transform="rotate(0, 495.33802784167494, 583.6342931511365)">U_ESD</text><text class="sch-text" x="360.66141439491724" y="674.038439192187" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533361986px" transform="rotate(0, 360.66141439491724, 674.038439192187)">TYPE-C-31-M-12</text><text class="sch-text" x="335.56206279483126" y="541.8020404843264" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.366450533362px" transform="rotate(0, 335.56206279483126, 541.8020404843264)">J_USB</text><rect class="schematic-box sch-box" x="688.23119291641" y="583.401891747432" width="78.086871644712" height="8.366450533361899" stroke-width="0.929605614818px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.436844918544 3.718422459272"/><rect class="schematic-box sch-box" x="688.23119291641" y="623.374933184606" width="78.086871644712" height="8.366450533362013" stroke-width="0.929605614818px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.436844918544 3.718422459272"/><rect class="schematic-box sch-box" x="481.393943619405" y="628.022961258696" width="61.35397057798792" height="8.366450533361899" stroke-width="0.929605614818px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.436844918544 3.718422459272"/><rect class="schematic-box sch-box" x="478.60512677495103" y="577.824258058524" width="33.46580213344794" height="11.620070185224904" stroke-width="0.929605614818px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.436844918544 3.718422459272"/><rect class="schematic-box sch-box" x="321.61797857256124" y="669.855213925506" width="78.086871644712" height="8.366450533362013" stroke-width="0.929605614818px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.436844918544 3.718422459272"/><rect class="schematic-box sch-box" x="318.82916172810724" y="535.992005391714" width="33.46580213344805" height="11.620070185225018" stroke-width="0.929605614818px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.436844918544 3.718422459272"/>
297
297
  </g>
298
298
  </svg>