@tscircuit/schematic-trace-solver 0.0.159 → 0.0.161

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/dist/index.d.ts +43 -9
  2. package/dist/index.js +807 -115
  3. package/lib/solvers/AvailableNetOrientationSolver/AvailableNetOrientationSolver.ts +210 -6
  4. package/lib/solvers/InlineNetLabelSolver/InlineNetLabelSolver.ts +536 -94
  5. package/lib/solvers/InlineNetLabelSolver/pushAnchoredNetLabelsAwayFromInlineLabels.ts +9 -7
  6. package/lib/solvers/InlineNetLabelSolver/pushInlineTerminalLabelsAwayFromAnchoredLabels.ts +295 -0
  7. package/lib/solvers/NetLabelPlacementSolver/NetLabelPlacementSolver.ts +7 -35
  8. package/lib/solvers/SchematicTraceLinesSolver/getTraceConnectedPinComponents.ts +60 -0
  9. package/lib/solvers/TraceCleanupSolver/sameNetRailAlignment/getFixedLabelCoordinate.ts +44 -13
  10. package/lib/types/InputProblem.ts +5 -4
  11. package/package.json +1 -1
  12. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +1 -1
  13. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +1 -1
  14. package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +79 -79
  15. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +85 -85
  16. package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +1 -1
  17. package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +163 -163
  18. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +547 -547
  19. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +13 -13
  20. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +267 -267
  21. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +267 -267
  22. package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +109 -109
  23. package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +1 -1
  24. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +49 -49
  25. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +1 -1
  26. package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +103 -103
  27. package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +103 -103
  28. package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +600 -792
  29. package/tests/bug-reports/bug-report-20260826T072956Z/bug-report-20260826T072956Z.test.ts +66 -1
  30. package/tests/examples/__snapshots__/example51.snap.svg +568 -568
  31. package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +16 -1
  32. package/tests/fixtures/convertSolverOutputToCircuitJson.ts +23 -12
  33. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +736 -736
  34. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +79 -79
  35. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +127 -127
  36. package/tests/repros/__snapshots__/repro-bluetooth-controller-ground-decoupling-groups.snap.svg +106 -0
  37. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +31 -31
  38. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +121 -121
  39. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +43 -43
  40. package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +19 -19
  41. package/tests/repros/__snapshots__/repro-core-ground-inline-label-fallback.snap.svg +277 -0
  42. package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +19 -19
  43. package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +7 -7
  44. package/tests/repros/__snapshots__/repro-dc-power-isolated-routing.snap.svg +37 -37
  45. package/tests/repros/__snapshots__/repro-hdc2080-ground-label-alignment.snap.svg +137 -0
  46. package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +61 -61
  47. package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +115 -115
  48. package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +743 -743
  49. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +43 -43
  50. package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +1 -1
  51. package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +17 -17
  52. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1131 -1131
  53. package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +7 -7
  54. package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +7 -7
  55. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +666 -666
  56. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +73 -73
  57. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +73 -73
  58. package/tests/repros/assets/repro-bluetooth-controller-ground-decoupling-groups.input.json +214 -0
  59. package/tests/repros/assets/repro-core-ground-inline-label-fallback.input.json +863 -0
  60. package/tests/repros/repro-bluetooth-controller-ground-decoupling-groups.test.ts +18 -0
  61. package/tests/repros/repro-core-ground-inline-label-fallback.test.ts +34 -0
  62. package/tests/repros/repro-hdc2080-ground-label-alignment.test.ts +239 -0
  63. package/tests/repros/repro-tida010076-j4-ground-bus.test.ts +14 -10
  64. package/tests/repros/repro-tida010076-page02.test.ts +2 -2
  65. package/tests/repros/repro-usb-power-vbus-label-detour.test.ts +14 -0
  66. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +1 -1
  67. package/tests/solvers/InlineNetLabelSolver/multi-pin-connected-components.test.ts +252 -0
  68. package/tests/solvers/InlineNetLabelSolver/opposite-side-placement.test.ts +71 -0
  69. package/tests/solvers/InlineNetLabelSolver/push-anchored-net-labels-away.test.ts +8 -2
  70. package/tests/solvers/InlineNetLabelSolver/push-inline-terminal-labels-away.test.ts +91 -0
  71. package/tests/solvers/InlineNetLabelSolver/two-pin-terminal-stubs-atomic.test.ts +7 -1
@@ -106,7 +106,7 @@ orientation: y+" data-x="-2.4499999999999993" data-y="1.1510000000000011" cx="16
106
106
  .port-label { fill: rgb(0, 100, 100); }
107
107
  .component-name { fill: rgb(0, 100, 100); }
108
108
 
109
- </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 456.09065155801 134.8441926344649 L 433.42776203959 134.8441926344649 L 433.42776203959 112.18130311604489 L 456.09065155801 112.18130311604489" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.09065155801 134.8441926344649 L 433.42776203959 134.8441926344649 L 433.42776203959 112.18130311604489 L 456.09065155801 112.18130311604489" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" stroke-linecap="round" 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 456.09065155801 157.50708215288486 L 433.42776203959 157.50708215288486 L 433.42776203959 134.8441926344649 L 456.09065155801 134.8441926344649" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.09065155801 157.50708215288486 L 433.42776203959 157.50708215288486 L 433.42776203959 134.8441926344649 L 456.09065155801 134.8441926344649" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" stroke-linecap="round" 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 456.09065155801 316.14730878182485 L 433.42776203959 316.14730878182485 L 433.42776203959 338.81019830024485 L 456.09065155801 338.81019830024485" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.09065155801 316.14730878182485 L 433.42776203959 316.14730878182485 L 433.42776203959 338.81019830024485 L 456.09065155801 338.81019830024485" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" stroke-linecap="round" 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 456.09065155801 202.83286118972487 L 433.42776203959 202.83286118972487 L 433.42776203959 180.1699716713049 L 456.09065155801 180.1699716713049" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.09065155801 202.83286118972487 L 433.42776203959 202.83286118972487 L 433.42776203959 180.1699716713049 L 456.09065155801 180.1699716713049" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" stroke-linecap="round" 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 456.09065155801 225.49575070814487 L 433.42776203959 225.49575070814487 L 433.42776203959 202.83286118972487 L 456.09065155801 202.83286118972487" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.09065155801 225.49575070814487 L 433.42776203959 225.49575070814487 L 433.42776203959 202.83286118972487 L 456.09065155801 202.83286118972487" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" stroke-linecap="round" 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 456.09065155801 248.15864022656487 L 433.42776203959 248.15864022656487 L 433.42776203959 225.49575070814487 L 456.09065155801 225.49575070814487" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.09065155801 248.15864022656487 L 433.42776203959 248.15864022656487 L 433.42776203959 225.49575070814487 L 456.09065155801 225.49575070814487" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" stroke-linecap="round" 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 433.42776203959 134.8441926344649 L 393.7677053823551 134.8441926344649 L 393.7677053823551 134.73087818687281" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 433.42776203959 134.8441926344649 L 393.7677053823551 134.8441926344649 L 393.7677053823551 134.73087818687281" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" stroke-linecap="round" 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 433.42776203959 202.83286118972487 L 393.7677053823551 202.83286118972487 L 393.7677053823551 202.7195467421328" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 433.42776203959 202.83286118972487 L 393.7677053823551 202.83286118972487 L 393.7677053823551 202.7195467421328" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" stroke-linecap="round" 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 456.09065155801 270.8215297449849 L 393.7677053823551 270.8215297449849 L 393.7677053823551 270.70821529739277" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.09065155801 270.8215297449849 L 393.7677053823551 270.8215297449849 L 393.7677053823551 270.70821529739277" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" stroke-linecap="round" 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 433.42776203959 316.14730878182485 L 313.31444759196404 316.14730878182485 L 313.31444759196404 310.36827195462774" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 433.42776203959 316.14730878182485 L 313.31444759196404 316.14730878182485 L 313.31444759196404 310.36827195462774" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="456.09065155801" cy="134.8441926344649" r="3.399433427763" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="433.42776203959" cy="134.8441926344649" r="3.399433427763" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="433.42776203959" cy="316.14730878182485" r="3.399433427763" 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="456.09065155801" cy="202.83286118972487" r="3.399433427763" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="433.42776203959" cy="202.83286118972487" r="3.399433427763" 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="456.09065155801" cy="225.49575070814487" r="3.399433427763" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="433.42776203959" cy="225.49575070814487" r="3.399433427763" 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"/><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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="501.41643059485" y="83.85269121802003" width="339.9433427762999" height="634.5609065157599" stroke-width="2.2662889518419997px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="501.41643059485" y="83.85269121802003" width="339.9433427762999" height="634.5609065157599" fill="transparent"/><text class="sch-text" x="671.388101983" y="401.1331444759" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="20.396600566577998px" transform="rotate(0, 671.388101983, 401.1331444759)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="112.18130311604489" x2="456.09065155801" y2="112.18130311604489" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="453.824362606168" y="109.91501416420289" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="109.91501416420289" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="112.18130311604489" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="134.8441926344649" x2="456.09065155801" y2="134.8441926344649" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="453.824362606168" y="132.5779036826229" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="132.5779036826229" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="134.8441926344649" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_1</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="202.83286118972495" x2="884.419263456148" y2="202.83286118972495" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="202.83286118972495" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="200.56657223788295" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="200.56657223788295" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="202.83286118972495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="225.49575070814498" x2="884.419263456148" y2="225.49575070814498" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="225.49575070814498" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="223.22946175630298" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="223.22946175630298" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="225.49575070814498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_3</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="248.15864022656496" x2="884.419263456148" y2="248.15864022656496" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="248.15864022656496" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="245.89235127472296" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="245.89235127472293" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="248.15864022656496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="270.82152974498496" x2="884.419263456148" y2="270.82152974498496" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="270.82152974498496" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="268.55524079314296" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="268.55524079314296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="270.82152974498496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_5</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="293.484419263405" x2="884.419263456148" y2="293.484419263405" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="293.484419263405" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="291.218130311563" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="291.21813031156296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="293.484419263405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_6</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="316.147308781825" x2="884.419263456148" y2="316.147308781825" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="316.147308781825" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="313.881019829983" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="313.881019829983" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="316.147308781825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_7</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="316.14730878182485" x2="456.09065155801" y2="316.14730878182485" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="453.824362606168" y="313.88101982998285" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="313.88101982998285" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="316.14730878182485" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_8</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="338.810198300245" x2="884.419263456148" y2="338.810198300245" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="338.810198300245" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="336.543909348403" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="336.543909348403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="338.810198300245" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_9</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="361.473087818665" x2="884.419263456148" y2="361.473087818665" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="361.473087818665" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="359.206798866823" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="359.206798866823" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="361.473087818665" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_10</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="384.1359773370851" x2="884.419263456148" y2="384.1359773370851" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="384.1359773370851" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="381.8696883852431" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="381.8696883852431" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="384.1359773370851" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_11</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="406.7988668555051" x2="884.419263456148" y2="406.7988668555051" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="406.7988668555051" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="404.5325779036631" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="404.5325779036631" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="406.7988668555051" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_12</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="429.4617563739251" x2="884.419263456148" y2="429.4617563739251" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="429.4617563739251" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="427.1954674220831" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="427.1954674220831" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="429.4617563739251" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_13</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="452.12464589234514" x2="884.419263456148" y2="452.12464589234514" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="452.12464589234514" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="449.85835694050314" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="449.8583569405031" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="452.12464589234514" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_14</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="474.78753541076514" x2="884.419263456148" y2="474.78753541076514" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="474.78753541076514" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="472.52124645892314" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="472.52124645892314" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="474.78753541076514" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_15</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="338.81019830024485" x2="456.09065155801" y2="338.81019830024485" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><rect x="453.824362606168" y="336.54390934840285" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="336.54390934840285" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="338.81019830024485" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_16</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="180.1699716713049" x2="456.09065155801" y2="180.1699716713049" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><rect x="453.824362606168" y="177.9036827194629" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="177.9036827194629" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="180.1699716713049" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_17</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="384.13597733708485" x2="458.35694050985194" y2="384.13597733708485" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="384.13597733708485" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="381.86968838524285" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="381.86968838524285" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="384.13597733708485" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_18</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="406.79886685550485" x2="458.35694050985194" y2="406.79886685550485" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="406.79886685550485" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="404.53257790366285" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="404.53257790366285" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="406.79886685550485" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_19</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="429.4617563739249" x2="458.35694050985194" y2="429.4617563739249" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="429.4617563739249" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="427.1954674220829" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="427.1954674220829" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="429.4617563739249" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_20</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="452.1246458923449" x2="458.35694050985194" y2="452.1246458923449" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="452.1246458923449" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="449.8583569405029" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="449.8583569405029" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="452.1246458923449" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_21</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="474.7875354107649" x2="458.35694050985194" y2="474.7875354107649" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_22__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="474.7875354107649" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="472.5212464589229" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="472.5212464589229" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="474.7875354107649" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_22</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="497.4504249291849" x2="458.35694050985194" y2="497.4504249291849" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="497.4504249291849" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="495.1841359773429" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="495.184135977343" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="497.4504249291849" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_23</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="157.50708215288492" x2="884.419263456148" y2="157.50708215288492" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="157.50708215288492" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="155.24079320104292" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="155.24079320104292" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="157.50708215288492" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_24</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="588.1019830028649" x2="458.35694050985194" y2="588.1019830028649" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_25__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="588.1019830028649" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="585.835694051023" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="585.835694051023" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="588.1019830028649" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_25</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="656.090651558125" x2="458.35694050985194" y2="656.090651558125" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="656.090651558125" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="653.8243626062831" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="653.8243626062831" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="656.090651558125" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_26</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="270.8215297449849" x2="456.09065155801" y2="270.8215297449849" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_27__stack1"><rect x="453.824362606168" y="268.5552407931429" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="268.55524079314284" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="270.8215297449849" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_27</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="202.83286118972487" x2="456.09065155801" y2="202.83286118972487" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_28__stack1"><rect x="453.824362606168" y="200.56657223788287" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="200.56657223788287" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="202.83286118972487" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_28</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="701.416430594965" x2="458.35694050985194" y2="701.416430594965" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="701.416430594965" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="699.1501416431231" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="699.1501416431231" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="701.416430594965" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_29</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="225.49575070814487" x2="456.09065155801" y2="225.49575070814487" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_30__stack1"><rect x="453.824362606168" y="223.22946175630287" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="223.22946175630287" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="225.49575070814487" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_30</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="520.113314447605" x2="458.35694050985194" y2="520.113314447605" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="520.113314447605" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="517.8470254957631" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="517.847025495763" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="520.113314447605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_31</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="542.7762039660249" x2="458.35694050985194" y2="542.7762039660249" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_32__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="542.7762039660249" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="540.509915014183" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="540.509915014183" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="542.7762039660249" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_32</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="157.50708215288486" x2="456.09065155801" y2="157.50708215288486" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_33__stack1"><rect x="453.824362606168" y="155.24079320104286" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="155.24079320104286" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="157.50708215288486" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_33</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="520.1133144476051" x2="884.419263456148" y2="520.1133144476051" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="520.1133144476051" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="517.8470254957632" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="517.8470254957631" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="520.1133144476051" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_34</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="588.1019830028652" x2="884.419263456148" y2="588.1019830028652" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_35__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="588.1019830028652" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="585.8356940510232" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="585.8356940510231" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="588.1019830028652" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_35</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="633.4277620397052" x2="884.419263456148" y2="633.4277620397052" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_36__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="633.4277620397052" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="631.1614730878632" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="631.1614730878631" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="633.4277620397052" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_36</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="248.15864022656487" x2="456.09065155801" y2="248.15864022656487" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_37__stack1"><rect x="453.824362606168" y="245.89235127472287" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="245.89235127472287" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="248.15864022656487" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_37</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="112.18130311604489" x2="884.419263456148" y2="112.18130311604489" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_38__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="112.18130311604489" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="109.91501416420289" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="109.91501416420289" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="112.18130311604489" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_38</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="678.7535410765452" x2="884.419263456148" y2="678.7535410765452" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_39__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="678.7535410765452" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="676.4872521247032" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="676.4872521247031" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="678.7535410765452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_39</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="701.416430594965" x2="884.419263456148" y2="701.416430594965" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_40__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="701.416430594965" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="699.1501416431231" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="699.1501416431231" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="701.416430594965" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_40</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="456.09065155801" cy="112.18130311604489" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="456.09065155801" cy="134.8441926344649" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="886.6855524079899" cy="202.83286118972495" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="886.6855524079899" cy="225.49575070814498" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="886.6855524079899" cy="248.15864022656496" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="886.6855524079899" cy="270.82152974498496" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="886.6855524079899" cy="293.484419263405" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="886.6855524079899" cy="316.147308781825" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="456.09065155801" cy="316.14730878182485" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="886.6855524079899" cy="338.810198300245" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="886.6855524079899" cy="361.473087818665" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="886.6855524079899" cy="384.1359773370851" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="886.6855524079899" cy="406.7988668555051" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="886.6855524079899" cy="429.4617563739251" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="886.6855524079899" cy="452.12464589234514" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="886.6855524079899" cy="474.78753541076514" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="456.09065155801" cy="338.81019830024485" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="456.09065155801" cy="180.1699716713049" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="456.09065155801" cy="384.13597733708485" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="456.09065155801" cy="406.79886685550485" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="456.09065155801" cy="429.4617563739249" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="456.09065155801" cy="452.1246458923449" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_22__stack1"><circle cx="456.09065155801" cy="474.7875354107649" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_23__stack1"><circle cx="456.09065155801" cy="497.4504249291849" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_24__stack1"><circle cx="886.6855524079899" cy="157.50708215288492" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_25__stack1"><circle cx="456.09065155801" cy="588.1019830028649" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_26__stack1"><circle cx="456.09065155801" cy="656.090651558125" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_27__stack1"><circle cx="456.09065155801" cy="270.8215297449849" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_28__stack1"><circle cx="456.09065155801" cy="202.83286118972487" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_29__stack1"><circle cx="456.09065155801" cy="701.416430594965" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_30__stack1"><circle cx="456.09065155801" cy="225.49575070814487" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_31__stack1"><circle cx="456.09065155801" cy="520.113314447605" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_32__stack1"><circle cx="456.09065155801" cy="542.7762039660249" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_33__stack1"><circle cx="456.09065155801" cy="157.50708215288486" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_34__stack1"><circle cx="886.6855524079899" cy="520.1133144476051" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_35__stack1"><circle cx="886.6855524079899" cy="588.1019830028652" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_36__stack1"><circle cx="886.6855524079899" cy="633.4277620397052" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_37__stack1"><circle cx="456.09065155801" cy="248.15864022656487" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_38__stack1"><circle cx="886.6855524079899" cy="112.18130311604489" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_39__stack1"><circle cx="886.6855524079899" cy="678.7535410765452" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_40__stack1"><circle cx="886.6855524079899" cy="701.416430594965" r="4.5325779036839995" 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="
109
+ </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 456.09065155801 134.8441926344649 L 433.42776203959 134.8441926344649 L 433.42776203959 112.18130311604489 L 456.09065155801 112.18130311604489" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.09065155801 134.8441926344649 L 433.42776203959 134.8441926344649 L 433.42776203959 112.18130311604489 L 456.09065155801 112.18130311604489" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" stroke-linecap="round" 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 456.09065155801 157.50708215288486 L 433.42776203959 157.50708215288486 L 433.42776203959 134.8441926344649 L 456.09065155801 134.8441926344649" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.09065155801 157.50708215288486 L 433.42776203959 157.50708215288486 L 433.42776203959 134.8441926344649 L 456.09065155801 134.8441926344649" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" stroke-linecap="round" 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 456.09065155801 316.14730878182485 L 433.42776203959 316.14730878182485 L 433.42776203959 338.81019830024485 L 456.09065155801 338.81019830024485" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.09065155801 316.14730878182485 L 433.42776203959 316.14730878182485 L 433.42776203959 338.81019830024485 L 456.09065155801 338.81019830024485" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" stroke-linecap="round" 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 456.09065155801 202.83286118972487 L 433.42776203959 202.83286118972487 L 433.42776203959 180.1699716713049 L 456.09065155801 180.1699716713049" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.09065155801 202.83286118972487 L 433.42776203959 202.83286118972487 L 433.42776203959 180.1699716713049 L 456.09065155801 180.1699716713049" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" stroke-linecap="round" 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 456.09065155801 225.49575070814487 L 433.42776203959 225.49575070814487 L 433.42776203959 202.83286118972487 L 456.09065155801 202.83286118972487" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.09065155801 225.49575070814487 L 433.42776203959 225.49575070814487 L 433.42776203959 202.83286118972487 L 456.09065155801 202.83286118972487" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" stroke-linecap="round" 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 456.09065155801 248.15864022656487 L 433.42776203959 248.15864022656487 L 433.42776203959 225.49575070814487 L 456.09065155801 225.49575070814487" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.09065155801 248.15864022656487 L 433.42776203959 248.15864022656487 L 433.42776203959 225.49575070814487 L 456.09065155801 225.49575070814487" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" stroke-linecap="round" 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 433.42776203959 134.8441926344649 L 393.7677053823551 134.8441926344649 L 393.7677053823551 134.73087818687281" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 433.42776203959 134.8441926344649 L 393.7677053823551 134.8441926344649 L 393.7677053823551 134.73087818687281" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" stroke-linecap="round" 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 433.42776203959 202.83286118972487 L 393.7677053823551 202.83286118972487 L 393.7677053823551 202.7195467421328" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 433.42776203959 202.83286118972487 L 393.7677053823551 202.83286118972487 L 393.7677053823551 202.7195467421328" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" stroke-linecap="round" 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 456.09065155801 270.8215297449849 L 393.7677053823551 270.8215297449849 L 393.7677053823551 270.70821529739277" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.09065155801 270.8215297449849 L 393.7677053823551 270.8215297449849 L 393.7677053823551 270.70821529739277" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" stroke-linecap="round" 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 433.42776203959 316.14730878182485 L 313.31444759196404 316.14730878182485 L 313.31444759196404 310.36827195462774" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 433.42776203959 316.14730878182485 L 313.31444759196404 316.14730878182485 L 313.31444759196404 310.36827195462774" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="456.09065155801" cy="134.8441926344649" r="3.399433427763" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="433.42776203959" cy="134.8441926344649" r="3.399433427763" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="433.42776203959" cy="316.14730878182485" r="3.399433427763" 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="456.09065155801" cy="202.83286118972487" r="3.399433427763" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="433.42776203959" cy="202.83286118972487" r="3.399433427763" 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="456.09065155801" cy="225.49575070814487" r="3.399433427763" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="433.42776203959" cy="225.49575070814487" r="3.399433427763" 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"/><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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="501.41643059485" y="83.85269121802003" width="339.9433427762999" height="634.5609065157599" stroke-width="2.2662889518419997px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="501.41643059485" y="83.85269121802003" width="339.9433427762999" height="634.5609065157599" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="112.18130311604489" x2="456.09065155801" y2="112.18130311604489" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="453.824362606168" y="109.91501416420289" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="109.91501416420289" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="134.8441926344649" x2="456.09065155801" y2="134.8441926344649" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="453.824362606168" y="132.5779036826229" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="132.5779036826229" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="202.83286118972495" x2="884.419263456148" y2="202.83286118972495" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="202.83286118972495" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="200.56657223788295" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="200.56657223788295" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="225.49575070814498" x2="884.419263456148" y2="225.49575070814498" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="225.49575070814498" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="223.22946175630298" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="223.22946175630298" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="248.15864022656496" x2="884.419263456148" y2="248.15864022656496" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="248.15864022656496" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="245.89235127472296" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="245.89235127472293" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="270.82152974498496" x2="884.419263456148" y2="270.82152974498496" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="270.82152974498496" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="268.55524079314296" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="268.55524079314296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="293.484419263405" x2="884.419263456148" y2="293.484419263405" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="293.484419263405" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="291.218130311563" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="291.21813031156296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="316.147308781825" x2="884.419263456148" y2="316.147308781825" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="316.147308781825" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="313.881019829983" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="313.881019829983" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="316.14730878182485" x2="456.09065155801" y2="316.14730878182485" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="453.824362606168" y="313.88101982998285" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="313.88101982998285" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="338.810198300245" x2="884.419263456148" y2="338.810198300245" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="338.810198300245" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="336.543909348403" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="336.543909348403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="361.473087818665" x2="884.419263456148" y2="361.473087818665" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="361.473087818665" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="359.206798866823" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="359.206798866823" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="384.1359773370851" x2="884.419263456148" y2="384.1359773370851" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="384.1359773370851" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="381.8696883852431" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="381.8696883852431" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="406.7988668555051" x2="884.419263456148" y2="406.7988668555051" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="406.7988668555051" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="404.5325779036631" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="404.5325779036631" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="429.4617563739251" x2="884.419263456148" y2="429.4617563739251" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="429.4617563739251" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="427.1954674220831" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="427.1954674220831" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="452.12464589234514" x2="884.419263456148" y2="452.12464589234514" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="452.12464589234514" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="449.85835694050314" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="449.8583569405031" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="474.78753541076514" x2="884.419263456148" y2="474.78753541076514" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="474.78753541076514" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="472.52124645892314" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="472.52124645892314" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="338.81019830024485" x2="456.09065155801" y2="338.81019830024485" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><rect x="453.824362606168" y="336.54390934840285" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="336.54390934840285" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="180.1699716713049" x2="456.09065155801" y2="180.1699716713049" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><rect x="453.824362606168" y="177.9036827194629" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="177.9036827194629" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="384.13597733708485" x2="458.35694050985194" y2="384.13597733708485" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="384.13597733708485" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="381.86968838524285" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="381.86968838524285" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="406.79886685550485" x2="458.35694050985194" y2="406.79886685550485" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="406.79886685550485" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="404.53257790366285" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="404.53257790366285" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="429.4617563739249" x2="458.35694050985194" y2="429.4617563739249" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="429.4617563739249" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="427.1954674220829" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="427.1954674220829" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="452.1246458923449" x2="458.35694050985194" y2="452.1246458923449" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="452.1246458923449" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="449.8583569405029" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="449.8583569405029" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="474.7875354107649" x2="458.35694050985194" y2="474.7875354107649" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_22__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="474.7875354107649" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="472.5212464589229" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="472.5212464589229" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="497.4504249291849" x2="458.35694050985194" y2="497.4504249291849" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="497.4504249291849" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="495.1841359773429" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="495.184135977343" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="157.50708215288492" x2="884.419263456148" y2="157.50708215288492" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="157.50708215288492" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="155.24079320104292" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="155.24079320104292" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="588.1019830028649" x2="458.35694050985194" y2="588.1019830028649" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_25__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="588.1019830028649" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="585.835694051023" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="585.835694051023" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="656.090651558125" x2="458.35694050985194" y2="656.090651558125" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="656.090651558125" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="653.8243626062831" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="653.8243626062831" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="270.8215297449849" x2="456.09065155801" y2="270.8215297449849" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_27__stack1"><rect x="453.824362606168" y="268.5552407931429" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="268.55524079314284" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="202.83286118972487" x2="456.09065155801" y2="202.83286118972487" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_28__stack1"><rect x="453.824362606168" y="200.56657223788287" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="200.56657223788287" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="701.416430594965" x2="458.35694050985194" y2="701.416430594965" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="701.416430594965" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="699.1501416431231" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="699.1501416431231" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="225.49575070814487" x2="456.09065155801" y2="225.49575070814487" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_30__stack1"><rect x="453.824362606168" y="223.22946175630287" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="223.22946175630287" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="520.113314447605" x2="458.35694050985194" y2="520.113314447605" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="520.113314447605" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="517.8470254957631" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="517.847025495763" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="542.7762039660249" x2="458.35694050985194" y2="542.7762039660249" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_32__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="542.7762039660249" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="540.509915014183" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="540.509915014183" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="157.50708215288486" x2="456.09065155801" y2="157.50708215288486" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_33__stack1"><rect x="453.824362606168" y="155.24079320104286" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="155.24079320104286" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="520.1133144476051" x2="884.419263456148" y2="520.1133144476051" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="520.1133144476051" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="517.8470254957632" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="517.8470254957631" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="588.1019830028652" x2="884.419263456148" y2="588.1019830028652" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_35__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="588.1019830028652" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="585.8356940510232" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="585.8356940510231" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="633.4277620397052" x2="884.419263456148" y2="633.4277620397052" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_36__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="633.4277620397052" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="631.1614730878632" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="631.1614730878631" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="248.15864022656487" x2="456.09065155801" y2="248.15864022656487" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_37__stack1"><rect x="453.824362606168" y="245.89235127472287" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="245.89235127472287" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="112.18130311604489" x2="884.419263456148" y2="112.18130311604489" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_38__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="112.18130311604489" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="109.91501416420289" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="109.91501416420289" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="678.7535410765452" x2="884.419263456148" y2="678.7535410765452" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_39__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="678.7535410765452" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="676.4872521247032" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="676.4872521247031" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="701.416430594965" x2="884.419263456148" y2="701.416430594965" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_40__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="701.416430594965" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="699.1501416431231" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="699.1501416431231" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="456.09065155801" cy="112.18130311604489" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="456.09065155801" cy="134.8441926344649" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="886.6855524079899" cy="202.83286118972495" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="886.6855524079899" cy="225.49575070814498" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="886.6855524079899" cy="248.15864022656496" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="886.6855524079899" cy="270.82152974498496" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="886.6855524079899" cy="293.484419263405" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="886.6855524079899" cy="316.147308781825" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="456.09065155801" cy="316.14730878182485" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="886.6855524079899" cy="338.810198300245" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="886.6855524079899" cy="361.473087818665" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="886.6855524079899" cy="384.1359773370851" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="886.6855524079899" cy="406.7988668555051" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="886.6855524079899" cy="429.4617563739251" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="886.6855524079899" cy="452.12464589234514" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="886.6855524079899" cy="474.78753541076514" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="456.09065155801" cy="338.81019830024485" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="456.09065155801" cy="180.1699716713049" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="456.09065155801" cy="384.13597733708485" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="456.09065155801" cy="406.79886685550485" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="456.09065155801" cy="429.4617563739249" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="456.09065155801" cy="452.1246458923449" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_22__stack1"><circle cx="456.09065155801" cy="474.7875354107649" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_23__stack1"><circle cx="456.09065155801" cy="497.4504249291849" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_24__stack1"><circle cx="886.6855524079899" cy="157.50708215288492" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_25__stack1"><circle cx="456.09065155801" cy="588.1019830028649" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_26__stack1"><circle cx="456.09065155801" cy="656.090651558125" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_27__stack1"><circle cx="456.09065155801" cy="270.8215297449849" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_28__stack1"><circle cx="456.09065155801" cy="202.83286118972487" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_29__stack1"><circle cx="456.09065155801" cy="701.416430594965" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_30__stack1"><circle cx="456.09065155801" cy="225.49575070814487" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_31__stack1"><circle cx="456.09065155801" cy="520.113314447605" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_32__stack1"><circle cx="456.09065155801" cy="542.7762039660249" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_33__stack1"><circle cx="456.09065155801" cy="157.50708215288486" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_34__stack1"><circle cx="886.6855524079899" cy="520.1133144476051" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_35__stack1"><circle cx="886.6855524079899" cy="588.1019830028652" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_36__stack1"><circle cx="886.6855524079899" cy="633.4277620397052" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_37__stack1"><circle cx="456.09065155801" cy="248.15864022656487" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_38__stack1"><circle cx="886.6855524079899" cy="112.18130311604489" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_39__stack1"><circle cx="886.6855524079899" cy="678.7535410765452" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_40__stack1"><circle cx="886.6855524079899" cy="701.416430594965" r="4.5325779036839995" 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="
110
110
  M 393.7677053823551,134.73087818687281
111
111
  L 382.4362606231451,128.6118980168994
112
112
  L 382.4362606231451,89.75259678931526