@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
@@ -87,7 +87,7 @@ orientation: y-" data-x="17.44" data-y="3.981" cx="504.0161317425643" cy="221.14
87
87
  .port-label { fill: rgb(0, 100, 100); }
88
88
  .component-name { fill: rgb(0, 100, 100); }
89
89
 
90
- </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 517.1535109231199 519.74240587722 L 517.1535109231199 502.9210655365348 L 483.6773781659149 502.9210655365348" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.647667866432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 517.1535109231199 519.74240587722 L 517.1535109231199 502.9210655365348 L 483.6773781659149 502.9210655365348" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.330958483304px" 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 550.4630957561599 519.74240587722 L 550.4630957561599 477.9388769117548 L 317.12945400071476 477.9388769117548" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.647667866432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 550.4630957561599 519.74240587722 L 550.4630957561599 477.9388769117548 L 317.12945400071476 477.9388769117548" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.330958483304px" 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 583.7726805891998 519.74240587722 L 583.7726805891998 461.28408449523477 L 575.2787364567748 461.28408449523477" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.647667866432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 583.7726805891998 519.74240587722 L 583.7726805891998 461.28408449523477 L 575.2787364567748 461.28408449523477" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.330958483304px" 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 617.0822654222397 519.74240587722 L 617.0822654222397 436.3018958704548 L 450.3677933328745 436.3018958704548" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.647667866432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 617.0822654222397 519.74240587722 L 617.0822654222397 436.3018958704548 L 450.3677933328745 436.3018958704548" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.330958483304px" 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 650.3918502552801 519.74240587722 L 650.3918502552801 411.3197072456748 L 325.45685020897463 411.3197072456748" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.647667866432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 650.3918502552801 519.74240587722 L 650.3918502552801 411.3197072456748 L 325.45685020897463 411.3197072456748" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.330958483304px" 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 683.7014350883201 519.74240587722 L 683.7014350883201 394.6649148291548 L 675.2074909558946 394.6649148291548" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.647667866432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 683.7014350883201 519.74240587722 L 683.7014350883201 394.6649148291548 L 675.2074909558946 394.6649148291548" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.330958483304px" 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 717.01101992136 519.74240587722 L 717.01101992136 369.68272620437483 L 692.0288312965795 369.68272620437483" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.647667866432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 717.01101992136 519.74240587722 L 717.01101992136 369.68272620437483 L 692.0288312965795 369.68272620437483" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.330958483304px" 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 750.3206047543999 519.74240587722 L 750.3206047543999 291.40520184673085 L 695.3597897798836 291.40520184673085" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.647667866432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 750.3206047543999 519.74240587722 L 750.3206047543999 291.40520184673085 L 695.3597897798836 291.40520184673085" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.330958483304px" 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 783.6301895874399 519.74240587722 L 783.6301895874399 213.12767748908686 L 758.6480009626594 213.12767748908686" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.647667866432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 783.6301895874399 519.74240587722 L 783.6301895874399 213.12767748908686 L 758.6480009626594 213.12767748908686" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.330958483304px" 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 816.9397744204798 519.74240587722 L 816.9397744204798 256.43013777203885 L 906.8756534696881 256.43013777203885" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.647667866432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 816.9397744204798 519.74240587722 L 816.9397744204798 256.43013777203885 L 906.8756534696881 256.43013777203885" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.330958483304px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><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="483.84392609007955" y="586.3615755433" width="366.40543316344065" height="66.6191696660801" stroke-width="3.330958483304px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="483.84392609007955" y="586.3615755433" width="366.40543316344065" height="66.6191696660801" fill="transparent"/><text class="sch-text" x="667.0466426717999" y="619.67116037634" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="29.978626349735997px" transform="rotate(0, 667.0466426717999, 619.67116037634)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="517.1535109231199" y1="586.3615755433" x2="517.1535109231199" y2="519.74240587722" stroke-width="3.330958483304px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="513.8225524398159" y="516.411447393916" width="6.661916966608" height="6.661916966608" opacity="0"/></g><text class="pin-number sch-pin-number" x="513.8225524398158" y="553.05199071026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="24.982188624779997px" transform="rotate(-90 513.8225524398158 553.05199071026)"></text><text class="pin-number sch-pin-label" x="517.1535109231199" y="603.01636795982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="24.982188624779997px" transform="rotate(-90 517.1535109231199 603.01636795982)">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="550.4630957561599" y1="586.3615755433" x2="550.4630957561599" y2="519.74240587722" stroke-width="3.330958483304px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="547.1321372728559" y="516.411447393916" width="6.661916966608" height="6.661916966608" opacity="0"/></g><text class="pin-number sch-pin-number" x="547.1321372728562" y="553.05199071026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="24.982188624779997px" transform="rotate(-90 547.1321372728562 553.05199071026)"></text><text class="pin-number sch-pin-label" x="550.4630957561599" y="603.01636795982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="24.982188624779997px" transform="rotate(-90 550.4630957561599 603.01636795982)">schematic_port_1</text><line class="component-pin sch-component-pin sch-port-line" x1="583.7726805891998" y1="586.3615755433" x2="583.7726805891998" y2="519.74240587722" stroke-width="3.330958483304px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="580.4417221058958" y="516.411447393916" width="6.661916966608" height="6.661916966608" opacity="0"/></g><text class="pin-number sch-pin-number" x="580.4417221058961" y="553.05199071026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="24.982188624779997px" transform="rotate(-90 580.4417221058961 553.05199071026)"></text><text class="pin-number sch-pin-label" x="583.7726805891998" y="603.01636795982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="24.982188624779997px" transform="rotate(-90 583.7726805891998 603.01636795982)">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="617.0822654222397" y1="586.3615755433" x2="617.0822654222397" y2="519.74240587722" stroke-width="3.330958483304px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="613.7513069389357" y="516.411447393916" width="6.661916966608" height="6.661916966608" opacity="0"/></g><text class="pin-number sch-pin-number" x="613.7513069389356" y="553.05199071026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="24.982188624779997px" transform="rotate(-90 613.7513069389356 553.05199071026)"></text><text class="pin-number sch-pin-label" x="617.0822654222397" y="603.01636795982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="24.982188624779997px" transform="rotate(-90 617.0822654222397 603.01636795982)">schematic_port_3</text><line class="component-pin sch-component-pin sch-port-line" x1="650.3918502552801" y1="586.3615755433" x2="650.3918502552801" y2="519.74240587722" stroke-width="3.330958483304px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="647.0608917719761" y="516.411447393916" width="6.661916966608" height="6.661916966608" opacity="0"/></g><text class="pin-number sch-pin-number" x="647.060891771976" y="553.05199071026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="24.982188624779997px" transform="rotate(-90 647.060891771976 553.05199071026)"></text><text class="pin-number sch-pin-label" x="650.3918502552801" y="603.01636795982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="24.982188624779997px" transform="rotate(-90 650.3918502552801 603.01636795982)">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="683.7014350883201" y1="586.3615755433" x2="683.7014350883201" y2="519.74240587722" stroke-width="3.330958483304px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="680.370476605016" y="516.411447393916" width="6.661916966608" height="6.661916966608" opacity="0"/></g><text class="pin-number sch-pin-number" x="680.3704766050164" y="553.05199071026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="24.982188624779997px" transform="rotate(-90 680.3704766050164 553.05199071026)"></text><text class="pin-number sch-pin-label" x="683.7014350883201" y="603.01636795982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="24.982188624779997px" transform="rotate(-90 683.7014350883201 603.01636795982)">schematic_port_5</text><line class="component-pin sch-component-pin sch-port-line" x1="717.01101992136" y1="586.3615755433" x2="717.01101992136" y2="519.74240587722" stroke-width="3.330958483304px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="713.680061438056" y="516.411447393916" width="6.661916966608" height="6.661916966608" opacity="0"/></g><text class="pin-number sch-pin-number" x="713.6800614380559" y="553.05199071026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="24.982188624779997px" transform="rotate(-90 713.6800614380559 553.05199071026)"></text><text class="pin-number sch-pin-label" x="717.01101992136" y="603.01636795982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="24.982188624779997px" transform="rotate(-90 717.01101992136 603.01636795982)">schematic_port_6</text><line class="component-pin sch-component-pin sch-port-line" x1="750.3206047543999" y1="586.3615755433" x2="750.3206047543999" y2="519.74240587722" stroke-width="3.330958483304px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="746.9896462710959" y="516.411447393916" width="6.661916966608" height="6.661916966608" opacity="0"/></g><text class="pin-number sch-pin-number" x="746.9896462710958" y="553.05199071026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="24.982188624779997px" transform="rotate(-90 746.9896462710958 553.05199071026)"></text><text class="pin-number sch-pin-label" x="750.3206047543999" y="603.01636795982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="24.982188624779997px" transform="rotate(-90 750.3206047543999 603.01636795982)">schematic_port_7</text><line class="component-pin sch-component-pin sch-port-line" x1="783.6301895874399" y1="586.3615755433" x2="783.6301895874399" y2="519.74240587722" stroke-width="3.330958483304px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="780.2992311041359" y="516.411447393916" width="6.661916966608" height="6.661916966608" opacity="0"/></g><text class="pin-number sch-pin-number" x="780.2992311041357" y="553.05199071026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="24.982188624779997px" transform="rotate(-90 780.2992311041357 553.05199071026)"></text><text class="pin-number sch-pin-label" x="783.6301895874399" y="603.01636795982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="24.982188624779997px" transform="rotate(-90 783.6301895874399 603.01636795982)">schematic_port_8</text><line class="component-pin sch-component-pin sch-port-line" x1="816.9397744204798" y1="586.3615755433" x2="816.9397744204798" y2="519.74240587722" stroke-width="3.330958483304px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><rect x="813.6088159371758" y="516.411447393916" width="6.661916966608" height="6.661916966608" opacity="0"/></g><text class="pin-number sch-pin-number" x="813.6088159371757" y="553.05199071026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="24.982188624779997px" transform="rotate(-90 813.6088159371757 553.05199071026)"></text><text class="pin-number sch-pin-label" x="816.9397744204798" y="603.01636795982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="24.982188624779997px" transform="rotate(-90 816.9397744204798 603.01636795982)">schematic_port_9</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="517.1535109231199" cy="519.74240587722" r="6.661916966608" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="550.4630957561599" cy="519.74240587722" r="6.661916966608" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="583.7726805891998" cy="519.74240587722" r="6.661916966608" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="617.0822654222397" cy="519.74240587722" r="6.661916966608" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="650.3918502552801" cy="519.74240587722" r="6.661916966608" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="683.7014350883201" cy="519.74240587722" r="6.661916966608" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="717.01101992136" cy="519.74240587722" r="6.661916966608" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="750.3206047543999" cy="519.74240587722" r="6.661916966608" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="783.6301895874399" cy="519.74240587722" r="6.661916966608" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="816.9397744204798" cy="519.74240587722" r="6.661916966608" 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="
90
+ </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 517.1535109231199 519.74240587722 L 517.1535109231199 502.9210655365348 L 483.6773781659149 502.9210655365348" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.647667866432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 517.1535109231199 519.74240587722 L 517.1535109231199 502.9210655365348 L 483.6773781659149 502.9210655365348" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.330958483304px" 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 550.4630957561599 519.74240587722 L 550.4630957561599 477.9388769117548 L 317.12945400071476 477.9388769117548" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.647667866432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 550.4630957561599 519.74240587722 L 550.4630957561599 477.9388769117548 L 317.12945400071476 477.9388769117548" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.330958483304px" 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 583.7726805891998 519.74240587722 L 583.7726805891998 461.28408449523477 L 575.2787364567748 461.28408449523477" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.647667866432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 583.7726805891998 519.74240587722 L 583.7726805891998 461.28408449523477 L 575.2787364567748 461.28408449523477" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.330958483304px" 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 617.0822654222397 519.74240587722 L 617.0822654222397 436.3018958704548 L 450.3677933328745 436.3018958704548" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.647667866432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 617.0822654222397 519.74240587722 L 617.0822654222397 436.3018958704548 L 450.3677933328745 436.3018958704548" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.330958483304px" 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 650.3918502552801 519.74240587722 L 650.3918502552801 411.3197072456748 L 325.45685020897463 411.3197072456748" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.647667866432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 650.3918502552801 519.74240587722 L 650.3918502552801 411.3197072456748 L 325.45685020897463 411.3197072456748" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.330958483304px" 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 683.7014350883201 519.74240587722 L 683.7014350883201 394.6649148291548 L 675.2074909558946 394.6649148291548" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.647667866432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 683.7014350883201 519.74240587722 L 683.7014350883201 394.6649148291548 L 675.2074909558946 394.6649148291548" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.330958483304px" 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 717.01101992136 519.74240587722 L 717.01101992136 369.68272620437483 L 692.0288312965795 369.68272620437483" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.647667866432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 717.01101992136 519.74240587722 L 717.01101992136 369.68272620437483 L 692.0288312965795 369.68272620437483" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.330958483304px" 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 750.3206047543999 519.74240587722 L 750.3206047543999 291.40520184673085 L 695.3597897798836 291.40520184673085" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.647667866432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 750.3206047543999 519.74240587722 L 750.3206047543999 291.40520184673085 L 695.3597897798836 291.40520184673085" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.330958483304px" 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 783.6301895874399 519.74240587722 L 783.6301895874399 213.12767748908686 L 758.6480009626594 213.12767748908686" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.647667866432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 783.6301895874399 519.74240587722 L 783.6301895874399 213.12767748908686 L 758.6480009626594 213.12767748908686" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.330958483304px" 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 816.9397744204798 519.74240587722 L 816.9397744204798 256.43013777203885 L 906.8756534696881 256.43013777203885" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.647667866432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 816.9397744204798 519.74240587722 L 816.9397744204798 256.43013777203885 L 906.8756534696881 256.43013777203885" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.330958483304px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><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="483.84392609007955" y="586.3615755433" width="366.40543316344065" height="66.6191696660801" stroke-width="3.330958483304px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="483.84392609007955" y="586.3615755433" width="366.40543316344065" height="66.6191696660801" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="517.1535109231199" y1="586.3615755433" x2="517.1535109231199" y2="519.74240587722" stroke-width="3.330958483304px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="513.8225524398159" y="516.411447393916" width="6.661916966608" height="6.661916966608" opacity="0"/></g><text class="pin-number sch-pin-number" x="513.8225524398158" y="553.05199071026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="24.982188624779997px" transform="rotate(-90 513.8225524398158 553.05199071026)"></text><line class="component-pin sch-component-pin sch-port-line" x1="550.4630957561599" y1="586.3615755433" x2="550.4630957561599" y2="519.74240587722" stroke-width="3.330958483304px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="547.1321372728559" y="516.411447393916" width="6.661916966608" height="6.661916966608" opacity="0"/></g><text class="pin-number sch-pin-number" x="547.1321372728562" y="553.05199071026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="24.982188624779997px" transform="rotate(-90 547.1321372728562 553.05199071026)"></text><line class="component-pin sch-component-pin sch-port-line" x1="583.7726805891998" y1="586.3615755433" x2="583.7726805891998" y2="519.74240587722" stroke-width="3.330958483304px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="580.4417221058958" y="516.411447393916" width="6.661916966608" height="6.661916966608" opacity="0"/></g><text class="pin-number sch-pin-number" x="580.4417221058961" y="553.05199071026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="24.982188624779997px" transform="rotate(-90 580.4417221058961 553.05199071026)"></text><line class="component-pin sch-component-pin sch-port-line" x1="617.0822654222397" y1="586.3615755433" x2="617.0822654222397" y2="519.74240587722" stroke-width="3.330958483304px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="613.7513069389357" y="516.411447393916" width="6.661916966608" height="6.661916966608" opacity="0"/></g><text class="pin-number sch-pin-number" x="613.7513069389356" y="553.05199071026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="24.982188624779997px" transform="rotate(-90 613.7513069389356 553.05199071026)"></text><line class="component-pin sch-component-pin sch-port-line" x1="650.3918502552801" y1="586.3615755433" x2="650.3918502552801" y2="519.74240587722" stroke-width="3.330958483304px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="647.0608917719761" y="516.411447393916" width="6.661916966608" height="6.661916966608" opacity="0"/></g><text class="pin-number sch-pin-number" x="647.060891771976" y="553.05199071026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="24.982188624779997px" transform="rotate(-90 647.060891771976 553.05199071026)"></text><line class="component-pin sch-component-pin sch-port-line" x1="683.7014350883201" y1="586.3615755433" x2="683.7014350883201" y2="519.74240587722" stroke-width="3.330958483304px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="680.370476605016" y="516.411447393916" width="6.661916966608" height="6.661916966608" opacity="0"/></g><text class="pin-number sch-pin-number" x="680.3704766050164" y="553.05199071026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="24.982188624779997px" transform="rotate(-90 680.3704766050164 553.05199071026)"></text><line class="component-pin sch-component-pin sch-port-line" x1="717.01101992136" y1="586.3615755433" x2="717.01101992136" y2="519.74240587722" stroke-width="3.330958483304px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="713.680061438056" y="516.411447393916" width="6.661916966608" height="6.661916966608" opacity="0"/></g><text class="pin-number sch-pin-number" x="713.6800614380559" y="553.05199071026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="24.982188624779997px" transform="rotate(-90 713.6800614380559 553.05199071026)"></text><line class="component-pin sch-component-pin sch-port-line" x1="750.3206047543999" y1="586.3615755433" x2="750.3206047543999" y2="519.74240587722" stroke-width="3.330958483304px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="746.9896462710959" y="516.411447393916" width="6.661916966608" height="6.661916966608" opacity="0"/></g><text class="pin-number sch-pin-number" x="746.9896462710958" y="553.05199071026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="24.982188624779997px" transform="rotate(-90 746.9896462710958 553.05199071026)"></text><line class="component-pin sch-component-pin sch-port-line" x1="783.6301895874399" y1="586.3615755433" x2="783.6301895874399" y2="519.74240587722" stroke-width="3.330958483304px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="780.2992311041359" y="516.411447393916" width="6.661916966608" height="6.661916966608" opacity="0"/></g><text class="pin-number sch-pin-number" x="780.2992311041357" y="553.05199071026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="24.982188624779997px" transform="rotate(-90 780.2992311041357 553.05199071026)"></text><line class="component-pin sch-component-pin sch-port-line" x1="816.9397744204798" y1="586.3615755433" x2="816.9397744204798" y2="519.74240587722" stroke-width="3.330958483304px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><rect x="813.6088159371758" y="516.411447393916" width="6.661916966608" height="6.661916966608" opacity="0"/></g><text class="pin-number sch-pin-number" x="813.6088159371757" y="553.05199071026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="24.982188624779997px" transform="rotate(-90 813.6088159371757 553.05199071026)"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="517.1535109231199" cy="519.74240587722" r="6.661916966608" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="550.4630957561599" cy="519.74240587722" r="6.661916966608" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="583.7726805891998" cy="519.74240587722" r="6.661916966608" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="617.0822654222397" cy="519.74240587722" r="6.661916966608" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="650.3918502552801" cy="519.74240587722" r="6.661916966608" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="683.7014350883201" cy="519.74240587722" r="6.661916966608" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="717.01101992136" cy="519.74240587722" r="6.661916966608" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="750.3206047543999" cy="519.74240587722" r="6.661916966608" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="783.6301895874399" cy="519.74240587722" r="6.661916966608" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="816.9397744204798" cy="519.74240587722" r="6.661916966608" 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="
91
91
  M 483.6773781659149,502.9210655365348
92
92
  L 474.6837902609941,519.5758579530548
93
93
  L 319.7498080075808,519.5758579530548
@@ -92,62 +92,62 @@ orientation: x-" data-x="6.245" data-y="-1.5050000000000003" cx="562.98285478206
92
92
  .port-label { fill: rgb(0, 100, 100); }
93
93
  .component-name { fill: rgb(0, 100, 100); }
94
94
 
95
- </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 423.38324307107996 420.3147499204 L 408.09174896468 420.3147499204 L 408.09174896468 389.73176170759996 L 423.38324307107996 389.73176170759996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.23319528512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 423.38324307107996 420.3147499204 L 408.09174896468 420.3147499204 L 408.09174896468 389.73176170759996 L 423.38324307107996 389.73176170759996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.52914941064px" 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 423.38324307107996 405.023255814 L 332.78114049066005 405.023255814 L 332.78114049066005 329.5215036636499" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.23319528512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 423.38324307107996 405.023255814 L 332.78114049066005 405.023255814 L 332.78114049066005 329.5215036636499" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.52914941064px" 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 826.8875438037101 464.66008282895996 L 826.8875438037101 479.95157693536 L 720.99394711689 479.95157693536 L 720.99394711689 464.66008282895996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.23319528512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 826.8875438037101 464.66008282895996 L 826.8875438037101 479.95157693536 L 720.99394711689 479.95157693536 L 720.99394711689 464.66008282895996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.52914941064px" 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 826.8875438037101 406.55240522464 L 826.8875438037101 397.37750876079997 L 720.99394711689 397.37750876079997 L 720.99394711689 406.55240522464" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.23319528512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 826.8875438037101 406.55240522464 L 826.8875438037101 397.37750876079997 L 720.99394711689 397.37750876079997 L 720.99394711689 406.55240522464" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.52914941064px" 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 619.87894233832 397.37750876079997 L 720.99394711689 397.37750876079997 L 720.99394711689 406.55240522464" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.23319528512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 619.87894233832 397.37750876079997 L 720.99394711689 397.37750876079997 L 720.99394711689 406.55240522464" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.52914941064px" 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 999.10799617704 410.7575661039 L 999.10799617704 397.37750876079997 L 826.8875438037101 397.37750876079997 L 826.8875438037101 406.55240522464" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.23319528512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 999.10799617704 410.7575661039 L 999.10799617704 397.37750876079997 L 826.8875438037101 397.37750876079997 L 826.8875438037101 406.55240522464" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.52914941064px" 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 999.10799617704 497.15450780506 L 999.10799617704 543.02899012426" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.23319528512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 999.10799617704 497.15450780506 L 999.10799617704 543.02899012426" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.52914941064px" 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 175.0876075184101 260.70978018484993 L 175.0876075184101 215.9184453648533 L 303.6635871297234 215.9184453648533" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.23319528512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 175.0876075184101 260.70978018484993 L 175.0876075184101 215.9184453648533 L 303.6635871297234 215.9184453648533" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.52914941064px" 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 175.0876075184101 340.22554953812994 L 175.0876075184101 420.3147499204 L 423.38324307107996 420.3147499204" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.23319528512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 175.0876075184101 340.22554953812994 L 175.0876075184101 420.3147499204 L 423.38324307107996 420.3147499204" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.52914941064px" 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 318.9550812361234 215.9184453648533 L 303.6635871297234 215.9184453648533 L 303.6635871297234 260.2637782734133 L 420.6435170436834 260.2637782734133 L 420.6435170436834 215.9184453648533 L 405.3520229372834 215.9184453648533" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.23319528512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 318.9550812361234 215.9184453648533 L 303.6635871297234 215.9184453648533 L 303.6635871297234 260.2637782734133 L 420.6435170436834 260.2637782734133 L 420.6435170436834 215.9184453648533 L 405.3520229372834 215.9184453648533" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.52914941064px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><path d="M 332.78114049066005 271.41382605932995 L 332.78114049066005 263.69162153559796 L 298.29882128072813 263.69162153559796" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.23319528512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 332.78114049066005 271.41382605932995 L 332.78114049066005 263.69162153559796 L 298.29882128072813 263.69162153559796" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.52914941064px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><path d="M 378.08219178087006 405.023255814 L 153.29722841679012 405.023255814 L 153.29722841679012 408.92258681113196" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.23319528512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 378.08219178087006 405.023255814 L 153.29722841679012 405.023255814 L 153.29722841679012 408.92258681113196" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.52914941064px" 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="423.38324307107996" cy="420.3147499204" r="2.29372411596" 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"/><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="826.8875438037101" cy="406.55240522464" r="2.29372411596" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="826.8875438037101" cy="397.37750876079997" r="2.29372411596" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="720.99394711689" cy="397.37750876079997" r="2.29372411596" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="720.99394711689" cy="406.55240522464" r="2.29372411596" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><circle cx="303.6635871297234" cy="215.9184453648533" r="2.29372411596" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="154.44409047477012" y="291.29276839765" width="56.57852819368003" height="18.349792927680028" stroke-width="1.52914941064px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="154.44409047477012" y="291.29276839765" width="56.57852819368003" height="18.349792927680028" fill="transparent"/><text class="sch-text" x="182.7333545716101" y="300.46766486149" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="13.76234469576px" transform="rotate(0, 182.7333545716101, 300.46766486149)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="175.0876075184101" y1="291.29276839765" x2="175.0876075184101" y2="260.70978018484993" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="173.5584581077701" y="259.18063077420993" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="173.5584581077701" y="276.00127429124996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform="rotate(-90 173.5584581077701 276.00127429124996)"></text><text class="pin-number sch-pin-label" x="175.0876075184101" y="298.93851545085" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="11.4686205798px" transform="rotate(-90 175.0876075184101 298.93851545085)">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="175.0876075184101" y1="309.64256132533" x2="175.0876075184101" y2="340.22554953812994" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="173.5584581077701" y="338.69640012748994" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="173.5584581077701" y="324.93405543173" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform="rotate(-90 173.5584581077701 324.93405543173)"></text><text class="pin-number sch-pin-label" x="175.0876075184101" y="301.99681427213" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="11.4686205798px" transform="rotate(-90 175.0876075184101 301.99681427213)">schematic_port_1</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="349.53806944892335" y="180.74800892013332" width="25.230965275560038" height="64.22427524688001" stroke-width="1.52914941064px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="349.53806944892335" y="180.74800892013332" width="25.230965275560038" height="64.22427524688001" fill="transparent"/><text class="sch-text" x="362.15355208670337" y="212.8601465435733" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="13.76234469576px" transform="rotate(0, 362.15355208670337, 212.8601465435733)">schematic_component_1</text><line class="component-pin sch-component-pin sch-port-line" x1="374.7690347244834" y1="215.9184453648533" x2="405.3520229372834" y2="215.9184453648533" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="403.8228735266434" y="214.3892959542133" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="390.0605288308834" y="214.3892959542133" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform=""></text><text class="pin-number sch-pin-label" x="367.1232876712834" y="215.9184453648533" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="11.4686205798px" transform="">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="349.53806944892335" y1="215.9184453648533" x2="318.9550812361234" y2="215.9184453648533" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="317.4259318254834" y="214.3892959542133" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="334.24657534252344" y="214.3892959542133" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform=""></text><text class="pin-number sch-pin-label" x="357.18381650212336" y="215.9184453648533" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="11.4686205798px" transform="">schematic_port_3</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="453.96623128388" y="382.0860146544" width="135.32972284163998" height="45.874482319199956" stroke-width="1.52914941064px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="453.96623128388" y="382.0860146544" width="135.32972284163998" height="45.874482319199956" fill="transparent"/><text class="sch-text" x="521.6310927047" y="405.023255814" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="13.76234469576px" transform="rotate(0, 521.6310927047, 405.023255814)">schematic_component_2</text><line class="component-pin sch-component-pin sch-port-line" x1="453.96623128388" y1="389.73176170759996" x2="423.38324307107996" y2="389.73176170759996" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="421.85409366043996" y="388.20261229695996" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="438.67473717748" y="388.20261229695996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform=""></text><text class="pin-number sch-pin-label" x="461.61197833707996" y="389.73176170759996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="11.4686205798px" transform="">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="453.96623128388" y1="405.023255814" x2="423.38324307107996" y2="405.023255814" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="421.85409366043996" y="403.49410640336" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="438.67473717748" y="403.49410640336" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform=""></text><text class="pin-number sch-pin-label" x="461.61197833707996" y="405.023255814" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="11.4686205798px" transform="">schematic_port_5</text><line class="component-pin sch-component-pin sch-port-line" x1="453.96623128388" y1="420.3147499204" x2="423.38324307107996" y2="420.3147499204" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><rect x="421.85409366043996" y="418.78560050976" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="438.67473717748" y="418.78560050976" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform=""></text><text class="pin-number sch-pin-label" x="461.61197833707996" y="420.3147499204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="11.4686205798px" transform="">schematic_port_6</text><line class="component-pin sch-component-pin sch-port-line" x1="589.29595412552" y1="412.6690028672" x2="618.34979292768" y2="412.6690028672" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_2_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="619.87894233832" cy="412.6690028672" r="1.52914941064" stroke-width="1.52914941064px"/><rect x="618.34979292768" y="411.13985345656" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.58744823192" y="411.13985345656" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform=""></text><text class="pin-number sch-pin-label" x="581.65020707232" y="412.6690028672" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="11.4686205798px" transform="">schematic_port_7</text><line class="component-pin sch-component-pin sch-port-line" x1="589.29595412552" y1="397.37750876079997" x2="619.87894233832" y2="397.37750876079997" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_2_4__stack1"><rect x="618.34979292768" y="395.84835935015997" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.58744823192" y="395.84835935015997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform=""></text><text class="pin-number sch-pin-label" x="581.65020707232" y="397.37750876079997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="11.4686205798px" transform="">schematic_port_8</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="298.37527875126005" y="296.64479133489" width="79.89805670594001" height="7.645747053200012" stroke-width="1.52914941064px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="298.37527875126005" y="296.64479133489" width="79.89805670594001" height="7.645747053200012" fill="transparent"/><text class="sch-text" x="338.32430710423006" y="300.46766486149" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="13.76234469576px" transform="rotate(0, 338.32430710423006, 300.46766486149)">schematic_component_3</text><line class="component-pin sch-component-pin sch-port-line" x1="332.78114049066005" y1="296.64479133489" x2="332.78114049066005" y2="271.41382605932995" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="331.25199108002005" y="269.88467664868995" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="331.25199108002005" y="284.02930869710997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform="rotate(-90 331.25199108002005 284.02930869710997)"></text><text class="pin-number sch-pin-label" x="332.78114049066005" y="304.29053838809" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="11.4686205798px" transform="rotate(-90 332.78114049066005 304.29053838809)">schematic_port_9</text><line class="component-pin sch-component-pin sch-port-line" x1="332.78114049066005" y1="304.29053838809" x2="332.78114049066005" y2="329.5215036636499" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="331.25199108002005" y="327.9923542530099" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="331.25199108002005" y="316.90602102586996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform="rotate(-90 331.25199108002005 316.90602102586996)"></text><text class="pin-number sch-pin-label" x="332.78114049066005" y="296.64479133489" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="11.4686205798px" transform="rotate(-90 332.78114049066005 296.64479133489)">schematic_port_10</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="686.58808537749" y="431.78337050019996" width="79.89805670594001" height="7.645747053200012" stroke-width="1.52914941064px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="686.58808537749" y="431.78337050019996" width="79.89805670594001" height="7.645747053200012" fill="transparent"/><text class="sch-text" x="726.53711373046" y="435.60624402679997" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="13.76234469576px" transform="rotate(0, 726.53711373046, 435.60624402679997)">schematic_component_4</text><line class="component-pin sch-component-pin sch-port-line" x1="720.99394711689" y1="431.78337050019996" x2="720.99394711689" y2="406.55240522464" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="719.46479770625" y="405.023255814" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="719.46479770625" y="419.16788786242" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform="rotate(-90 719.46479770625 419.16788786242)"></text><text class="pin-number sch-pin-label" x="720.99394711689" y="439.4291175534" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="11.4686205798px" transform="rotate(-90 720.99394711689 439.4291175534)">schematic_port_11</text><line class="component-pin sch-component-pin sch-port-line" x1="720.99394711689" y1="439.4291175534" x2="720.99394711689" y2="464.66008282895996" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="719.46479770625" y="463.13093341831996" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="719.46479770625" y="452.04460019118" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform="rotate(-90 719.46479770625 452.04460019118)"></text><text class="pin-number sch-pin-label" x="720.99394711689" y="431.78337050019996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="11.4686205798px" transform="rotate(-90 720.99394711689 431.78337050019996)">schematic_port_12</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="974.25931825414" y="441.3405543167" width="86.01465434850002" height="25.23096527555998" stroke-width="1.52914941064px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="974.25931825414" y="441.3405543167" width="86.01465434850002" height="25.23096527555998" fill="transparent"/><text class="sch-text" x="1017.26664542839" y="453.95603695448" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="13.76234469576px" transform="rotate(0, 1017.26664542839, 453.95603695448)">schematic_component_5</text><line class="component-pin sch-component-pin sch-port-line" x1="999.10799617704" y1="441.3405543167" x2="999.10799617704" y2="410.7575661039" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="997.5788467664" y="409.22841669326" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="997.5788467664" y="426.0490602103" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform="rotate(-90 997.5788467664 426.0490602103)"></text><text class="pin-number sch-pin-label" x="999.10799617704" y="448.9863013699" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="11.4686205798px" transform="rotate(-90 999.10799617704 448.9863013699)">schematic_port_13</text><line class="component-pin sch-component-pin sch-port-line" x1="999.10799617704" y1="466.57151959225996" x2="999.10799617704" y2="497.15450780506" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="997.5788467664" y="495.62535839442" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="997.5788467664" y="481.86301369866" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform="rotate(-90 997.5788467664 481.86301369866)"></text><text class="pin-number sch-pin-label" x="999.10799617704" y="458.92577253906" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="11.4686205798px" transform="rotate(-90 999.10799617704 458.92577253906)">schematic_port_14</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="974.25931825414" y="562.14335775726" width="73.78145906338" height="7.645747053200012" stroke-width="1.52914941064px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="974.25931825414" y="562.14335775726" width="73.78145906338" height="7.645747053200012" fill="transparent"/><text class="sch-text" x="1011.15004778583" y="565.96623128386" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="13.76234469576px" transform="rotate(0, 1011.15004778583, 565.96623128386)">schematic_component_6</text><line class="component-pin sch-component-pin sch-port-line" x1="999.10799617704" y1="562.14335775726" x2="999.10799617704" y2="543.02899012426" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="997.5788467664" y="541.49984071362" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="997.5788467664" y="552.5861739407601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform="rotate(-90 997.5788467664 552.5861739407601)"></text><text class="pin-number sch-pin-label" x="999.10799617704" y="569.78910481046" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="11.4686205798px" transform="rotate(-90 999.10799617704 569.78910481046)">schematic_port_15</text><line class="component-pin sch-component-pin sch-port-line" x1="999.10799617704" y1="569.78910481046" x2="999.10799617704" y2="587.37432303282" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="999.10799617704" cy="588.90347244346" r="1.52914941064" stroke-width="1.52914941064px"/><rect x="997.5788467664" y="587.37432303282" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="997.5788467664" y="579.34628862696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform="rotate(-90 997.5788467664 579.34628862696)"></text><text class="pin-number sch-pin-label" x="999.10799617704" y="562.14335775726" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="11.4686205798px" transform="rotate(-90 999.10799617704 562.14335775726)">schematic_port_16</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component chip sch-component-body" x="792.48168206431" y="431.78337050019996" width="70.7231602421" height="7.645747053200012" stroke-width="1.52914941064px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="792.48168206431" y="431.78337050019996" width="70.7231602421" height="7.645747053200012" fill="transparent"/><text class="sch-text" x="827.84326218536" y="435.60624402679997" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="13.76234469576px" transform="rotate(0, 827.84326218536, 435.60624402679997)">schematic_component_7</text><line class="component-pin sch-component-pin sch-port-line" x1="826.8875438037101" y1="431.78337050019996" x2="826.8875438037101" y2="406.55240522464" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="825.3583943930701" y="405.023255814" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="825.3583943930701" y="419.16788786242" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform="rotate(-90 825.3583943930701 419.16788786242)"></text><text class="pin-number sch-pin-label" x="826.8875438037101" y="439.4291175534" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="11.4686205798px" transform="rotate(-90 826.8875438037101 439.4291175534)">schematic_port_17</text><line class="component-pin sch-component-pin sch-port-line" x1="826.8875438037101" y1="439.4291175534" x2="826.8875438037101" y2="464.66008282895996" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="825.3583943930701" y="463.13093341831996" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="825.3583943930701" y="452.04460019118" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform="rotate(-90 825.3583943930701 452.04460019118)"></text><text class="pin-number sch-pin-label" x="826.8875438037101" y="431.78337050019996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="11.4686205798px" transform="rotate(-90 826.8875438037101 431.78337050019996)">schematic_port_18</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="175.0876075184101" cy="260.70978018484993" r="3.05829882128" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="175.0876075184101" cy="340.22554953812994" r="3.05829882128" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="405.3520229372834" cy="215.9184453648533" r="3.05829882128" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="318.9550812361234" cy="215.9184453648533" r="3.05829882128" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="423.38324307107996" cy="389.73176170759996" r="3.05829882128" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="423.38324307107996" cy="405.023255814" r="3.05829882128" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="423.38324307107996" cy="420.3147499204" r="3.05829882128" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_3__stack1"><circle cx="619.87894233832" cy="412.6690028672" r="3.05829882128" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_4__stack1"><circle cx="619.87894233832" cy="397.37750876079997" r="3.05829882128" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="332.78114049066005" cy="271.41382605932995" r="3.05829882128" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="332.78114049066005" cy="329.5215036636499" r="3.05829882128" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="720.99394711689" cy="406.55240522464" r="3.05829882128" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="720.99394711689" cy="464.66008282895996" r="3.05829882128" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="999.10799617704" cy="410.7575661039" r="3.05829882128" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="999.10799617704" cy="497.15450780506" r="3.05829882128" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="999.10799617704" cy="543.02899012426" r="3.05829882128" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="999.10799617704" cy="588.90347244346" r="3.05829882128" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="826.8875438037101" cy="406.55240522464" r="3.05829882128" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="826.8875438037101" cy="464.66008282895996" r="3.05829882128" fill="red" opacity="0"/></g><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="
96
- M 175.0876075184101,215.9184453648533
97
- L 167.44186046521008,211.7897419561253
98
- L 167.44186046521008,185.56992672835145
99
- L 182.7333545716101,185.56992672835145
100
- L 182.7333545716101,211.7897419561253
95
+ </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 390.64459704099596 424.35398987158 L 372.31265133411597 424.35398987158 L 372.31265133411597 387.69009845782 L 390.64459704099596 387.69009845782" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.665556565504001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 390.64459704099596 424.35398987158 L 372.31265133411597 424.35398987158 L 372.31265133411597 387.69009845782 L 390.64459704099596 387.69009845782" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.8331945706880002px" 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 390.64459704099596 406.0220441647 L 282.0278187277321 406.0220441647 L 282.0278187277321 315.50806223698" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.665556565504001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 390.64459704099596 406.0220441647 L 282.0278187277321 406.0220441647 L 282.0278187277321 315.50806223698" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.8331945706880002px" 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 874.3788143812919 477.516632421532 L 874.3788143812919 495.848578128412 L 747.430090361148 495.848578128412 L 747.430090361148 477.516632421532" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.665556565504001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 874.3788143812919 477.516632421532 L 874.3788143812919 495.848578128412 L 747.430090361148 495.848578128412 L 747.430090361148 477.516632421532" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.8331945706880002px" 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 874.3788143812919 407.85523873538796 L 874.3788143812919 396.85607131126 L 747.430090361148 396.85607131126 L 747.430090361148 407.85523873538796" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.665556565504001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 874.3788143812919 407.85523873538796 L 874.3788143812919 396.85607131126 L 747.430090361148 396.85607131126 L 747.430090361148 407.85523873538796" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.8331945706880002px" 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 626.210099374404 396.85607131126 L 747.430090361148 396.85607131126 L 747.430090361148 407.85523873538796" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.665556565504001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 626.210099374404 396.85607131126 L 747.430090361148 396.85607131126 L 747.430090361148 407.85523873538796" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.8331945706880002px" 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 1080.842352905028 412.89652380478003 L 1080.842352905028 396.85607131126 L 874.3788143812919 396.85607131126 L 874.3788143812919 407.85523873538796" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.665556565504001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1080.842352905028 412.89652380478003 L 1080.842352905028 396.85607131126 L 874.3788143812919 396.85607131126 L 874.3788143812919 407.85523873538796" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.8331945706880002px" 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 1080.842352905028 516.472017048652 L 1080.842352905028 571.4678541692921" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.665556565504001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1080.842352905028 516.472017048652 L 1080.842352905028 571.4678541692921" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.8331945706880002px" 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 92.97962862553209 233.01430655601996 L 92.97962862553209 179.316982256284 L 247.12073877754807 179.316982256284" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.665556565504001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 92.97962862553209 233.01430655601996 L 92.97962862553209 179.316982256284 L 247.12073877754807 179.316982256284" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.8331945706880002px" 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 92.97962862553209 328.34042423179596 L 92.97962862553209 424.35398987158 L 390.64459704099596 424.35398987158" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.665556565504001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 92.97962862553209 328.34042423179596 L 92.97962862553209 424.35398987158 L 390.64459704099596 424.35398987158" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.8331945706880002px" 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 265.45268448442806 179.316982256284 L 247.12073877754807 179.316982256284 L 247.12073877754807 232.479624806236 L 387.36012343518007 232.479624806236 L 387.36012343518007 179.316982256284 L 369.0281777283001 179.316982256284" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.665556565504001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 265.45268448442806 179.316982256284 L 247.12073877754807 179.316982256284 L 247.12073877754807 232.479624806236 L 387.36012343518007 232.479624806236 L 387.36012343518007 179.316982256284 L 369.0281777283001 179.316982256284" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.8331945706880002px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><path d="M 282.0278187277321 245.84666855083597 L 282.0278187277321 236.5890359688616 L 240.68928115871773 236.5890359688616" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.665556565504001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 282.0278187277321 245.84666855083597 L 282.0278187277321 236.5890359688616 L 240.68928115871773 236.5890359688616" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.8331945706880002px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><path d="M 336.33620788436406 406.0220441647 L 66.85660599322813 406.0220441647 L 66.85660599322813 410.69669031995437" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.665556565504001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 336.33620788436406 406.0220441647 L 66.85660599322813 406.0220441647 L 66.85660599322813 410.69669031995437" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.8331945706880002px" 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="390.64459704099596" cy="424.35398987158" r="2.749791856032" 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"/><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="874.3788143812919" cy="407.85523873538796" r="2.749791856032" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="874.3788143812919" cy="396.85607131126" r="2.749791856032" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="747.430090361148" cy="396.85607131126" r="2.749791856032" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="747.430090361148" cy="407.85523873538796" r="2.749791856032" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><circle cx="247.12073877754807" cy="179.316982256284" r="2.749791856032" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="68.2315019212441" y="269.67819796977994" width="67.82819911545602" height="21.998334848256036" stroke-width="1.8331945706880002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="68.2315019212441" y="269.67819796977994" width="67.82819911545602" height="21.998334848256036" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="92.97962862553209" y1="269.67819796977994" x2="92.97962862553209" y2="233.01430655601996" stroke-width="1.8331945706880002px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="91.1464340548441" y="231.18111198533197" width="3.6663891413760004" height="3.6663891413760004" opacity="0"/></g><text class="pin-number sch-pin-number" x="91.14643405484412" y="251.34625226289998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.74895928016px" transform="rotate(-90 91.14643405484412 251.34625226289998)"></text><line class="component-pin sch-component-pin sch-port-line" x1="92.97962862553209" y1="291.676532818036" x2="92.97962862553209" y2="328.34042423179596" stroke-width="1.8331945706880002px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="91.1464340548441" y="326.50722966110794" width="3.6663891413760004" height="3.6663891413760004" opacity="0"/></g><text class="pin-number sch-pin-number" x="91.14643405484412" y="310.008478524916" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.74895928016px" transform="rotate(-90 91.14643405484412 310.008478524916)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="302.11657589818805" y="137.15350713046" width="30.24771041635205" height="76.99417196889598" stroke-width="1.8331945706880002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="302.11657589818805" y="137.15350713046" width="30.24771041635205" height="76.99417196889598" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="332.3642863145401" y1="179.316982256284" x2="369.0281777283001" y2="179.316982256284" stroke-width="1.8331945706880002px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="367.19498315761206" y="177.483787685596" width="3.6663891413760004" height="3.6663891413760004" opacity="0"/></g><text class="pin-number sch-pin-number" x="350.6962320214201" y="177.48378768559598" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.74895928016px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="302.11657589818805" y1="179.316982256284" x2="265.45268448442806" y2="179.316982256284" stroke-width="1.8331945706880002px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="263.61948991374004" y="177.483787685596" width="3.6663891413760004" height="3.6663891413760004" opacity="0"/></g><text class="pin-number sch-pin-number" x="283.7846301913081" y="177.48378768559598" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.74895928016px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="427.308488454756" y="378.52412560438" width="162.23771950588798" height="54.995837120639976" stroke-width="1.8331945706880002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="427.308488454756" y="378.52412560438" width="162.23771950588798" height="54.995837120639976" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="427.308488454756" y1="387.69009845782" x2="390.64459704099596" y2="387.69009845782" stroke-width="1.8331945706880002px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="388.81140247030794" y="385.856903887132" width="3.6663891413760004" height="3.6663891413760004" opacity="0"/></g><text class="pin-number sch-pin-number" x="408.97654274787595" y="385.856903887132" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.74895928016px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="427.308488454756" y1="406.0220441647" x2="390.64459704099596" y2="406.0220441647" stroke-width="1.8331945706880002px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="388.81140247030794" y="404.18884959401197" width="3.6663891413760004" height="3.6663891413760004" opacity="0"/></g><text class="pin-number sch-pin-number" x="408.97654274787595" y="404.18884959401197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.74895928016px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="427.308488454756" y1="424.35398987158" x2="390.64459704099596" y2="424.35398987158" stroke-width="1.8331945706880002px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><rect x="388.81140247030794" y="422.52079530089196" width="3.6663891413760004" height="3.6663891413760004" opacity="0"/></g><text class="pin-number sch-pin-number" x="408.97654274787595" y="422.520795300892" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.74895928016px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="589.546207960644" y1="415.18801701814" x2="624.376904803716" y2="415.18801701814" stroke-width="1.8331945706880002px"/><g class="sch-port" data-schematic-port-id="source_port_2_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.210099374404" cy="415.18801701814" r="1.8331945706880002" stroke-width="1.8331945706880002px"/><rect x="624.376904803716" y="413.35482244745197" width="3.6663891413760004" height="3.6663891413760004" opacity="0"/></g><text class="pin-number sch-pin-number" x="607.878153667524" y="413.35482244745197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.74895928016px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="589.546207960644" y1="396.85607131126" x2="626.210099374404" y2="396.85607131126" stroke-width="1.8331945706880002px"/><g class="sch-port" data-schematic-port-id="source_port_2_4__stack1"><rect x="624.376904803716" y="395.022876740572" width="3.6663891413760004" height="3.6663891413760004" opacity="0"/></g><text class="pin-number sch-pin-number" x="607.878153667524" y="395.022876740572" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.74895928016px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="240.7809408872521" y="276.09437896718794" width="95.784416318448" height="9.165972853440053" stroke-width="1.8331945706880002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="240.7809408872521" y="276.09437896718794" width="95.784416318448" height="9.165972853440053" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="282.0278187277321" y1="276.09437896718794" x2="282.0278187277321" y2="245.84666855083597" stroke-width="1.8331945706880002px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="280.1946241570441" y="244.01347398014798" width="3.6663891413760004" height="3.6663891413760004" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.1946241570441" y="260.970523759012" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.74895928016px" transform="rotate(-90 280.1946241570441 260.970523759012)"></text><line class="component-pin sch-component-pin sch-port-line" x1="282.0278187277321" y1="285.260351820628" x2="282.0278187277321" y2="315.50806223698" stroke-width="1.8331945706880002px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="280.1946241570441" y="313.67486766629196" width="3.6663891413760004" height="3.6663891413760004" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.1946241570441" y="300.384207028804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.74895928016px" transform="rotate(-90 280.1946241570441 300.384207028804)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="706.183212520668" y="438.10294915174" width="95.78441631844794" height="9.165972853439996" stroke-width="1.8331945706880002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="706.183212520668" y="438.10294915174" width="95.78441631844794" height="9.165972853439996" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="747.430090361148" y1="438.10294915174" x2="747.430090361148" y2="407.85523873538796" stroke-width="1.8331945706880002px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="745.59689579046" y="406.02204416469993" width="3.6663891413760004" height="3.6663891413760004" opacity="0"/></g><text class="pin-number sch-pin-number" x="745.5968957904599" y="422.979093943564" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.74895928016px" transform="rotate(-90 745.5968957904599 422.979093943564)"></text><line class="component-pin sch-component-pin sch-port-line" x1="747.430090361148" y1="447.26892200518" x2="747.430090361148" y2="477.516632421532" stroke-width="1.8331945706880002px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="745.59689579046" y="475.683437850844" width="3.6663891413760004" height="3.6663891413760004" opacity="0"/></g><text class="pin-number sch-pin-number" x="745.5968957904599" y="462.392777213356" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.74895928016px" transform="rotate(-90 745.5968957904599 462.392777213356)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="1051.052941131348" y="449.56041521854" width="103.11719460120003" height="30.247710416351993" stroke-width="1.8331945706880002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1051.052941131348" y="449.56041521854" width="103.11719460120003" height="30.247710416351993" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1080.842352905028" y1="449.56041521854" x2="1080.842352905028" y2="412.89652380478003" stroke-width="1.8331945706880002px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="1079.00915833434" y="411.063329234092" width="3.6663891413760004" height="3.6663891413760004" opacity="0"/></g><text class="pin-number sch-pin-number" x="1079.00915833434" y="431.22846951166" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.74895928016px" transform="rotate(-90 1079.00915833434 431.22846951166)"></text><line class="component-pin sch-component-pin sch-port-line" x1="1080.842352905028" y1="479.808125634892" x2="1080.842352905028" y2="516.472017048652" stroke-width="1.8331945706880002px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="1079.00915833434" y="514.638822477964" width="3.6663891413760004" height="3.6663891413760004" opacity="0"/></g><text class="pin-number sch-pin-number" x="1079.00915833434" y="498.140071341772" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.74895928016px" transform="rotate(-90 1079.00915833434 498.140071341772)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="1051.052941131348" y="594.3827863028921" width="88.45163803569608" height="9.16597285343994" stroke-width="1.8331945706880002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1051.052941131348" y="594.3827863028921" width="88.45163803569608" height="9.16597285343994" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1080.842352905028" y1="594.3827863028921" x2="1080.842352905028" y2="571.4678541692921" stroke-width="1.8331945706880002px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="1079.00915833434" y="569.6346595986041" width="3.6663891413760004" height="3.6663891413760004" opacity="0"/></g><text class="pin-number sch-pin-number" x="1079.00915833434" y="582.925320236092" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.74895928016px" transform="rotate(-90 1079.00915833434 582.925320236092)"></text><line class="component-pin sch-component-pin sch-port-line" x1="1080.842352905028" y1="603.548759156332" x2="1080.842352905028" y2="624.630496719244" stroke-width="1.8331945706880002px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1080.842352905028" cy="626.4636912899321" r="1.8331945706880002" stroke-width="1.8331945706880002px"/><rect x="1079.00915833434" y="624.6304967192441" width="3.6663891413760004" height="3.6663891413760004" opacity="0"/></g><text class="pin-number sch-pin-number" x="1079.00915833434" y="615.006225223132" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.74895928016px" transform="rotate(-90 1079.00915833434 615.006225223132)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component chip sch-component-body" x="833.1319365408119" y="438.10294915174" width="84.78524889432015" height="9.165972853439996" stroke-width="1.8331945706880002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="833.1319365408119" y="438.10294915174" width="84.78524889432015" height="9.165972853439996" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="874.3788143812919" y1="438.10294915174" x2="874.3788143812919" y2="407.85523873538796" stroke-width="1.8331945706880002px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="872.545619810604" y="406.02204416469993" width="3.6663891413760004" height="3.6663891413760004" opacity="0"/></g><text class="pin-number sch-pin-number" x="872.545619810604" y="422.979093943564" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.74895928016px" transform="rotate(-90 872.545619810604 422.979093943564)"></text><line class="component-pin sch-component-pin sch-port-line" x1="874.3788143812919" y1="447.26892200518" x2="874.3788143812919" y2="477.516632421532" stroke-width="1.8331945706880002px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="872.545619810604" y="475.683437850844" width="3.6663891413760004" height="3.6663891413760004" opacity="0"/></g><text class="pin-number sch-pin-number" x="872.545619810604" y="462.392777213356" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.74895928016px" transform="rotate(-90 872.545619810604 462.392777213356)"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="92.97962862553209" cy="233.01430655601996" r="3.6663891413760004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="92.97962862553209" cy="328.34042423179596" r="3.6663891413760004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="369.0281777283001" cy="179.316982256284" r="3.6663891413760004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="265.45268448442806" cy="179.316982256284" r="3.6663891413760004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="390.64459704099596" cy="387.69009845782" r="3.6663891413760004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="390.64459704099596" cy="406.0220441647" r="3.6663891413760004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="390.64459704099596" cy="424.35398987158" r="3.6663891413760004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_3__stack1"><circle cx="626.210099374404" cy="415.18801701814" r="3.6663891413760004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_4__stack1"><circle cx="626.210099374404" cy="396.85607131126" r="3.6663891413760004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="282.0278187277321" cy="245.84666855083597" r="3.6663891413760004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="282.0278187277321" cy="315.50806223698" r="3.6663891413760004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="747.430090361148" cy="407.85523873538796" r="3.6663891413760004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="747.430090361148" cy="477.516632421532" r="3.6663891413760004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="1080.842352905028" cy="412.89652380478003" r="3.6663891413760004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="1080.842352905028" cy="516.472017048652" r="3.6663891413760004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="1080.842352905028" cy="571.4678541692921" r="3.6663891413760004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="1080.842352905028" cy="626.4636912899321" r="3.6663891413760004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="874.3788143812919" cy="407.85523873538796" r="3.6663891413760004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="874.3788143812919" cy="477.516632421532" r="3.6663891413760004" fill="red" opacity="0"/></g><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="
96
+ M 92.97962862553209,179.316982256284
97
+ L 83.81365577209209,174.3673569154264
98
+ L 83.81365577209209,142.93418067669617
99
+ L 102.14560147897208,142.93418067669617
100
+ L 102.14560147897208,174.3673569154264
101
101
  Z
102
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.52914941064px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="175.0876075184101" y="209.0372730169733" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="13.76234469576px" transform="rotate(-90 175.0876075184101 209.0372730169733)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
103
- M 175.0876075184101,380.270149729265
104
- L 170.9589041096821,387.915896782465
105
- L 135.7578846767493,387.915896782465
106
- L 135.7578846767493,372.62440267606496
107
- L 170.9589041096821,372.62440267606496
102
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.8331945706880002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="92.97962862553209" y="171.067606688188" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.498751136192px" transform="rotate(-90 92.97962862553209 171.067606688188)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
103
+ M 92.97962862553209,376.347207051688
104
+ L 88.03000328467449,385.51317990512797
105
+ L 45.82986426743673,385.51317990512797
106
+ L 45.82986426743673,367.181234198248
107
+ L 88.03000328467449,367.181234198248
108
108
  Z
109
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.52914941064px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="168.20643517053009" y="380.270149729265" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="13.76234469576px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
110
- M 298.29882128072813,263.69162153559796
111
- L 294.1701178720001,271.337368588798
112
- L 258.96909843906735,271.337368588798
113
- L 258.96909843906735,256.04587448239795
114
- L 294.17011787200016,256.04587448239795
109
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.8331945706880002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="84.73025305743609" y="376.347207051688" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.498751136192px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
110
+ M 240.68928115871773,236.5890359688616
111
+ L 235.73965581786013,245.7550088223016
112
+ L 193.53951680062238,245.7550088223016
113
+ L 193.53951680062238,227.4230631154216
114
+ L 235.73965581786013,227.4230631154216
115
115
  Z
116
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.52914941064px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="291.4176489328481" y="263.69162153559796" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="13.76234469576px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
117
- M 153.29722841679012,408.92258681113196
118
- L 160.94297546999013,413.05129021985994
119
- L 160.94297546999013,439.27110544763383
120
- L 145.6514813635901,439.27110544763383
121
- L 145.6514813635901,413.05129021986
116
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.8331945706880002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="232.43990559062172" y="236.5890359688616" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.498751136192px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
117
+ M 66.85660599322813,410.69669031995437
118
+ L 76.02257884666813,415.646315660812
119
+ L 76.02257884666813,447.0794918995422
120
+ L 57.69063313978813,447.0794918995422
121
+ L 57.69063313978813,415.646315660812
122
122
  Z
123
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.52914941064px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="153.29722841679012" y="415.803759159012" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="13.76234469576px" transform="rotate(90 153.29722841679012 415.803759159012)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
124
- M 826.8875438037101,479.95157693536
125
- L 834.5332908569101,484.08028034408795
126
- L 834.5332908569101,510.30009557186185
127
- L 819.24179675051,510.30009557186185
128
- L 819.24179675051,484.080280344088
123
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.8331945706880002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="66.85660599322813" y="418.9460658880504" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.498751136192px" transform="rotate(90 66.85660599322813 418.9460658880504)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
124
+ M 874.3788143812919,495.848578128412
125
+ L 883.544787234732,500.7982034692696
126
+ L 883.544787234732,532.2313797079998
127
+ L 865.2128415278519,532.2313797079998
128
+ L 865.2128415278519,500.7982034692696
129
129
  Z
130
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.52914941064px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="826.8875438037101" y="486.83274928324" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="13.76234469576px" transform="rotate(90 826.8875438037101 486.83274928324)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
131
- M 999.10799617704,588.90347244346
132
- L 1006.75374323024,593.0321758521881
133
- L 1006.75374323024,619.251991079962
134
- L 991.46224912384,619.251991079962
135
- L 991.46224912384,593.0321758521881
130
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.8331945706880002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="874.3788143812919" y="504.097953696508" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.498751136192px" transform="rotate(90 874.3788143812919 504.097953696508)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
131
+ M 1080.842352905028,626.4636912899321
132
+ L 1090.0083257584681,631.4133166307896
133
+ L 1090.0083257584681,662.8464928695199
134
+ L 1071.676380051588,662.8464928695199
135
+ L 1071.676380051588,631.4133166307896
136
136
  Z
137
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.52914941064px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="999.10799617704" y="595.78464479134" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="13.76234469576px" transform="rotate(90 999.10799617704 595.78464479134)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
138
- M 826.8875438037101,397.37750876079997
139
- L 819.24179675051,393.24880535207194
140
- L 819.24179675051,367.0289901242981
141
- L 834.5332908569101,367.0289901242981
142
- L 834.5332908569101,393.248805352072
137
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.8331945706880002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="1080.842352905028" y="634.713066858028" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.498751136192px" transform="rotate(90 1080.842352905028 634.713066858028)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
138
+ M 874.3788143812919,396.85607131126
139
+ L 865.2128415278519,391.9064459704024
140
+ L 865.2128415278519,360.4732697316722
141
+ L 883.544787234732,360.4732697316722
142
+ L 883.544787234732,391.9064459704024
143
143
  Z
144
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.52914941064px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="826.8875438037101" y="390.49633641291996" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="13.76234469576px" transform="rotate(-90 826.8875438037101 390.49633641291996)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
145
- M 999.10799617704,520.09174896466
146
- L 994.979292768312,527.73749601786
147
- L 905.8910481044256,527.73749601786
148
- L 905.8910481044256,512.44600191146
149
- L 994.979292768312,512.44600191146
144
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.8331945706880002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="874.3788143812919" y="388.606695743164" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.498751136192px" transform="rotate(-90 874.3788143812919 388.606695743164)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
145
+ M 1080.842352905028,543.969935608972
146
+ L 1075.8927275641704,553.1359084624121
147
+ L 969.0908118758875,553.135908462412
148
+ L 969.0908118758875,534.803962755532
149
+ L 1075.8927275641704,534.803962755532
150
150
  Z
151
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.52914941064px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="992.22682382916" y="520.09174896466" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="13.76234469576px" transform="">XXXXXXXXX</text><text class="sch-text" x="504.42816183499997" y="437.89996814276" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="13.76234469576px" transform="rotate(0, 504.42816183499997, 437.89996814276)">AP2112K-3.3</text><text class="sch-text" x="463.14112774772" y="373.29340554322" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="13.76234469576px" transform="rotate(0, 463.14112774772, 373.29340554322)">U2</text><rect class="schematic-box sch-box" x="453.96623128388" y="431.01879579487996" width="100.92386110223993" height="13.76234469576002" stroke-width="1.52914941064px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="12.23319528512 6.11659764256"/><rect class="schematic-box sch-box" x="449.37878305196" y="363.73622172672" width="27.524689391519985" height="19.11436763300003" stroke-width="1.52914941064px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="12.23319528512 6.11659764256"/>
151
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.8331945706880002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="1072.592977336932" y="543.969935608972" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.498751136192px" transform="">XXXXXXXXX</text><text class="sch-text" x="487.80390928746" y="445.435727434492" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.498751136192px" transform="rotate(0, 487.80390928746, 445.435727434492)">AP2112K-3.3</text><text class="sch-text" x="438.307655878884" y="367.983256822924" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.498751136192px" transform="rotate(0, 438.307655878884, 367.983256822924)">U2</text><rect class="schematic-box sch-box" x="427.308488454756" y="437.18635186639597" width="120.99084166540797" height="16.498751136192027" stroke-width="1.8331945706880002px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="14.665556565504001 7.332778282752001"/><rect class="schematic-box sch-box" x="421.808904742692" y="356.52579075612397" width="32.997502272384" height="22.91493213360002" stroke-width="1.8331945706880002px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="14.665556565504001 7.332778282752001"/>
152
152
  </g>
153
153
  </svg>