@tscircuit/schematic-trace-solver 0.0.160 → 0.0.162

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 (63) hide show
  1. package/dist/index.d.ts +5 -0
  2. package/dist/index.js +221 -29
  3. package/lib/solvers/AvailableNetOrientationSolver/AvailableNetOrientationSolver.ts +210 -6
  4. package/lib/solvers/MspConnectionPairSolver/MspConnectionPairSolver.ts +28 -21
  5. package/lib/solvers/MspConnectionPairSolver/getMspConnectionPairsFromPins.ts +3 -3
  6. package/lib/solvers/MspConnectionPairSolver/shouldSeparateGroundNetRows.ts +40 -0
  7. package/lib/solvers/TraceCleanupSolver/sameNetRailAlignment/getFixedLabelCoordinate.ts +44 -13
  8. package/lib/types/InputProblem.ts +3 -0
  9. package/package.json +1 -1
  10. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +1 -1
  11. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +1 -1
  12. package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +79 -79
  13. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +85 -85
  14. package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +1 -1
  15. package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +163 -163
  16. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +547 -547
  17. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +13 -13
  18. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +267 -267
  19. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +267 -267
  20. package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +109 -109
  21. package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +1 -1
  22. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +49 -49
  23. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +1 -1
  24. package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +103 -103
  25. package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +103 -103
  26. package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +163 -163
  27. package/tests/examples/__snapshots__/example51.snap.svg +568 -568
  28. package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +16 -1
  29. package/tests/fixtures/convertSolverOutputToCircuitJson.ts +23 -12
  30. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +736 -736
  31. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +79 -79
  32. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +127 -127
  33. package/tests/repros/__snapshots__/repro-bluetooth-controller-ground-decoupling-groups.snap.svg +115 -0
  34. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +31 -31
  35. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +121 -121
  36. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +43 -43
  37. package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +19 -19
  38. package/tests/repros/__snapshots__/repro-core-ground-inline-label-fallback.snap.svg +277 -0
  39. package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +19 -19
  40. package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +7 -7
  41. package/tests/repros/__snapshots__/repro-dc-power-isolated-routing.snap.svg +37 -37
  42. package/tests/repros/__snapshots__/repro-hdc2080-ground-label-alignment.snap.svg +137 -0
  43. package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +61 -61
  44. package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +115 -115
  45. package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +743 -743
  46. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +43 -43
  47. package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +1 -1
  48. package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +17 -17
  49. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1131 -1131
  50. package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +7 -7
  51. package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +7 -7
  52. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +666 -666
  53. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +73 -73
  54. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +73 -73
  55. package/tests/repros/assets/repro-bluetooth-controller-ground-decoupling-groups.input.json +214 -0
  56. package/tests/repros/assets/repro-core-ground-inline-label-fallback.input.json +863 -0
  57. package/tests/repros/repro-bluetooth-controller-ground-decoupling-groups.test.ts +18 -0
  58. package/tests/repros/repro-core-ground-inline-label-fallback.test.ts +34 -0
  59. package/tests/repros/repro-hdc2080-ground-label-alignment.test.ts +239 -0
  60. package/tests/repros/repro-tida010076-j4-ground-bus.test.ts +14 -10
  61. package/tests/repros/repro-tida010076-page02.test.ts +2 -2
  62. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +1 -1
  63. package/tests/solvers/MspConnectionPairSolver/msp-connection-pair-solver-ground-net-rows.test.ts +57 -0
@@ -114,55 +114,55 @@ orientation: x+" data-x="4.8779125" data-y="3.24737545" cx="585.4255135744958" c
114
114
  .port-label { fill: rgb(0, 100, 100); }
115
115
  .component-name { fill: rgb(0, 100, 100); }
116
116
 
117
- </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 661.7160060212 403.704967385875 L 691.8213748119499 403.704967385875" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.63371801304px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 661.7160060212 403.704967385875 L 691.8213748119499 403.704967385875" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.20421475163px" stroke-linecap="round" 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 444.95735072779996 560.252885097775 L 444.95735072779996 602.4004014048251 L 213.14601103902498 602.4004014048251" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.63371801304px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 444.95735072779996 560.252885097775 L 444.95735072779996 602.4004014048251 L 213.14601103902498 602.4004014048251" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.20421475163px" stroke-linecap="round" 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 691.8213748119499 527.13697942795 L 568.389362769875 527.13697942795 L 568.389362769875 572.295032614075 L 444.95735072779996 572.295032614075 L 444.95735072779996 560.252885097775" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.63371801304px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 691.8213748119499 527.13697942795 L 568.389362769875 527.13697942795 L 568.389362769875 572.295032614075 L 444.95735072779996 572.295032614075 L 444.95735072779996 560.252885097775" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.20421475163px" stroke-linecap="round" 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 213.14601103902498 614.442548921125 L 581.635725037805 614.442548921125 L 581.635725037805 542.1896638233251 L 691.8213748119499 542.1896638233251" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.63371801304px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 213.14601103902498 614.442548921125 L 581.635725037805 614.442548921125 L 581.635725037805 542.1896638233251 L 691.8213748119499 542.1896638233251" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.20421475163px" stroke-linecap="round" 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 213.14601103902498 626.484696437425 L 593.677872554105 626.484696437425 L 593.677872554105 557.2423482187 L 691.8213748119499 557.2423482187" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.63371801304px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 213.14601103902498 626.484696437425 L 593.677872554105 626.484696437425 L 593.677872554105 557.2423482187 L 691.8213748119499 557.2423482187" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.20421475163px" stroke-linecap="round" 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 625.5895634722999 403.704967385875 L 597.290516808995 403.704967385875 L 597.290516808995 651.7732062216551 L 908.58003010535 651.7732062216551 L 908.58003010535 367.27747114906754 L 896.53788258905 367.27747114906754" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.63371801304px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 625.5895634722999 403.704967385875 L 597.290516808995 403.704967385875 L 597.290516808995 651.7732062216551 L 908.58003010535 651.7732062216551 L 908.58003010535 367.27747114906754 L 896.53788258905 367.27747114906754" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.20421475163px" stroke-linecap="round" 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 631.6106372304499 179.11891620688002 L 631.6106372304499 167.07676869058 L 597.290516808995 167.07676869058 L 597.290516808995 403.704967385875 L 625.5895634722999 403.704967385875" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.63371801304px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 631.6106372304499 179.11891620688002 L 631.6106372304499 167.07676869058 L 597.290516808995 167.07676869058 L 597.290516808995 403.704967385875 L 625.5895634722999 403.704967385875" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.20421475163px" stroke-linecap="round" 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 589.4631209234 162.86201705987503 L 631.6106372304499 162.86201705987503 L 631.6106372304499 179.11891620688002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.63371801304px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 589.4631209234 162.86201705987503 L 631.6106372304499 162.86201705987503 L 631.6106372304499 179.11891620688002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.20421475163px" stroke-linecap="round" 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 216.15654791809993 334.46261916715 L 324.53587556479994 334.46261916715 L 324.53587556479994 348.311088810895 L 432.91520321149994 348.311088810895 L 432.91520321149994 336.26894129459504" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.63371801304px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 216.15654791809993 334.46261916715 L 324.53587556479994 334.46261916715 L 324.53587556479994 348.311088810895 L 432.91520321149994 348.311088810895 L 432.91520321149994 336.26894129459504" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.20421475163px" stroke-linecap="round" 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 213.14601103902498 566.273958855925 L 329.0516808834125 566.273958855925 L 329.0516808834125 512.084295032575 L 444.95735072779996 512.084295032575 L 444.95735072779996 524.126442548875" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.63371801304px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 213.14601103902498 566.273958855925 L 329.0516808834125 566.273958855925 L 329.0516808834125 512.084295032575 L 444.95735072779996 512.084295032575 L 444.95735072779996 524.126442548875" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.20421475163px" stroke-linecap="round" 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 432.91520321149994 336.26894129459504 L 432.91520321149994 348.311088810895 L 597.290516808995 348.311088810895 L 597.290516808995 403.704967385875 L 625.5895634722999 403.704967385875" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.63371801304px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 432.91520321149994 336.26894129459504 L 432.91520321149994 348.311088810895 L 597.290516808995 348.311088810895 L 597.290516808995 403.704967385875 L 625.5895634722999 403.704967385875" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.20421475163px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="444.95735072779996" cy="560.252885097775" r="1.8063221274449999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><circle cx="625.5895634722999" cy="403.704967385875" r="1.8063221274449999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="597.290516808995" cy="403.704967385875" r="1.8063221274449999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><circle cx="631.6106372304499" cy="179.11891620688002" r="1.8063221274449999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><circle cx="432.91520321149994" cy="348.311088810895" r="1.8063221274449999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="432.91520321149994" cy="336.26894129459504" r="1.8063221274449999" 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"/><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="715.90566984455" y="174.90416457617502" width="156.54791771190003" height="451.58053186124994" stroke-width="1.20421475163px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="715.90566984455" y="174.90416457617502" width="156.54791771190003" height="451.58053186124994" fill="transparent"/><text class="sch-text" x="794.1796287005" y="400.6944305068" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.837932764669999px" transform="rotate(0, 794.1796287005, 400.6944305068)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="715.90566984455" y1="310.37832413455" x2="693.02558956358" y2="310.37832413455" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="691.8213748119499" cy="310.37832413455" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="690.6171600603199" y="309.17410938292" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="703.8635223282499" y="309.17410938292" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="721.9267436027" y="310.37832413455" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="715.90566984455" y1="355.536377320675" x2="693.02558956358" y2="355.536377320675" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="691.8213748119499" cy="355.536377320675" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="690.6171600603199" y="354.332162569045" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="703.8635223282499" y="354.332162569045" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="721.9267436027" y="355.536377320675" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_1</text><line class="component-pin sch-component-pin sch-port-line" x1="715.90566984455" y1="370.58906171604997" x2="693.02558956358" y2="370.58906171604997" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="691.8213748119499" cy="370.58906171604997" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="690.6171600603199" y="369.38484696442" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="703.8635223282499" y="369.38484696442" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="721.9267436027" y="370.58906171604997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="715.90566984455" y1="457.89463120922505" x2="693.02558956358" y2="457.89463120922505" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="691.8213748119499" cy="457.89463120922505" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="690.6171600603199" y="456.69041645759506" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="703.8635223282499" y="456.690416457595" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="721.9267436027" y="457.89463120922505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_3</text><line class="component-pin sch-component-pin sch-port-line" x1="715.90566984455" y1="512.084295032575" x2="693.02558956358" y2="512.084295032575" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="691.8213748119499" cy="512.084295032575" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="690.6171600603199" y="510.88008028094504" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="703.8635223282499" y="510.88008028094504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="721.9267436027" y="512.084295032575" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="715.90566984455" y1="497.03161063720006" x2="693.02558956358" y2="497.03161063720006" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="691.8213748119499" cy="497.03161063720006" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="690.6171600603199" y="495.82739588557007" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="703.8635223282499" y="495.82739588557" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="721.9267436027" y="497.03161063720006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_5</text><line class="component-pin sch-component-pin sch-port-line" x1="715.90566984455" y1="527.1369794279501" x2="691.8213748119499" y2="527.1369794279501" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="690.6171600603199" y="525.9327646763201" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="703.8635223282499" y="525.9327646763201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="721.9267436027" y="527.1369794279501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_6</text><line class="component-pin sch-component-pin sch-port-line" x1="715.90566984455" y1="542.1896638233251" x2="691.8213748119499" y2="542.1896638233251" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="690.6171600603199" y="540.985449071695" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="703.8635223282499" y="540.985449071695" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="721.9267436027" y="542.1896638233251" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_7</text><line class="component-pin sch-component-pin sch-port-line" x1="715.90566984455" y1="557.2423482187" x2="691.8213748119499" y2="557.2423482187" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="690.6171600603199" y="556.03813346707" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="703.8635223282499" y="556.0381334670701" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="721.9267436027" y="557.2423482187" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_8</text><line class="component-pin sch-component-pin sch-port-line" x1="715.90566984455" y1="403.704967385875" x2="691.8213748119499" y2="403.704967385875" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><rect x="690.6171600603199" y="402.50075263424503" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="703.8635223282499" y="402.50075263424503" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="721.9267436027" y="403.704967385875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_9</text><line class="component-pin sch-component-pin sch-port-line" x1="872.45358755645" y1="562.9623682889426" x2="895.33366783742" y2="562.9623682889426" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="896.53788258905" cy="562.9623682889426" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="895.33366783742" y="561.7581535373125" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.49573507275" y="561.7581535373125" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="866.4325137983" y="562.9623682889426" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_10</text><line class="component-pin sch-component-pin sch-port-line" x1="872.45358755645" y1="493.7200200702175" x2="895.33366783742" y2="493.7200200702175" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="896.53788258905" cy="493.7200200702175" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="895.33366783742" y="492.5158053185875" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.49573507275" y="492.5158053185875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="866.4325137983" y="493.7200200702175" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_11</text><line class="component-pin sch-component-pin sch-port-line" x1="872.45358755645" y1="454.58304064224257" x2="895.33366783742" y2="454.58304064224257" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="896.53788258905" cy="454.58304064224257" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="895.33366783742" y="453.3788258906126" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.49573507275" y="453.3788258906126" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="866.4325137983" y="454.58304064224257" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_12</text><line class="component-pin sch-component-pin sch-port-line" x1="872.45358755645" y1="415.44606121426756" x2="895.33366783742" y2="415.44606121426756" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="896.53788258905" cy="415.44606121426756" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="895.33366783742" y="414.24184646263757" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.49573507275" y="414.24184646263757" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="866.4325137983" y="415.44606121426756" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_13</text><line class="component-pin sch-component-pin sch-port-line" x1="872.45358755645" y1="367.27747114906754" x2="896.53788258905" y2="367.27747114906754" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><rect x="895.33366783742" y="366.07325639743755" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.49573507275" y="366.07325639743755" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="866.4325137983" y="367.27747114906754" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_14</text><line class="component-pin sch-component-pin sch-port-line" x1="872.45358755645" y1="238.4264927246575" x2="895.33366783742" y2="238.4264927246575" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="896.53788258905" cy="238.4264927246575" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="895.33366783742" y="237.2222779730275" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.49573507275" y="237.2222779730275" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="866.4325137983" y="238.4264927246575" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_15</text><line class="component-pin sch-component-pin sch-port-line" x1="872.45358755645" y1="310.0772704466425" x2="895.33366783742" y2="310.0772704466425" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="896.53788258905" cy="310.0772704466425" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="895.33366783742" y="308.8730556950125" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.49573507275" y="308.8730556950125" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="866.4325137983" y="310.0772704466425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_16</text><line class="component-pin sch-component-pin sch-port-line" x1="872.45358755645" y1="325.1299548420175" x2="895.33366783742" y2="325.1299548420175" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="896.53788258905" cy="325.1299548420175" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="895.33366783742" y="323.92574009038754" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.49573507275" y="323.92574009038754" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="866.4325137983" y="325.1299548420175" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_17</text><line class="component-pin sch-component-pin sch-port-line" x1="715.90566984455" y1="244.1465127949" x2="693.02558956358" y2="244.1465127949" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="691.8213748119499" cy="244.1465127949" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="690.6171600603199" y="242.94229804327" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="703.8635223282499" y="242.94229804327" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="721.9267436027" y="244.1465127949" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_18</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="95.73507275509996" y="286.29402910195006" width="96.33718013039993" height="60.210737581499984" stroke-width="1.20421475163px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="95.73507275509996" y="286.29402910195006" width="96.33718013039993" height="60.210737581499984" fill="transparent"/><text class="sch-text" x="143.90366282029993" y="316.3993978927" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.837932764669999px" transform="rotate(0, 143.90366282029993, 316.3993978927)">schematic_component_1</text><line class="component-pin sch-component-pin sch-port-line" x1="192.0722528854999" y1="298.33617661825" x2="214.95233316646988" y2="298.33617661825" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="216.15654791809993" cy="298.33617661825" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="214.95233316646994" y="297.13196186662003" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="204.1144004017999" y="297.13196186662003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="186.05117912734988" y="298.33617661825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_19</text><line class="component-pin sch-component-pin sch-port-line" x1="192.0722528854999" y1="310.37832413455" x2="214.95233316646988" y2="310.37832413455" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="216.15654791809993" cy="310.37832413455" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="214.95233316646994" y="309.17410938292" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="204.1144004017999" y="309.17410938292005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="186.05117912734988" y="310.37832413455" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_20</text><line class="component-pin sch-component-pin sch-port-line" x1="192.0722528854999" y1="322.42047165085" x2="214.95233316646988" y2="322.42047165085" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="216.15654791809993" cy="322.42047165085" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="214.95233316646994" y="321.21625689922" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="204.1144004017999" y="321.21625689922" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="186.05117912734988" y="322.42047165085" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_21</text><line class="component-pin sch-component-pin sch-port-line" x1="192.0722528854999" y1="334.46261916715" x2="216.15654791809993" y2="334.46261916715" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="214.95233316646994" y="333.25840441552003" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="204.1144004017999" y="333.25840441552003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="186.05117912734988" y="334.46261916715" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_22</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="481.08379327669996" y="138.77772202727505" width="84.29503261410008" height="36.12644254889997" stroke-width="1.20421475163px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="481.08379327669996" y="138.77772202727505" width="84.29503261410008" height="36.12644254889997" fill="transparent"/><text class="sch-text" x="523.23130958375" y="156.84094330172505" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.837932764669999px" transform="rotate(0, 523.23130958375, 156.84094330172505)">schematic_component_2</text><line class="component-pin sch-component-pin sch-port-line" x1="565.3788258908" y1="150.81986954357507" x2="588.2589061717699" y2="150.81986954357507" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="589.4631209234" cy="150.81986954357507" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="588.2589061717699" y="149.61565479194508" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.4209734071" y="149.61565479194508" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="559.3577521326499" y="150.81986954357507" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_23</text><line class="component-pin sch-component-pin sch-port-line" x1="565.3788258908" y1="162.86201705987503" x2="589.4631209234" y2="162.86201705987503" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="588.2589061717699" y="161.65780230824504" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.4209734071" y="161.65780230824504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="559.3577521326499" y="162.86201705987503" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_24</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="405.82037129982496" y="310.37832413455" width="55.69493226288756" height="6.02107375815001" stroke-width="1.20421475163px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="405.82037129982496" y="310.37832413455" width="55.69493226288756" height="6.02107375815001" fill="transparent"/><text class="sch-text" x="433.6678374312687" y="313.38886101362505" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.837932764669999px" transform="rotate(0, 433.6678374312687, 313.38886101362505)">schematic_component_3</text><line class="component-pin sch-component-pin sch-port-line" x1="432.91520321149994" y1="310.37832413455" x2="432.91520321149994" y2="291.71299548428505" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="432.91520321149994" cy="290.50878073265505" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="431.71098845986995" y="289.30456598102506" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="431.71098845987" y="300.4435524336025" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform="rotate(-90 431.71098845987 300.4435524336025)"></text><text class="pin-number sch-pin-label" x="432.91520321149994" y="316.3993978927" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="rotate(-90 432.91520321149994 316.3993978927)">schematic_port_25</text><line class="component-pin sch-component-pin sch-port-line" x1="432.91520321149994" y1="316.3993978927" x2="432.91520321149994" y2="336.26894129459504" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="431.71098845986995" y="335.06472654296505" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="431.71098845987" y="326.3341695936475" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform="rotate(-90 431.71098845987 326.3341695936475)"></text><text class="pin-number sch-pin-label" x="432.91520321149994" y="310.37832413455" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.031610637224999px" transform="rotate(-90 432.91520321149994 310.37832413455)">schematic_port_26</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="604.5158053187749" y="198.98845960877503" width="61.716006021037515" height="6.021073758149981" stroke-width="1.20421475163px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="604.5158053187749" y="198.98845960877503" width="61.716006021037515" height="6.021073758149981" fill="transparent"/><text class="sch-text" x="635.3738083292938" y="201.99899648785004" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.837932764669999px" transform="rotate(0, 635.3738083292938, 201.99899648785004)">schematic_component_4</text><line class="component-pin sch-component-pin sch-port-line" x1="631.6106372304499" y1="205.009533366925" x2="631.6106372304499" y2="223.67486201719007" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="631.6106372304499" cy="224.87907676882006" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="630.4064224788199" y="223.67486201719007" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="630.40642247882" y="214.94430506787256" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform="rotate(-90 630.40642247882 214.94430506787256)"></text><text class="pin-number sch-pin-label" x="631.6106372304499" y="198.98845960877503" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.031610637224999px" transform="rotate(-90 631.6106372304499 198.98845960877503)">schematic_port_27</text><line class="component-pin sch-component-pin sch-port-line" x1="631.6106372304499" y1="198.98845960877503" x2="631.6106372304499" y2="179.11891620688002" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="630.4064224788199" y="177.91470145525003" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="630.40642247882" y="189.0536879078275" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform="rotate(-90 630.40642247882 189.0536879078275)"></text><text class="pin-number sch-pin-label" x="631.6106372304499" y="205.009533366925" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="rotate(-90 631.6106372304499 205.009533366925)">schematic_port_28</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="98.74560963417491" y="554.231811339625" width="90.31610637225003" height="84.29503261410002" stroke-width="1.20421475163px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="98.74560963417491" y="554.231811339625" width="90.31610637225003" height="84.29503261410002" fill="transparent"/><text class="sch-text" x="143.90366282029993" y="596.379327646675" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.837932764669999px" transform="rotate(0, 143.90366282029993, 596.379327646675)">schematic_component_5</text><line class="component-pin sch-component-pin sch-port-line" x1="189.06171600642494" y1="566.273958855925" x2="213.14601103902498" y2="566.273958855925" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="211.941796287395" y="565.069744104295" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="201.10386352272496" y="565.0697441042951" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="183.04064224827493" y="566.273958855925" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_29</text><line class="component-pin sch-component-pin sch-port-line" x1="189.06171600642494" y1="578.316106372225" x2="211.94179628739494" y2="578.316106372225" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="213.14601103902498" cy="578.316106372225" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="211.941796287395" y="577.111891620595" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="201.10386352272496" y="577.1118916205951" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="183.04064224827493" y="578.316106372225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_30</text><line class="component-pin sch-component-pin sch-port-line" x1="189.06171600642494" y1="590.358253888525" x2="211.94179628739494" y2="590.358253888525" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_5_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="213.14601103902498" cy="590.358253888525" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="211.941796287395" y="589.154039136895" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="201.10386352272496" y="589.154039136895" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="183.04064224827493" y="590.358253888525" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_31</text><line class="component-pin sch-component-pin sch-port-line" x1="189.06171600642494" y1="602.4004014048251" x2="213.14601103902498" y2="602.4004014048251" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_5_3__stack1"><rect x="211.941796287395" y="601.196186653195" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="201.10386352272496" y="601.196186653195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="183.04064224827493" y="602.4004014048251" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_32</text><line class="component-pin sch-component-pin sch-port-line" x1="189.06171600642494" y1="614.442548921125" x2="213.14601103902498" y2="614.442548921125" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_5_4__stack1"><rect x="211.941796287395" y="613.2383341694949" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="201.10386352272496" y="613.238334169495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="183.04064224827493" y="614.442548921125" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_33</text><line class="component-pin sch-component-pin sch-port-line" x1="189.06171600642494" y1="626.484696437425" x2="213.14601103902498" y2="626.484696437425" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_5_5__stack1"><rect x="211.941796287395" y="625.2804816857949" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="201.10386352272496" y="625.280481685795" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="183.04064224827493" y="626.484696437425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_34</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="640.642247867675" y="383.233316608165" width="6.021073758149896" height="40.94330155542002" stroke-width="1.20421475163px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="640.642247867675" y="383.233316608165" width="6.021073758149896" height="40.94330155542002" fill="transparent"/><text class="sch-text" x="643.65278474675" y="403.704967385875" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.837932764669999px" transform="rotate(0, 643.65278474675, 403.704967385875)">schematic_component_6</text><line class="component-pin sch-component-pin sch-port-line" x1="646.6633216258249" y1="403.704967385875" x2="661.7160060212" y2="403.704967385875" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="660.5117912695699" y="402.50075263424503" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="654.1896638235124" y="402.50075263424503" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="640.642247867675" y="403.704967385875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_35</text><line class="component-pin sch-component-pin sch-port-line" x1="640.642247867675" y1="403.704967385875" x2="625.5895634722999" y2="403.704967385875" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="624.3853487206699" y="402.50075263424503" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="633.1159056699875" y="402.50075263424503" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="646.6633216258249" y="403.704967385875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_36</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="417.862518816125" y="539.17912694425" width="65.62970396383497" height="6.02107375815001" stroke-width="1.20421475163px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="417.862518816125" y="539.17912694425" width="65.62970396383497" height="6.02107375815001" fill="transparent"/><text class="sch-text" x="450.6773707980425" y="542.189663823325" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.837932764669999px" transform="rotate(0, 450.6773707980425, 542.189663823325)">schematic_component_7</text><line class="component-pin sch-component-pin sch-port-line" x1="444.95735072779996" y1="539.17912694425" x2="444.95735072779996" y2="524.126442548875" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="443.75313597617" y="522.922227797245" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="443.75313597617003" y="531.6527847465625" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform="rotate(-90 443.75313597617003 531.6527847465625)"></text><text class="pin-number sch-pin-label" x="444.95735072779996" y="545.2002007024" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="rotate(-90 444.95735072779996 545.2002007024)">schematic_port_37</text><line class="component-pin sch-component-pin sch-port-line" x1="444.95735072779996" y1="545.2002007024" x2="444.95735072779996" y2="560.252885097775" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="443.75313597617" y="559.048670346145" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="443.75313597617003" y="552.7265429000875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform="rotate(-90 443.75313597617003 552.7265429000875)"></text><text class="pin-number sch-pin-label" x="444.95735072779996" y="539.17912694425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.031610637224999px" transform="rotate(-90 444.95735072779996 539.17912694425)">schematic_port_38</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="487.1048670348499" y="442.84194681385003" width="72.85499247361508" height="6.02107375815001" stroke-width="1.20421475163px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="487.1048670348499" y="442.84194681385003" width="72.85499247361508" height="6.02107375815001" fill="transparent"/><text class="sch-text" x="523.5323632716575" y="445.85248369292503" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.837932764669999px" transform="rotate(0, 523.5323632716575, 445.85248369292503)">schematic_component_8</text><line class="component-pin sch-component-pin sch-port-line" x1="514.1996989465249" y1="442.84194681385003" x2="514.1996989465249" y2="428.993477170105" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="514.1996989465249" cy="427.789262418475" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="512.9954841948949" y="426.585047666845" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.995484194895" y="435.31560461616255" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform="rotate(-90 512.995484194895 435.31560461616255)"></text><text class="pin-number sch-pin-label" x="514.1996989465249" y="448.86302057200004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="rotate(-90 514.1996989465249 448.86302057200004)">schematic_port_39</text><line class="component-pin sch-component-pin sch-port-line" x1="514.1996989465249" y1="448.86302057200004" x2="514.1996989465249" y2="462.711490215745" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="514.1996989465249" cy="463.915704967375" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="512.9954841948949" y="462.711490215745" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.995484194895" y="456.3893627696875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform="rotate(-90 512.995484194895 456.3893627696875)"></text><text class="pin-number sch-pin-label" x="514.1996989465249" y="442.84194681385003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.031610637224999px" transform="rotate(-90 514.1996989465249 442.84194681385003)">schematic_port_40</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="1048.3946312091314" y="178.88587957868145" width="15.403411941787226" height="52.247307576487145" stroke-width="1.20421475163px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1048.3946312091314" y="178.88587957868145" width="15.403411941787226" height="52.247307576487145" fill="transparent"/><text class="sch-text" x="1056.0963371800249" y="205.009533366925" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.837932764669999px" transform="rotate(0, 1056.0963371800249, 205.009533366925)">schematic_component_9</text><line class="component-pin sch-component-pin sch-port-line" x1="1048.3946312091314" y1="204.85150727560554" x2="1025.5145509281613" y2="204.85150727560554" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1024.3103361765313" cy="204.85150727560554" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="1023.1061214249013" y="203.64729252397555" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="1036.3524836928314" y="203.64729252397555" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="1054.4157049672813" y="204.85150727560554" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_41</text><line class="component-pin sch-component-pin sch-port-line" x1="1063.7980431509186" y1="205.16755945824457" x2="1086.6781234318887" y2="205.16755945824457" stroke-width="1.20421475163px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1087.8823381835186" cy="205.16755945824457" r="1.20421475163" stroke-width="1.20421475163px"/><rect x="1086.6781234318887" y="203.96334470661458" width="2.40842950326" height="2.40842950326" opacity="0"/></g><text class="pin-number sch-pin-number" x="1075.8401906672186" y="203.96334470661455" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.031610637224999px" transform=""></text><text class="pin-number sch-pin-label" x="1057.7769693927685" y="205.16755945824457" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.031610637224999px" transform="">schematic_port_42</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="691.8213748119499" cy="310.37832413455" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="691.8213748119499" cy="355.536377320675" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="691.8213748119499" cy="370.58906171604997" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="691.8213748119499" cy="457.89463120922505" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="691.8213748119499" cy="512.084295032575" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="691.8213748119499" cy="497.03161063720006" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="691.8213748119499" cy="527.1369794279501" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="691.8213748119499" cy="542.1896638233251" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="691.8213748119499" cy="557.2423482187" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="691.8213748119499" cy="403.704967385875" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="896.53788258905" cy="562.9623682889426" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="896.53788258905" cy="493.7200200702175" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="896.53788258905" cy="454.58304064224257" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="896.53788258905" cy="415.44606121426756" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="896.53788258905" cy="367.27747114906754" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="896.53788258905" cy="238.4264927246575" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="896.53788258905" cy="310.0772704466425" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="896.53788258905" cy="325.1299548420175" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="691.8213748119499" cy="244.1465127949" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="216.15654791809993" cy="298.33617661825" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="216.15654791809993" cy="310.37832413455" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="216.15654791809993" cy="322.42047165085" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="216.15654791809993" cy="334.46261916715" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="589.4631209234" cy="150.81986954357507" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="589.4631209234" cy="162.86201705987503" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="432.91520321149994" cy="290.50878073265505" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="432.91520321149994" cy="336.26894129459504" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="631.6106372304499" cy="224.87907676882006" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="631.6106372304499" cy="179.11891620688002" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="213.14601103902498" cy="566.273958855925" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="213.14601103902498" cy="578.316106372225" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_2__stack1"><circle cx="213.14601103902498" cy="590.358253888525" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_3__stack1"><circle cx="213.14601103902498" cy="602.4004014048251" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_4__stack1"><circle cx="213.14601103902498" cy="614.442548921125" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_5__stack1"><circle cx="213.14601103902498" cy="626.484696437425" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="661.7160060212" cy="403.704967385875" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="625.5895634722999" cy="403.704967385875" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="444.95735072779996" cy="524.126442548875" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="444.95735072779996" cy="560.252885097775" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="514.1996989465249" cy="427.789262418475" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="514.1996989465249" cy="463.915704967375" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="1024.3103361765313" cy="204.85150727560554" r="2.40842950326" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="1087.8823381835186" cy="205.16755945824457" r="2.40842950326" 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="
118
- M 630.1053687909125,527.13697942795
119
- L 624.0842950327625,523.885599598549
120
- L 624.0842950327625,503.2373306572666
121
- L 636.1264425490625,503.2373306572666
122
- L 636.1264425490625,523.885599598549
117
+ </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 672.58769306148 404.06947519298 L 705.65493460828 404.06947519298" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.581517294975999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 672.58769306148 404.06947519298 L 705.65493460828 404.06947519298" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3226896618719999px" stroke-linecap="round" 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 434.5035539245201 576.01913123634 L 434.5035539245201 622.31326940186 L 179.88579401416007 622.31326940186" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.581517294975999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 434.5035539245201 576.01913123634 L 434.5035539245201 622.31326940186 L 179.88579401416007 622.31326940186" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3226896618719999px" stroke-linecap="round" 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 705.65493460828 539.64516553486 L 570.0792442664001 539.64516553486 L 570.0792442664001 589.24602785506 L 434.5035539245201 589.24602785506 L 434.5035539245201 576.01913123634" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.581517294975999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 705.65493460828 539.64516553486 L 570.0792442664001 539.64516553486 L 570.0792442664001 589.24602785506 L 434.5035539245201 589.24602785506 L 434.5035539245201 576.01913123634" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3226896618719999px" stroke-linecap="round" 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 179.88579401416007 635.5401660205799 L 584.628830546992 635.5401660205799 L 584.628830546992 556.17878630826 L 705.65493460828 556.17878630826" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.581517294975999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 179.88579401416007 635.5401660205799 L 584.628830546992 635.5401660205799 L 584.628830546992 556.17878630826 L 705.65493460828 556.17878630826" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3226896618719999px" stroke-linecap="round" 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 179.88579401416007 648.7670626393 L 597.8557271657121 648.7670626393 L 597.8557271657121 572.71240708166 L 705.65493460828 572.71240708166" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.581517294975999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 179.88579401416007 648.7670626393 L 597.8557271657121 648.7670626393 L 597.8557271657121 572.71240708166 L 705.65493460828 572.71240708166" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3226896618719999px" stroke-linecap="round" 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 632.90700320532 404.06947519298 L 601.823796151328 404.06947519298 L 601.823796151328 676.543545538612 L 943.73907374524 676.543545538612 L 943.73907374524 364.058112921352 L 930.5121771265201 364.058112921352" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.581517294975999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 632.90700320532 404.06947519298 L 601.823796151328 404.06947519298 L 601.823796151328 676.543545538612 L 943.73907374524 676.543545538612 L 943.73907374524 364.058112921352 L 930.5121771265201 364.058112921352" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3226896618719999px" stroke-linecap="round" 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 639.5204515146801 157.387853253852 L 639.5204515146801 144.16095663513198 L 601.823796151328 144.16095663513198 L 601.823796151328 404.06947519298 L 632.90700320532 404.06947519298" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.581517294975999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 639.5204515146801 157.387853253852 L 639.5204515146801 144.16095663513198 L 601.823796151328 144.16095663513198 L 601.823796151328 404.06947519298 L 632.90700320532 404.06947519298" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3226896618719999px" stroke-linecap="round" 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 593.22631334916 139.53154281858002 L 639.5204515146801 139.53154281858002 L 639.5204515146801 157.387853253852" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.581517294975999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 593.22631334916 139.53154281858002 L 639.5204515146801 139.53154281858002 L 639.5204515146801 157.387853253852" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3226896618719999px" stroke-linecap="round" 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 183.19251816884002 328.01481963534 L 302.23458773732 328.01481963534 L 302.23458773732 343.225750746868 L 421.2766573058001 343.225750746868 L 421.2766573058001 329.99885412814797" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.581517294975999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 183.19251816884002 328.01481963534 L 302.23458773732 328.01481963534 L 302.23458773732 343.225750746868 L 421.2766573058001 343.225750746868 L 421.2766573058001 329.99885412814797" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3226896618719999px" stroke-linecap="round" 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 179.88579401416007 582.6325795457 L 307.1946739693401 582.6325795457 L 307.1946739693401 523.11154476146 L 434.5035539245201 523.11154476146 L 434.5035539245201 536.33844138018" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.581517294975999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 179.88579401416007 582.6325795457 L 307.1946739693401 582.6325795457 L 307.1946739693401 523.11154476146 L 434.5035539245201 523.11154476146 L 434.5035539245201 536.33844138018" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3226896618719999px" stroke-linecap="round" 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 421.2766573058001 329.99885412814797 L 421.2766573058001 343.225750746868 L 601.823796151328 343.225750746868 L 601.823796151328 404.06947519298 L 632.90700320532 404.06947519298" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.581517294975999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 421.2766573058001 329.99885412814797 L 421.2766573058001 343.225750746868 L 601.823796151328 343.225750746868 L 601.823796151328 404.06947519298 L 632.90700320532 404.06947519298" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3226896618719999px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="434.5035539245201" cy="576.01913123634" r="1.9840344928079998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><circle cx="632.90700320532" cy="404.06947519298" r="1.9840344928079998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="601.823796151328" cy="404.06947519298" r="1.9840344928079998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><circle cx="639.5204515146801" cy="157.387853253852" r="1.9840344928079998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><circle cx="421.2766573058001" cy="343.225750746868" r="1.9840344928079998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="421.2766573058001" cy="329.99885412814797" r="1.9840344928079998" 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"/><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="732.1087278457201" y="152.7584394373" width="171.94965604335994" height="496.00862320199997" stroke-width="1.3226896618719999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="732.1087278457201" y="152.7584394373" width="171.94965604335994" height="496.00862320199997" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="732.1087278457201" y1="301.5610263979" x2="706.9776242701521" y2="301.5610263979" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="705.65493460828" cy="301.5610263979" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="704.332244946408" y="300.238336736028" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.881831227" y="300.238336736028" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="732.1087278457201" y1="351.1618887181" x2="706.9776242701521" y2="351.1618887181" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="705.65493460828" cy="351.1618887181" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="704.332244946408" y="349.839199056228" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.881831227" y="349.839199056228" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="732.1087278457201" y1="367.6955094915" x2="706.9776242701521" y2="367.6955094915" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="705.65493460828" cy="367.6955094915" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="704.332244946408" y="366.372819829628" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.881831227" y="366.372819829628" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="732.1087278457201" y1="463.59050997722" x2="706.9776242701521" y2="463.59050997722" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="705.65493460828" cy="463.59050997722" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="704.332244946408" y="462.267820315348" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.881831227" y="462.267820315348" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="732.1087278457201" y1="523.11154476146" x2="706.9776242701521" y2="523.11154476146" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="705.65493460828" cy="523.11154476146" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="704.332244946408" y="521.788855099588" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.881831227" y="521.788855099588" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="732.1087278457201" y1="506.57792398806004" x2="706.9776242701521" y2="506.57792398806004" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="705.65493460828" cy="506.57792398806004" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="704.332244946408" y="505.25523432618803" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.881831227" y="505.25523432618803" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="732.1087278457201" y1="539.64516553486" x2="705.65493460828" y2="539.64516553486" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="704.332244946408" y="538.322475872988" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.881831227" y="538.322475872988" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="732.1087278457201" y1="556.17878630826" x2="705.65493460828" y2="556.17878630826" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="704.332244946408" y="554.856096646388" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.881831227" y="554.856096646388" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="732.1087278457201" y1="572.71240708166" x2="705.65493460828" y2="572.71240708166" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="704.332244946408" y="571.389717419788" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.881831227" y="571.389717419788" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="732.1087278457201" y1="404.06947519298" x2="705.65493460828" y2="404.06947519298" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><rect x="704.332244946408" y="402.746785531108" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.881831227" y="402.746785531108" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="904.05838388908" y1="578.995182975552" x2="929.189487464648" y2="578.995182975552" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="930.5121771265201" cy="578.995182975552" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="929.1894874646481" y="577.67249331368" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="917.2852805078" y="577.67249331368" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="904.05838388908" y1="502.940527417912" x2="929.189487464648" y2="502.940527417912" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="930.5121771265201" cy="502.940527417912" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="929.1894874646481" y="501.61783775604" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="917.2852805078" y="501.61783775604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="904.05838388908" y1="459.953113407072" x2="929.189487464648" y2="459.953113407072" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="930.5121771265201" cy="459.953113407072" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="929.1894874646481" y="458.6304237452" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="917.2852805078" y="458.6304237452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="904.05838388908" y1="416.965699396232" x2="929.189487464648" y2="416.965699396232" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="930.5121771265201" cy="416.965699396232" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="929.1894874646481" y="415.64300973436" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="917.2852805078" y="415.64300973436" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="904.05838388908" y1="364.058112921352" x2="930.5121771265201" y2="364.058112921352" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><rect x="929.1894874646481" y="362.73542325948" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="917.2852805078" y="362.73542325948" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="904.05838388908" y1="222.53031910104798" x2="929.189487464648" y2="222.53031910104798" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="930.5121771265201" cy="222.53031910104798" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="929.1894874646481" y="221.20762943917597" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="917.2852805078" y="221.20762943917597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="904.05838388908" y1="301.230353982432" x2="929.189487464648" y2="301.230353982432" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="930.5121771265201" cy="301.230353982432" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="929.1894874646481" y="299.90766432056" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="917.2852805078" y="299.90766432056" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="904.05838388908" y1="317.763974755832" x2="929.189487464648" y2="317.763974755832" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="930.5121771265201" cy="317.763974755832" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="929.1894874646481" y="316.44128509396" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="917.2852805078" y="316.44128509396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="732.1087278457201" y1="228.81309499493997" x2="706.9776242701521" y2="228.81309499493997" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="705.65493460828" cy="228.81309499493997" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="704.332244946408" y="227.49040533306797" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.881831227" y="227.49040533306797" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" 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="50.92355198164012" y="275.10723316046" width="105.81517294975981" height="66.13448309360001" stroke-width="1.3226896618719999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="50.92355198164012" y="275.10723316046" width="105.81517294975981" height="66.13448309360001" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="156.73872493139993" y1="288.33412977918" x2="181.86982850696802" y2="288.33412977918" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="183.19251816884002" cy="288.33412977918" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="181.86982850696802" y="287.011440117308" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="169.96562155011998" y="287.011440117308" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="156.73872493139993" y1="301.56102639790004" x2="181.86982850696802" y2="301.56102639790004" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="183.19251816884002" cy="301.56102639790004" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="181.86982850696802" y="300.23833673602803" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="169.96562155011998" y="300.23833673602803" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="156.73872493139993" y1="314.78792301662" x2="181.86982850696802" y2="314.78792301662" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="183.19251816884002" cy="314.78792301662" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="181.86982850696802" y="313.465233354748" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="169.96562155011998" y="313.465233354748" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="156.73872493139993" y1="328.01481963534" x2="183.19251816884002" y2="328.01481963534" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="181.86982850696802" y="326.692129973468" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="169.96562155011998" y="326.692129973468" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" 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="474.18424378068005" y="113.07774958114004" width="92.58827633103999" height="39.68068985615997" stroke-width="1.3226896618719999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="474.18424378068005" y="113.07774958114004" width="92.58827633103999" height="39.68068985615997" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="566.77252011172" y1="126.30464619986003" x2="591.903623687288" y2="126.30464619986003" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="593.22631334916" cy="126.30464619986003" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="591.903623687288" y="124.98195653798803" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="579.9994167304401" y="124.98195653798808" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="566.77252011172" y1="139.53154281858002" x2="593.22631334916" y2="139.53154281858002" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="591.903623687288" y="138.20885315670802" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="579.9994167304401" y="138.20885315670802" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" 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="391.51613991368004" y="301.56102639790004" width="61.17439686158008" height="6.613448309359967" stroke-width="1.3226896618719999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="391.51613991368004" y="301.56102639790004" width="61.17439686158008" height="6.613448309359967" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="421.2766573058001" y1="301.56102639790004" x2="421.2766573058001" y2="281.059336638884" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="421.2766573058001" cy="279.736646977012" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="419.9539676439281" y="278.41395731514" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="419.9539676439281" y="290.648836687456" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform="rotate(-90 419.9539676439281 290.648836687456)"></text><line class="component-pin sch-component-pin sch-port-line" x1="421.2766573058001" y1="308.17447470726" x2="421.2766573058001" y2="329.99885412814797" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="419.9539676439281" y="328.67616446627596" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="419.9539676439281" y="319.086664417704" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform="rotate(-90 419.9539676439281 319.086664417704)"></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="609.75993412256" y="179.21223267474002" width="67.78784517094005" height="6.613448309359995" stroke-width="1.3226896618719999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="609.75993412256" y="179.21223267474002" width="67.78784517094005" height="6.613448309359995" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="639.5204515146801" y1="185.82568098410002" x2="639.5204515146801" y2="206.32737074311603" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="639.5204515146801" cy="207.65006040498804" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="638.1977618528081" y="206.32737074311603" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="638.1977618528081" y="196.73787069454403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform="rotate(-90 638.1977618528081 196.73787069454403)"></text><line class="component-pin sch-component-pin sch-port-line" x1="639.5204515146801" y1="179.21223267474002" x2="639.5204515146801" y2="157.387853253852" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="638.1977618528081" y="156.06516359198" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="638.1977618528081" y="168.300042964296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform="rotate(-90 638.1977618528081 168.300042964296)"></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="54.23027613632007" y="569.40568292698" width="99.2017246403999" height="92.58827633103988" stroke-width="1.3226896618719999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="54.23027613632007" y="569.40568292698" width="99.2017246403999" height="92.58827633103988" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="153.43200077671997" y1="582.6325795457" x2="179.88579401416007" y2="582.6325795457" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="178.56310435228806" y="581.309889883828" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="166.65889739544014" y="581.309889883828" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="153.43200077671997" y1="595.85947616442" x2="178.56310435228806" y2="595.85947616442" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="179.88579401416007" cy="595.85947616442" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="178.56310435228806" y="594.536786502548" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="166.65889739544014" y="594.536786502548" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="153.43200077671997" y1="609.08637278314" x2="178.56310435228806" y2="609.08637278314" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_5_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="179.88579401416007" cy="609.08637278314" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="178.56310435228806" y="607.763683121268" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="166.65889739544014" y="607.763683121268" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="153.43200077671997" y1="622.31326940186" x2="179.88579401416007" y2="622.31326940186" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_5_3__stack1"><rect x="178.56310435228806" y="620.990579739988" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="166.65889739544014" y="620.990579739988" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="153.43200077671997" y1="635.5401660205799" x2="179.88579401416007" y2="635.5401660205799" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_5_4__stack1"><rect x="178.56310435228806" y="634.2174763587079" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="166.65889739544014" y="634.2174763587079" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="153.43200077671997" y1="648.7670626393" x2="179.88579401416007" y2="648.7670626393" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_5_5__stack1"><rect x="178.56310435228806" y="647.444372977428" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="166.65889739544014" y="647.444372977428" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" 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="649.44062397872" y="381.583750941156" width="6.613448309360024" height="44.97144850364799" stroke-width="1.3226896618719999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="649.44062397872" y="381.583750941156" width="6.613448309360024" height="44.97144850364799" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="656.0540722880801" y1="404.06947519298" x2="672.58769306148" y2="404.06947519298" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="671.265003399608" y="402.746785531108" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="664.32088267478" y="402.746785531108" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="649.44062397872" y1="404.06947519298" x2="632.90700320532" y2="404.06947519298" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="631.584313543448" y="402.746785531108" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="641.17381359202" y="402.746785531108" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" 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="404.7430365324001" y="552.87206215358" width="72.08658657202398" height="6.61344830935991" stroke-width="1.3226896618719999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="404.7430365324001" y="552.87206215358" width="72.08658657202398" height="6.61344830935991" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="434.5035539245201" y1="552.87206215358" x2="434.5035539245201" y2="536.33844138018" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="433.1808642626481" y="535.015751718308" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="433.1808642626481" y="544.60525176688" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform="rotate(-90 433.1808642626481 544.60525176688)"></text><line class="component-pin sch-component-pin sch-port-line" x1="434.5035539245201" y1="559.4855104629399" x2="434.5035539245201" y2="576.01913123634" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="433.1808642626481" y="574.6964415744679" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="433.1808642626481" y="567.75232084964" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform="rotate(-90 433.1808642626481 567.75232084964)"></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="480.79769209004" y="447.05688920382" width="80.02272454325606" height="6.613448309360024" stroke-width="1.3226896618719999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="480.79769209004" y="447.05688920382" width="80.02272454325606" height="6.613448309360024" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="510.55820948216" y1="447.05688920382" x2="510.55820948216" y2="431.845958092292" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="510.55820948216" cy="430.52326843042" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="509.235519820288" y="429.200578768548" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="509.23551982028806" y="438.79007881712" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform="rotate(-90 509.23551982028806 438.79007881712)"></text><line class="component-pin sch-component-pin sch-port-line" x1="510.55820948216" y1="453.67033751318" x2="510.55820948216" y2="468.881268624708" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="510.55820948216" cy="470.20395828658" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="509.235519820288" y="468.881268624708" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="509.23551982028806" y="461.93714789988" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform="rotate(-90 509.23551982028806 461.93714789988)"></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="1097.3091302558498" y="157.13188965721068" width="16.91885413742034" height="57.38758265377865" stroke-width="1.3226896618719999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1097.3091302558498" y="157.13188965721068" width="16.91885413742034" height="57.38758265377865" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1097.3091302558498" y1="185.65210772649675" x2="1072.1780266802818" y2="185.65210772649675" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1070.85533701841" cy="185.65210772649675" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="1069.532647356538" y="184.32941806462475" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="1084.0822336371298" y="184.32941806462475" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1114.2279843932702" y1="185.9992542417033" x2="1139.3590879688381" y2="185.9992542417033" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1140.6817776307103" cy="185.9992542417033" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="1139.3590879688384" y="184.6765645798313" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="1127.45488101199" y="184.67656457983134" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="705.65493460828" cy="301.5610263979" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="705.65493460828" cy="351.1618887181" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="705.65493460828" cy="367.6955094915" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="705.65493460828" cy="463.59050997722" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="705.65493460828" cy="523.11154476146" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="705.65493460828" cy="506.57792398806004" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="705.65493460828" cy="539.64516553486" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="705.65493460828" cy="556.17878630826" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="705.65493460828" cy="572.71240708166" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="705.65493460828" cy="404.06947519298" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="930.5121771265201" cy="578.995182975552" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="930.5121771265201" cy="502.940527417912" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="930.5121771265201" cy="459.953113407072" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="930.5121771265201" cy="416.965699396232" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="930.5121771265201" cy="364.058112921352" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="930.5121771265201" cy="222.53031910104798" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="930.5121771265201" cy="301.230353982432" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="930.5121771265201" cy="317.763974755832" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="705.65493460828" cy="228.81309499493997" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="183.19251816884002" cy="288.33412977918" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="183.19251816884002" cy="301.56102639790004" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="183.19251816884002" cy="314.78792301662" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="183.19251816884002" cy="328.01481963534" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="593.22631334916" cy="126.30464619986003" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="593.22631334916" cy="139.53154281858002" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="421.2766573058001" cy="279.736646977012" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="421.2766573058001" cy="329.99885412814797" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="639.5204515146801" cy="207.65006040498804" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="639.5204515146801" cy="157.387853253852" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="179.88579401416007" cy="582.6325795457" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="179.88579401416007" cy="595.85947616442" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_2__stack1"><circle cx="179.88579401416007" cy="609.08637278314" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_3__stack1"><circle cx="179.88579401416007" cy="622.31326940186" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_4__stack1"><circle cx="179.88579401416007" cy="635.5401660205799" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_5__stack1"><circle cx="179.88579401416007" cy="648.7670626393" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="672.58769306148" cy="404.06947519298" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="632.90700320532" cy="404.06947519298" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="434.5035539245201" cy="536.33844138018" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="434.5035539245201" cy="576.01913123634" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="510.55820948216" cy="430.52326843042" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="510.55820948216" cy="470.20395828658" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="1070.85533701841" cy="185.65210772649675" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="1140.6817776307103" cy="185.9992542417033" r="2.6453793237439998" 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="
118
+ M 637.86708943734,539.64516553486
119
+ L 631.25364112798,536.0739034478056
120
+ L 631.25364112798,513.3941847122403
121
+ L 644.4805377467001,513.3941847122403
122
+ L 644.4805377467001,536.0739034478056
123
123
  Z
124
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.20421475163px"/><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="630.1053687909125" y="521.718013045615" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.837932764669999px" transform="rotate(-90 630.1053687909125 521.718013045615)">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="
125
- M 403.411941796565,626.484696437425
126
- L 409.433015554715,629.736076266826
127
- L 409.433015554715,650.3843452081084
128
- L 397.39086803841496,650.3843452081084
129
- L 397.39086803841496,629.736076266826
124
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.3226896618719999px"/><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="637.86708943734" y="533.693062056436" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.904206956847998px" transform="rotate(-90 637.86708943734 533.693062056436)">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="
125
+ M 388.870760589936,648.7670626393
126
+ L 395.48420889929605,652.3383247263544
127
+ L 395.48420889929605,675.0180434619197
128
+ L 382.257312280576,675.0180434619197
129
+ L 382.257312280576,652.3383247263544
130
130
  Z
131
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.20421475163px"/><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="403.411941796565" y="631.90366281976" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.837932764669999px" transform="rotate(90 403.411941796565 631.90366281976)">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="
132
- M 676.7686904165749,403.704967385875
133
- L 670.7476166584249,400.453587556474
134
- L 670.7476166584249,379.80531861519165
135
- L 682.789764174725,379.80531861519165
136
- L 682.789764174725,400.453587556474
131
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.3226896618719999px"/><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="388.870760589936" y="654.719166117724" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.904206956847998px" transform="rotate(90 388.870760589936 654.719166117724)">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="
132
+ M 689.1213138348801,404.06947519298
133
+ L 682.5078655255201,400.49821310592563
134
+ L 682.5078655255201,377.8184943703604
135
+ L 695.7347621442401,377.8184943703604
136
+ L 695.7347621442401,400.49821310592563
137
137
  Z
138
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.20421475163px"/><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="676.7686904165749" y="398.28600100354004" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.837932764669999px" transform="rotate(-90 676.7686904165749 398.28600100354004)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
139
- M 597.290516808995,651.7732062216551
140
- L 603.311590567145,655.0245860510561
141
- L 603.311590567145,675.6728549923384
142
- L 591.269443050845,675.6728549923384
143
- L 591.269443050845,655.0245860510561
138
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.3226896618719999px"/><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="689.1213138348801" y="398.117371714556" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.904206956847998px" transform="rotate(-90 689.1213138348801 398.117371714556)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
139
+ M 601.823796151328,676.543545538612
140
+ L 608.437244460688,680.1148076256663
141
+ L 608.437244460688,702.7945263612316
142
+ L 595.210347841968,702.7945263612316
143
+ L 595.210347841968,680.1148076256663
144
144
  Z
145
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.20421475163px"/><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="597.290516808995" y="657.1921726039901" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.837932764669999px" transform="rotate(90 597.290516808995 657.1921726039901)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
146
- M 444.95735072779996,512.084295032575
147
- L 438.93627696964995,508.832915203174
148
- L 438.93627696964995,488.18464626189166
149
- L 450.97842448595,488.18464626189166
150
- L 450.97842448595,508.832915203174
145
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.3226896618719999px"/><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="601.823796151328" y="682.4956490170359" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.904206956847998px" transform="rotate(90 601.823796151328 682.4956490170359)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
146
+ M 434.5035539245201,523.11154476146
147
+ L 427.89010561516005,519.5402826744056
148
+ L 427.89010561516005,496.86056393884036
149
+ L 441.1170022338801,496.86056393884036
150
+ L 441.1170022338801,519.5402826744056
151
151
  Z
152
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.20421475163px"/><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="444.95735072779996" y="506.66532865024004" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.837932764669999px" transform="rotate(-90 444.95735072779996 506.66532865024004)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
153
- M 514.1996989465249,427.789262418475
154
- L 508.1786251883749,424.537882589074
155
- L 508.1786251883749,403.88961364779163
156
- L 520.2207727046749,403.88961364779163
157
- L 520.2207727046749,424.537882589074
152
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.3226896618719999px"/><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="434.5035539245201" y="517.159441283036" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.904206956847998px" transform="rotate(-90 434.5035539245201 517.159441283036)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
153
+ M 510.55820948216,430.52326843042
154
+ L 503.9447611728,426.9520063433656
155
+ L 503.9447611728,404.27228760780037
156
+ L 517.17165779152,404.27228760780037
157
+ L 517.17165779152,426.9520063433656
158
158
  Z
159
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.20421475163px"/><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="514.1996989465249" y="422.37029603614" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.837932764669999px" transform="rotate(-90 514.1996989465249 422.37029603614)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
160
- M 1087.8823381835186,205.16755945824457
161
- L 1091.1337180129196,199.14648570009456
162
- L 1111.781986954202,199.14648570009456
163
- L 1111.781986954202,211.18863321639458
164
- L 1091.1337180129196,211.18863321639458
159
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.3226896618719999px"/><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="510.55820948216" y="424.57116495199597" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.904206956847998px" transform="rotate(-90 510.55820948216 424.57116495199597)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
160
+ M 1140.6817776307103,185.9992542417033
161
+ L 1144.2530397177648,179.38580593234332
162
+ L 1166.9327584533298,179.38580593234332
163
+ L 1166.9327584533298,192.6127025510633
164
+ L 1144.2530397177648,192.6127025510633
165
165
  Z
166
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.20421475163px"/><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="1093.3013045658536" y="205.16755945824457" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.837932764669999px" transform="">XX</text><text class="sch-text" x="755.6447566483399" y="634.31209232302" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.837932764669983px" transform="rotate(0, 755.6447566483399, 634.31209232302)">BQ25895RTWR</text><text class="sch-text" x="723.13095835433" y="167.9799297543025" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.837932764669999px" transform="rotate(0, 723.13095835433, 167.9799297543025)">U1</text><text class="sch-text" x="128.24887104910988" y="354.332162569045" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.837932764669995px" transform="rotate(0, 128.24887104910988, 354.332162569045)">USB Input</text><text class="sch-text" x="102.96036126487991" y="279.3697942800775" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.837932764669999px" transform="rotate(0, 102.96036126487991, 279.3697942800775)">J1</text><text class="sch-text" x="513.5975915707099" y="182.73156046177002" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.837932764669983px" transform="rotate(0, 513.5975915707099, 182.73156046177002)">Phone OTG</text><text class="sch-text" x="488.30908178647996" y="131.85348720540253" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.837932764669999px" transform="rotate(0, 488.30908178647996, 131.85348720540253)">J2</text><text class="sch-text" x="113.19618665373491" y="646.35423983932" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.837932764669983px" transform="rotate(0, 113.19618665373491, 646.35423983932)">Host</text><text class="sch-text" x="105.97089814395497" y="547.3075765177525" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.837932764669999px" transform="rotate(0, 105.97089814395497, 547.3075765177525)">J3</text><rect class="schematic-box sch-box" x="715.90566984455" y="628.893125940685" width="79.47817360757995" height="10.837932764670086" stroke-width="1.20421475163px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="9.63371801304 4.81685900652"/><rect class="schematic-box sch-box" x="712.2930255896599" y="160.45358755661505" width="21.675865529340058" height="15.052684395374968" stroke-width="1.20421475163px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="9.63371801304 4.81685900652"/><rect class="schematic-box sch-box" x="95.73507275509985" y="348.91319618671" width="65.02759658802006" height="10.837932764669972" stroke-width="1.20421475163px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="9.63371801304 4.81685900652"/><rect class="schematic-box sch-box" x="92.12242850020994" y="271.84345208238994" width="21.675865529340058" height="15.052684395375081" stroke-width="1.20421475163px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="9.63371801304 4.81685900652"/><rect class="schematic-box sch-box" x="481.08379327669996" y="177.31259407943503" width="65.02759658802" height="10.837932764669972" stroke-width="1.20421475163px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="9.63371801304 4.81685900652"/><rect class="schematic-box sch-box" x="477.47114902181" y="124.3271450077151" width="21.675865529339944" height="15.05268439537491" stroke-width="1.20421475163px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="9.63371801304 4.81685900652"/><rect class="schematic-box sch-box" x="98.74560963417491" y="640.935273456985" width="28.90115403912" height="10.837932764670086" stroke-width="1.20421475163px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="9.63371801304 4.81685900652"/><rect class="schematic-box sch-box" x="95.132965379285" y="539.781234320065" width="21.675865529340058" height="15.052684395374968" stroke-width="1.20421475163px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="9.63371801304 4.81685900652"/>
166
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.3226896618719999px"/><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="1146.6338811091343" y="185.9992542417033" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.904206956847998px" transform="">XX</text><text class="sch-text" x="775.757486687496" y="657.364545441468" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.90420695684798px" transform="rotate(0, 775.757486687496, 657.364545441468)">BQ25895RTWR</text><text class="sch-text" x="740.044865816952" y="145.15297388153598" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.904206956847998px" transform="rotate(0, 740.044865816952, 145.15297388153598)">U1</text><text class="sch-text" x="86.6361728521839" y="349.839199056228" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.904206956847995px" transform="rotate(0, 86.6361728521839, 349.839199056228)">USB Input</text><text class="sch-text" x="58.85968995287203" y="267.501767604696" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.904206956847998px" transform="rotate(0, 58.85968995287203, 267.501767604696)">J1</text><text class="sch-text" x="509.89686465122406" y="161.35592223946801" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.90420695684798px" transform="rotate(0, 509.89686465122406, 161.35592223946801)">Phone OTG</text><text class="sch-text" x="482.1203817519121" y="105.47228402537604" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.904206956847998px" transform="rotate(0, 482.1203817519121, 105.47228402537604)">J2</text><text class="sch-text" x="70.10255207878402" y="670.591442060188" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.90420695684798px" transform="rotate(0, 70.10255207878402, 670.591442060188)">Host</text><text class="sch-text" x="62.1664141075521" y="561.8002173712159" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.904206956847998px" transform="rotate(0, 62.1664141075521, 561.8002173712159)">J3</text><rect class="schematic-box sch-box" x="732.1087278457201" y="651.412441963044" width="87.29751768355197" height="11.904206956848043" stroke-width="1.3226896618719999px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="10.581517294975999 5.2907586474879995"/><rect class="schematic-box sch-box" x="728.140658860104" y="136.886163494836" width="23.808413913695972" height="16.533620773399974" stroke-width="1.3226896618719999px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="10.581517294975999 5.2907586474879995"/><rect class="schematic-box sch-box" x="50.92355198164" y="343.887095577804" width="71.42524174108803" height="11.904206956847986" stroke-width="1.3226896618719999px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="10.581517294975999 5.2907586474879995"/><rect class="schematic-box sch-box" x="46.9554829960241" y="259.234957217996" width="23.808413913696086" height="16.533620773400003" stroke-width="1.3226896618719999px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="10.581517294975999 5.2907586474879995"/><rect class="schematic-box sch-box" x="474.18424378068005" y="155.40381876104402" width="71.42524174108792" height="11.904206956847958" stroke-width="1.3226896618719999px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="10.581517294975999 5.2907586474879995"/><rect class="schematic-box sch-box" x="470.2161747950641" y="97.2054736386761" width="23.808413913695915" height="16.533620773399946" stroke-width="1.3226896618719999px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="10.581517294975999 5.2907586474879995"/><rect class="schematic-box sch-box" x="54.23027613632007" y="664.6393385817639" width="31.744551884928" height="11.904206956848043" stroke-width="1.3226896618719999px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="10.581517294975999 5.2907586474879995"/><rect class="schematic-box sch-box" x="50.26220715070417" y="553.533406984516" width="23.808413913695972" height="16.533620773400003" stroke-width="1.3226896618719999px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="10.581517294975999 5.2907586474879995"/>
167
167
  </g>
168
168
  </svg>