@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
@@ -123,97 +123,97 @@ orientation: x+" data-x="-0.14499999999999974" data-y="-4.142499999999998" cx="1
123
123
  .port-label { fill: rgb(0, 100, 100); }
124
124
  .component-name { fill: rgb(0, 100, 100); }
125
125
 
126
- </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 582.222443012485 527.3171147131746 L 673.345729128248 527.3171147131746 L 673.345729128248 537.5365486700825" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 582.222443012485 527.3171147131746 L 673.345729128248 527.3171147131746 L 673.345729128248 537.5365486700825" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" 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 259.03284412526955 569.8980895336244 L 259.03284412526955 627.382405541232" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 259.03284412526955 569.8980895336244 L 259.03284412526955 627.382405541232" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" 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 377.83376387432503 365.08360064726 L 386.34995883841503 365.08360064726 L 386.34995883841503 348.05121071908 L 377.83376387432503 348.05121071908" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 377.83376387432503 365.08360064726 L 386.34995883841503 365.08360064726 L 386.34995883841503 348.05121071908 L 377.83376387432503 348.05121071908" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" 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 290.5427654924025 416.1807704318 L 290.5427654924025 433.21316035998 L 386.34995883841503 433.21316035998 L 386.34995883841503 365.08360064726 L 377.83376387432503 365.08360064726" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 290.5427654924025 416.1807704318 L 290.5427654924025 433.21316035998 L 386.34995883841503 433.21316035998 L 386.34995883841503 365.08360064726 L 377.83376387432503 365.08360064726" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" 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 273.5103755642225 416.1807704318 L 273.5103755642225 433.21316035998 L 290.54276549240257 433.21316035998 L 290.54276549240257 416.1807704318" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 273.5103755642225 416.1807704318 L 273.5103755642225 433.21316035998 L 290.54276549240257 433.21316035998 L 290.54276549240257 416.1807704318" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" 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 256.47798563604255 416.1807704318 L 256.47798563604255 433.21316035998 L 273.51037556422256 433.21316035998 L 273.51037556422256 416.1807704318" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 256.47798563604255 416.1807704318 L 256.47798563604255 433.21316035998 L 273.51037556422256 433.21316035998 L 273.51037556422256 416.1807704318" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" 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 239.4455957078625 416.1807704318 L 239.4455957078625 433.21316035998 L 256.47798563604255 433.21316035998 L 256.47798563604255 416.1807704318" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 239.4455957078625 416.1807704318 L 239.4455957078625 433.21316035998 L 256.47798563604255 433.21316035998 L 256.47798563604255 416.1807704318" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" 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 411.898543730685 518.8009197490846 L 386.34995883841503 518.8009197490846 L 386.34995883841503 365.08360064726 L 377.83376387432503 365.08360064726" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 411.898543730685 518.8009197490846 L 386.34995883841503 518.8009197490846 L 386.34995883841503 365.08360064726 L 377.83376387432503 365.08360064726" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" 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 807.0499900644611 603.1112498935756 L 807.0499900644611 619.2920203253467 L 673.345729128248 619.2920203253467 L 673.345729128248 602.2596303971667" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 807.0499900644611 603.1112498935756 L 807.0499900644611 619.2920203253467 L 673.345729128248 619.2920203253467 L 673.345729128248 602.2596303971667" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" 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 923.721861072494 602.2596303971667 L 923.721861072494 619.2920203253467 L 807.0499900644611 619.2920203253467 L 807.0499900644611 603.1112498935756" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 923.721861072494 602.2596303971667 L 923.721861072494 619.2920203253467 L 807.0499900644611 619.2920203253467 L 807.0499900644611 603.1112498935756" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" 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 377.83376387432503 143.66253158092 L 394.86615380250504 143.66253158092 L 394.86615380250504 126.63014165273997 L 377.83376387432503 126.63014165273997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 377.83376387432503 143.66253158092 L 394.86615380250504 143.66253158092 L 394.86615380250504 126.63014165273997 L 377.83376387432503 126.63014165273997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" 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 480.87972293981403 122.79785391889959 L 394.86615380250504 122.79785391889959 L 394.86615380250504 126.63014165273997 L 377.83376387432503 126.63014165273997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 480.87972293981403 122.79785391889959 L 394.86615380250504 122.79785391889959 L 394.86615380250504 126.63014165273997 L 377.83376387432503 126.63014165273997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"><path d="M 480.87972293981403 309.7283333806751 L 463.847333011634 309.7283333806751 L 463.847333011634 122.79785391889959 L 480.87972293981403 122.79785391889959" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 480.87972293981403 309.7283333806751 L 463.847333011634 309.7283333806751 L 463.847333011634 122.79785391889959 L 480.87972293981403 122.79785391889959" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"><path d="M 377.83376387432503 220.30828625773 L 394.86615380250504 220.30828625773 L 394.86615380250504 237.34067618591 L 377.83376387432503 237.34067618591" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 377.83376387432503 220.30828625773 L 394.86615380250504 220.30828625773 L 394.86615380250504 237.34067618591 L 377.83376387432503 237.34067618591" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"><path d="M 377.83376387432503 254.37306611409 L 394.86615380250504 254.37306611409 L 394.86615380250504 271.40545604227 L 377.83376387432503 271.40545604227" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 377.83376387432503 254.37306611409 L 394.86615380250504 254.37306611409 L 394.86615380250504 271.40545604227 L 377.83376387432503 271.40545604227" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"><path d="M 707.8363187328125 93.4169812927891 L 707.8363187328125 76.38459136460912 L 586.48054049453 76.38459136460912 L 586.48054049453 122.79785391889959 L 569.44815056635 122.79785391889959" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 707.8363187328125 93.4169812927891 L 707.8363187328125 76.38459136460912 L 586.48054049453 76.38459136460912 L 586.48054049453 122.79785391889959 L 569.44815056635 122.79785391889959" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"><path d="M 543.0479461776711 348.05121071908013 L 543.0479461776711 365.08360064726014 L 586.48054049453 365.08360064726014 L 586.48054049453 122.79785391889958 L 569.44815056635 122.79785391889958" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 543.0479461776711 348.05121071908013 L 543.0479461776711 365.08360064726014 L 586.48054049453 365.08360064726014 L 586.48054049453 122.79785391889958 L 569.44815056635 122.79785391889958" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"><path d="M 411.898543730685 501.76852982090463 L 403.38234876659504 501.76852982090463 L 403.38234876659504 365.08360064726014 L 543.0479461776711 365.08360064726014 L 543.0479461776711 348.05121071908013" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 411.898543730685 501.76852982090463 L 403.38234876659504 501.76852982090463 L 403.38234876659504 365.08360064726014 L 543.0479461776711 365.08360064726014 L 543.0479461776711 348.05121071908013" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"><path d="M 807.0499900644611 536.6849291736737 L 807.0499900644611 510.28472478499464 L 582.222443012485 510.28472478499464" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 807.0499900644611 536.6849291736737 L 807.0499900644611 510.28472478499464 L 582.222443012485 510.28472478499464" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"><path d="M 923.721861072494 537.5365486700825 L 923.721861072494 510.28472478499464 L 807.0499900644611 510.28472478499464 L 807.0499900644611 536.6849291736737" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 923.721861072494 537.5365486700825 L 923.721861072494 510.28472478499464 L 807.0499900644611 510.28472478499464 L 807.0499900644611 536.6849291736737" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"><path d="M 259.03284412526955 518.8009197490844 L 259.03284412526955 447.2648820507286 L 599.254832940665 447.2648820507286 L 599.254832940665 510.28472478499464 L 582.222443012485 510.28472478499464" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 259.03284412526955 518.8009197490844 L 259.03284412526955 447.2648820507286 L 599.254832940665 447.2648820507286 L 599.254832940665 510.28472478499464 L 582.222443012485 510.28472478499464" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"><path d="M 673.345729128248 602.2596303971667 L 673.345729128248 619.2920203253467 L 331.76114911859815 619.2920203253467 L 331.76114911859815 518.8009197490846 L 411.898543730685 518.8009197490846" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 673.345729128248 602.2596303971667 L 673.345729128248 619.2920203253467 L 331.76114911859815 619.2920203253467 L 331.76114911859815 518.8009197490846 L 411.898543730685 518.8009197490846" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"><path d="M 683.565163085156 254.3730661140901 L 683.565163085156 237.3406761859101 L 559.228716609442 237.3406761859101 L 559.228716609442 194.6745394158192 L 463.847333011634 194.6745394158192 L 463.847333011634 309.7283333806751 L 480.87972293981403 309.7283333806751" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 683.565163085156 254.3730661140901 L 683.565163085156 237.3406761859101 L 559.228716609442 237.3406761859101 L 559.228716609442 194.6745394158192 L 463.847333011634 194.6745394158192 L 463.847333011634 309.7283333806751 L 480.87972293981403 309.7283333806751" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"><path d="M 542.196326681262 254.3730661140901 L 542.196326681262 241.5136117183142 L 537.8530672495762 241.5136117183142" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 542.196326681262 254.3730661140901 L 542.196326681262 241.5136117183142 L 537.8530672495762 241.5136117183142" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="377.83376387432503" cy="365.08360064726" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="386.34995883841503" cy="365.08360064726" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><circle cx="290.5427654924025" cy="416.1807704318" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="290.5427654924025" cy="433.21316035998" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><circle cx="273.5103755642225" cy="416.1807704318" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="273.5103755642225" cy="433.21316035998" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><circle cx="256.47798563604255" cy="416.1807704318" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="256.47798563604255" cy="433.21316035998" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><circle cx="411.898543730685" cy="518.8009197490846" r="2.554858489227" 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="807.0499900644611" cy="603.1112498935756" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="807.0499900644611" cy="619.2920203253467" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="673.345729128248" cy="619.2920203253467" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="673.345729128248" cy="602.2596303971667" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><circle cx="394.86615380250504" cy="126.63014165273997" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="377.83376387432503" cy="126.63014165273997" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><circle cx="480.87972293981403" cy="122.79785391889959" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"><circle cx="480.87972293981403" cy="309.7283333806751" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="463.847333011634" cy="309.7283333806751" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"><circle cx="586.48054049453" cy="122.79785391889959" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="569.44815056635" cy="122.79785391889959" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"><circle cx="543.0479461776711" cy="348.05121071908013" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="543.0479461776711" cy="365.08360064726014" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"><circle cx="807.0499900644611" cy="536.6849291736737" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="807.0499900644611" cy="510.28472478499464" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="582.222443012485" cy="510.28472478499464" r="2.554858489227" 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_19__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="198.99366962843504" y="109.59775172455997" width="144.77531438952997" height="272.51823885088004" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="198.99366962843504" y="109.59775172455997" width="144.77531438952997" height="272.51823885088004" fill="transparent"/><text class="sch-text" x="271.3813268232" y="245.85687115" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 271.3813268232, 245.85687115)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="343.768984017965" y1="348.05121071908" x2="377.83376387432503" y2="348.05121071908" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="376.13052488150703" y="346.347971726262" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="360.801373946145" y="346.347971726262" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="335.25278905387506" y="348.05121071908" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="343.768984017965" y1="126.63014165273997" x2="377.83376387432503" y2="126.63014165273997" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="376.13052488150703" y="124.92690265992196" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="360.801373946145" y="124.92690265992196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="335.25278905387506" y="126.63014165273997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_1</text><line class="component-pin sch-component-pin sch-port-line" x1="343.768984017965" y1="173.46921395523498" x2="376.13052488150703" y2="173.46921395523498" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="377.83376387432503" cy="173.46921395523498" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="376.13052488150703" y="171.76597496241698" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="360.801373946145" y="171.76597496241698" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="335.25278905387506" y="173.46921395523498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="343.768984017965" y1="220.30828625773" x2="377.83376387432503" y2="220.30828625773" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="376.13052488150703" y="218.605047264912" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="360.801373946145" y="218.605047264912" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="335.25278905387506" y="220.30828625773" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_3</text><line class="component-pin sch-component-pin sch-port-line" x1="343.768984017965" y1="254.37306611409" x2="377.83376387432503" y2="254.37306611409" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="376.13052488150703" y="252.669827121272" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="360.801373946145" y="252.669827121272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="335.25278905387506" y="254.37306611409" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="343.768984017965" y1="301.212138416585" x2="376.13052488150703" y2="301.212138416585" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="377.83376387432503" cy="301.212138416585" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="376.13052488150703" y="299.508899423767" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="360.801373946145" y="299.508899423767" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="335.25278905387506" y="301.212138416585" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_5</text><line class="component-pin sch-component-pin sch-port-line" x1="343.768984017965" y1="318.244528344765" x2="376.13052488150703" y2="318.244528344765" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="377.83376387432503" cy="318.244528344765" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="376.13052488150703" y="316.541289351947" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="360.801373946145" y="316.541289351947" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="335.25278905387506" y="318.244528344765" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_6</text><line class="component-pin sch-component-pin sch-port-line" x1="343.768984017965" y1="271.40545604227" x2="377.83376387432503" y2="271.40545604227" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="376.13052488150703" y="269.702217049452" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="360.801373946145" y="269.702217049452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="335.25278905387506" y="271.40545604227" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_7</text><line class="component-pin sch-component-pin sch-port-line" x1="343.768984017965" y1="237.34067618591" x2="377.83376387432503" y2="237.34067618591" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="376.13052488150703" y="235.637437193092" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="360.801373946145" y="235.637437193092" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="335.25278905387506" y="237.34067618591" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_8</text><line class="component-pin sch-component-pin sch-port-line" x1="343.768984017965" y1="190.50160388341502" x2="376.13052488150703" y2="190.50160388341502" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="377.83376387432503" cy="190.50160388341502" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="376.13052488150703" y="188.798364890597" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="360.801373946145" y="188.798364890597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="335.25278905387506" y="190.50160388341502" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_9</text><line class="component-pin sch-component-pin sch-port-line" x1="343.768984017965" y1="143.66253158092" x2="377.83376387432503" y2="143.66253158092" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><rect x="376.13052488150703" y="141.959292588102" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="360.801373946145" y="141.959292588102" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="335.25278905387506" y="143.66253158092" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_10</text><line class="component-pin sch-component-pin sch-port-line" x1="343.768984017965" y1="365.08360064726" x2="377.83376387432503" y2="365.08360064726" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><rect x="376.13052488150703" y="363.380361654442" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="360.801373946145" y="363.380361654442" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="335.25278905387506" y="365.08360064726" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_11</text><line class="component-pin sch-component-pin sch-port-line" x1="239.4455957078625" y1="382.11599057544004" x2="239.4455957078625" y2="416.1807704318" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><rect x="237.7423567150445" y="414.477531438982" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.7423567150445" y="399.14838050362" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 237.7423567150445 399.14838050362)"></text><text class="pin-number sch-pin-label" x="239.4455957078625" y="373.59979561135003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 239.4455957078625 373.59979561135003)">schematic_port_12</text><line class="component-pin sch-component-pin sch-port-line" x1="256.47798563604255" y1="382.11599057544004" x2="256.47798563604255" y2="416.1807704318" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><rect x="254.77474664322455" y="414.477531438982" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="254.77474664322452" y="399.14838050362" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 254.77474664322452 399.14838050362)"></text><text class="pin-number sch-pin-label" x="256.47798563604255" y="373.59979561135003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 256.47798563604255 373.59979561135003)">schematic_port_13</text><line class="component-pin sch-component-pin sch-port-line" x1="273.5103755642225" y1="382.11599057544004" x2="273.5103755642225" y2="416.1807704318" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><rect x="271.8071365714045" y="414.477531438982" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="271.8071365714045" y="399.14838050362" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 271.8071365714045 399.14838050362)"></text><text class="pin-number sch-pin-label" x="273.5103755642225" y="373.59979561135003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 273.5103755642225 373.59979561135003)">schematic_port_14</text><line class="component-pin sch-component-pin sch-port-line" x1="290.5427654924025" y1="382.11599057544004" x2="290.5427654924025" y2="416.1807704318" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><rect x="288.8395264995845" y="414.477531438982" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="288.8395264995845" y="399.14838050362" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 288.8395264995845 399.14838050362)"></text><text class="pin-number sch-pin-label" x="290.5427654924025" y="373.59979561135003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 290.5427654924025 373.59979561135003)">schematic_port_15</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="514.944502796174" y="87.8814545661306" width="20.43886791381601" height="57.910125755811976" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="514.944502796174" y="87.8814545661306" width="20.43886791381601" height="57.910125755811976" fill="transparent"/><text class="sch-text" x="525.163936753082" y="116.83651744403659" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 525.163936753082, 116.83651744403659)">schematic_component_1</text><line class="component-pin sch-component-pin sch-port-line" x1="514.944502796174" y1="122.79785391889959" x2="480.87972293981403" y2="122.79785391889959" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="479.17648394699603" y="121.09461492608159" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="497.91211286799404" y="121.09461492608159" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="523.460697760264" y="122.79785391889959" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_16</text><line class="component-pin sch-component-pin sch-port-line" x1="535.38337070999" y1="122.79785391889959" x2="569.44815056635" y2="122.79785391889959" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="567.744911573532" y="121.09461492608159" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="552.41576063817" y="121.09461492608159" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="526.8671757459001" y="122.79785391889959" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_17</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="512.389644306947" y="288.4378459704501" width="8.516194964090005" height="25.548584892270014" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="512.389644306947" y="288.4378459704501" width="8.516194964090005" height="25.548584892270014" fill="transparent"/><text class="sch-text" x="516.647741788992" y="301.2121384165851" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 516.647741788992, 301.2121384165851)">schematic_component_2</text><line class="component-pin sch-component-pin sch-port-line" x1="542.196326681262" y1="288.4378459704501" x2="542.196326681262" y2="254.3730661140901" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="540.493087688444" y="252.6698271212721" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="540.493087688444" y="271.4054560422701" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 540.493087688444 271.4054560422701)"></text><text class="pin-number sch-pin-label" x="542.196326681262" y="296.9540409345401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 542.196326681262 296.9540409345401)">schematic_port_18</text><line class="component-pin sch-component-pin sch-port-line" x1="543.0479461776711" y1="313.9864308627201" x2="543.0479461776711" y2="348.05121071908013" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="541.3447071848531" y="346.34797172626213" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="541.3447071848531" y="331.0188207909001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 541.3447071848531 331.0188207909001)"></text><text class="pin-number sch-pin-label" x="543.0479461776711" y="305.4702358986301" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 543.0479461776711 305.4702358986301)">schematic_port_19</text><line class="component-pin sch-component-pin sch-port-line" x1="512.389644306947" y1="309.7283333806751" x2="480.87972293981403" y2="309.7283333806751" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><rect x="479.17648394699603" y="308.0250943878571" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.6346836233805" y="308.0250943878571" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="520.905839271037" y="309.7283333806751" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_20</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="655.8875294518634" y="275.6635535243151" width="92.40071536037658" height="8.516194964090005" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="655.8875294518634" y="275.6635535243151" width="92.40071536037658" height="8.516194964090005" fill="transparent"/><text class="sch-text" x="702.0878871320517" y="279.9216510063601" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 702.0878871320517, 279.9216510063601)">schematic_component_3</text><line class="component-pin sch-component-pin sch-port-line" x1="683.565163085156" y1="275.6635535243151" x2="683.565163085156" y2="254.3730661140901" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="681.861924092338" y="252.6698271212721" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="681.8619240923381" y="265.0183098192026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 681.8619240923381 265.0183098192026)"></text><text class="pin-number sch-pin-label" x="683.565163085156" y="284.1797484884051" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 683.565163085156 284.1797484884051)">schematic_port_21</text><line class="component-pin sch-component-pin sch-port-line" x1="683.565163085156" y1="284.1797484884051" x2="683.565163085156" y2="303.7669969058121" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="683.565163085156" cy="305.4702358986301" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="681.861924092338" y="303.7669969058121" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="681.8619240923381" y="294.8249921935176" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 681.8619240923381 294.8249921935176)"></text><text class="pin-number sch-pin-label" x="683.565163085156" y="275.6635535243151" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 683.565163085156 275.6635535243151)">schematic_port_22</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="445.963323587045" y="484.7361398927246" width="102.19433956908006" height="68.12955971272004" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="445.963323587045" y="484.7361398927246" width="102.19433956908006" height="68.12955971272004" fill="transparent"/><text class="sch-text" x="497.06049337158504" y="518.8009197490846" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 497.06049337158504, 518.8009197490846)">schematic_component_4</text><line class="component-pin sch-component-pin sch-port-line" x1="445.963323587045" y1="501.76852982090463" x2="411.898543730685" y2="501.76852982090463" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="410.195304737867" y="500.06529082808663" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="428.930933658865" y="500.06529082808663" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="454.479518551135" y="501.76852982090463" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_23</text><line class="component-pin sch-component-pin sch-port-line" x1="445.963323587045" y1="518.8009197490846" x2="411.898543730685" y2="518.8009197490846" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="410.195304737867" y="517.0976807562666" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="428.930933658865" y="517.0976807562666" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="454.479518551135" y="518.8009197490846" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_24</text><line class="component-pin sch-component-pin sch-port-line" x1="445.963323587045" y1="535.8333096772647" x2="413.601782723503" y2="535.8333096772647" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_4_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="411.898543730685" cy="535.8333096772647" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="410.195304737867" y="534.1300706844467" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="428.930933658865" y="534.1300706844467" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="454.479518551135" y="535.8333096772647" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_25</text><line class="component-pin sch-component-pin sch-port-line" x1="548.1576631561251" y1="527.3171147131746" x2="582.222443012485" y2="527.3171147131746" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_4_3__stack1"><rect x="580.519204019667" y="525.6138757203566" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="565.190053084305" y="525.6138757203566" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="539.6414681920351" y="527.3171147131746" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_26</text><line class="component-pin sch-component-pin sch-port-line" x1="548.1576631561251" y1="510.28472478499464" x2="582.222443012485" y2="510.28472478499464" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_4_4__stack1"><rect x="580.519204019667" y="508.58148579217664" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="565.190053084305" y="508.58148579217664" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><text class="pin-number sch-pin-label" x="539.6414681920351" y="510.28472478499464" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="">schematic_port_27</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="680.15868509952" y="121.5204246742861" width="78.34899366962816" height="8.516194964090019" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="680.15868509952" y="121.5204246742861" width="78.34899366962816" height="8.516194964090019" fill="transparent"/><text class="sch-text" x="719.3331819343341" y="125.7785221563311" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 719.3331819343341, 125.7785221563311)">schematic_component_5</text><line class="component-pin sch-component-pin sch-port-line" x1="707.8363187328125" y1="121.5204246742861" x2="707.8363187328125" y2="93.4169812927891" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="706.1330797399945" y="91.7137422999711" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="706.1330797399946" y="107.46870298353761" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 706.1330797399946 107.46870298353761)"></text><text class="pin-number sch-pin-label" x="707.8363187328125" y="130.03661963837612" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 707.8363187328125 130.03661963837612)">schematic_port_28</text><line class="component-pin sch-component-pin sch-port-line" x1="707.8363187328125" y1="130.03661963837612" x2="707.8363187328125" y2="156.43682402705508" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="707.8363187328125" cy="158.14006301987308" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="706.1330797399945" y="156.43682402705508" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="706.1330797399946" y="144.0883413291246" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 706.1330797399946 144.0883413291246)"></text><text class="pin-number sch-pin-label" x="707.8363187328125" y="121.5204246742861" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 707.8363187328125 121.5204246742861)">schematic_port_29</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="645.6680954949555" y="565.6399920515796" width="88.56842762653594" height="8.516194964090005" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="645.6680954949555" y="565.6399920515796" width="88.56842762653594" height="8.516194964090005" fill="transparent"/><text class="sch-text" x="689.9523093082234" y="569.8980895336247" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 689.9523093082234, 569.8980895336247)">schematic_component_6</text><line class="component-pin sch-component-pin sch-port-line" x1="673.345729128248" y1="565.6399920515796" x2="673.345729128248" y2="537.5365486700825" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="671.64249013543" y="535.8333096772645" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="671.6424901354301" y="551.5882703608311" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 671.6424901354301 551.5882703608311)"></text><text class="pin-number sch-pin-label" x="673.345729128248" y="574.1561870156696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 673.345729128248 574.1561870156696)">schematic_port_30</text><line class="component-pin sch-component-pin sch-port-line" x1="673.345729128248" y1="574.1561870156696" x2="673.345729128248" y2="602.2596303971667" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="671.64249013543" y="600.5563914043487" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="671.6424901354301" y="588.2079087064182" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 671.6424901354301 588.2079087064182)"></text><text class="pin-number sch-pin-label" x="673.345729128248" y="565.6399920515796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 673.345729128248 565.6399920515796)">schematic_port_31</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="760.210917761966" y="565.6399920515796" width="123.48482697930501" height="8.516194964090005" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="760.210917761966" y="565.6399920515796" width="123.48482697930501" height="8.516194964090005" fill="transparent"/><text class="sch-text" x="821.9533312516185" y="569.8980895336247" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 821.9533312516185, 569.8980895336247)">schematic_component_7</text><line class="component-pin sch-component-pin sch-port-line" x1="807.0499900644611" y1="574.1561870156696" x2="807.0499900644611" y2="603.1112498935756" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="805.3467510716431" y="601.4080109007576" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="805.346751071643" y="588.6337184546226" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 805.346751071643 588.6337184546226)"></text><text class="pin-number sch-pin-label" x="807.0499900644611" y="565.6399920515796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 807.0499900644611 565.6399920515796)">schematic_port_32</text><line class="component-pin sch-component-pin sch-port-line" x1="807.0499900644611" y1="565.6399920515796" x2="807.0499900644611" y2="536.6849291736737" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="805.3467510716431" y="534.9816901808557" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="805.346751071643" y="551.1624606126267" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 805.346751071643 551.1624606126267)"></text><text class="pin-number sch-pin-label" x="807.0499900644611" y="574.1561870156696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 807.0499900644611 574.1561870156696)">schematic_port_33</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component chip sch-component-body" x="896.0442274392014" y="565.6399920515796" width="78.34899366962804" height="8.516194964090005" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="896.0442274392014" y="565.6399920515796" width="78.34899366962804" height="8.516194964090005" fill="transparent"/><text class="sch-text" x="935.2187242740156" y="569.8980895336247" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 935.2187242740156, 569.8980895336247)">schematic_component_8</text><line class="component-pin sch-component-pin sch-port-line" x1="923.721861072494" y1="565.6399920515796" x2="923.721861072494" y2="537.5365486700825" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="922.018622079676" y="535.8333096772645" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="922.0186220796761" y="551.5882703608311" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 922.0186220796761 551.5882703608311)"></text><text class="pin-number sch-pin-label" x="923.721861072494" y="574.1561870156696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 923.721861072494 574.1561870156696)">schematic_port_34</text><line class="component-pin sch-component-pin sch-port-line" x1="923.721861072494" y1="574.1561870156696" x2="923.721861072494" y2="602.2596303971667" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><rect x="922.018622079676" y="600.5563914043487" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="922.0186220796761" y="588.2079087064182" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 922.0186220796761 588.2079087064182)"></text><text class="pin-number sch-pin-label" x="923.721861072494" y="565.6399920515796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 923.721861072494 565.6399920515796)">schematic_port_35</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component chip sch-component-body" x="231.35521049197706" y="661.447185397592" width="85.58775938910452" height="28.10344338149696" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="231.35521049197706" y="661.447185397592" width="85.58775938910452" height="28.10344338149696" fill="transparent"/><text class="sch-text" x="274.1490901865293" y="675.4989070883404" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 274.1490901865293, 675.4989070883404)">schematic_component_9</text><line class="component-pin sch-component-pin sch-port-line" x1="259.03284412526955" y1="661.447185397592" x2="259.03284412526955" y2="627.382405541232" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="257.32960513245155" y="625.679166548414" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="257.32960513245155" y="644.414795469412" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 257.32960513245155 644.414795469412)"></text><text class="pin-number sch-pin-label" x="259.03284412526955" y="669.9633803616819" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 259.03284412526955 669.9633803616819)">schematic_port_36</text><line class="component-pin sch-component-pin sch-port-line" x1="259.03284412526955" y1="689.5506287790889" x2="259.03284412526955" y2="721.912169642631" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="259.03284412526955" cy="723.615408635449" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="257.32960513245155" y="721.9121696426309" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="257.32960513245155" y="706.5830187072689" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 257.32960513245155 706.5830187072689)"></text><text class="pin-number sch-pin-label" x="259.03284412526955" y="681.0344338149989" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 259.03284412526955 681.0344338149989)">schematic_port_37</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_10__stack1"><rect class="component chip sch-component-body" x="231.35521049197706" y="540.0914071593095" width="82.18128140346852" height="8.516194964089891" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="231.35521049197706" y="540.0914071593095" width="82.18128140346852" height="8.516194964089891" fill="transparent"/><text class="sch-text" x="272.4458511937113" y="544.3495046413544" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 272.4458511937113, 544.3495046413544)">schematic_component_10</text><line class="component-pin sch-component-pin sch-port-line" x1="259.03284412526955" y1="540.0914071593095" x2="259.03284412526955" y2="518.8009197490844" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="257.32960513245155" y="517.0976807562664" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="257.32960513245155" y="529.446163454197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 257.32960513245155 529.446163454197)"></text><text class="pin-number sch-pin-label" x="259.03284412526955" y="548.6076021233994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 259.03284412526955 548.6076021233994)">schematic_port_38</text><line class="component-pin sch-component-pin sch-port-line" x1="259.03284412526955" y1="548.6076021233994" x2="259.03284412526955" y2="569.8980895336244" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="257.32960513245155" y="568.1948505408064" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="257.32960513245155" y="559.2528458285119" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 257.32960513245155 559.2528458285119)"></text><text class="pin-number sch-pin-label" x="259.03284412526955" y="540.0914071593095" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.774292446135px" transform="rotate(-90 259.03284412526955 540.0914071593095)">schematic_port_39</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="377.83376387432503" cy="348.05121071908" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="377.83376387432503" cy="126.63014165273997" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="377.83376387432503" cy="173.46921395523498" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="377.83376387432503" cy="220.30828625773" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="377.83376387432503" cy="254.37306611409" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="377.83376387432503" cy="301.212138416585" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="377.83376387432503" cy="318.244528344765" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="377.83376387432503" cy="271.40545604227" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="377.83376387432503" cy="237.34067618591" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="377.83376387432503" cy="190.50160388341502" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="377.83376387432503" cy="143.66253158092" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="377.83376387432503" cy="365.08360064726" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="239.4455957078625" cy="416.1807704318" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="256.47798563604255" cy="416.1807704318" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="273.5103755642225" cy="416.1807704318" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="290.5427654924025" cy="416.1807704318" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="480.87972293981403" cy="122.79785391889959" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="569.44815056635" cy="122.79785391889959" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="542.196326681262" cy="254.3730661140901" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="543.0479461776711" cy="348.05121071908013" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="480.87972293981403" cy="309.7283333806751" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="683.565163085156" cy="254.3730661140901" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="683.565163085156" cy="305.4702358986301" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="411.898543730685" cy="501.76852982090463" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="411.898543730685" cy="518.8009197490846" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_2__stack1"><circle cx="411.898543730685" cy="535.8333096772647" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_3__stack1"><circle cx="582.222443012485" cy="527.3171147131746" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_4__stack1"><circle cx="582.222443012485" cy="510.28472478499464" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="707.8363187328125" cy="93.4169812927891" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="707.8363187328125" cy="158.14006301987308" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="673.345729128248" cy="537.5365486700825" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="673.345729128248" cy="602.2596303971667" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="807.0499900644611" cy="603.1112498935756" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="807.0499900644611" cy="536.6849291736737" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="923.721861072494" cy="537.5365486700825" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="923.721861072494" cy="602.2596303971667" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="259.03284412526955" cy="627.382405541232" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="259.03284412526955" cy="723.615408635449" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="259.03284412526955" cy="518.8009197490844" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="259.03284412526955" cy="569.8980895336244" r="3.406477985636" 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="
127
- M 807.0499900644611,619.2920203253467
128
- L 815.5661850285511,623.8907656059553
129
- L 815.5661850285511,653.0956368694746
130
- L 798.5337951003711,653.0956368694746
131
- L 798.5337951003711,623.8907656059553
126
+ </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 595.5289976438851 527.3171147131746 L 686.6522837596481 527.3171147131746 L 686.6522837596481 537.5365486700825" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 595.5289976438851 527.3171147131746 L 686.6522837596481 527.3171147131746 L 686.6522837596481 537.5365486700825" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" 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 272.33939875666954 569.8980895336244 L 272.33939875666954 627.382405541232" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 272.33939875666954 569.8980895336244 L 272.33939875666954 627.382405541232" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" 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 391.140318505725 365.08360064726 L 399.656513469815 365.08360064726 L 399.656513469815 348.05121071908 L 391.140318505725 348.05121071908" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 391.140318505725 365.08360064726 L 399.656513469815 365.08360064726 L 399.656513469815 348.05121071908 L 391.140318505725 348.05121071908" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" 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 303.8493201238025 416.1807704318 L 303.8493201238025 433.21316035998 L 399.656513469815 433.21316035998 L 399.656513469815 365.08360064726 L 391.140318505725 365.08360064726" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 303.8493201238025 416.1807704318 L 303.8493201238025 433.21316035998 L 399.656513469815 433.21316035998 L 399.656513469815 365.08360064726 L 391.140318505725 365.08360064726" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" 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 286.8169301956225 416.1807704318 L 286.8169301956225 433.21316035998 L 303.84932012380256 433.21316035998 L 303.84932012380256 416.1807704318" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 286.8169301956225 416.1807704318 L 286.8169301956225 433.21316035998 L 303.84932012380256 433.21316035998 L 303.84932012380256 416.1807704318" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" 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 269.78454026744254 416.1807704318 L 269.78454026744254 433.21316035998 L 286.81693019562255 433.21316035998 L 286.81693019562255 416.1807704318" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 269.78454026744254 416.1807704318 L 269.78454026744254 433.21316035998 L 286.81693019562255 433.21316035998 L 286.81693019562255 416.1807704318" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" 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 252.7521503392625 416.1807704318 L 252.7521503392625 433.21316035998 L 269.78454026744254 433.21316035998 L 269.78454026744254 416.1807704318" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 252.7521503392625 416.1807704318 L 252.7521503392625 433.21316035998 L 269.78454026744254 433.21316035998 L 269.78454026744254 416.1807704318" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" 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 425.205098362085 518.8009197490846 L 399.656513469815 518.8009197490846 L 399.656513469815 365.08360064726 L 391.140318505725 365.08360064726" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 425.205098362085 518.8009197490846 L 399.656513469815 518.8009197490846 L 399.656513469815 365.08360064726 L 391.140318505725 365.08360064726" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" 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 820.356544695861 603.1112498935756 L 820.356544695861 619.2920203253467 L 686.6522837596481 619.2920203253467 L 686.6522837596481 602.2596303971667" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 820.356544695861 603.1112498935756 L 820.356544695861 619.2920203253467 L 686.6522837596481 619.2920203253467 L 686.6522837596481 602.2596303971667" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" 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 937.0284157038941 602.2596303971667 L 937.0284157038941 619.2920203253467 L 820.356544695861 619.2920203253467 L 820.356544695861 603.1112498935756" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 937.0284157038941 602.2596303971667 L 937.0284157038941 619.2920203253467 L 820.356544695861 619.2920203253467 L 820.356544695861 603.1112498935756" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" 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 391.140318505725 143.66253158092 L 408.17270843390503 143.66253158092 L 408.17270843390503 126.63014165273997 L 391.140318505725 126.63014165273997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 391.140318505725 143.66253158092 L 408.17270843390503 143.66253158092 L 408.17270843390503 126.63014165273997 L 391.140318505725 126.63014165273997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" 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 494.186277571214 122.79785391889959 L 408.17270843390503 122.79785391889959 L 408.17270843390503 126.63014165273997 L 391.140318505725 126.63014165273997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 494.186277571214 122.79785391889959 L 408.17270843390503 122.79785391889959 L 408.17270843390503 126.63014165273997 L 391.140318505725 126.63014165273997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"><path d="M 494.186277571214 309.7283333806751 L 477.153887643034 309.7283333806751 L 477.153887643034 122.79785391889959 L 494.186277571214 122.79785391889959" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 494.186277571214 309.7283333806751 L 477.153887643034 309.7283333806751 L 477.153887643034 122.79785391889959 L 494.186277571214 122.79785391889959" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"><path d="M 391.140318505725 220.30828625773 L 408.17270843390503 220.30828625773 L 408.17270843390503 237.34067618591 L 391.140318505725 237.34067618591" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 391.140318505725 220.30828625773 L 408.17270843390503 220.30828625773 L 408.17270843390503 237.34067618591 L 391.140318505725 237.34067618591" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"><path d="M 391.140318505725 254.37306611409 L 408.17270843390503 254.37306611409 L 408.17270843390503 271.40545604227 L 391.140318505725 271.40545604227" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 391.140318505725 254.37306611409 L 408.17270843390503 254.37306611409 L 408.17270843390503 271.40545604227 L 391.140318505725 271.40545604227" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"><path d="M 721.1428733642126 93.4169812927891 L 721.1428733642126 76.38459136460912 L 599.78709512593 76.38459136460912 L 599.78709512593 122.79785391889959 L 582.75470519775 122.79785391889959" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 721.1428733642126 93.4169812927891 L 721.1428733642126 76.38459136460912 L 599.78709512593 76.38459136460912 L 599.78709512593 122.79785391889959 L 582.75470519775 122.79785391889959" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"><path d="M 556.354500809071 348.05121071908013 L 556.354500809071 365.08360064726014 L 599.78709512593 365.08360064726014 L 599.78709512593 122.79785391889958 L 582.75470519775 122.79785391889958" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 556.354500809071 348.05121071908013 L 556.354500809071 365.08360064726014 L 599.78709512593 365.08360064726014 L 599.78709512593 122.79785391889958 L 582.75470519775 122.79785391889958" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"><path d="M 425.205098362085 501.76852982090463 L 416.68890339799503 501.76852982090463 L 416.68890339799503 365.08360064726014 L 556.354500809071 365.08360064726014 L 556.354500809071 348.05121071908013" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 425.205098362085 501.76852982090463 L 416.68890339799503 501.76852982090463 L 416.68890339799503 365.08360064726014 L 556.354500809071 365.08360064726014 L 556.354500809071 348.05121071908013" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"><path d="M 820.356544695861 536.6849291736737 L 820.356544695861 510.28472478499464 L 595.5289976438851 510.28472478499464" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 820.356544695861 536.6849291736737 L 820.356544695861 510.28472478499464 L 595.5289976438851 510.28472478499464" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"><path d="M 937.0284157038941 537.5365486700825 L 937.0284157038941 510.28472478499464 L 820.356544695861 510.28472478499464 L 820.356544695861 536.6849291736737" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 937.0284157038941 537.5365486700825 L 937.0284157038941 510.28472478499464 L 820.356544695861 510.28472478499464 L 820.356544695861 536.6849291736737" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"><path d="M 272.33939875666954 518.8009197490844 L 272.33939875666954 447.2648820507286 L 612.5613875720651 447.2648820507286 L 612.5613875720651 510.28472478499464 L 595.528997643885 510.28472478499464" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 272.33939875666954 518.8009197490844 L 272.33939875666954 447.2648820507286 L 612.5613875720651 447.2648820507286 L 612.5613875720651 510.28472478499464 L 595.528997643885 510.28472478499464" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"><path d="M 686.6522837596481 602.2596303971667 L 686.6522837596481 619.2920203253467 L 345.06770374999815 619.2920203253467 L 345.06770374999815 518.8009197490846 L 425.205098362085 518.8009197490846" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 686.6522837596481 602.2596303971667 L 686.6522837596481 619.2920203253467 L 345.06770374999815 619.2920203253467 L 345.06770374999815 518.8009197490846 L 425.205098362085 518.8009197490846" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"><path d="M 696.8717177165561 254.3730661140901 L 696.8717177165561 237.3406761859101 L 572.535271240842 237.3406761859101 L 572.535271240842 194.6745394158192 L 477.153887643034 194.6745394158192 L 477.153887643034 309.7283333806751 L 494.186277571214 309.7283333806751" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 696.8717177165561 254.3730661140901 L 696.8717177165561 237.3406761859101 L 572.535271240842 237.3406761859101 L 572.535271240842 194.6745394158192 L 477.153887643034 194.6745394158192 L 477.153887643034 309.7283333806751 L 494.186277571214 309.7283333806751" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"><path d="M 555.502881312662 254.3730661140901 L 555.502881312662 241.5136117183142 L 551.1596218809761 241.5136117183142" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.625911942544px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 555.502881312662 254.3730661140901 L 555.502881312662 241.5136117183142 L 551.1596218809761 241.5136117183142" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.703238992818px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="391.140318505725" cy="365.08360064726" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="399.656513469815" cy="365.08360064726" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><circle cx="303.8493201238025" cy="416.1807704318" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="303.8493201238025" cy="433.21316035998" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><circle cx="286.8169301956225" cy="416.1807704318" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="286.8169301956225" cy="433.21316035998" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><circle cx="269.78454026744254" cy="416.1807704318" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="269.78454026744254" cy="433.21316035998" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><circle cx="425.205098362085" cy="518.8009197490846" r="2.554858489227" 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="820.356544695861" cy="603.1112498935756" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="820.356544695861" cy="619.2920203253467" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="686.6522837596481" cy="619.2920203253467" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="686.6522837596481" cy="602.2596303971667" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><circle cx="408.17270843390503" cy="126.63014165273997" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="391.140318505725" cy="126.63014165273997" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><circle cx="494.186277571214" cy="122.79785391889959" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"><circle cx="494.186277571214" cy="309.7283333806751" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="477.153887643034" cy="309.7283333806751" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"><circle cx="599.78709512593" cy="122.79785391889959" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="582.75470519775" cy="122.79785391889959" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"><circle cx="556.354500809071" cy="348.05121071908013" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="556.354500809071" cy="365.08360064726014" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"><circle cx="820.356544695861" cy="536.6849291736737" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="820.356544695861" cy="510.28472478499464" r="2.554858489227" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="595.5289976438851" cy="510.28472478499464" r="2.554858489227" 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_19__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="212.30022425983503" y="109.59775172455997" width="144.77531438952997" height="272.51823885088004" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="212.30022425983503" y="109.59775172455997" width="144.77531438952997" height="272.51823885088004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="357.075538649365" y1="348.05121071908" x2="391.140318505725" y2="348.05121071908" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="389.437079512907" y="346.347971726262" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="374.107928577545" y="346.347971726262" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="357.075538649365" y1="126.63014165273997" x2="391.140318505725" y2="126.63014165273997" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="389.437079512907" y="124.92690265992196" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="374.107928577545" y="124.92690265992196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="357.075538649365" y1="173.46921395523498" x2="389.437079512907" y2="173.46921395523498" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="391.140318505725" cy="173.46921395523498" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="389.437079512907" y="171.76597496241698" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="374.107928577545" y="171.76597496241698" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="357.075538649365" y1="220.30828625773" x2="391.140318505725" y2="220.30828625773" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="389.437079512907" y="218.605047264912" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="374.107928577545" y="218.605047264912" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="357.075538649365" y1="254.37306611409" x2="391.140318505725" y2="254.37306611409" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="389.437079512907" y="252.669827121272" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="374.107928577545" y="252.669827121272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="357.075538649365" y1="301.212138416585" x2="389.437079512907" y2="301.212138416585" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="391.140318505725" cy="301.212138416585" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="389.437079512907" y="299.508899423767" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="374.107928577545" y="299.508899423767" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="357.075538649365" y1="318.244528344765" x2="389.437079512907" y2="318.244528344765" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="391.140318505725" cy="318.244528344765" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="389.437079512907" y="316.541289351947" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="374.107928577545" y="316.541289351947" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="357.075538649365" y1="271.40545604227" x2="391.140318505725" y2="271.40545604227" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="389.437079512907" y="269.702217049452" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="374.107928577545" y="269.702217049452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="357.075538649365" y1="237.34067618591" x2="391.140318505725" y2="237.34067618591" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="389.437079512907" y="235.637437193092" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="374.107928577545" y="235.637437193092" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="357.075538649365" y1="190.50160388341502" x2="389.437079512907" y2="190.50160388341502" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="391.140318505725" cy="190.50160388341502" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="389.437079512907" y="188.798364890597" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="374.107928577545" y="188.798364890597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="357.075538649365" y1="143.66253158092" x2="391.140318505725" y2="143.66253158092" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><rect x="389.437079512907" y="141.959292588102" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="374.107928577545" y="141.959292588102" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="357.075538649365" y1="365.08360064726" x2="391.140318505725" y2="365.08360064726" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><rect x="389.437079512907" y="363.380361654442" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="374.107928577545" y="363.380361654442" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="252.7521503392625" y1="382.11599057544004" x2="252.7521503392625" y2="416.1807704318" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><rect x="251.0489113464445" y="414.477531438982" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="251.0489113464445" y="399.14838050362" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 251.0489113464445 399.14838050362)"></text><line class="component-pin sch-component-pin sch-port-line" x1="269.78454026744254" y1="382.11599057544004" x2="269.78454026744254" y2="416.1807704318" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><rect x="268.08130127462454" y="414.477531438982" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="268.08130127462454" y="399.14838050362" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 268.08130127462454 399.14838050362)"></text><line class="component-pin sch-component-pin sch-port-line" x1="286.8169301956225" y1="382.11599057544004" x2="286.8169301956225" y2="416.1807704318" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><rect x="285.1136912028045" y="414.477531438982" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="285.1136912028045" y="399.14838050362" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 285.1136912028045 399.14838050362)"></text><line class="component-pin sch-component-pin sch-port-line" x1="303.8493201238025" y1="382.11599057544004" x2="303.8493201238025" y2="416.1807704318" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><rect x="302.1460811309845" y="414.477531438982" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="302.1460811309845" y="399.14838050362" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 302.1460811309845 399.14838050362)"></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="528.251057427574" y="87.8814545661306" width="20.438867913816125" height="57.910125755811976" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="528.251057427574" y="87.8814545661306" width="20.438867913816125" height="57.910125755811976" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="528.251057427574" y1="122.79785391889959" x2="494.186277571214" y2="122.79785391889959" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="492.483038578396" y="121.09461492608159" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="511.21866749939403" y="121.09461492608159" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="548.6899253413901" y1="122.79785391889959" x2="582.75470519775" y2="122.79785391889959" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="581.051466204932" y="121.09461492608159" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="565.72231526957" y="121.09461492608159" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" 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="525.696198938347" y="288.4378459704501" width="8.516194964090005" height="25.548584892270014" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="525.696198938347" y="288.4378459704501" width="8.516194964090005" height="25.548584892270014" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="555.502881312662" y1="288.4378459704501" x2="555.502881312662" y2="254.3730661140901" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="553.799642319844" y="252.6698271212721" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="553.799642319844" y="271.4054560422701" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 553.799642319844 271.4054560422701)"></text><line class="component-pin sch-component-pin sch-port-line" x1="556.354500809071" y1="313.9864308627201" x2="556.354500809071" y2="348.05121071908013" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="554.651261816253" y="346.34797172626213" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="554.651261816253" y="331.0188207909001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 554.651261816253 331.0188207909001)"></text><line class="component-pin sch-component-pin sch-port-line" x1="525.696198938347" y1="309.7283333806751" x2="494.186277571214" y2="309.7283333806751" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><rect x="492.483038578396" y="308.0250943878571" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="509.9412382547805" y="308.0250943878571" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="669.1940840832634" y="275.6635535243151" width="92.40071536037658" height="8.516194964090005" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="669.1940840832634" y="275.6635535243151" width="92.40071536037658" height="8.516194964090005" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="696.8717177165561" y1="275.6635535243151" x2="696.8717177165561" y2="254.3730661140901" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="695.1684787237381" y="252.6698271212721" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="695.1684787237381" y="265.0183098192026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 695.1684787237381 265.0183098192026)"></text><line class="component-pin sch-component-pin sch-port-line" x1="696.8717177165561" y1="284.1797484884051" x2="696.8717177165561" y2="303.7669969058121" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="696.8717177165561" cy="305.4702358986301" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="695.1684787237381" y="303.7669969058121" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="695.1684787237381" y="294.8249921935176" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 695.1684787237381 294.8249921935176)"></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="459.269878218445" y="484.7361398927246" width="102.19433956908006" height="68.12955971272004" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="459.269878218445" y="484.7361398927246" width="102.19433956908006" height="68.12955971272004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="459.269878218445" y1="501.76852982090463" x2="425.205098362085" y2="501.76852982090463" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="423.501859369267" y="500.06529082808663" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="442.237488290265" y="500.06529082808663" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="459.269878218445" y1="518.8009197490846" x2="425.205098362085" y2="518.8009197490846" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="423.501859369267" y="517.0976807562666" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="442.237488290265" y="517.0976807562666" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="459.269878218445" y1="535.8333096772647" x2="426.908337354903" y2="535.8333096772647" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_4_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="425.205098362085" cy="535.8333096772647" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="423.501859369267" y="534.1300706844467" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="442.237488290265" y="534.1300706844467" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="561.4642177875251" y1="527.3171147131746" x2="595.5289976438851" y2="527.3171147131746" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_4_3__stack1"><rect x="593.8257586510671" y="525.6138757203566" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="578.4966077157051" y="525.6138757203566" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="561.4642177875251" y1="510.28472478499464" x2="595.5289976438851" y2="510.28472478499464" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_4_4__stack1"><rect x="593.8257586510671" y="508.58148579217664" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="578.4966077157051" y="508.58148579217664" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="693.46523973092" y="121.5204246742861" width="78.34899366962816" height="8.516194964090019" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="693.46523973092" y="121.5204246742861" width="78.34899366962816" height="8.516194964090019" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="721.1428733642126" y1="121.5204246742861" x2="721.1428733642126" y2="93.4169812927891" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="719.4396343713946" y="91.7137422999711" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="719.4396343713945" y="107.46870298353761" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 719.4396343713945 107.46870298353761)"></text><line class="component-pin sch-component-pin sch-port-line" x1="721.1428733642126" y1="130.03661963837612" x2="721.1428733642126" y2="156.43682402705508" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="721.1428733642126" cy="158.14006301987308" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="719.4396343713946" y="156.43682402705508" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="719.4396343713945" y="144.0883413291246" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 719.4396343713945 144.0883413291246)"></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="658.9746501263555" y="565.6399920515796" width="88.56842762653594" height="8.516194964090005" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="658.9746501263555" y="565.6399920515796" width="88.56842762653594" height="8.516194964090005" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="686.6522837596481" y1="565.6399920515796" x2="686.6522837596481" y2="537.5365486700825" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="684.9490447668301" y="535.8333096772645" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.9490447668301" y="551.5882703608311" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 684.9490447668301 551.5882703608311)"></text><line class="component-pin sch-component-pin sch-port-line" x1="686.6522837596481" y1="574.1561870156696" x2="686.6522837596481" y2="602.2596303971667" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="684.9490447668301" y="600.5563914043487" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.9490447668301" y="588.2079087064182" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 684.9490447668301 588.2079087064182)"></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="773.517472393366" y="565.6399920515796" width="123.4848269793049" height="8.516194964090005" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="773.517472393366" y="565.6399920515796" width="123.4848269793049" height="8.516194964090005" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="820.356544695861" y1="574.1561870156696" x2="820.356544695861" y2="603.1112498935756" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="818.653305703043" y="601.4080109007576" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="818.6533057030431" y="588.6337184546226" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 818.6533057030431 588.6337184546226)"></text><line class="component-pin sch-component-pin sch-port-line" x1="820.356544695861" y1="565.6399920515796" x2="820.356544695861" y2="536.6849291736737" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="818.653305703043" y="534.9816901808557" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="818.6533057030431" y="551.1624606126267" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 818.6533057030431 551.1624606126267)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component chip sch-component-body" x="909.3507820706016" y="565.6399920515796" width="78.34899366962782" height="8.516194964090005" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="909.3507820706016" y="565.6399920515796" width="78.34899366962782" height="8.516194964090005" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="937.0284157038941" y1="565.6399920515796" x2="937.0284157038941" y2="537.5365486700825" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="935.3251767110761" y="535.8333096772645" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="935.325176711076" y="551.5882703608311" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 935.325176711076 551.5882703608311)"></text><line class="component-pin sch-component-pin sch-port-line" x1="937.0284157038941" y1="574.1561870156696" x2="937.0284157038941" y2="602.2596303971667" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><rect x="935.3251767110761" y="600.5563914043487" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="935.325176711076" y="588.2079087064182" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 935.325176711076 588.2079087064182)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component chip sch-component-body" x="244.66176512337705" y="661.447185397592" width="85.58775938910452" height="28.10344338149696" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="244.66176512337705" y="661.447185397592" width="85.58775938910452" height="28.10344338149696" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="272.33939875666954" y1="661.447185397592" x2="272.33939875666954" y2="627.382405541232" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="270.63615976385154" y="625.679166548414" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="270.63615976385154" y="644.414795469412" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 270.63615976385154 644.414795469412)"></text><line class="component-pin sch-component-pin sch-port-line" x1="272.33939875666954" y1="689.5506287790889" x2="272.33939875666954" y2="721.912169642631" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="272.33939875666954" cy="723.615408635449" r="1.703238992818" stroke-width="1.703238992818px"/><rect x="270.63615976385154" y="721.9121696426309" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="270.63615976385154" y="706.5830187072689" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 270.63615976385154 706.5830187072689)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_10__stack1"><rect class="component chip sch-component-body" x="244.66176512337705" y="540.0914071593095" width="82.18128140346852" height="8.516194964089891" stroke-width="1.703238992818px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="244.66176512337705" y="540.0914071593095" width="82.18128140346852" height="8.516194964089891" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="272.33939875666954" y1="540.0914071593095" x2="272.33939875666954" y2="518.8009197490844" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="270.63615976385154" y="517.0976807562664" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="270.63615976385154" y="529.446163454197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 270.63615976385154 529.446163454197)"></text><line class="component-pin sch-component-pin sch-port-line" x1="272.33939875666954" y1="548.6076021233994" x2="272.33939875666954" y2="569.8980895336244" stroke-width="1.703238992818px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="270.63615976385154" y="568.1948505408064" width="3.406477985636" height="3.406477985636" opacity="0"/></g><text class="pin-number sch-pin-number" x="270.63615976385154" y="559.2528458285119" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.774292446135px" transform="rotate(-90 270.63615976385154 559.2528458285119)"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="391.140318505725" cy="348.05121071908" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="391.140318505725" cy="126.63014165273997" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="391.140318505725" cy="173.46921395523498" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="391.140318505725" cy="220.30828625773" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="391.140318505725" cy="254.37306611409" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="391.140318505725" cy="301.212138416585" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="391.140318505725" cy="318.244528344765" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="391.140318505725" cy="271.40545604227" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="391.140318505725" cy="237.34067618591" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="391.140318505725" cy="190.50160388341502" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="391.140318505725" cy="143.66253158092" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="391.140318505725" cy="365.08360064726" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="252.7521503392625" cy="416.1807704318" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="269.78454026744254" cy="416.1807704318" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="286.8169301956225" cy="416.1807704318" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="303.8493201238025" cy="416.1807704318" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="494.186277571214" cy="122.79785391889959" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="582.75470519775" cy="122.79785391889959" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="555.502881312662" cy="254.3730661140901" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="556.354500809071" cy="348.05121071908013" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="494.186277571214" cy="309.7283333806751" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="696.8717177165561" cy="254.3730661140901" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="696.8717177165561" cy="305.4702358986301" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="425.205098362085" cy="501.76852982090463" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="425.205098362085" cy="518.8009197490846" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_2__stack1"><circle cx="425.205098362085" cy="535.8333096772647" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_3__stack1"><circle cx="595.5289976438851" cy="527.3171147131746" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_4__stack1"><circle cx="595.5289976438851" cy="510.28472478499464" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="721.1428733642126" cy="93.4169812927891" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="721.1428733642126" cy="158.14006301987308" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="686.6522837596481" cy="537.5365486700825" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="686.6522837596481" cy="602.2596303971667" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="820.356544695861" cy="603.1112498935756" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="820.356544695861" cy="536.6849291736737" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="937.0284157038941" cy="537.5365486700825" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="937.0284157038941" cy="602.2596303971667" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="272.33939875666954" cy="627.382405541232" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="272.33939875666954" cy="723.615408635449" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="272.33939875666954" cy="518.8009197490844" r="3.406477985636" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="272.33939875666954" cy="569.8980895336244" r="3.406477985636" 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="
127
+ M 820.356544695861,619.2920203253467
128
+ L 828.872739659951,623.8907656059553
129
+ L 828.872739659951,653.0956368694746
130
+ L 811.840349731771,653.0956368694746
131
+ L 811.840349731771,623.8907656059553
132
132
  Z
133
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><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="807.0499900644611" y="626.9565957930276" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" transform="rotate(90 807.0499900644611 626.9565957930276)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
134
- M 683.565163085156,305.4702358986301
135
- L 692.081358049246,310.06898117923873
136
- L 692.081358049246,339.273852442758
137
- L 675.048968121066,339.273852442758
138
- L 675.048968121066,310.06898117923873
133
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><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="820.356544695861" y="626.9565957930276" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" transform="rotate(90 820.356544695861 626.9565957930276)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
134
+ M 696.8717177165561,305.4702358986301
135
+ L 705.3879126806461,310.06898117923873
136
+ L 705.3879126806461,339.273852442758
137
+ L 688.3555227524661,339.273852442758
138
+ L 688.3555227524661,310.06898117923873
139
139
  Z
140
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="683.565163085156" y="313.1348113663111" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" transform="rotate(90 683.565163085156 313.1348113663111)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
141
- M 707.8363187328125,158.14006301987308
142
- L 716.3525136969025,162.73880830048168
143
- L 716.3525136969025,191.943679564001
144
- L 699.3201237687225,191.943679564001
145
- L 699.3201237687225,162.73880830048168
140
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="696.8717177165561" y="313.1348113663111" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" transform="rotate(90 696.8717177165561 313.1348113663111)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
141
+ M 721.1428733642126,158.14006301987308
142
+ L 729.6590683283026,162.73880830048168
143
+ L 729.6590683283026,191.943679564001
144
+ L 712.6266784001226,191.943679564001
145
+ L 712.6266784001226,162.73880830048168
146
146
  Z
147
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="707.8363187328125" y="165.8046384875541" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" transform="rotate(90 707.8363187328125 165.8046384875541)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
148
- M 259.03284412526955,723.615408635449
149
- L 267.54903908935955,728.2141539160575
150
- L 267.54903908935955,757.4190251795768
151
- L 250.51664916117954,757.4190251795768
152
- L 250.51664916117954,728.2141539160575
147
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="721.1428733642126" y="165.8046384875541" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" transform="rotate(90 721.1428733642126 165.8046384875541)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
148
+ M 272.33939875666954,723.615408635449
149
+ L 280.85559372075954,728.2141539160575
150
+ L 280.85559372075954,757.4190251795768
151
+ L 263.82320379257953,757.4190251795768
152
+ L 263.82320379257953,728.2141539160575
153
153
  Z
154
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="259.03284412526955" y="731.2799841031299" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" transform="rotate(90 259.03284412526955 731.2799841031299)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
155
- M 394.86615380250504,122.79785391889959
156
- L 386.34995883841503,118.199108638291
157
- L 386.34995883841503,88.99423737477169
158
- L 403.38234876659504,88.99423737477169
159
- L 403.38234876659504,118.199108638291
154
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="272.33939875666954" y="731.2799841031299" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" transform="rotate(90 272.33939875666954 731.2799841031299)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
155
+ M 408.17270843390503,122.79785391889959
156
+ L 399.656513469815,118.199108638291
157
+ L 399.656513469815,88.99423737477169
158
+ L 416.68890339799503,88.99423737477169
159
+ L 416.68890339799503,118.199108638291
160
160
  Z
161
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="394.86615380250504" y="115.13327845121859" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" transform="rotate(-90 394.86615380250504 115.13327845121859)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
162
- M 394.86615380250504,220.30828625773
163
- L 399.46489908311366,211.79209129364
164
- L 428.66977034663296,211.79209129364
165
- L 428.66977034663296,228.82448122182
166
- L 399.46489908311366,228.82448122182
161
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="408.17270843390503" y="115.13327845121859" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" transform="rotate(-90 408.17270843390503 115.13327845121859)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
162
+ M 408.17270843390503,220.30828625773
163
+ L 412.77145371451365,211.79209129364
164
+ L 441.97632497803295,211.79209129364
165
+ L 441.97632497803295,228.82448122182
166
+ L 412.77145371451365,228.82448122182
167
167
  Z
168
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="402.53072927018604" y="220.30828625773" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
169
- M 394.86615380250504,254.37306611409
170
- L 399.46489908311366,245.85687115
171
- L 428.66977034663296,245.85687115
172
- L 428.66977034663296,262.88926107817997
173
- L 399.46489908311366,262.88926107817997
168
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="415.83728390158603" y="220.30828625773" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
169
+ M 408.17270843390503,254.37306611409
170
+ L 412.77145371451365,245.85687115
171
+ L 441.97632497803295,245.85687115
172
+ L 441.97632497803295,262.88926107817997
173
+ L 412.77145371451365,262.88926107817997
174
174
  Z
175
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="402.53072927018604" y="254.37306611409" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
176
- M 707.8363187328125,76.38459136460912
177
- L 699.3201237687225,71.78584608400053
178
- L 699.3201237687225,42.58097482048122
179
- L 716.3525136969025,42.58097482048122
180
- L 716.3525136969025,71.78584608400053
175
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="415.83728390158603" y="254.37306611409" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
176
+ M 721.1428733642126,76.38459136460912
177
+ L 712.6266784001226,71.78584608400053
178
+ L 712.6266784001226,42.58097482048122
179
+ L 729.6590683283026,42.58097482048122
180
+ L 729.6590683283026,71.78584608400053
181
181
  Z
182
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="707.8363187328125" y="68.72001589692812" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" transform="rotate(-90 707.8363187328125 68.72001589692812)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
183
- M 537.8530672495762,241.5136117183142
184
- L 533.2543219689676,250.0298066824042
185
- L 484.04207000314614,250.0298066824042
186
- L 484.04207000314614,232.9974167542242
187
- L 533.2543219689676,232.9974167542242
182
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="721.1428733642126" y="68.72001589692812" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" transform="rotate(-90 721.1428733642126 68.72001589692812)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
183
+ M 551.1596218809761,241.5136117183142
184
+ L 546.5608766003676,250.0298066824042
185
+ L 497.3486246345461,250.0298066824042
186
+ L 497.3486246345461,232.9974167542242
187
+ L 546.5608766003676,232.9974167542242
188
188
  Z
189
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="530.1884917818952" y="241.5136117183142" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
190
- M 411.898543730685,535.8333096772647
191
- L 407.29979845007637,544.3495046413547
192
- L 338.08016578195287,544.3495046413547
193
- L 338.08016578195287,527.3171147131746
194
- L 407.29979845007637,527.3171147131746
189
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="543.4950464132952" y="241.5136117183142" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
190
+ M 425.205098362085,535.8333096772647
191
+ L 420.60635308147636,544.3495046413547
192
+ L 351.38672041335286,544.3495046413547
193
+ L 351.38672041335286,527.3171147131746
194
+ L 420.60635308147636,527.3171147131746
195
195
  Z
196
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="404.233968263004" y="535.8333096772647" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="
197
- M 673.345729128248,527.3171147131746
198
- L 677.9444744088565,518.8009197490846
199
- L 707.1493456723758,518.8009197490846
200
- L 707.1493456723758,535.8333096772647
201
- L 677.9444744088565,535.8333096772647
196
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="417.540522894404" y="535.8333096772647" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="
197
+ M 686.6522837596481,527.3171147131746
198
+ L 691.2510290402566,518.8009197490846
199
+ L 720.4559003037759,518.8009197490846
200
+ L 720.4559003037759,535.8333096772647
201
+ L 691.2510290402566,535.8333096772647
202
202
  Z
203
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="681.0103045959289" y="527.3171147131746" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="
204
- M 599.254832940665,447.2648820507286
205
- L 590.738637976575,442.66613677012
206
- L 590.738637976575,413.4612655066007
207
- L 607.771027904755,413.4612655066007
208
- L 607.771027904755,442.66613677012
203
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="694.316859227329" y="527.3171147131746" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="
204
+ M 612.5613875720651,447.2648820507286
205
+ L 604.0451926079751,442.66613677012
206
+ L 604.0451926079751,413.4612655066007
207
+ L 621.0775825361551,413.4612655066007
208
+ L 621.0775825361551,442.66613677012
209
209
  Z
210
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" x="599.254832940665" y="439.6003065830476" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" transform="rotate(-90 599.254832940665 439.6003065830476)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" d="
211
- M 259.03284412526955,598.6402475374281
212
- L 263.6315894058782,590.1240525733381
213
- L 292.83646066939747,590.1240525733381
214
- L 292.83646066939747,607.1564425015181
215
- L 263.6315894058782,607.1564425015181
210
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" x="612.5613875720651" y="439.6003065830476" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" transform="rotate(-90 612.5613875720651 439.6003065830476)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" d="
211
+ M 272.33939875666954,598.6402475374281
212
+ L 276.93814403727816,590.1240525733381
213
+ L 306.14301530079746,590.1240525733381
214
+ L 306.14301530079746,607.1564425015181
215
+ L 276.93814403727816,607.1564425015181
216
216
  Z
217
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" x="266.69741959295055" y="598.6402475374281" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" transform="">XX</text><text class="sch-text" x="362.504612938963" y="99.80412751585649" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 362.504612938963, 99.80412751585649)">J1</text><text class="sch-text" x="532.8285122207631" y="563.9367530587616" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935361977px" transform="rotate(0, 532.8285122207631, 563.9367530587616)">MIC5219_3_3YM5_TR</text><text class="sch-text" x="456.182757543953" y="474.94251568402115" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 456.182757543953, 474.94251568402115)">U3</text><rect class="schematic-box sch-box" x="347.17546200360107" y="89.15888381074402" width="30.65830187072396" height="21.290487410224983" stroke-width="1.703238992818px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="13.625911942544 6.812955971272"/><rect class="schematic-box sch-box" x="445.963323587045" y="556.2721775910807" width="173.73037726743598" height="15.329150935361895" stroke-width="1.703238992818px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="13.625911942544 6.812955971272"/><rect class="schematic-box sch-box" x="440.853606608591" y="464.2972719789086" width="30.658301870724017" height="21.290487410225012" stroke-width="1.703238992818px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="13.625911942544 6.812955971272"/>
217
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.703238992818px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" x="280.00397422435054" y="598.6402475374281" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.329150935362px" transform="">XX</text><text class="sch-text" x="375.811167570363" y="99.80412751585649" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 375.811167570363, 99.80412751585649)">J1</text><text class="sch-text" x="546.1350668521629" y="563.9367530587616" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935361977px" transform="rotate(0, 546.1350668521629, 563.9367530587616)">MIC5219_3_3YM5_TR</text><text class="sch-text" x="469.489312175353" y="474.94251568402115" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.329150935362px" transform="rotate(0, 469.489312175353, 474.94251568402115)">U3</text><rect class="schematic-box sch-box" x="360.48201663500106" y="89.15888381074402" width="30.65830187072396" height="21.290487410224983" stroke-width="1.703238992818px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="13.625911942544 6.812955971272"/><rect class="schematic-box sch-box" x="459.269878218445" y="556.2721775910807" width="173.7303772674361" height="15.329150935361895" stroke-width="1.703238992818px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="13.625911942544 6.812955971272"/><rect class="schematic-box sch-box" x="454.160161239991" y="464.2972719789086" width="30.658301870724017" height="21.290487410225012" stroke-width="1.703238992818px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="13.625911942544 6.812955971272"/>
218
218
  </g>
219
219
  </svg>