@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
@@ -93,7 +93,7 @@ orientation: x+" data-x="3.7779125000000002" data-y="-0.535" cx="515.58210061355
93
93
  .port-label { fill: rgb(0, 100, 100); }
94
94
  .component-name { fill: rgb(0, 100, 100); }
95
95
 
96
- </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 331.37950014386 363.758099522544 L 331.37950014386 360.260690550052 L 486.13984717663095 360.260690550052 L 486.13984717663095 321.78919185264 L 370.72535108439496 321.78919185264" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 331.37950014386 363.758099522544 L 331.37950014386 360.260690550052 L 486.13984717663095 360.260690550052 L 486.13984717663095 321.78919185264 L 370.72535108439496 321.78919185264" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round" 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 584.94165064953 339.2762367151 L 584.94165064953 321.78919185264 L 471.27585904354 321.78919185264 L 471.27585904354 363.758099522544" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 584.94165064953 339.2762367151 L 584.94165064953 321.78919185264 L 471.27585904354 321.78919185264 L 471.27585904354 363.758099522544" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round" 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 689.86391982429 384.742553357496 L 689.86391982429 321.78919185264 L 584.94165064953 321.78919185264 L 584.94165064953 339.2762367151" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 689.86391982429 384.742553357496 L 689.86391982429 321.78919185264 L 584.94165064953 321.78919185264 L 584.94165064953 339.2762367151" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round" 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 752.4675404318967 409.22441616494 L 747.1777093610026 409.22441616494 L 747.1777093610026 376.78594794507666 L 689.86391982429 376.78594794507666 L 689.86391982429 384.742553357496" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 752.4675404318967 409.22441616494 L 747.1777093610026 409.22441616494 L 747.1777093610026 376.78594794507666 L 689.86391982429 376.78594794507666 L 689.86391982429 384.742553357496" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round" 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 584.94165064953 391.73737130248 L 584.94165064953 423.214052054908" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 584.94165064953 391.73737130248 L 584.94165064953 423.214052054908" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round" 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 898.3094945848131 409.22441616494 L 902.160469745618 409.22441616494 L 902.160469745618 304.2147117658677 L 906.0114449064229 304.2147117658677" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 898.3094945848131 409.22441616494 L 902.160469745618 409.22441616494 L 902.160469745618 304.2147117658677 L 906.0114449064229 304.2147117658677" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round" 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 898.3094945848131 426.7114610274 L 899.9745891378104 426.7114610274 L 899.9745891378104 473.4893060344805 L 901.6396836908078 473.4893060344805" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 898.3094945848131 426.7114610274 L 899.9745891378104 426.7114610274 L 899.9745891378104 473.4893060344805 L 901.6396836908078 473.4893060344805" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round" 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 752.4675404318967 426.7114610274 L 747.1777093610026 426.7114610274 L 747.1777093610026 468.680368697304 L 689.86391982429 468.680368697304 L 689.86391982429 451.19332383484397" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 752.4675404318967 426.7114610274 L 747.1777093610026 426.7114610274 L 747.1777093610026 468.680368697304 L 689.86391982429 468.680368697304 L 689.86391982429 451.19332383484397" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round" 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 584.94165064953 517.644094312192 L 584.94165064953 535.131139174652 L 689.86391982429 535.131139174652 L 689.86391982429 451.19332383484397" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 584.94165064953 517.644094312192 L 584.94165064953 535.131139174652 L 689.86391982429 535.131139174652 L 689.86391982429 451.19332383484397" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round" 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 471.27585904354 454.690732807336 L 471.27585904354 535.1311391746519 L 584.94165064953 535.1311391746519 L 584.94165064953 517.644094312192" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 471.27585904354 454.690732807336 L 471.27585904354 535.1311391746519 L 584.94165064953 535.1311391746519 L 584.94165064953 517.644094312192" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round" 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 331.37950014386 454.690732807336 L 331.37950014386 535.1311391746519 L 471.27585904354 535.1311391746519 L 471.27585904354 454.690732807336" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 331.37950014386 454.690732807336 L 331.37950014386 535.1311391746519 L 471.27585904354 535.1311391746519 L 471.27585904354 454.690732807336" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><path d="M 427.55824688738994 286.81510212772 L 375.00967707569765 286.81510212772 L 375.00967707569765 264.8688608253327" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 427.55824688738994 286.81510212772 L 375.00967707569765 286.81510212772 L 375.00967707569765 264.8688608253327" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" 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="584.94165064953" cy="339.2762367151" r="2.623056729369" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="584.94165064953" cy="321.78919185264" r="2.623056729369" 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"><circle cx="689.86391982429" cy="384.742553357496" r="2.623056729369" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><circle cx="689.86391982429" cy="451.19332383484397" r="2.623056729369" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><circle cx="584.94165064953" cy="517.644094312192" r="2.623056729369" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="584.94165064953" cy="535.131139174652" r="2.623056729369" 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"><circle cx="471.27585904354" cy="454.690732807336" r="2.623056729369" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="471.27585904354" cy="535.1311391746519" r="2.623056729369" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><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="117.16320057872497" y="286.81510212772" width="218.58806078075003" height="69.94817944983998" stroke-width="1.748704486246px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="117.16320057872497" y="286.81510212772" width="218.58806078075003" height="69.94817944983998" fill="transparent"/><text class="sch-text" x="226.4572309691" y="321.78919185264" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.738340376213998px" transform="rotate(0, 226.4572309691, 321.78919185264)">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="335.751261359475" y1="321.78919185264" x2="370.72535108439496" y2="321.78919185264" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="368.97664659814893" y="320.04048736639396" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="353.238306221935" y="320.040487366394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform=""></text><text class="pin-number sch-pin-label" x="327.007738928245" y="321.78919185264" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.115283646844999px" transform="">schematic_port_0</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="454.77246045459333" y="278.07157969648995" width="8.743522431229962" height="17.48704486246004" stroke-width="1.748704486246px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="454.77246045459333" y="278.07157969648995" width="8.743522431229962" height="17.48704486246004" fill="transparent"/><text class="sch-text" x="459.14422167020837" y="286.81510212772" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.74352243123px" transform="rotate(0, 459.14422167020837, 286.81510212772)">schematic_port_1</text><line class="component-pin sch-component-pin sch-port-line" x1="454.77246045459333" y1="286.81510212772" x2="427.55824688738994" y2="286.81510212772" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="425.8095424011439" y="285.066397641474" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="441.16535367099164" y="285.066397641474" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform=""></text><text class="pin-number sch-pin-label" x="463.5159828858233" y="286.81510212772" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.115283646844999px" transform="">schematic_port_1</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="307.77198957953897" y="398.73218924746396" width="64.70206599110202" height="20.984453834952035" stroke-width="1.748704486246px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="307.77198957953897" y="398.73218924746396" width="64.70206599110202" height="20.984453834952035" fill="transparent"/><text class="sch-text" x="340.12302257509" y="409.22441616494" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.738340376213998px" transform="rotate(0, 340.12302257509, 409.22441616494)">schematic_component_2</text><line class="component-pin sch-component-pin sch-port-line" x1="331.37950014386" y1="398.73218924746396" x2="331.37950014386" y2="363.758099522544" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="329.630795657614" y="362.009395036298" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="329.630795657614" y="381.245144385004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 329.630795657614 381.245144385004)"></text><text class="pin-number sch-pin-label" x="331.37950014386" y="407.475711678694" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.115283646844999px" transform="rotate(-90 331.37950014386 407.475711678694)">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="331.37950014386" y1="419.716643082416" x2="331.37950014386" y2="454.690732807336" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="329.630795657614" y="452.94202832109" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="329.630795657614" y="437.203687944876" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 329.630795657614 437.203687944876)"></text><text class="pin-number sch-pin-label" x="331.37950014386" y="410.97312065118604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.115283646844999px" transform="rotate(-90 331.37950014386 410.97312065118604)">schematic_port_3</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="447.66834847921893" y="398.73218924746396" width="64.70206599110202" height="20.984453834952035" stroke-width="1.748704486246px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="447.66834847921893" y="398.73218924746396" width="64.70206599110202" height="20.984453834952035" fill="transparent"/><text class="sch-text" x="480.01938147476994" y="409.22441616494" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.738340376213998px" transform="rotate(0, 480.01938147476994, 409.22441616494)">schematic_component_3</text><line class="component-pin sch-component-pin sch-port-line" x1="471.27585904354" y1="398.73218924746396" x2="471.27585904354" y2="363.758099522544" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="469.52715455729395" y="362.009395036298" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="469.52715455729395" y="381.245144385004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 469.52715455729395 381.245144385004)"></text><text class="pin-number sch-pin-label" x="471.27585904354" y="407.475711678694" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.115283646844999px" transform="rotate(-90 471.27585904354 407.475711678694)">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="471.27585904354" y1="419.716643082416" x2="471.27585904354" y2="454.690732807336" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="469.52715455729395" y="452.94202832109" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="469.52715455729395" y="437.203687944876" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 469.52715455729395 437.203687944876)"></text><text class="pin-number sch-pin-label" x="471.27585904354" y="410.97312065118604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.115283646844999px" transform="rotate(-90 471.27585904354 410.97312065118604)">schematic_port_5</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="545.595799708995" y="361.135042793175" width="116.28884833535903" height="8.74352243123002" stroke-width="1.748704486246px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="545.595799708995" y="361.135042793175" width="116.28884833535903" height="8.74352243123002" fill="transparent"/><text class="sch-text" x="603.7402238766745" y="365.50680400879" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.738340376213998px" transform="rotate(0, 603.7402238766745, 365.50680400879)">schematic_component_4</text><line class="component-pin sch-component-pin sch-port-line" x1="584.94165064953" y1="361.135042793175" x2="584.94165064953" y2="339.2762367151" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="583.192946163284" y="337.527532228854" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="583.192946163284" y="350.2056397541375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 583.192946163284 350.2056397541375)"></text><text class="pin-number sch-pin-label" x="584.94165064953" y="369.878565224405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.115283646844999px" transform="rotate(-90 584.94165064953 369.878565224405)">schematic_port_6</text><line class="component-pin sch-component-pin sch-port-line" x1="584.94165064953" y1="369.878565224405" x2="584.94165064953" y2="391.73737130248" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="583.192946163284" y="389.988666816234" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="583.192946163284" y="380.8079682634425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 583.192946163284 380.8079682634425)"></text><text class="pin-number sch-pin-label" x="584.94165064953" y="361.135042793175" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.115283646844999px" transform="rotate(-90 584.94165064953 361.135042793175)">schematic_port_7</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="557.836731112717" y="458.188141779828" width="86.56087206917698" height="24.481862807443974" stroke-width="1.748704486246px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="557.836731112717" y="458.188141779828" width="86.56087206917698" height="24.481862807443974" fill="transparent"/><text class="sch-text" x="601.1171671473055" y="470.42907318355" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.738340376213998px" transform="rotate(0, 601.1171671473055, 470.42907318355)">schematic_component_5</text><line class="component-pin sch-component-pin sch-port-line" x1="584.94165064953" y1="458.188141779828" x2="584.94165064953" y2="423.214052054908" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="583.192946163284" y="421.46534756866197" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="583.192946163284" y="440.701096917368" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 583.192946163284 440.701096917368)"></text><text class="pin-number sch-pin-label" x="584.94165064953" y="466.931664211058" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.115283646844999px" transform="rotate(-90 584.94165064953 466.931664211058)">schematic_port_8</text><line class="component-pin sch-component-pin sch-port-line" x1="584.94165064953" y1="482.670004587272" x2="584.94165064953" y2="517.644094312192" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="583.192946163284" y="515.895389825946" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="583.192946163284" y="500.15704944973197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 583.192946163284 500.15704944973197)"></text><text class="pin-number sch-pin-label" x="584.94165064953" y="473.92648215604197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.115283646844999px" transform="rotate(-90 584.94165064953 473.92648215604197)">schematic_port_9</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="650.518068883755" y="413.596177380555" width="91.36980940635351" height="8.74352243123002" stroke-width="1.748704486246px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="650.518068883755" y="413.596177380555" width="91.36980940635351" height="8.74352243123002" fill="transparent"/><text class="sch-text" x="696.2029735869316" y="417.96793859617" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.738340376213998px" transform="rotate(0, 696.2029735869316, 417.96793859617)">schematic_component_6</text><line class="component-pin sch-component-pin sch-port-line" x1="689.86391982429" y1="413.596177380555" x2="689.86391982429" y2="384.742553357496" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="688.115215338044" y="382.99384887124995" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="688.115215338044" y="399.1693653690255" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 688.115215338044 399.1693653690255)"></text><text class="pin-number sch-pin-label" x="689.86391982429" y="422.339699811785" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.115283646844999px" transform="rotate(-90 689.86391982429 422.339699811785)">schematic_port_10</text><line class="component-pin sch-component-pin sch-port-line" x1="689.86391982429" y1="422.339699811785" x2="689.86391982429" y2="451.19332383484397" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="688.115215338044" y="449.44461934859794" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="688.115215338044" y="436.7665118233145" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 688.115215338044 436.7665118233145)"></text><text class="pin-number sch-pin-label" x="689.86391982429" y="413.596177380555" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.115283646844999px" transform="rotate(-90 689.86391982429 413.596177380555)">schematic_port_11</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="787.4416301568167" y="331.23219607836836" width="75.89377470307647" height="173.47148503560322" stroke-width="1.748704486246px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="787.4416301568167" y="331.23219607836836" width="75.89377470307647" height="173.47148503560322" fill="transparent"/><text class="sch-text" x="825.3885175083549" y="417.96793859617" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.738340376213998px" transform="rotate(0, 825.3885175083549, 417.96793859617)">schematic_component_7</text><line class="component-pin sch-component-pin sch-port-line" x1="787.4416301568167" y1="409.22441616494" x2="752.4675404318967" y2="409.22441616494" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="750.7188359456508" y="407.475711678694" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="769.9545852943568" y="407.475711678694" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform=""></text><text class="pin-number sch-pin-label" x="796.1851525880468" y="409.22441616494" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.115283646844999px" transform="">schematic_port_12</text><line class="component-pin sch-component-pin sch-port-line" x1="863.3354048598932" y1="409.22441616494" x2="898.3094945848131" y2="409.22441616494" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="896.5607900985672" y="407.475711678694" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="880.8224497223531" y="407.475711678694" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform=""></text><text class="pin-number sch-pin-label" x="854.5918824286632" y="409.22441616494" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.115283646844999px" transform="">schematic_port_13</text><line class="component-pin sch-component-pin sch-port-line" x1="787.4416301568167" y1="426.7114610274" x2="752.4675404318967" y2="426.7114610274" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_7_2__stack1"><rect x="750.7188359456508" y="424.96275654115396" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="769.9545852943568" y="424.96275654115396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform=""></text><text class="pin-number sch-pin-label" x="796.1851525880468" y="426.7114610274" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.115283646844999px" transform="">schematic_port_14</text><line class="component-pin sch-component-pin sch-port-line" x1="863.3354048598932" y1="426.7114610274" x2="898.3094945848131" y2="426.7114610274" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_7_3__stack1"><rect x="896.5607900985672" y="424.96275654115396" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="880.8224497223531" y="424.96275654115396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform=""></text><text class="pin-number sch-pin-label" x="854.5918824286632" y="426.7114610274" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.115283646844999px" transform="">schematic_port_15</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component-overlay sch-component-overlay" x="906.0657415097157" y="295.7311866359799" width="92.28844373494383" height="8.994044352056505" fill="transparent"/><path class="sch-component-symbol-path" d="M 934.8599034788377 304.43807977300503 L 934.6422326805096 304.0154702687042 L 934.4245618821815 303.5941242810223 L 934.2068910838533 303.17529753657834 L 933.9892202855252 302.76023023001886 L 933.7715494871971 302.3501393778058 L 933.553878688869 301.94621131490516 L 933.3362078905409 301.5495943806375 L 933.1185370922128 301.1613918387841 L 932.9008662938846 300.78265507559905 L 932.6831954955566 300.41437711766326 L 932.4655246972284 300.0574865095453 L 932.2478538989003 299.71284158901545 L 932.0301831005722 299.3812251951079 L 931.812512302244 299.06333984165786 L 931.594841503916 298.75980338606996 L 931.3771707055878 298.47114522002215 L 931.1594999072597 298.19780300558966 L 930.9418291089316 297.9401199769132 L 930.7241583106035 297.6983428240458 L 930.5064875122754 297.4726201720272 L 930.2888167139473 297.2630016645603 L 930.0711459156191 297.06943765794216 L 929.853475117291 296.89177952713317 L 929.6358043189629 296.7297805820801 L 929.4181335206348 296.58309758864243 L 929.2004627223067 296.4512928847448 L 928.9827919239785 296.33383707870934 L 928.7651211256505 296.2301123131314 L 928.5474503273224 296.1394160741757 L 928.3297795289942 296.06096552280815 L 928.1121087306661 295.9939023212585 L 927.894437932338 295.93729792495793 L 927.6767671340099 295.8901593073258 L 927.4590963356818 295.851435082108 L 927.2414255373536 295.82002198552317 L 927.0237547390255 295.79477167825075 L 926.8060839406974 295.77449782532466 L 926.5884131423693 295.75798341028315 L 926.3707423440412 295.74398823847946 L 926.153071545713 295.73125658329485 L 925.9354009659703 295.74398823847946 L 925.7177303862276 295.75798341028315 L 925.5000598064848 295.77449782532466 L 925.282389226742 295.79477167825075 L 925.0647186469993 295.82002198552317 L 924.8470480672565 295.851435082108 L 924.6293774875138 295.8901593073258 L 924.4117069077711 295.93729792495793 L 924.1940363280282 295.9939023212585 L 923.9763657482855 296.06096552280815 L 923.7586951685428 296.1394160741757 L 923.5410245888 296.2301123131314 L 923.3233540090573 296.33383707870934 L 923.1056834293145 296.4512928847448 L 922.8880128495717 296.58309758864243 L 922.670342269829 296.7297805820801 L 922.4526716900863 296.89177952713317 L 922.2350011103435 297.06943765794216 L 922.0173305306007 297.2630016645603 L 921.799659950858 297.4726201720272 L 921.5819893711152 297.6983428240458 L 921.3643187913725 297.9401199769132 L 921.1466482116298 298.19780300558966 L 920.9289776318869 298.47114522002215 L 920.7113070521442 298.75980338606996 L 920.4936364724015 299.06333984165786 L 920.2759658926587 299.3812251951079 L 920.058295312916 299.71284158901545 L 919.8406247331732 300.0574865095453 L 919.6229541534304 300.41437711766326 L 919.4052835736877 300.78265507559905 L 919.187612993945 301.1613918387841 L 918.9699424142021 301.5495943806375 L 918.7522718344594 301.94621131490516 L 918.5346012547167 302.3501393778058 L 918.316930674974 302.76023023001886 L 918.0992600952312 303.17529753657834 L 917.8815895154884 303.5941242810223 L 917.6639189357456 304.0154702687042 L 917.4462483560029 304.43807977300503" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 952.2735498582581 304.43801856910443 L 952.0558792785154 304.0154088462182 L 951.8382086987726 303.594062639951 L 951.6205381190298 303.17523567692166 L 951.4028675392871 302.76016815177684 L 951.1851969595443 302.3500770809784 L 950.9675263798016 301.9461487994924 L 950.7498558000588 301.5495316466393 L 950.532185220316 301.1613288862006 L 950.3145146405733 300.7825919044302 L 950.0968440608306 300.4143137279091 L 949.8791734810878 300.05742290120577 L 949.661502901345 299.7127777620905 L 949.4438323216023 299.38116114959763 L 949.2261617418595 299.0632755775622 L 949.0084911621168 298.75973890338895 L 948.7908205823741 298.47108051875574 L 948.5731500026312 298.19773808573797 L 948.3554794228885 297.9400548384761 L 948.1378088431458 297.6982774670234 L 947.920138263403 297.47255459641934 L 947.7024676836603 297.2629358703672 L 947.4847971039175 297.0693716451637 L 947.2671265241747 296.8917132957693 L 947.049455944432 296.7297141321309 L 946.8317853646893 296.58303092010783 L 946.6141147849465 296.4512259976249 L 946.3964442052037 296.33376997300405 L 946.178773625461 296.2300449888407 L 945.9611030457182 296.1393485312997 L 945.7434324659755 296.0608977613468 L 945.5257618862328 295.9938343412117 L 945.3080913064899 295.9372297263258 L 945.0904207267472 295.89009089010835 L 944.8727501470045 295.8513664463052 L 944.6550795672617 295.819953131135 L 944.437408987519 295.79470260527717 L 944.2197384077762 295.7744285337658 L 944.0020678280334 295.7579139001389 L 943.7843972482907 295.74391850974985 L 943.566726668548 295.7311866359799 L 943.3490558702198 295.74391850974985 L 943.1313850718917 295.7579139001389 L 942.9137142735636 295.7744285337658 L 942.6960434752355 295.79470260527717 L 942.4783726769074 295.819953131135 L 942.2607018785792 295.8513664463052 L 942.0430310802511 295.89009089010835 L 941.825360281923 295.9372297263258 L 941.6076894835949 295.9938343412117 L 941.3900186852668 296.0608977613468 L 941.1723478869387 296.1393485312997 L 940.9546770886105 296.2300449888407 L 940.7370062902825 296.33376997300405 L 940.5193354919543 296.4512259976249 L 940.3016646936262 296.58303092010783 L 940.0839938952981 296.7297141321309 L 939.86632309697 296.8917132957693 L 939.6486522986419 297.06937164516364 L 939.4309815003138 297.2629358703672 L 939.2133107019856 297.47255459641934 L 938.9956399036575 297.6982774670234 L 938.7779691053294 297.9400548384761 L 938.5602983070013 298.19773808573797 L 938.3426275086732 298.47108051875574 L 938.124956710345 298.75973890338895 L 937.907285912017 299.0632755775622 L 937.6896151136888 299.38116114959763 L 937.4719443153607 299.7127777620905 L 937.2542735170326 300.05742290120577 L 937.0366027187044 300.4143137279091 L 936.8189319203764 300.7825919044302 L 936.6012611220483 301.1613288862006 L 936.3835903237201 301.5495316466393 L 936.165919525392 301.9461487994924 L 935.9482487270639 302.3500770809784 L 935.7305779287358 302.76016815177684 L 935.5129071304077 303.17523567692166 L 935.2952363320795 303.594062639951 L 935.0775655337515 304.0154088462182 L 934.8598947354233 304.43801856910443" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 969.6872049810928 304.43801856910443 L 969.4695341827647 304.0154088462182 L 969.2518633844367 303.594062639951 L 969.0341925861085 303.17523567692166 L 968.8165217877804 302.76016815177684 L 968.5988509894522 302.3500770809784 L 968.3811801911241 301.9461487994924 L 968.1635093927961 301.5495316466393 L 967.9458385944679 301.1613288862006 L 967.7281677961398 300.7825919044302 L 967.5104969978117 300.4143137279091 L 967.2928261994836 300.05742290120577 L 967.0751554011555 299.7127777620905 L 966.8574846028273 299.38116114959763 L 966.6398138044992 299.0632755775622 L 966.4221430061712 298.75973890338895 L 966.204472207843 298.47108051875574 L 965.9868014095149 298.19773808573797 L 965.7691306111867 297.9400548384761 L 965.5514598128586 297.6982774670234 L 965.3337890145306 297.47255459641934 L 965.1161182162024 297.2629358703672 L 964.8984474178743 297.0693716451637 L 964.6807766195462 296.8917132957693 L 964.463105821218 296.7297141321309 L 964.24543502289 296.58303092010783 L 964.0277642245618 296.4512259976249 L 963.8100934262337 296.33376997300405 L 963.5924226279056 296.2300449888407 L 963.3747518295775 296.1393485312997 L 963.1570810312494 296.0608977613468 L 962.9394102329213 295.9938343412117 L 962.7217394345931 295.9372297263258 L 962.5040686362651 295.89009089010835 L 962.2863978379369 295.8513664463052 L 962.0687270396088 295.819953131135 L 961.8510562412807 295.79470260527717 L 961.6333854429525 295.7744285337658 L 961.4157146446245 295.7579139001389 L 961.1980438462963 295.74391850974985 L 960.9803730479682 295.7311866359799 L 960.7627024682255 295.74391850974985 L 960.5450318884828 295.7579139001389 L 960.3273613087399 295.7744285337658 L 960.1096907289972 295.79470260527717 L 959.8920201492544 295.819953131135 L 959.6743495695117 295.8513664463052 L 959.456678989769 295.89009089010835 L 959.2390084100261 295.9372297263258 L 959.0213378302834 295.9938343412117 L 958.8036672505407 296.0608977613468 L 958.585996670798 296.1393485312997 L 958.3683260910552 296.2300449888407 L 958.1506555113124 296.33376997300405 L 957.9329849315696 296.4512259976249 L 957.7153143518269 296.58303092010783 L 957.4976437720842 296.7297141321309 L 957.2799731923415 296.8917132957693 L 957.0623026125986 297.06937164516364 L 956.8446320328559 297.2629358703672 L 956.6269614531132 297.47255459641934 L 956.4092908733704 297.6982774670234 L 956.1916202936277 297.9400548384761 L 955.9739497138848 298.19773808573797 L 955.7562791341421 298.47108051875574 L 955.5386085543994 298.75973890338895 L 955.3209379746567 299.0632755775622 L 955.1032673949139 299.38116114959763 L 954.8855968151711 299.7127777620905 L 954.6679262354284 300.05742290120577 L 954.4502556556856 300.4143137279091 L 954.2325850759429 300.7825919044302 L 954.0149144962002 301.1613288862006 L 953.7972439164573 301.5495316466393 L 953.5795733367146 301.9461487994924 L 953.3619027569719 302.3500770809784 L 953.1442321772291 302.76016815177684 L 952.9265615974864 303.17523567692166 L 952.7088910177436 303.594062639951 L 952.4912204380008 304.0154088462182 L 952.2735498582581 304.43801856910443" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 987.1008513605133 304.43801856910443 L 986.8831807807704 304.0154088462182 L 986.6655102010277 303.594062639951 L 986.447839621285 303.17523567692166 L 986.2301690415422 302.76016815177684 L 986.0124984617995 302.3500770809784 L 985.7948278820567 301.9461487994924 L 985.5771573023139 301.5495316466393 L 985.3594867225712 301.1613288862006 L 985.1418161428285 300.7825919044302 L 984.9241455630857 300.4143137279091 L 984.7064749833429 300.05742290120577 L 984.4888044036002 299.7127777620905 L 984.2711338238574 299.38116114959763 L 984.0534632441147 299.0632755775622 L 983.835792664372 298.75973890338895 L 983.6181220846291 298.47108051875574 L 983.4004515048864 298.19773808573797 L 983.1827809251437 297.9400548384761 L 982.965110345401 297.6982774670234 L 982.7474397656582 297.47255459641934 L 982.5297691859154 297.2629358703672 L 982.3120986061726 297.0693716451637 L 982.0944280264299 296.8917132957693 L 981.8767574466872 296.7297141321309 L 981.6590868669444 296.58303092010783 L 981.4414162872016 296.4512259976249 L 981.2237457074589 296.33376997300405 L 981.0060751277161 296.2300449888407 L 980.7884045479734 296.1393485312997 L 980.5707339682307 296.0608977613468 L 980.3530633884878 295.9938343412117 L 980.1353928087451 295.9372297263258 L 979.9177222290024 295.89009089010835 L 979.7000516492596 295.8513664463052 L 979.4823810695169 295.819953131135 L 979.2647104897741 295.79470260527717 L 979.0470399100313 295.7744285337658 L 978.8293693302886 295.7579139001389 L 978.6116987505459 295.74391850974985 L 978.394028170803 295.7311866359799 L 978.176357372475 295.74391850974985 L 977.9586865741469 295.7579139001389 L 977.7410157758187 295.7744285337658 L 977.5233449774906 295.79470260527717 L 977.3056741791626 295.819953131135 L 977.0880033808344 295.8513664463052 L 976.8703325825063 295.89009089010835 L 976.6526617841781 295.9372297263258 L 976.43499098585 295.9938343412117 L 976.217320187522 296.0608977613468 L 975.9996493891938 296.1393485312997 L 975.7819785908657 296.2300449888407 L 975.5643077925376 296.33376997300405 L 975.3466369942095 296.4512259976249 L 975.1289661958814 296.58303092010783 L 974.9112953975532 296.7297141321309 L 974.6936245992251 296.8917132957693 L 974.4759538008971 297.06937164516364 L 974.2582830025689 297.2629358703672 L 974.0406122042408 297.47255459641934 L 973.8229414059126 297.6982774670234 L 973.6052706075845 297.9400548384761 L 973.3875998092565 298.19773808573797 L 973.1699290109283 298.47108051875574 L 972.9522582126002 298.75973890338895 L 972.7345874142721 299.0632755775622 L 972.516916615944 299.38116114959763 L 972.2992458176159 299.7127777620905 L 972.0815750192877 300.05742290120577 L 971.8639042209596 300.4143137279091 L 971.6462334226316 300.7825919044302 L 971.4285626243034 301.1613288862006 L 971.2108918259753 301.5495316466393 L 970.9932210276472 301.9461487994924 L 970.775550229319 302.3500770809784 L 970.557879430991 302.76016815177684 L 970.3402086326628 303.17523567692166 L 970.1225378343347 303.594062639951 L 969.9048670360066 304.0154088462182 L 969.6871962376784 304.43801856910443" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 917.1725357688719 304.3259192533527 L 906.0657415097157 304.3259192533527" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 998.3541852446596 304.7252309880364 L 987.2473909855033 304.7252309880364" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="951.9928775132815" y="282.2472503623209" stroke="rgb(245, 241, 237)" stroke-width="1.748704486246px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="15.738340376213998px">L1</text><text class="sch-component-text" x="951.9779607854013" y="322.4623479235416" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="15.738340376213998px"></text><circle class="component-pin sch-component-pin" cx="998.3265997722941" cy="304.67366233002974" r="1.748704486246px" stroke-width="1.748704486246px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component-overlay sch-component-overlay" x="901.6939802941008" y="465.0057809045927" width="92.28844373494383" height="8.994044352056505" fill="transparent"/><path class="sch-component-symbol-path" d="M 930.4881422632228 473.71267404161784 L 930.2704714648946 473.290064537317 L 930.0528006665666 472.8687185496351 L 929.8351298682384 472.44989180519116 L 929.6174590699103 472.0348244986317 L 929.3997882715822 471.62473364641863 L 929.182117473254 471.220805583518 L 928.964446674926 470.8241886492503 L 928.7467758765979 470.4359861073969 L 928.5291050782697 470.05724934421187 L 928.3114342799416 469.6889713862761 L 928.0937634816135 469.3320807781581 L 927.8760926832854 468.98743585762827 L 927.6584218849573 468.6558194637207 L 927.4407510866291 468.3379341102707 L 927.223080288301 468.0343976546828 L 927.0054094899729 467.74573948863497 L 926.7877386916448 467.4723972742025 L 926.5700678933167 467.214714245526 L 926.3523970949885 466.97293709265864 L 926.1347262966605 466.74721444064 L 925.9170554983324 466.5375959331731 L 925.6993847000042 466.344031926555 L 925.4817139016761 466.166373795746 L 925.264043103348 466.0043748506929 L 925.0463723050199 465.85769185725525 L 924.8287015066918 465.72588715335763 L 924.6110307083636 465.60843134732215 L 924.3933599100355 465.5047065817442 L 924.1756891117075 465.4140103427885 L 923.9580183133793 465.33555979142096 L 923.7403475150512 465.2684965898713 L 923.522676716723 465.21189219357075 L 923.305005918395 465.1647535759386 L 923.0873351200669 465.12602935072084 L 922.8696643217387 465.094616254136 L 922.6519935234106 465.06936594686357 L 922.4343227250824 465.0490920939375 L 922.2166519267544 465.03257767889596 L 921.9989811284263 465.0185825070923 L 921.7813103300981 465.00585085190767 L 921.5636397503554 465.0185825070923 L 921.3459691706126 465.03257767889596 L 921.1282985908699 465.0490920939375 L 920.9106280111271 465.06936594686357 L 920.6929574313843 465.094616254136 L 920.4752868516416 465.12602935072084 L 920.2576162718989 465.1647535759386 L 920.0399456921562 465.21189219357075 L 919.8222751124133 465.2684965898713 L 919.6046045326706 465.33555979142096 L 919.3869339529278 465.4140103427885 L 919.1692633731851 465.5047065817442 L 918.9515927934424 465.60843134732215 L 918.7339222136995 465.72588715335763 L 918.5162516339568 465.85769185725525 L 918.2985810542141 466.0043748506929 L 918.0809104744714 466.166373795746 L 917.8632398947286 466.344031926555 L 917.6455693149858 466.5375959331731 L 917.427898735243 466.74721444064 L 917.2102281555003 466.97293709265864 L 916.9925575757576 467.214714245526 L 916.7748869960149 467.4723972742025 L 916.557216416272 467.74573948863497 L 916.3395458365293 468.0343976546828 L 916.1218752567866 468.3379341102707 L 915.9042046770438 468.6558194637207 L 915.6865340973011 468.98743585762827 L 915.4688635175582 469.3320807781581 L 915.2511929378155 469.6889713862761 L 915.0335223580728 470.05724934421187 L 914.81585177833 470.4359861073969 L 914.5981811985872 470.8241886492503 L 914.3805106188445 471.220805583518 L 914.1628400391018 471.62473364641863 L 913.945169459359 472.0348244986317 L 913.7274988796163 472.44989180519116 L 913.5098282998734 472.8687185496351 L 913.2921577201307 473.290064537317 L 913.074487140388 473.71267404161784" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 947.9017886426432 473.71261283771724 L 947.6841180629004 473.290003114831 L 947.4664474831577 472.8686569085638 L 947.2487769034149 472.4498299455345 L 947.0311063236721 472.03476242038965 L 946.8134357439294 471.6246713495912 L 946.5957651641867 471.2207430681052 L 946.3780945844438 470.8241259152521 L 946.1604240047011 470.4359231548134 L 945.9427534249584 470.057186173043 L 945.7250828452156 469.6889079965219 L 945.5074122654729 469.3320171698186 L 945.2897416857301 468.98737203070334 L 945.0720711059873 468.65575541821045 L 944.8544005262446 468.337869846175 L 944.6367299465019 468.03433317200177 L 944.4190593667591 467.74567478736856 L 944.2013887870163 467.4723323543508 L 943.9837182072736 467.2146491070889 L 943.7660476275308 466.9728717356362 L 943.5483770477881 466.74714886503216 L 943.3307064680454 466.53753013898 L 943.1130358883025 466.3439659137765 L 942.8953653085598 466.1663075643821 L 942.6776947288171 466.0043084007437 L 942.4600241490743 465.85762518872065 L 942.2423535693316 465.7258202662377 L 942.0246829895888 465.60836424161687 L 941.807012409846 465.5046392574535 L 941.5893418301033 465.4139427999125 L 941.3716712503606 465.3354920299596 L 941.1540006706178 465.2684286098245 L 940.936330090875 465.21182399493864 L 940.7186595111323 465.16468515872117 L 940.5009889313895 465.125960714918 L 940.2833183516468 465.0945473997478 L 940.0656477719041 465.06929687389 L 939.8479771921612 465.0490228023786 L 939.6303066124185 465.0325081687517 L 939.4126360326758 465.01851277836266 L 939.194965452933 465.0057809045927 L 938.9772946546049 465.01851277836266 L 938.7596238562768 465.0325081687517 L 938.5419530579487 465.0490228023786 L 938.3242822596205 465.06929687389 L 938.1066114612925 465.0945473997478 L 937.8889406629643 465.125960714918 L 937.6712698646362 465.16468515872117 L 937.4535990663081 465.21182399493864 L 937.23592826798 465.2684286098245 L 937.0182574696519 465.3354920299596 L 936.8005866713238 465.4139427999125 L 936.5829158729956 465.5046392574535 L 936.3652450746675 465.60836424161687 L 936.1475742763394 465.7258202662377 L 935.9299034780113 465.85762518872065 L 935.7122326796832 466.0043084007437 L 935.494561881355 466.1663075643821 L 935.276891083027 466.3439659137765 L 935.0592202846989 466.53753013898 L 934.8415494863707 466.74714886503216 L 934.6238786880426 466.9728717356362 L 934.4062078897144 467.2146491070889 L 934.1885370913864 467.4723323543508 L 933.9708662930583 467.74567478736856 L 933.7531954947301 468.03433317200177 L 933.535524696402 468.337869846175 L 933.3178538980738 468.65575541821045 L 933.1001830997458 468.98737203070334 L 932.8825123014177 469.3320171698186 L 932.6648415030895 469.6889079965219 L 932.4471707047614 470.057186173043 L 932.2294999064334 470.4359231548134 L 932.0118291081052 470.8241259152521 L 931.7941583097771 471.2207430681052 L 931.5764875114489 471.6246713495912 L 931.3588167131209 472.03476242038965 L 931.1411459147928 472.4498299455345 L 930.9234751164646 472.8686569085638 L 930.7058043181365 473.290003114831 L 930.4881335198083 473.71261283771724" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 965.3154437654779 473.71261283771724 L 965.0977729671498 473.290003114831 L 964.8801021688217 472.8686569085638 L 964.6624313704936 472.4498299455345 L 964.4447605721655 472.03476242038965 L 964.2270897738373 471.6246713495912 L 964.0094189755092 471.2207430681052 L 963.7917481771811 470.8241259152521 L 963.574077378853 470.4359231548134 L 963.3564065805249 470.057186173043 L 963.1387357821968 469.6889079965219 L 962.9210649838686 469.3320171698186 L 962.7033941855406 468.98737203070334 L 962.4857233872124 468.65575541821045 L 962.2680525888843 468.337869846175 L 962.0503817905562 468.03433317200177 L 961.832710992228 467.74567478736856 L 961.6150401939 467.4723323543508 L 961.3973693955718 467.2146491070889 L 961.1796985972437 466.9728717356362 L 960.9620277989156 466.74714886503216 L 960.7443570005875 466.53753013898 L 960.5266862022594 466.3439659137765 L 960.3090154039313 466.1663075643821 L 960.0913446056031 466.0043084007437 L 959.873673807275 465.85762518872065 L 959.6560030089469 465.7258202662377 L 959.4383322106188 465.60836424161687 L 959.2206614122907 465.5046392574535 L 959.0029906139625 465.4139427999125 L 958.7853198156345 465.3354920299596 L 958.5676490173064 465.2684286098245 L 958.3499782189782 465.21182399493864 L 958.1323074206501 465.16468515872117 L 957.914636622322 465.125960714918 L 957.6969658239939 465.0945473997478 L 957.4792950256658 465.06929687389 L 957.2616242273376 465.0490228023786 L 957.0439534290095 465.0325081687517 L 956.8262826306814 465.01851277836266 L 956.6086118323533 465.0057809045927 L 956.3909412526106 465.01851277836266 L 956.1732706728678 465.0325081687517 L 955.955600093125 465.0490228023786 L 955.7379295133823 465.06929687389 L 955.5202589336395 465.0945473997478 L 955.3025883538968 465.125960714918 L 955.0849177741541 465.16468515872117 L 954.8672471944112 465.21182399493864 L 954.6495766146685 465.2684286098245 L 954.4319060349258 465.3354920299596 L 954.214235455183 465.4139427999125 L 953.9965648754403 465.5046392574535 L 953.7788942956975 465.60836424161687 L 953.5612237159547 465.7258202662377 L 953.343553136212 465.85762518872065 L 953.1258825564693 466.0043084007437 L 952.9082119767265 466.1663075643821 L 952.6905413969837 466.3439659137765 L 952.472870817241 466.53753013898 L 952.2552002374982 466.74714886503216 L 952.0375296577555 466.9728717356362 L 951.8198590780128 467.2146491070889 L 951.6021884982699 467.4723323543508 L 951.3845179185272 467.74567478736856 L 951.1668473387845 468.03433317200177 L 950.9491767590417 468.337869846175 L 950.731506179299 468.65575541821045 L 950.5138355995562 468.98737203070334 L 950.2961650198134 469.3320171698186 L 950.0784944400707 469.6889079965219 L 949.860823860328 470.057186173043 L 949.6431532805852 470.4359231548134 L 949.4254827008424 470.8241259152521 L 949.2078121210997 471.2207430681052 L 948.9901415413569 471.6246713495912 L 948.7724709616142 472.03476242038965 L 948.5548003818715 472.4498299455345 L 948.3371298021286 472.8686569085638 L 948.1194592223859 473.290003114831 L 947.9017886426432 473.71261283771724" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 982.7290901448984 473.71261283771724 L 982.5114195651555 473.290003114831 L 982.2937489854128 472.8686569085638 L 982.07607840567 472.4498299455345 L 981.8584078259273 472.03476242038965 L 981.6407372461846 471.6246713495912 L 981.4230666664417 471.2207430681052 L 981.205396086699 470.8241259152521 L 980.9877255069563 470.4359231548134 L 980.7700549272136 470.057186173043 L 980.5523843474708 469.6889079965219 L 980.334713767728 469.3320171698186 L 980.1170431879852 468.98737203070334 L 979.8993726082425 468.65575541821045 L 979.6817020284998 468.337869846175 L 979.464031448757 468.03433317200177 L 979.2463608690142 467.74567478736856 L 979.0286902892715 467.4723323543508 L 978.8110197095288 467.2146491070889 L 978.593349129786 466.9728717356362 L 978.3756785500433 466.74714886503216 L 978.1580079703004 466.53753013898 L 977.9403373905577 466.3439659137765 L 977.722666810815 466.1663075643821 L 977.5049962310723 466.0043084007437 L 977.2873256513295 465.85762518872065 L 977.0696550715867 465.7258202662377 L 976.851984491844 465.60836424161687 L 976.6343139121012 465.5046392574535 L 976.4166433323585 465.4139427999125 L 976.1989727526158 465.3354920299596 L 975.9813021728729 465.2684286098245 L 975.7636315931302 465.21182399493864 L 975.5459610133875 465.16468515872117 L 975.3282904336447 465.125960714918 L 975.110619853902 465.0945473997478 L 974.8929492741592 465.06929687389 L 974.6752786944164 465.0490228023786 L 974.4576081146737 465.0325081687517 L 974.239937534931 465.01851277836266 L 974.0222669551881 465.0057809045927 L 973.80459615686 465.01851277836266 L 973.586925358532 465.0325081687517 L 973.3692545602038 465.0490228023786 L 973.1515837618757 465.06929687389 L 972.9339129635476 465.0945473997478 L 972.7162421652195 465.125960714918 L 972.4985713668914 465.16468515872117 L 972.2809005685632 465.21182399493864 L 972.0632297702351 465.2684286098245 L 971.845558971907 465.3354920299596 L 971.6278881735789 465.4139427999125 L 971.4102173752508 465.5046392574535 L 971.1925465769227 465.60836424161687 L 970.9748757785945 465.7258202662377 L 970.7572049802665 465.85762518872065 L 970.5395341819383 466.0043084007437 L 970.3218633836102 466.1663075643821 L 970.1041925852821 466.3439659137765 L 969.886521786954 466.53753013898 L 969.6688509886259 466.74714886503216 L 969.4511801902977 466.9728717356362 L 969.2335093919696 467.2146491070889 L 969.0158385936415 467.4723323543508 L 968.7981677953134 467.74567478736856 L 968.5804969969853 468.03433317200177 L 968.3628261986572 468.337869846175 L 968.145155400329 468.65575541821045 L 967.927484602001 468.98737203070334 L 967.7098138036728 469.3320171698186 L 967.4921430053447 469.6889079965219 L 967.2744722070166 470.057186173043 L 967.0568014086884 470.4359231548134 L 966.8391306103604 470.8241259152521 L 966.6214598120323 471.2207430681052 L 966.4037890137041 471.6246713495912 L 966.186118215376 472.03476242038965 L 965.9684474170479 472.4498299455345 L 965.7507766187198 472.8686569085638 L 965.5331058203917 473.290003114831 L 965.3154350220635 473.71261283771724" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 912.8007745532569 473.6005135219655 L 901.6939802941008 473.6005135219655" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 993.9824240290446 473.9998252566492 L 982.8756297698884 473.9998252566492" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="947.6211162976666" y="451.52184463093374" stroke="rgb(245, 241, 237)" stroke-width="1.748704486246px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="15.738340376213998px">L5</text><text class="sch-component-text" x="947.6061995697863" y="491.7369421921544" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="15.738340376213998px"></text><circle class="component-pin sch-component-pin" cx="993.9548385566792" cy="473.94825659864256" r="1.748704486246px" stroke-width="1.748704486246px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="370.72535108439496" cy="321.78919185264" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="427.55824688738994" cy="286.81510212772" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="331.37950014386" cy="363.758099522544" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="331.37950014386" cy="454.690732807336" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="471.27585904354" cy="363.758099522544" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="471.27585904354" cy="454.690732807336" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="584.94165064953" cy="339.2762367151" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="584.94165064953" cy="391.73737130248" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="584.94165064953" cy="423.214052054908" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="584.94165064953" cy="517.644094312192" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="689.86391982429" cy="384.742553357496" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="689.86391982429" cy="451.19332383484397" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="752.4675404318967" cy="409.22441616494" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="898.3094945848131" cy="409.22441616494" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_2__stack1"><circle cx="752.4675404318967" cy="426.7114610274" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_3__stack1"><circle cx="898.3094945848131" cy="426.7114610274" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="906.0108744845915" cy="304.2147347509294" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="998.3271701941256" cy="304.2147347509294" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="901.6391132689764" cy="473.4893290195422" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="993.9554089785106" cy="473.4893290195422" r="3.497408972492" 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="
96
+ </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 331.37950014386 363.758099522544 L 331.37950014386 360.260690550052 L 486.13984717663095 360.260690550052 L 486.13984717663095 321.78919185264 L 370.72535108439496 321.78919185264" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 331.37950014386 363.758099522544 L 331.37950014386 360.260690550052 L 486.13984717663095 360.260690550052 L 486.13984717663095 321.78919185264 L 370.72535108439496 321.78919185264" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round" 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 584.94165064953 339.2762367151 L 584.94165064953 321.78919185264 L 471.27585904354 321.78919185264 L 471.27585904354 363.758099522544" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 584.94165064953 339.2762367151 L 584.94165064953 321.78919185264 L 471.27585904354 321.78919185264 L 471.27585904354 363.758099522544" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round" 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 689.86391982429 384.742553357496 L 689.86391982429 321.78919185264 L 584.94165064953 321.78919185264 L 584.94165064953 339.2762367151" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 689.86391982429 384.742553357496 L 689.86391982429 321.78919185264 L 584.94165064953 321.78919185264 L 584.94165064953 339.2762367151" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round" 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 752.4675404318967 409.22441616494 L 747.1777093610026 409.22441616494 L 747.1777093610026 376.78594794507666 L 689.86391982429 376.78594794507666 L 689.86391982429 384.742553357496" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 752.4675404318967 409.22441616494 L 747.1777093610026 409.22441616494 L 747.1777093610026 376.78594794507666 L 689.86391982429 376.78594794507666 L 689.86391982429 384.742553357496" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round" 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 584.94165064953 391.73737130248 L 584.94165064953 423.214052054908" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 584.94165064953 391.73737130248 L 584.94165064953 423.214052054908" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round" 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 898.3094945848131 409.22441616494 L 902.160469745618 409.22441616494 L 902.160469745618 304.2147117658677 L 906.0114449064229 304.2147117658677" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 898.3094945848131 409.22441616494 L 902.160469745618 409.22441616494 L 902.160469745618 304.2147117658677 L 906.0114449064229 304.2147117658677" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round" 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 898.3094945848131 426.7114610274 L 899.9745891378104 426.7114610274 L 899.9745891378104 473.4893060344805 L 901.6396836908078 473.4893060344805" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 898.3094945848131 426.7114610274 L 899.9745891378104 426.7114610274 L 899.9745891378104 473.4893060344805 L 901.6396836908078 473.4893060344805" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round" 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 752.4675404318967 426.7114610274 L 747.1777093610026 426.7114610274 L 747.1777093610026 468.680368697304 L 689.86391982429 468.680368697304 L 689.86391982429 451.19332383484397" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 752.4675404318967 426.7114610274 L 747.1777093610026 426.7114610274 L 747.1777093610026 468.680368697304 L 689.86391982429 468.680368697304 L 689.86391982429 451.19332383484397" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round" 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 584.94165064953 517.644094312192 L 584.94165064953 535.131139174652 L 689.86391982429 535.131139174652 L 689.86391982429 451.19332383484397" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 584.94165064953 517.644094312192 L 584.94165064953 535.131139174652 L 689.86391982429 535.131139174652 L 689.86391982429 451.19332383484397" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round" 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 471.27585904354 454.690732807336 L 471.27585904354 535.1311391746519 L 584.94165064953 535.1311391746519 L 584.94165064953 517.644094312192" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 471.27585904354 454.690732807336 L 471.27585904354 535.1311391746519 L 584.94165064953 535.1311391746519 L 584.94165064953 517.644094312192" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round" 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 331.37950014386 454.690732807336 L 331.37950014386 535.1311391746519 L 471.27585904354 535.1311391746519 L 471.27585904354 454.690732807336" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 331.37950014386 454.690732807336 L 331.37950014386 535.1311391746519 L 471.27585904354 535.1311391746519 L 471.27585904354 454.690732807336" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><path d="M 427.55824688738994 286.81510212772 L 375.00967707569765 286.81510212772 L 375.00967707569765 264.8688608253327" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 427.55824688738994 286.81510212772 L 375.00967707569765 286.81510212772 L 375.00967707569765 264.8688608253327" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" 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="584.94165064953" cy="339.2762367151" r="2.623056729369" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="584.94165064953" cy="321.78919185264" r="2.623056729369" 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"><circle cx="689.86391982429" cy="384.742553357496" r="2.623056729369" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><circle cx="689.86391982429" cy="451.19332383484397" r="2.623056729369" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><circle cx="584.94165064953" cy="517.644094312192" r="2.623056729369" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="584.94165064953" cy="535.131139174652" r="2.623056729369" 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"><circle cx="471.27585904354" cy="454.690732807336" r="2.623056729369" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="471.27585904354" cy="535.1311391746519" r="2.623056729369" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><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="117.16320057872497" y="286.81510212772" width="218.58806078075003" height="69.94817944983998" stroke-width="1.748704486246px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="117.16320057872497" y="286.81510212772" width="218.58806078075003" height="69.94817944983998" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="335.751261359475" y1="321.78919185264" x2="370.72535108439496" y2="321.78919185264" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="368.97664659814893" y="320.04048736639396" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="353.238306221935" y="320.040487366394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" 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="454.77246045459333" y="278.07157969648995" width="8.743522431229962" height="17.48704486246004" stroke-width="1.748704486246px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="454.77246045459333" y="278.07157969648995" width="8.743522431229962" height="17.48704486246004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="454.77246045459333" y1="286.81510212772" x2="427.55824688738994" y2="286.81510212772" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="425.8095424011439" y="285.066397641474" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="441.16535367099164" y="285.066397641474" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" 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="307.77198957953897" y="398.73218924746396" width="64.70206599110202" height="20.984453834952035" stroke-width="1.748704486246px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="307.77198957953897" y="398.73218924746396" width="64.70206599110202" height="20.984453834952035" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="331.37950014386" y1="398.73218924746396" x2="331.37950014386" y2="363.758099522544" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="329.630795657614" y="362.009395036298" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="329.630795657614" y="381.245144385004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 329.630795657614 381.245144385004)"></text><line class="component-pin sch-component-pin sch-port-line" x1="331.37950014386" y1="419.716643082416" x2="331.37950014386" y2="454.690732807336" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="329.630795657614" y="452.94202832109" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="329.630795657614" y="437.203687944876" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 329.630795657614 437.203687944876)"></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="447.66834847921893" y="398.73218924746396" width="64.70206599110202" height="20.984453834952035" stroke-width="1.748704486246px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="447.66834847921893" y="398.73218924746396" width="64.70206599110202" height="20.984453834952035" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="471.27585904354" y1="398.73218924746396" x2="471.27585904354" y2="363.758099522544" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="469.52715455729395" y="362.009395036298" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="469.52715455729395" y="381.245144385004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 469.52715455729395 381.245144385004)"></text><line class="component-pin sch-component-pin sch-port-line" x1="471.27585904354" y1="419.716643082416" x2="471.27585904354" y2="454.690732807336" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="469.52715455729395" y="452.94202832109" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="469.52715455729395" y="437.203687944876" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 469.52715455729395 437.203687944876)"></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="545.595799708995" y="361.135042793175" width="116.28884833535903" height="8.74352243123002" stroke-width="1.748704486246px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="545.595799708995" y="361.135042793175" width="116.28884833535903" height="8.74352243123002" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="584.94165064953" y1="361.135042793175" x2="584.94165064953" y2="339.2762367151" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="583.192946163284" y="337.527532228854" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="583.192946163284" y="350.2056397541375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 583.192946163284 350.2056397541375)"></text><line class="component-pin sch-component-pin sch-port-line" x1="584.94165064953" y1="369.878565224405" x2="584.94165064953" y2="391.73737130248" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="583.192946163284" y="389.988666816234" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="583.192946163284" y="380.8079682634425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 583.192946163284 380.8079682634425)"></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="557.836731112717" y="458.188141779828" width="86.56087206917698" height="24.481862807443974" stroke-width="1.748704486246px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="557.836731112717" y="458.188141779828" width="86.56087206917698" height="24.481862807443974" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="584.94165064953" y1="458.188141779828" x2="584.94165064953" y2="423.214052054908" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="583.192946163284" y="421.46534756866197" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="583.192946163284" y="440.701096917368" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 583.192946163284 440.701096917368)"></text><line class="component-pin sch-component-pin sch-port-line" x1="584.94165064953" y1="482.670004587272" x2="584.94165064953" y2="517.644094312192" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="583.192946163284" y="515.895389825946" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="583.192946163284" y="500.15704944973197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 583.192946163284 500.15704944973197)"></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="650.518068883755" y="413.596177380555" width="91.36980940635351" height="8.74352243123002" stroke-width="1.748704486246px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="650.518068883755" y="413.596177380555" width="91.36980940635351" height="8.74352243123002" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="689.86391982429" y1="413.596177380555" x2="689.86391982429" y2="384.742553357496" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="688.115215338044" y="382.99384887124995" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="688.115215338044" y="399.1693653690255" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 688.115215338044 399.1693653690255)"></text><line class="component-pin sch-component-pin sch-port-line" x1="689.86391982429" y1="422.339699811785" x2="689.86391982429" y2="451.19332383484397" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="688.115215338044" y="449.44461934859794" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="688.115215338044" y="436.7665118233145" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 688.115215338044 436.7665118233145)"></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="787.4416301568167" y="331.23219607836836" width="75.89377470307647" height="173.47148503560322" stroke-width="1.748704486246px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="787.4416301568167" y="331.23219607836836" width="75.89377470307647" height="173.47148503560322" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="787.4416301568167" y1="409.22441616494" x2="752.4675404318967" y2="409.22441616494" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="750.7188359456508" y="407.475711678694" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="769.9545852943568" y="407.475711678694" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="863.3354048598932" y1="409.22441616494" x2="898.3094945848131" y2="409.22441616494" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="896.5607900985672" y="407.475711678694" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="880.8224497223531" y="407.475711678694" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="787.4416301568167" y1="426.7114610274" x2="752.4675404318967" y2="426.7114610274" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_7_2__stack1"><rect x="750.7188359456508" y="424.96275654115396" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="769.9545852943568" y="424.96275654115396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="863.3354048598932" y1="426.7114610274" x2="898.3094945848131" y2="426.7114610274" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_7_3__stack1"><rect x="896.5607900985672" y="424.96275654115396" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="880.8224497223531" y="424.96275654115396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component-overlay sch-component-overlay" x="906.0657415097157" y="295.7311866359799" width="92.28844373494383" height="8.994044352056505" fill="transparent"/><path class="sch-component-symbol-path" d="M 934.8599034788377 304.43807977300503 L 934.6422326805096 304.0154702687042 L 934.4245618821815 303.5941242810223 L 934.2068910838533 303.17529753657834 L 933.9892202855252 302.76023023001886 L 933.7715494871971 302.3501393778058 L 933.553878688869 301.94621131490516 L 933.3362078905409 301.5495943806375 L 933.1185370922128 301.1613918387841 L 932.9008662938846 300.78265507559905 L 932.6831954955566 300.41437711766326 L 932.4655246972284 300.0574865095453 L 932.2478538989003 299.71284158901545 L 932.0301831005722 299.3812251951079 L 931.812512302244 299.06333984165786 L 931.594841503916 298.75980338606996 L 931.3771707055878 298.47114522002215 L 931.1594999072597 298.19780300558966 L 930.9418291089316 297.9401199769132 L 930.7241583106035 297.6983428240458 L 930.5064875122754 297.4726201720272 L 930.2888167139473 297.2630016645603 L 930.0711459156191 297.06943765794216 L 929.853475117291 296.89177952713317 L 929.6358043189629 296.7297805820801 L 929.4181335206348 296.58309758864243 L 929.2004627223067 296.4512928847448 L 928.9827919239785 296.33383707870934 L 928.7651211256505 296.2301123131314 L 928.5474503273224 296.1394160741757 L 928.3297795289942 296.06096552280815 L 928.1121087306661 295.9939023212585 L 927.894437932338 295.93729792495793 L 927.6767671340099 295.8901593073258 L 927.4590963356818 295.851435082108 L 927.2414255373536 295.82002198552317 L 927.0237547390255 295.79477167825075 L 926.8060839406974 295.77449782532466 L 926.5884131423693 295.75798341028315 L 926.3707423440412 295.74398823847946 L 926.153071545713 295.73125658329485 L 925.9354009659703 295.74398823847946 L 925.7177303862276 295.75798341028315 L 925.5000598064848 295.77449782532466 L 925.282389226742 295.79477167825075 L 925.0647186469993 295.82002198552317 L 924.8470480672565 295.851435082108 L 924.6293774875138 295.8901593073258 L 924.4117069077711 295.93729792495793 L 924.1940363280282 295.9939023212585 L 923.9763657482855 296.06096552280815 L 923.7586951685428 296.1394160741757 L 923.5410245888 296.2301123131314 L 923.3233540090573 296.33383707870934 L 923.1056834293145 296.4512928847448 L 922.8880128495717 296.58309758864243 L 922.670342269829 296.7297805820801 L 922.4526716900863 296.89177952713317 L 922.2350011103435 297.06943765794216 L 922.0173305306007 297.2630016645603 L 921.799659950858 297.4726201720272 L 921.5819893711152 297.6983428240458 L 921.3643187913725 297.9401199769132 L 921.1466482116298 298.19780300558966 L 920.9289776318869 298.47114522002215 L 920.7113070521442 298.75980338606996 L 920.4936364724015 299.06333984165786 L 920.2759658926587 299.3812251951079 L 920.058295312916 299.71284158901545 L 919.8406247331732 300.0574865095453 L 919.6229541534304 300.41437711766326 L 919.4052835736877 300.78265507559905 L 919.187612993945 301.1613918387841 L 918.9699424142021 301.5495943806375 L 918.7522718344594 301.94621131490516 L 918.5346012547167 302.3501393778058 L 918.316930674974 302.76023023001886 L 918.0992600952312 303.17529753657834 L 917.8815895154884 303.5941242810223 L 917.6639189357456 304.0154702687042 L 917.4462483560029 304.43807977300503" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 952.2735498582581 304.43801856910443 L 952.0558792785154 304.0154088462182 L 951.8382086987726 303.594062639951 L 951.6205381190298 303.17523567692166 L 951.4028675392871 302.76016815177684 L 951.1851969595443 302.3500770809784 L 950.9675263798016 301.9461487994924 L 950.7498558000588 301.5495316466393 L 950.532185220316 301.1613288862006 L 950.3145146405733 300.7825919044302 L 950.0968440608306 300.4143137279091 L 949.8791734810878 300.05742290120577 L 949.661502901345 299.7127777620905 L 949.4438323216023 299.38116114959763 L 949.2261617418595 299.0632755775622 L 949.0084911621168 298.75973890338895 L 948.7908205823741 298.47108051875574 L 948.5731500026312 298.19773808573797 L 948.3554794228885 297.9400548384761 L 948.1378088431458 297.6982774670234 L 947.920138263403 297.47255459641934 L 947.7024676836603 297.2629358703672 L 947.4847971039175 297.0693716451637 L 947.2671265241747 296.8917132957693 L 947.049455944432 296.7297141321309 L 946.8317853646893 296.58303092010783 L 946.6141147849465 296.4512259976249 L 946.3964442052037 296.33376997300405 L 946.178773625461 296.2300449888407 L 945.9611030457182 296.1393485312997 L 945.7434324659755 296.0608977613468 L 945.5257618862328 295.9938343412117 L 945.3080913064899 295.9372297263258 L 945.0904207267472 295.89009089010835 L 944.8727501470045 295.8513664463052 L 944.6550795672617 295.819953131135 L 944.437408987519 295.79470260527717 L 944.2197384077762 295.7744285337658 L 944.0020678280334 295.7579139001389 L 943.7843972482907 295.74391850974985 L 943.566726668548 295.7311866359799 L 943.3490558702198 295.74391850974985 L 943.1313850718917 295.7579139001389 L 942.9137142735636 295.7744285337658 L 942.6960434752355 295.79470260527717 L 942.4783726769074 295.819953131135 L 942.2607018785792 295.8513664463052 L 942.0430310802511 295.89009089010835 L 941.825360281923 295.9372297263258 L 941.6076894835949 295.9938343412117 L 941.3900186852668 296.0608977613468 L 941.1723478869387 296.1393485312997 L 940.9546770886105 296.2300449888407 L 940.7370062902825 296.33376997300405 L 940.5193354919543 296.4512259976249 L 940.3016646936262 296.58303092010783 L 940.0839938952981 296.7297141321309 L 939.86632309697 296.8917132957693 L 939.6486522986419 297.06937164516364 L 939.4309815003138 297.2629358703672 L 939.2133107019856 297.47255459641934 L 938.9956399036575 297.6982774670234 L 938.7779691053294 297.9400548384761 L 938.5602983070013 298.19773808573797 L 938.3426275086732 298.47108051875574 L 938.124956710345 298.75973890338895 L 937.907285912017 299.0632755775622 L 937.6896151136888 299.38116114959763 L 937.4719443153607 299.7127777620905 L 937.2542735170326 300.05742290120577 L 937.0366027187044 300.4143137279091 L 936.8189319203764 300.7825919044302 L 936.6012611220483 301.1613288862006 L 936.3835903237201 301.5495316466393 L 936.165919525392 301.9461487994924 L 935.9482487270639 302.3500770809784 L 935.7305779287358 302.76016815177684 L 935.5129071304077 303.17523567692166 L 935.2952363320795 303.594062639951 L 935.0775655337515 304.0154088462182 L 934.8598947354233 304.43801856910443" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 969.6872049810928 304.43801856910443 L 969.4695341827647 304.0154088462182 L 969.2518633844367 303.594062639951 L 969.0341925861085 303.17523567692166 L 968.8165217877804 302.76016815177684 L 968.5988509894522 302.3500770809784 L 968.3811801911241 301.9461487994924 L 968.1635093927961 301.5495316466393 L 967.9458385944679 301.1613288862006 L 967.7281677961398 300.7825919044302 L 967.5104969978117 300.4143137279091 L 967.2928261994836 300.05742290120577 L 967.0751554011555 299.7127777620905 L 966.8574846028273 299.38116114959763 L 966.6398138044992 299.0632755775622 L 966.4221430061712 298.75973890338895 L 966.204472207843 298.47108051875574 L 965.9868014095149 298.19773808573797 L 965.7691306111867 297.9400548384761 L 965.5514598128586 297.6982774670234 L 965.3337890145306 297.47255459641934 L 965.1161182162024 297.2629358703672 L 964.8984474178743 297.0693716451637 L 964.6807766195462 296.8917132957693 L 964.463105821218 296.7297141321309 L 964.24543502289 296.58303092010783 L 964.0277642245618 296.4512259976249 L 963.8100934262337 296.33376997300405 L 963.5924226279056 296.2300449888407 L 963.3747518295775 296.1393485312997 L 963.1570810312494 296.0608977613468 L 962.9394102329213 295.9938343412117 L 962.7217394345931 295.9372297263258 L 962.5040686362651 295.89009089010835 L 962.2863978379369 295.8513664463052 L 962.0687270396088 295.819953131135 L 961.8510562412807 295.79470260527717 L 961.6333854429525 295.7744285337658 L 961.4157146446245 295.7579139001389 L 961.1980438462963 295.74391850974985 L 960.9803730479682 295.7311866359799 L 960.7627024682255 295.74391850974985 L 960.5450318884828 295.7579139001389 L 960.3273613087399 295.7744285337658 L 960.1096907289972 295.79470260527717 L 959.8920201492544 295.819953131135 L 959.6743495695117 295.8513664463052 L 959.456678989769 295.89009089010835 L 959.2390084100261 295.9372297263258 L 959.0213378302834 295.9938343412117 L 958.8036672505407 296.0608977613468 L 958.585996670798 296.1393485312997 L 958.3683260910552 296.2300449888407 L 958.1506555113124 296.33376997300405 L 957.9329849315696 296.4512259976249 L 957.7153143518269 296.58303092010783 L 957.4976437720842 296.7297141321309 L 957.2799731923415 296.8917132957693 L 957.0623026125986 297.06937164516364 L 956.8446320328559 297.2629358703672 L 956.6269614531132 297.47255459641934 L 956.4092908733704 297.6982774670234 L 956.1916202936277 297.9400548384761 L 955.9739497138848 298.19773808573797 L 955.7562791341421 298.47108051875574 L 955.5386085543994 298.75973890338895 L 955.3209379746567 299.0632755775622 L 955.1032673949139 299.38116114959763 L 954.8855968151711 299.7127777620905 L 954.6679262354284 300.05742290120577 L 954.4502556556856 300.4143137279091 L 954.2325850759429 300.7825919044302 L 954.0149144962002 301.1613288862006 L 953.7972439164573 301.5495316466393 L 953.5795733367146 301.9461487994924 L 953.3619027569719 302.3500770809784 L 953.1442321772291 302.76016815177684 L 952.9265615974864 303.17523567692166 L 952.7088910177436 303.594062639951 L 952.4912204380008 304.0154088462182 L 952.2735498582581 304.43801856910443" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 987.1008513605133 304.43801856910443 L 986.8831807807704 304.0154088462182 L 986.6655102010277 303.594062639951 L 986.447839621285 303.17523567692166 L 986.2301690415422 302.76016815177684 L 986.0124984617995 302.3500770809784 L 985.7948278820567 301.9461487994924 L 985.5771573023139 301.5495316466393 L 985.3594867225712 301.1613288862006 L 985.1418161428285 300.7825919044302 L 984.9241455630857 300.4143137279091 L 984.7064749833429 300.05742290120577 L 984.4888044036002 299.7127777620905 L 984.2711338238574 299.38116114959763 L 984.0534632441147 299.0632755775622 L 983.835792664372 298.75973890338895 L 983.6181220846291 298.47108051875574 L 983.4004515048864 298.19773808573797 L 983.1827809251437 297.9400548384761 L 982.965110345401 297.6982774670234 L 982.7474397656582 297.47255459641934 L 982.5297691859154 297.2629358703672 L 982.3120986061726 297.0693716451637 L 982.0944280264299 296.8917132957693 L 981.8767574466872 296.7297141321309 L 981.6590868669444 296.58303092010783 L 981.4414162872016 296.4512259976249 L 981.2237457074589 296.33376997300405 L 981.0060751277161 296.2300449888407 L 980.7884045479734 296.1393485312997 L 980.5707339682307 296.0608977613468 L 980.3530633884878 295.9938343412117 L 980.1353928087451 295.9372297263258 L 979.9177222290024 295.89009089010835 L 979.7000516492596 295.8513664463052 L 979.4823810695169 295.819953131135 L 979.2647104897741 295.79470260527717 L 979.0470399100313 295.7744285337658 L 978.8293693302886 295.7579139001389 L 978.6116987505459 295.74391850974985 L 978.394028170803 295.7311866359799 L 978.176357372475 295.74391850974985 L 977.9586865741469 295.7579139001389 L 977.7410157758187 295.7744285337658 L 977.5233449774906 295.79470260527717 L 977.3056741791626 295.819953131135 L 977.0880033808344 295.8513664463052 L 976.8703325825063 295.89009089010835 L 976.6526617841781 295.9372297263258 L 976.43499098585 295.9938343412117 L 976.217320187522 296.0608977613468 L 975.9996493891938 296.1393485312997 L 975.7819785908657 296.2300449888407 L 975.5643077925376 296.33376997300405 L 975.3466369942095 296.4512259976249 L 975.1289661958814 296.58303092010783 L 974.9112953975532 296.7297141321309 L 974.6936245992251 296.8917132957693 L 974.4759538008971 297.06937164516364 L 974.2582830025689 297.2629358703672 L 974.0406122042408 297.47255459641934 L 973.8229414059126 297.6982774670234 L 973.6052706075845 297.9400548384761 L 973.3875998092565 298.19773808573797 L 973.1699290109283 298.47108051875574 L 972.9522582126002 298.75973890338895 L 972.7345874142721 299.0632755775622 L 972.516916615944 299.38116114959763 L 972.2992458176159 299.7127777620905 L 972.0815750192877 300.05742290120577 L 971.8639042209596 300.4143137279091 L 971.6462334226316 300.7825919044302 L 971.4285626243034 301.1613288862006 L 971.2108918259753 301.5495316466393 L 970.9932210276472 301.9461487994924 L 970.775550229319 302.3500770809784 L 970.557879430991 302.76016815177684 L 970.3402086326628 303.17523567692166 L 970.1225378343347 303.594062639951 L 969.9048670360066 304.0154088462182 L 969.6871962376784 304.43801856910443" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 917.1725357688719 304.3259192533527 L 906.0657415097157 304.3259192533527" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 998.3541852446596 304.7252309880364 L 987.2473909855033 304.7252309880364" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="951.9928775132815" y="282.2472503623209" stroke="rgb(245, 241, 237)" stroke-width="1.748704486246px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="15.738340376213998px">L1</text><text class="sch-component-text" x="951.9779607854013" y="322.4623479235416" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="15.738340376213998px"></text><circle class="component-pin sch-component-pin" cx="998.3265997722941" cy="304.67366233002974" r="1.748704486246px" stroke-width="1.748704486246px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component-overlay sch-component-overlay" x="901.6939802941008" y="465.0057809045927" width="92.28844373494383" height="8.994044352056505" fill="transparent"/><path class="sch-component-symbol-path" d="M 930.4881422632228 473.71267404161784 L 930.2704714648946 473.290064537317 L 930.0528006665666 472.8687185496351 L 929.8351298682384 472.44989180519116 L 929.6174590699103 472.0348244986317 L 929.3997882715822 471.62473364641863 L 929.182117473254 471.220805583518 L 928.964446674926 470.8241886492503 L 928.7467758765979 470.4359861073969 L 928.5291050782697 470.05724934421187 L 928.3114342799416 469.6889713862761 L 928.0937634816135 469.3320807781581 L 927.8760926832854 468.98743585762827 L 927.6584218849573 468.6558194637207 L 927.4407510866291 468.3379341102707 L 927.223080288301 468.0343976546828 L 927.0054094899729 467.74573948863497 L 926.7877386916448 467.4723972742025 L 926.5700678933167 467.214714245526 L 926.3523970949885 466.97293709265864 L 926.1347262966605 466.74721444064 L 925.9170554983324 466.5375959331731 L 925.6993847000042 466.344031926555 L 925.4817139016761 466.166373795746 L 925.264043103348 466.0043748506929 L 925.0463723050199 465.85769185725525 L 924.8287015066918 465.72588715335763 L 924.6110307083636 465.60843134732215 L 924.3933599100355 465.5047065817442 L 924.1756891117075 465.4140103427885 L 923.9580183133793 465.33555979142096 L 923.7403475150512 465.2684965898713 L 923.522676716723 465.21189219357075 L 923.305005918395 465.1647535759386 L 923.0873351200669 465.12602935072084 L 922.8696643217387 465.094616254136 L 922.6519935234106 465.06936594686357 L 922.4343227250824 465.0490920939375 L 922.2166519267544 465.03257767889596 L 921.9989811284263 465.0185825070923 L 921.7813103300981 465.00585085190767 L 921.5636397503554 465.0185825070923 L 921.3459691706126 465.03257767889596 L 921.1282985908699 465.0490920939375 L 920.9106280111271 465.06936594686357 L 920.6929574313843 465.094616254136 L 920.4752868516416 465.12602935072084 L 920.2576162718989 465.1647535759386 L 920.0399456921562 465.21189219357075 L 919.8222751124133 465.2684965898713 L 919.6046045326706 465.33555979142096 L 919.3869339529278 465.4140103427885 L 919.1692633731851 465.5047065817442 L 918.9515927934424 465.60843134732215 L 918.7339222136995 465.72588715335763 L 918.5162516339568 465.85769185725525 L 918.2985810542141 466.0043748506929 L 918.0809104744714 466.166373795746 L 917.8632398947286 466.344031926555 L 917.6455693149858 466.5375959331731 L 917.427898735243 466.74721444064 L 917.2102281555003 466.97293709265864 L 916.9925575757576 467.214714245526 L 916.7748869960149 467.4723972742025 L 916.557216416272 467.74573948863497 L 916.3395458365293 468.0343976546828 L 916.1218752567866 468.3379341102707 L 915.9042046770438 468.6558194637207 L 915.6865340973011 468.98743585762827 L 915.4688635175582 469.3320807781581 L 915.2511929378155 469.6889713862761 L 915.0335223580728 470.05724934421187 L 914.81585177833 470.4359861073969 L 914.5981811985872 470.8241886492503 L 914.3805106188445 471.220805583518 L 914.1628400391018 471.62473364641863 L 913.945169459359 472.0348244986317 L 913.7274988796163 472.44989180519116 L 913.5098282998734 472.8687185496351 L 913.2921577201307 473.290064537317 L 913.074487140388 473.71267404161784" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 947.9017886426432 473.71261283771724 L 947.6841180629004 473.290003114831 L 947.4664474831577 472.8686569085638 L 947.2487769034149 472.4498299455345 L 947.0311063236721 472.03476242038965 L 946.8134357439294 471.6246713495912 L 946.5957651641867 471.2207430681052 L 946.3780945844438 470.8241259152521 L 946.1604240047011 470.4359231548134 L 945.9427534249584 470.057186173043 L 945.7250828452156 469.6889079965219 L 945.5074122654729 469.3320171698186 L 945.2897416857301 468.98737203070334 L 945.0720711059873 468.65575541821045 L 944.8544005262446 468.337869846175 L 944.6367299465019 468.03433317200177 L 944.4190593667591 467.74567478736856 L 944.2013887870163 467.4723323543508 L 943.9837182072736 467.2146491070889 L 943.7660476275308 466.9728717356362 L 943.5483770477881 466.74714886503216 L 943.3307064680454 466.53753013898 L 943.1130358883025 466.3439659137765 L 942.8953653085598 466.1663075643821 L 942.6776947288171 466.0043084007437 L 942.4600241490743 465.85762518872065 L 942.2423535693316 465.7258202662377 L 942.0246829895888 465.60836424161687 L 941.807012409846 465.5046392574535 L 941.5893418301033 465.4139427999125 L 941.3716712503606 465.3354920299596 L 941.1540006706178 465.2684286098245 L 940.936330090875 465.21182399493864 L 940.7186595111323 465.16468515872117 L 940.5009889313895 465.125960714918 L 940.2833183516468 465.0945473997478 L 940.0656477719041 465.06929687389 L 939.8479771921612 465.0490228023786 L 939.6303066124185 465.0325081687517 L 939.4126360326758 465.01851277836266 L 939.194965452933 465.0057809045927 L 938.9772946546049 465.01851277836266 L 938.7596238562768 465.0325081687517 L 938.5419530579487 465.0490228023786 L 938.3242822596205 465.06929687389 L 938.1066114612925 465.0945473997478 L 937.8889406629643 465.125960714918 L 937.6712698646362 465.16468515872117 L 937.4535990663081 465.21182399493864 L 937.23592826798 465.2684286098245 L 937.0182574696519 465.3354920299596 L 936.8005866713238 465.4139427999125 L 936.5829158729956 465.5046392574535 L 936.3652450746675 465.60836424161687 L 936.1475742763394 465.7258202662377 L 935.9299034780113 465.85762518872065 L 935.7122326796832 466.0043084007437 L 935.494561881355 466.1663075643821 L 935.276891083027 466.3439659137765 L 935.0592202846989 466.53753013898 L 934.8415494863707 466.74714886503216 L 934.6238786880426 466.9728717356362 L 934.4062078897144 467.2146491070889 L 934.1885370913864 467.4723323543508 L 933.9708662930583 467.74567478736856 L 933.7531954947301 468.03433317200177 L 933.535524696402 468.337869846175 L 933.3178538980738 468.65575541821045 L 933.1001830997458 468.98737203070334 L 932.8825123014177 469.3320171698186 L 932.6648415030895 469.6889079965219 L 932.4471707047614 470.057186173043 L 932.2294999064334 470.4359231548134 L 932.0118291081052 470.8241259152521 L 931.7941583097771 471.2207430681052 L 931.5764875114489 471.6246713495912 L 931.3588167131209 472.03476242038965 L 931.1411459147928 472.4498299455345 L 930.9234751164646 472.8686569085638 L 930.7058043181365 473.290003114831 L 930.4881335198083 473.71261283771724" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 965.3154437654779 473.71261283771724 L 965.0977729671498 473.290003114831 L 964.8801021688217 472.8686569085638 L 964.6624313704936 472.4498299455345 L 964.4447605721655 472.03476242038965 L 964.2270897738373 471.6246713495912 L 964.0094189755092 471.2207430681052 L 963.7917481771811 470.8241259152521 L 963.574077378853 470.4359231548134 L 963.3564065805249 470.057186173043 L 963.1387357821968 469.6889079965219 L 962.9210649838686 469.3320171698186 L 962.7033941855406 468.98737203070334 L 962.4857233872124 468.65575541821045 L 962.2680525888843 468.337869846175 L 962.0503817905562 468.03433317200177 L 961.832710992228 467.74567478736856 L 961.6150401939 467.4723323543508 L 961.3973693955718 467.2146491070889 L 961.1796985972437 466.9728717356362 L 960.9620277989156 466.74714886503216 L 960.7443570005875 466.53753013898 L 960.5266862022594 466.3439659137765 L 960.3090154039313 466.1663075643821 L 960.0913446056031 466.0043084007437 L 959.873673807275 465.85762518872065 L 959.6560030089469 465.7258202662377 L 959.4383322106188 465.60836424161687 L 959.2206614122907 465.5046392574535 L 959.0029906139625 465.4139427999125 L 958.7853198156345 465.3354920299596 L 958.5676490173064 465.2684286098245 L 958.3499782189782 465.21182399493864 L 958.1323074206501 465.16468515872117 L 957.914636622322 465.125960714918 L 957.6969658239939 465.0945473997478 L 957.4792950256658 465.06929687389 L 957.2616242273376 465.0490228023786 L 957.0439534290095 465.0325081687517 L 956.8262826306814 465.01851277836266 L 956.6086118323533 465.0057809045927 L 956.3909412526106 465.01851277836266 L 956.1732706728678 465.0325081687517 L 955.955600093125 465.0490228023786 L 955.7379295133823 465.06929687389 L 955.5202589336395 465.0945473997478 L 955.3025883538968 465.125960714918 L 955.0849177741541 465.16468515872117 L 954.8672471944112 465.21182399493864 L 954.6495766146685 465.2684286098245 L 954.4319060349258 465.3354920299596 L 954.214235455183 465.4139427999125 L 953.9965648754403 465.5046392574535 L 953.7788942956975 465.60836424161687 L 953.5612237159547 465.7258202662377 L 953.343553136212 465.85762518872065 L 953.1258825564693 466.0043084007437 L 952.9082119767265 466.1663075643821 L 952.6905413969837 466.3439659137765 L 952.472870817241 466.53753013898 L 952.2552002374982 466.74714886503216 L 952.0375296577555 466.9728717356362 L 951.8198590780128 467.2146491070889 L 951.6021884982699 467.4723323543508 L 951.3845179185272 467.74567478736856 L 951.1668473387845 468.03433317200177 L 950.9491767590417 468.337869846175 L 950.731506179299 468.65575541821045 L 950.5138355995562 468.98737203070334 L 950.2961650198134 469.3320171698186 L 950.0784944400707 469.6889079965219 L 949.860823860328 470.057186173043 L 949.6431532805852 470.4359231548134 L 949.4254827008424 470.8241259152521 L 949.2078121210997 471.2207430681052 L 948.9901415413569 471.6246713495912 L 948.7724709616142 472.03476242038965 L 948.5548003818715 472.4498299455345 L 948.3371298021286 472.8686569085638 L 948.1194592223859 473.290003114831 L 947.9017886426432 473.71261283771724" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 982.7290901448984 473.71261283771724 L 982.5114195651555 473.290003114831 L 982.2937489854128 472.8686569085638 L 982.07607840567 472.4498299455345 L 981.8584078259273 472.03476242038965 L 981.6407372461846 471.6246713495912 L 981.4230666664417 471.2207430681052 L 981.205396086699 470.8241259152521 L 980.9877255069563 470.4359231548134 L 980.7700549272136 470.057186173043 L 980.5523843474708 469.6889079965219 L 980.334713767728 469.3320171698186 L 980.1170431879852 468.98737203070334 L 979.8993726082425 468.65575541821045 L 979.6817020284998 468.337869846175 L 979.464031448757 468.03433317200177 L 979.2463608690142 467.74567478736856 L 979.0286902892715 467.4723323543508 L 978.8110197095288 467.2146491070889 L 978.593349129786 466.9728717356362 L 978.3756785500433 466.74714886503216 L 978.1580079703004 466.53753013898 L 977.9403373905577 466.3439659137765 L 977.722666810815 466.1663075643821 L 977.5049962310723 466.0043084007437 L 977.2873256513295 465.85762518872065 L 977.0696550715867 465.7258202662377 L 976.851984491844 465.60836424161687 L 976.6343139121012 465.5046392574535 L 976.4166433323585 465.4139427999125 L 976.1989727526158 465.3354920299596 L 975.9813021728729 465.2684286098245 L 975.7636315931302 465.21182399493864 L 975.5459610133875 465.16468515872117 L 975.3282904336447 465.125960714918 L 975.110619853902 465.0945473997478 L 974.8929492741592 465.06929687389 L 974.6752786944164 465.0490228023786 L 974.4576081146737 465.0325081687517 L 974.239937534931 465.01851277836266 L 974.0222669551881 465.0057809045927 L 973.80459615686 465.01851277836266 L 973.586925358532 465.0325081687517 L 973.3692545602038 465.0490228023786 L 973.1515837618757 465.06929687389 L 972.9339129635476 465.0945473997478 L 972.7162421652195 465.125960714918 L 972.4985713668914 465.16468515872117 L 972.2809005685632 465.21182399493864 L 972.0632297702351 465.2684286098245 L 971.845558971907 465.3354920299596 L 971.6278881735789 465.4139427999125 L 971.4102173752508 465.5046392574535 L 971.1925465769227 465.60836424161687 L 970.9748757785945 465.7258202662377 L 970.7572049802665 465.85762518872065 L 970.5395341819383 466.0043084007437 L 970.3218633836102 466.1663075643821 L 970.1041925852821 466.3439659137765 L 969.886521786954 466.53753013898 L 969.6688509886259 466.74714886503216 L 969.4511801902977 466.9728717356362 L 969.2335093919696 467.2146491070889 L 969.0158385936415 467.4723323543508 L 968.7981677953134 467.74567478736856 L 968.5804969969853 468.03433317200177 L 968.3628261986572 468.337869846175 L 968.145155400329 468.65575541821045 L 967.927484602001 468.98737203070334 L 967.7098138036728 469.3320171698186 L 967.4921430053447 469.6889079965219 L 967.2744722070166 470.057186173043 L 967.0568014086884 470.4359231548134 L 966.8391306103604 470.8241259152521 L 966.6214598120323 471.2207430681052 L 966.4037890137041 471.6246713495912 L 966.186118215376 472.03476242038965 L 965.9684474170479 472.4498299455345 L 965.7507766187198 472.8686569085638 L 965.5331058203917 473.290003114831 L 965.3154350220635 473.71261283771724" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 912.8007745532569 473.6005135219655 L 901.6939802941008 473.6005135219655" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 993.9824240290446 473.9998252566492 L 982.8756297698884 473.9998252566492" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="947.6211162976666" y="451.52184463093374" stroke="rgb(245, 241, 237)" stroke-width="1.748704486246px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="15.738340376213998px">L5</text><text class="sch-component-text" x="947.6061995697863" y="491.7369421921544" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="15.738340376213998px"></text><circle class="component-pin sch-component-pin" cx="993.9548385566792" cy="473.94825659864256" r="1.748704486246px" stroke-width="1.748704486246px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="370.72535108439496" cy="321.78919185264" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="427.55824688738994" cy="286.81510212772" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="331.37950014386" cy="363.758099522544" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="331.37950014386" cy="454.690732807336" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="471.27585904354" cy="363.758099522544" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="471.27585904354" cy="454.690732807336" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="584.94165064953" cy="339.2762367151" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="584.94165064953" cy="391.73737130248" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="584.94165064953" cy="423.214052054908" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="584.94165064953" cy="517.644094312192" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="689.86391982429" cy="384.742553357496" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="689.86391982429" cy="451.19332383484397" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="752.4675404318967" cy="409.22441616494" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="898.3094945848131" cy="409.22441616494" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_2__stack1"><circle cx="752.4675404318967" cy="426.7114610274" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_3__stack1"><circle cx="898.3094945848131" cy="426.7114610274" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="906.0108744845915" cy="304.2147347509294" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="998.3271701941256" cy="304.2147347509294" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="901.6391132689764" cy="473.4893290195422" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="993.9554089785106" cy="473.4893290195422" r="3.497408972492" 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="
97
97
  M 584.94165064953,321.78919185264
98
98
  L 576.1981282183,317.0676897397758
99
99
  L 576.1981282183,287.08323681561103
@@ -1,14 +1,14 @@
1
1
  <svg width="1200" height="2016" viewBox="0 0 1200 2016" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on top and Circuit JSON schematic on the bottom">
2
2
  <g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
3
- <rect width="100%" height="100%" fill="white"/><g><polyline data-points="0.775,0.1 0.775,-0.3" data-type="line" data-label="" points="328.33333333333337,305 328.33333333333337,371.6666666666667" fill="none" stroke="hsl(158, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.775,0.1 0.775,-0.7" data-type="line" data-label="" points="328.33333333333337,305 328.33333333333337,438.33333333333337" fill="none" stroke="hsl(158, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.775,0.1 0.775,-1.1" data-type="line" data-label="" points="328.33333333333337,305 328.33333333333337,505" fill="none" stroke="hsl(158, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.775,-0.3 0.775,-0.7" data-type="line" data-label="" points="328.33333333333337,371.6666666666667 328.33333333333337,438.33333333333337" fill="none" stroke="hsl(158, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.775,-0.3 0.775,-1.1" data-type="line" data-label="" points="328.33333333333337,371.6666666666667 328.33333333333337,505" fill="none" stroke="hsl(158, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.775,-0.7 0.775,-1.1" data-type="line" data-label="" points="328.33333333333337,438.33333333333337 328.33333333333337,505" fill="none" stroke="hsl(158, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.775,-0.3 0.9750000000000001,-0.3 0.9750000000000001,0.1 0.775,0.1" data-type="line" data-label="" points="328.33333333333337,371.6666666666667 361.6666666666667,371.6666666666667 361.6666666666667,305 328.33333333333337,305" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.775,-0.7 0.9750000000000001,-0.7 0.9750000000000001,-0.3 0.775,-0.3" data-type="line" data-label="" points="328.33333333333337,438.33333333333337 361.6666666666667,438.33333333333337 361.6666666666667,371.6666666666667 328.33333333333337,371.6666666666667" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.775,-1.1 1.685,-1.1 1.685,-0.7 0.775,-0.7" data-type="line" data-label="" points="328.33333333333337,505 480,505 480,438.33333333333337 328.33333333333337,438.33333333333337" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="J4" data-x="0" data-y="0" x="70" y="80" width="258.33333333333337" height="483.33333333333337" fill="hsl(186, 100%, 50%, 0.8)" stroke="black" stroke-width="0.006"/></g><g><rect data-type="rect" data-label="09452812800" data-x="0.285" data-y="-1.58" x="136.66666666666669" y="570" width="220" height="30" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.006"/></g><g><rect data-type="rect" data-label="J4" data-x="-0.255" data-y="1.565" x="126.66666666666669" y="40.00000000000004" width="60" height="41.66666666666666" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.006"/></g><g><rect data-type="rect" data-label="netId: NET_AGND
4
- globalConnNetId: connectivity_net0" data-x="1.685" data-y="-1.31" x="390" y="505" width="180" height="70" fill="#00000066" stroke="#000000" stroke-width="0.006"/></g><g><circle data-type="point" data-label="J4.1
5
- x+" data-x="0.775" data-y="1.1" cx="328.33333333333337" cy="138.33333333333334" r="3" fill="hsl(221, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J4.2
6
- x+" data-x="0.775" data-y="0.7" cx="328.33333333333337" cy="205.00000000000003" r="3" fill="hsl(222, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J4.3
7
- x+" data-x="0.775" data-y="0.1" cx="328.33333333333337" cy="305" r="3" fill="hsl(223, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J4.4
8
- x+" data-x="0.775" data-y="-0.3" cx="328.33333333333337" cy="371.6666666666667" r="3" fill="hsl(224, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J4.5
9
- x+" data-x="0.775" data-y="-0.7" cx="328.33333333333337" cy="438.33333333333337" r="3" fill="hsl(225, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J4.6
10
- x+" data-x="0.775" data-y="-1.1" cx="328.33333333333337" cy="505" r="3" fill="hsl(226, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anchorPoint
11
- orientation: y-" data-x="1.685" data-y="-1.1" cx="480" cy="505" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g id="crosshair" style="display: none"><line id="crosshair-h" y1="0" y2="640" stroke="#666" stroke-width="0.5"/><line id="crosshair-v" x1="0" x2="640" stroke="#666" stroke-width="0.5"/><text id="coordinates" font-family="monospace" font-size="12" fill="#666"></text></g><script><![CDATA[
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="0.775,0.1 0.775,-0.3" data-type="line" data-label="" points="379.5275590551181,273.70078740157476 379.5275590551181,332.4934383202099" fill="none" stroke="hsl(158, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.775,0.1 0.775,-0.7" data-type="line" data-label="" points="379.5275590551181,273.70078740157476 379.5275590551181,391.2860892388451" fill="none" stroke="hsl(158, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.775,0.1 0.775,-1.1" data-type="line" data-label="" points="379.5275590551181,273.70078740157476 379.5275590551181,450.0787401574803" fill="none" stroke="hsl(158, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.775,-0.3 0.775,-0.7" data-type="line" data-label="" points="379.5275590551181,332.4934383202099 379.5275590551181,391.2860892388451" fill="none" stroke="hsl(158, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.775,-0.3 0.775,-1.1" data-type="line" data-label="" points="379.5275590551181,332.4934383202099 379.5275590551181,450.0787401574803" fill="none" stroke="hsl(158, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.775,-0.7 0.775,-1.1" data-type="line" data-label="" points="379.5275590551181,391.2860892388451 379.5275590551181,450.0787401574803" fill="none" stroke="hsl(158, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.775,-0.3 0.9750000000000001,-0.3 0.9750000000000001,0.1 0.775,0.1" data-type="line" data-label="" points="379.5275590551181,332.4934383202099 408.9238845144357,332.4934383202099 408.9238845144357,273.70078740157476 379.5275590551181,273.70078740157476" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.775,-0.7 0.9750000000000001,-0.7 0.9750000000000001,-0.3 0.775,-0.3" data-type="line" data-label="" points="379.5275590551181,391.2860892388451 408.9238845144357,391.2860892388451 408.9238845144357,332.4934383202099 379.5275590551181,332.4934383202099" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.775,-1.1 0.9750000000000001,-1.1 0.9750000000000001,-0.7 0.775,-0.7" data-type="line" data-label="" points="379.5275590551181,450.0787401574803 408.9238845144357,450.0787401574803 408.9238845144357,391.2860892388451 379.5275590551181,391.2860892388451" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.9750000000000001,-1.1 0.9750000000000001,-1.7000000000000002" data-type="line" data-label="" points="408.9238845144357,450.0787401574803 408.9238845144357,538.267716535433" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="J4" data-x="0" data-y="0" x="151.70603674540678" y="75.27559055118104" width="227.82152230971133" height="426.24671916010504" fill="hsl(186, 100%, 50%, 0.8)" stroke="black" stroke-width="0.006803571428571429"/></g><g><rect data-type="rect" data-label="09452812800" data-x="0.285" data-y="-1.58" x="210.498687664042" y="507.4015748031495" width="194.0157480314961" height="26.456692913385893" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.006803571428571429"/></g><g><rect data-type="rect" data-label="J4" data-x="-0.255" data-y="1.565" x="201.67979002624668" y="39.99999999999997" width="52.91338582677167" height="36.74540682414698" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.006803571428571429"/></g><g><rect data-type="rect" data-label="netId: NET_AGND
4
+ globalConnNetId: connectivity_net0" data-x="0.9750000000000001" data-y="-1.9100000000000001" x="329.5538057742782" y="538.267716535433" width="158.74015748031496" height="61.73228346456699" fill="#00000066" stroke="#000000" stroke-width="0.006803571428571429"/></g><g><circle data-type="point" data-label="J4.1
5
+ x+" data-x="0.775" data-y="1.1" cx="379.5275590551181" cy="126.71916010498683" r="3" fill="hsl(221, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J4.2
6
+ x+" data-x="0.775" data-y="0.7" cx="379.5275590551181" cy="185.51181102362202" r="3" fill="hsl(222, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J4.3
7
+ x+" data-x="0.775" data-y="0.1" cx="379.5275590551181" cy="273.70078740157476" r="3" fill="hsl(223, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J4.4
8
+ x+" data-x="0.775" data-y="-0.3" cx="379.5275590551181" cy="332.4934383202099" r="3" fill="hsl(224, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J4.5
9
+ x+" data-x="0.775" data-y="-0.7" cx="379.5275590551181" cy="391.2860892388451" r="3" fill="hsl(225, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J4.6
10
+ x+" data-x="0.775" data-y="-1.1" cx="379.5275590551181" cy="450.0787401574803" r="3" fill="hsl(226, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anchorPoint
11
+ orientation: y-" data-x="0.9750000000000001" data-y="-1.7000000000000002" cx="408.9238845144357" cy="538.267716535433" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g id="crosshair" style="display: none"><line id="crosshair-h" y1="0" y2="640" stroke="#666" stroke-width="0.5"/><line id="crosshair-v" x1="0" x2="640" stroke="#666" stroke-width="0.5"/><text id="coordinates" font-family="monospace" font-size="12" fill="#666"></text></g><script><![CDATA[
12
12
  document.currentScript.parentElement.addEventListener('mousemove', (e) => {
13
13
  const svg = e.currentTarget;
14
14
  const rect = svg.getBoundingClientRect();
@@ -30,7 +30,7 @@ orientation: y-" data-x="1.685" data-y="-1.1" cx="480" cy="505" r="3" fill="hsl(
30
30
  v.setAttribute('y2', '640');
31
31
 
32
32
  // Calculate real coordinates using inverse transformation
33
- const matrix = {"a":166.66666666666666,"c":0,"e":199.16666666666669,"b":0,"d":-166.66666666666666,"f":321.6666666666667};
33
+ const matrix = {"a":146.98162729658793,"c":0,"e":265.61679790026244,"b":0,"d":-146.98162729658793,"f":288.39895013123356};
34
34
  // Manually invert and apply the affine transform
35
35
  // Since we only use translate and scale, we can directly compute:
36
36
  // x' = (x - tx) / sx
@@ -65,13 +65,13 @@ orientation: y-" data-x="1.685" data-y="-1.1" cx="480" cy="505" r="3" fill="hsl(
65
65
  .port-label { fill: rgb(0, 100, 100); }
66
66
  .component-name { fill: rgb(0, 100, 100); }
67
67
 
68
- </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 643.1192660550776 456.88073394493006 L 679.8165137614975 456.88073394493006 L 679.8165137614975 383.48623853209006 L 643.1192660550776 383.48623853209006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.357798165136px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 643.1192660550776 456.88073394493006 L 679.8165137614975 456.88073394493006 L 679.8165137614975 383.48623853209006 L 643.1192660550776 383.48623853209006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.669724770642px" stroke-linecap="round" 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 643.1192660550776 530.2752293577701 L 679.8165137614975 530.2752293577701 L 679.8165137614975 456.88073394493006 L 643.1192660550776 456.88073394493006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.357798165136px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 643.1192660550776 530.2752293577701 L 679.8165137614975 530.2752293577701 L 679.8165137614975 456.88073394493006 L 643.1192660550776 456.88073394493006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.669724770642px" stroke-linecap="round" 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 643.1192660550776 603.6697247706101 L 810.0917431192886 603.6697247706101 L 810.0917431192886 530.2752293577701 L 643.1192660550776 530.2752293577701" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.357798165136px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 643.1192660550776 603.6697247706101 L 810.0917431192886 603.6697247706101 L 810.0917431192886 530.2752293577701 L 643.1192660550776 530.2752293577701" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.669724770642px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="643.1192660550776" cy="456.88073394493006" r="5.504587155963" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="679.8165137614975" cy="456.88073394493006" r="5.504587155963" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="643.1192660550776" cy="530.2752293577701" r="5.504587155963" 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="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="432.1100917431625" y="135.779816513755" width="137.61467889907493" height="532.11009174309" stroke-width="3.669724770642px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="432.1100917431625" y="135.779816513755" width="137.61467889907493" height="532.11009174309" fill="transparent"/><text class="sch-text" x="500.9174311927" y="401.8348623853" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="33.027522935778px" transform="rotate(0, 500.9174311927, 401.8348623853)">J4</text><line class="component-pin sch-component-pin sch-port-line" x1="569.7247706422374" y1="199.99999999999" x2="639.4495412844356" y2="199.99999999999" stroke-width="3.669724770642px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="643.1192660550776" cy="199.99999999999" r="3.669724770642" stroke-width="3.669724770642px"/><rect x="639.4495412844356" y="196.330275229348" width="7.339449541284" height="7.339449541284" opacity="0"/></g><text class="pin-number sch-pin-number" x="606.4220183486575" y="196.33027522934802" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.522935779815px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="569.7247706422374" y1="273.39449541283" x2="639.4495412844356" y2="273.39449541283" stroke-width="3.669724770642px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="643.1192660550776" cy="273.39449541283" r="3.669724770642" stroke-width="3.669724770642px"/><rect x="639.4495412844356" y="269.724770642188" width="7.339449541284" height="7.339449541284" opacity="0"/></g><text class="pin-number sch-pin-number" x="606.4220183486575" y="269.724770642188" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.522935779815px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="569.7247706422374" y1="383.48623853209006" x2="643.1192660550776" y2="383.48623853209006" stroke-width="3.669724770642px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="639.4495412844356" y="379.81651376144805" width="7.339449541284" height="7.339449541284" opacity="0"/></g><text class="pin-number sch-pin-number" x="606.4220183486575" y="379.81651376144805" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.522935779815px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="569.7247706422374" y1="456.88073394493006" x2="643.1192660550776" y2="456.88073394493006" stroke-width="3.669724770642px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="639.4495412844356" y="453.21100917428805" width="7.339449541284" height="7.339449541284" opacity="0"/></g><text class="pin-number sch-pin-number" x="606.4220183486575" y="453.21100917428805" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.522935779815px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="569.7247706422374" y1="530.2752293577701" x2="643.1192660550776" y2="530.2752293577701" stroke-width="3.669724770642px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="639.4495412844356" y="526.605504587128" width="7.339449541284" height="7.339449541284" opacity="0"/></g><text class="pin-number sch-pin-number" x="606.4220183486575" y="526.605504587128" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.522935779815px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="569.7247706422374" y1="603.6697247706101" x2="643.1192660550776" y2="603.6697247706101" stroke-width="3.669724770642px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="639.4495412844356" y="599.999999999968" width="7.339449541284" height="7.339449541284" opacity="0"/></g><text class="pin-number sch-pin-number" x="606.4220183486575" y="599.999999999968" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.522935779815px" transform="">6</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="643.1192660550776" cy="199.99999999999" r="7.339449541284" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="643.1192660550776" cy="273.39449541283" r="7.339449541284" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="643.1192660550776" cy="383.48623853209006" r="7.339449541284" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="643.1192660550776" cy="456.88073394493006" r="7.339449541284" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="643.1192660550776" cy="530.2752293577701" r="7.339449541284" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="643.1192660550776" cy="603.6697247706101" r="7.339449541284" 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="
69
- M 810.0917431192886,603.6697247706101
70
- L 828.4403669724986,613.5779816513434
71
- L 828.4403669724986,676.5015290519516
72
- L 791.7431192660786,676.5015290519516
73
- L 791.7431192660786,613.5779816513434
68
+ </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 681.8895883238 416.1328059718 L 715.3139100886 416.1328059718 L 715.3139100886 349.2841624422 L 681.8895883238 349.2841624422" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.73945741184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 681.8895883238 416.1328059718 L 715.3139100886 416.1328059718 L 715.3139100886 349.2841624422 L 681.8895883238 349.2841624422" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.34243217648px" stroke-linecap="round" 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 681.8895883238 482.9814495014 L 715.3139100886 482.9814495014 L 715.3139100886 416.1328059718 L 681.8895883238 416.1328059718" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.73945741184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 681.8895883238 482.9814495014 L 715.3139100886 482.9814495014 L 715.3139100886 416.1328059718 L 681.8895883238 416.1328059718" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.34243217648px" stroke-linecap="round" 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 681.8895883238 549.8300930309999 L 715.3139100886 549.8300930309999 L 715.3139100886 482.9814495014 L 681.8895883238 482.9814495014" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.73945741184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 681.8895883238 549.8300930309999 L 715.3139100886 549.8300930309999 L 715.3139100886 482.9814495014 L 681.8895883238 482.9814495014" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.34243217648px" stroke-linecap="round" 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 715.3139100886 549.8300930309999 L 715.3139100886 650.1030583254001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.73945741184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 715.3139100886 549.8300930309999 L 715.3139100886 650.1030583254001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.34243217648px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="681.8895883238" cy="416.1328059718" r="5.01364826472" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="715.3139100886" cy="416.1328059718" r="5.01364826472" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="681.8895883238" cy="482.9814495014" r="5.01364826472" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="715.3139100886" cy="482.9814495014" r="5.01364826472" 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"><circle cx="715.3139100886" cy="549.8300930309999" r="5.01364826472" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="489.6997381762" y="123.6699905298" width="125.34120661799994" height="484.6526655896" stroke-width="3.34243217648px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="489.6997381762" y="123.6699905298" width="125.34120661799994" height="484.6526655896" fill="transparent"/><text class="sch-text" x="552.3703414852" y="365.9963233246" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="30.081889588319996px" transform="rotate(0, 552.3703414852, 365.9963233246)">J4</text><line class="component-pin sch-component-pin sch-port-line" x1="615.0409447942" y1="182.16255361819998" x2="678.54715614732" y2="182.16255361819998" stroke-width="3.34243217648px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="681.8895883238" cy="182.16255361819998" r="3.34243217648" stroke-width="3.34243217648px"/><rect x="678.54715614732" y="178.82012144171998" width="6.68486435296" height="6.68486435296" opacity="0"/></g><text class="pin-number sch-pin-number" x="648.465266559" y="178.82012144171998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="25.0682413236px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="615.0409447942" y1="249.0111971478" x2="678.54715614732" y2="249.0111971478" stroke-width="3.34243217648px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="681.8895883238" cy="249.0111971478" r="3.34243217648" stroke-width="3.34243217648px"/><rect x="678.54715614732" y="245.66876497132" width="6.68486435296" height="6.68486435296" opacity="0"/></g><text class="pin-number sch-pin-number" x="648.465266559" y="245.66876497132" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="25.0682413236px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="615.0409447942" y1="349.2841624422" x2="681.8895883238" y2="349.2841624422" stroke-width="3.34243217648px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="678.54715614732" y="345.94173026572" width="6.68486435296" height="6.68486435296" opacity="0"/></g><text class="pin-number sch-pin-number" x="648.465266559" y="345.94173026571997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="25.0682413236px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="615.0409447942" y1="416.1328059718" x2="681.8895883238" y2="416.1328059718" stroke-width="3.34243217648px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="678.54715614732" y="412.79037379532" width="6.68486435296" height="6.68486435296" opacity="0"/></g><text class="pin-number sch-pin-number" x="648.465266559" y="412.79037379531997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="25.0682413236px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="615.0409447942" y1="482.9814495014" x2="681.8895883238" y2="482.9814495014" stroke-width="3.34243217648px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="678.54715614732" y="479.63901732492" width="6.68486435296" height="6.68486435296" opacity="0"/></g><text class="pin-number sch-pin-number" x="648.465266559" y="479.63901732491996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="25.0682413236px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="615.0409447942" y1="549.8300930309999" x2="681.8895883238" y2="549.8300930309999" stroke-width="3.34243217648px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="678.54715614732" y="546.48766085452" width="6.68486435296" height="6.68486435296" opacity="0"/></g><text class="pin-number sch-pin-number" x="648.465266559" y="546.48766085452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="25.0682413236px" transform="">6</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="681.8895883238" cy="182.16255361819998" r="6.68486435296" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="681.8895883238" cy="249.0111971478" r="6.68486435296" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="681.8895883238" cy="349.2841624422" r="6.68486435296" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="681.8895883238" cy="416.1328059718" r="6.68486435296" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="681.8895883238" cy="482.9814495014" r="6.68486435296" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="681.8895883238" cy="549.8300930309999" r="6.68486435296" 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="
69
+ M 715.3139100886,650.1030583254001
70
+ L 732.026070971,659.1276252018961
71
+ L 732.026070971,716.4391955879398
72
+ L 698.6017492062,716.4391955879398
73
+ L 698.6017492062,659.1276252018961
74
74
  Z
75
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.669724770642px"/><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="810.0917431192886" y="620.1834862384991" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="33.027522935778px" transform="rotate(90 810.0917431192886 620.1834862384991)">XX</text><text class="sch-text" x="553.2110091743485" y="691.7431192660181" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="33.027522935778px" transform="rotate(0, 553.2110091743485, 691.7431192660181)">09452812800</text><text class="sch-text" x="454.1284403670145" y="114.67889908256353" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="33.027522935778px" transform="rotate(0, 454.1284403670145, 114.67889908256353)">J4</text><rect class="schematic-box sch-box" x="432.1100917431625" y="675.2293577981291" width="242.20183486237198" height="33.02752293577805" stroke-width="3.669724770642px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="29.357798165136 14.678899082568"/><rect class="schematic-box sch-box" x="421.1009174312365" y="91.74311926605105" width="66.05504587155599" height="45.87155963302496" stroke-width="3.669724770642px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="29.357798165136 14.678899082568"/>
75
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.34243217648px"/><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="715.3139100886" y="665.14400311956" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="30.081889588319996px" transform="rotate(90 715.3139100886 665.14400311956)">XX</text><text class="sch-text" x="600.00000000004" y="630.04846526652" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="30.081889588319996px" transform="rotate(0, 600.00000000004, 630.04846526652)">09452812800</text><text class="sch-text" x="509.75433123508003" y="104.45100551503998" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="30.081889588319996px" transform="rotate(0, 509.75433123508003, 104.45100551503998)">J4</text><rect class="schematic-box sch-box" x="489.6997381762" y="615.00752047236" width="220.60052364767995" height="30.081889588319882" stroke-width="3.34243217648px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="26.73945741184 13.36972870592"/><rect class="schematic-box sch-box" x="479.67244164676003" y="83.56080441204" width="60.16377917663999" height="41.78040220600002" stroke-width="3.34243217648px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="26.73945741184 13.36972870592"/>
76
76
  </g>
77
77
  </svg>