@tscircuit/schematic-trace-solver 0.0.183 → 0.0.184

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 (103) hide show
  1. package/dist/index.js +231 -20
  2. package/lib/solvers/SameNetJunctionAlignmentSolver/alignSameNetJunctions.ts +30 -12
  3. package/lib/solvers/SameNetJunctionAlignmentSolver/collapseRedundantSharedEndpointStubs.ts +267 -0
  4. package/lib/solvers/SameNetJunctionAlignmentSolver/collapseSameNetCycles.ts +1 -1
  5. package/lib/solvers/SameNetJunctionAlignmentSolver/getSharedPin.ts +13 -0
  6. package/package.json +1 -1
  7. package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +2 -2
  8. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +2 -2
  9. package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +2 -2
  10. package/tests/bug-reports/bug-report-20260707T020342Z/bug-report-20260707T020342Z.test.ts +10 -0
  11. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +2 -2
  12. package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +2 -2
  13. package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +2 -2
  14. package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +2 -2
  15. package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +2 -2
  16. package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +2 -2
  17. package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +2 -2
  18. package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +2 -2
  19. package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +2 -2
  20. package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +2 -2
  21. package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +2 -2
  22. package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +2 -2
  23. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +2 -2
  24. package/tests/bug-reports/bug-report-20260728T144234Z/bug-report-20260728T144234Z.test.ts +2 -0
  25. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +2 -2
  26. package/tests/bug-reports/bug-report-20260730T061837Z/bug-report-20260730T061837Z.test.ts +1 -1
  27. package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +2 -2
  28. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +2 -2
  29. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +2 -2
  30. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +2 -2
  31. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +2 -2
  32. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +2 -2
  33. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +2 -2
  34. package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +2 -2
  35. package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +2 -2
  36. package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +2 -2
  37. package/tests/bug-reports/bug-report-20260901T055358Z/__snapshots__/bug-report-20260901T055358Z.snap.svg +2 -2
  38. package/tests/bug-reports/bug-report-20260901T064117Z/__snapshots__/bug-report-20260901T064117Z.snap.svg +2 -2
  39. package/tests/bug-reports/bug-report-20260901T134241Z/__snapshots__/bug-report-20260901T134241Z.snap.svg +2 -2
  40. package/tests/bug-reports/bug-report-20260902T092425Z/__snapshots__/bug-report-20260902T092425Z.snap.svg +2 -2
  41. package/tests/examples/__snapshots__/example02.snap.svg +2 -2
  42. package/tests/examples/__snapshots__/example13.snap.svg +2 -2
  43. package/tests/examples/__snapshots__/example14.snap.svg +2 -2
  44. package/tests/examples/__snapshots__/example15.snap.svg +2 -2
  45. package/tests/examples/__snapshots__/example18.snap.svg +2 -2
  46. package/tests/examples/__snapshots__/example19.snap.svg +2 -2
  47. package/tests/examples/__snapshots__/example21.snap.svg +2 -2
  48. package/tests/examples/__snapshots__/example27.snap.svg +2 -2
  49. package/tests/examples/__snapshots__/example29.snap.svg +2 -2
  50. package/tests/examples/__snapshots__/example42.snap.svg +2 -2
  51. package/tests/examples/__snapshots__/example45.snap.svg +2 -2
  52. package/tests/examples/__snapshots__/example46.snap.svg +2 -2
  53. package/tests/examples/__snapshots__/example47.snap.svg +2 -2
  54. package/tests/examples/__snapshots__/example51.snap.svg +2 -2
  55. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +2 -2
  56. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +2 -2
  57. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +2 -2
  58. package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +2 -2
  59. package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +2 -2
  60. package/tests/repros/__snapshots__/repro-battery-management-bq24073.snap.svg +2 -2
  61. package/tests/repros/__snapshots__/repro-bc107a-common-emitter-routing.snap.svg +2 -2
  62. package/tests/repros/__snapshots__/repro-bluetooth-controller-ground-decoupling-groups.snap.svg +2 -2
  63. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +2 -2
  64. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +2 -2
  65. package/tests/repros/__snapshots__/repro-board-8090-power-section.snap.svg +2 -2
  66. package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +2 -2
  67. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +2 -2
  68. package/tests/repros/__snapshots__/repro-bq40z60-current-sense.snap.svg +2 -2
  69. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +2 -2
  70. package/tests/repros/__snapshots__/repro-core-ground-inline-label-fallback.snap.svg +2 -2
  71. package/tests/repros/__snapshots__/repro-esp12f-section.snap.svg +508 -0
  72. package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +2 -2
  73. package/tests/repros/__snapshots__/repro-hdc2080-ground-label-alignment.snap.svg +2 -2
  74. package/tests/repros/__snapshots__/repro-hdc3020-ground-label-alignment.snap.svg +2 -2
  75. package/tests/repros/__snapshots__/repro-hub-usb-sheet.snap.svg +2 -2
  76. package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +2 -2
  77. package/tests/repros/__snapshots__/repro-isolated-rs485-isow7841.snap.svg +2 -2
  78. package/tests/repros/__snapshots__/repro-mspm0l1306-capacitor-symmetry.snap.svg +2 -2
  79. package/tests/repros/__snapshots__/repro-pga300-c6-trace-alignment.snap.svg +2 -2
  80. package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +2 -2
  81. package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +18 -18
  82. package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +2 -2
  83. package/tests/repros/__snapshots__/repro-powerbank-3v-system-power.snap.svg +2 -2
  84. package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +2 -2
  85. package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +2 -2
  86. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +2 -2
  87. package/tests/repros/__snapshots__/repro-smartwatch-power-sheet.snap.svg +2 -2
  88. package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +2 -2
  89. package/tests/repros/__snapshots__/repro-tida-01389-hbridge.snap.svg +2 -2
  90. package/tests/repros/__snapshots__/repro-tida00553-j4-cell-divider.snap.svg +2 -2
  91. package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +2 -2
  92. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +2 -2
  93. package/tests/repros/__snapshots__/repro-tmp1075-ground-label-overlap.snap.svg +2 -2
  94. package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +2 -2
  95. package/tests/repros/__snapshots__/repro-trellis-core-gnd-net-label-overlap.snap.svg +2 -2
  96. package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +2 -2
  97. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +2 -2
  98. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +2 -2
  99. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +2 -2
  100. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +2 -2
  101. package/tests/repros/assets/repro-esp12f-status-section.input.json +1394 -0
  102. package/tests/repros/repro-esp12f-section.test.ts +12 -0
  103. package/tests/solvers/SameNetJunctionAlignmentSolver/collapse-redundant-shared-endpoint-stubs.test.ts +101 -0
@@ -1,6 +1,6 @@
1
1
  <svg width="1200" height="2016" viewBox="0 0 1200 2016" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on top and Circuit JSON schematic on the bottom">
2
2
  <g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
3
- <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-1,0.5 -1,0.25" data-type="line" data-label="" points="189.74358974358972,229.74358974358975 189.74358974358972,281.02564102564105" fill="none" stroke="hsl(271, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1,0.5 -1,0" data-type="line" data-label="" points="189.74358974358972,229.74358974358975 189.74358974358972,332.3076923076923" fill="none" stroke="hsl(271, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1,0.25 -1,0" data-type="line" data-label="" points="189.74358974358972,281.02564102564105 189.74358974358972,332.3076923076923" fill="none" stroke="hsl(271, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1,-0.25 -1,-0.5" data-type="line" data-label="" points="189.74358974358972,383.5897435897436 189.74358974358972,434.8717948717949" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1,0.25 -1.2,0.25 -1.2,0.5 -1,0.5" data-type="line" data-label="" points="189.74358974358972,281.02564102564105 148.7179487179487,281.02564102564105 148.7179487179487,229.74358974358975 189.74358974358972,229.74358974358975" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1,0 -1.2,0 -1.2,0.25 -1,0.25" data-type="line" data-label="" points="189.74358974358972,332.3076923076923 148.7179487179487,332.3076923076923 148.7179487179487,281.02564102564105 189.74358974358972,281.02564102564105" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1,-0.25 -1.2,-0.25 -1.2,-0.5 -1,-0.5" data-type="line" data-label="" points="189.74358974358972,383.5897435897436 148.7179487179487,383.5897435897436 148.7179487179487,434.8717948717949 189.74358974358972,434.8717948717949" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.2,0.5 -1.49,0.5" data-type="line" data-label="" points="148.7179487179487,229.74358974358975 89.23076923076923,229.74358974358975" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.2,-0.5 -1.49,-0.5" data-type="line" data-label="" points="148.7179487179487,434.8717948717949 89.23076923076923,434.8717948717949" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="U1" data-x="0" data-y="0" x="189.74358974358972" y="188.71794871794873" width="410.2564102564103" height="287.1794871794872" fill="hsl(164, 100%, 50%, 0.8)" stroke="black" stroke-width="0.004875"/></g><g><rect data-type="rect" data-label="U1 Power" data-x="-0.25" data-y="0.85" x="271.7948717948718" y="137.43589743589746" width="143.5897435897436" height="41.025641025640994" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.004875"/></g><g><rect data-type="rect" data-label="netId: VBAT
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-1,0.5 -1,0.25" data-type="line" data-label="" points="189.74358974358972,229.74358974358975 189.74358974358972,281.02564102564105" fill="none" stroke="hsl(271, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1,0.5 -1,0" data-type="line" data-label="" points="189.74358974358972,229.74358974358975 189.74358974358972,332.3076923076923" fill="none" stroke="hsl(271, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1,0.25 -1,0" data-type="line" data-label="" points="189.74358974358972,281.02564102564105 189.74358974358972,332.3076923076923" fill="none" stroke="hsl(271, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1,-0.25 -1,-0.5" data-type="line" data-label="" points="189.74358974358972,383.5897435897436 189.74358974358972,434.8717948717949" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1,0.25 -1.2,0.25 -1.2,0.5 -1,0.5" data-type="line" data-label="" points="189.74358974358972,281.02564102564105 148.7179487179487,281.02564102564105 148.7179487179487,229.74358974358975 189.74358974358972,229.74358974358975" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1,0 -1.2,0 -1.2,0.25" data-type="line" data-label="" points="189.74358974358972,332.3076923076923 148.7179487179487,332.3076923076923 148.7179487179487,281.02564102564105" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1,-0.25 -1.2,-0.25 -1.2,-0.5 -1,-0.5" data-type="line" data-label="" points="189.74358974358972,383.5897435897436 148.7179487179487,383.5897435897436 148.7179487179487,434.8717948717949 189.74358974358972,434.8717948717949" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.2,0.5 -1.49,0.5" data-type="line" data-label="" points="148.7179487179487,229.74358974358975 89.23076923076923,229.74358974358975" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.2,-0.5 -1.49,-0.5" data-type="line" data-label="" points="148.7179487179487,434.8717948717949 89.23076923076923,434.8717948717949" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="U1" data-x="0" data-y="0" x="189.74358974358972" y="188.71794871794873" width="410.2564102564103" height="287.1794871794872" fill="hsl(164, 100%, 50%, 0.8)" stroke="black" stroke-width="0.004875"/></g><g><rect data-type="rect" data-label="U1 Power" data-x="-0.25" data-y="0.85" x="271.7948717948718" y="137.43589743589746" width="143.5897435897436" height="41.025641025640994" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.004875"/></g><g><rect data-type="rect" data-label="netId: VBAT
4
4
  globalConnNetId: connectivity_net0" data-x="-1.49" data-y="0.74" x="40" y="131.2820512820513" width="98.46153846153845" height="98.46153846153845" fill="#ef444466" stroke="#ef4444" stroke-width="0.004875"/></g><g><rect data-type="rect" data-label="netId: GND
5
5
  globalConnNetId: connectivity_net1" data-x="-1.49" data-y="-0.6799999999999999" x="40" y="434.8717948717949" width="98.46153846153845" height="73.84615384615387" fill="#00000066" stroke="#000000" stroke-width="0.004875"/></g><g><circle data-type="point" data-label="U1.1
6
6
  x-" data-x="-1" data-y="0.5" cx="189.74358974358972" cy="229.74358974358975" r="3" fill="hsl(319, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U1.2
@@ -71,7 +71,7 @@ orientation: y-" data-x="-1.49" data-y="-0.5" cx="89.23076923076923" cy="434.871
71
71
  .port-label { fill: rgb(0, 100, 100); }
72
72
  .component-name { fill: rgb(0, 100, 100); }
73
73
 
74
- </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 392.53492099839997 347.442179986275 L 337.57728417678 347.442179986275 L 337.57728417678 278.74513395925 L 392.53492099839997 278.74513395925" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="43.966109457296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 392.53492099839997 347.442179986275 L 337.57728417678 347.442179986275 L 337.57728417678 278.74513395925 L 392.53492099839997 278.74513395925" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.495763682162px" 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 392.53492099839997 416.1392260133 L 337.57728417678 416.1392260133 L 337.57728417678 347.442179986275 L 392.53492099839997 347.442179986275" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="43.966109457296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 392.53492099839997 416.1392260133 L 337.57728417678 416.1392260133 L 337.57728417678 347.442179986275 L 392.53492099839997 347.442179986275" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.495763682162px" 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 392.53492099839997 484.836272040325 L 337.57728417678 484.836272040325 L 337.57728417678 553.53331806735 L 392.53492099839997 553.53331806735" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="43.966109457296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 392.53492099839997 484.836272040325 L 337.57728417678 484.836272040325 L 337.57728417678 553.53331806735 L 392.53492099839997 553.53331806735" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.495763682162px" 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 337.57728417678 278.74513395925 L 257.888710785431 278.74513395925" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="43.966109457296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 337.57728417678 278.74513395925 L 257.888710785431 278.74513395925" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.495763682162px" 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 337.57728417678 553.53331806735 L 257.888710785431 553.53331806735" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="43.966109457296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 337.57728417678 553.53331806735 L 257.888710785431 553.53331806735" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.495763682162px" 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="392.53492099839997" cy="347.442179986275" r="8.243645523243" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="337.57728417678" cy="347.442179986275" r="8.243645523243" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="337.57728417678" cy="278.74513395925" r="8.243645523243" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="337.57728417678" cy="553.53331806735" r="8.243645523243" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="502.45019464164" y="223.78749713763003" width="329.7458209297199" height="384.70345775134" stroke-width="5.495763682162px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="502.45019464164" y="223.78749713763003" width="329.7458209297199" height="384.70345775134" fill="transparent"/><text class="sch-text" x="667.3231051065" y="416.1392260133" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="49.46187313945799px" transform="rotate(0, 667.3231051065, 416.1392260133)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="502.45019464164" y1="278.74513395925" x2="392.53492099839997" y2="278.74513395925" stroke-width="5.495763682162px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="387.03915731623795" y="273.24937027708796" width="10.991527364324" height="10.991527364324" opacity="0"/></g><text class="pin-number sch-pin-number" x="447.49255782001995" y="273.249370277088" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="41.218227616214996px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="502.45019464164" y1="347.442179986275" x2="392.53492099839997" y2="347.442179986275" stroke-width="5.495763682162px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="387.03915731623795" y="341.946416304113" width="10.991527364324" height="10.991527364324" opacity="0"/></g><text class="pin-number sch-pin-number" x="447.49255782001995" y="341.946416304113" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="41.218227616214996px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="502.45019464164" y1="416.1392260133" x2="392.53492099839997" y2="416.1392260133" stroke-width="5.495763682162px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="387.03915731623795" y="410.643462331138" width="10.991527364324" height="10.991527364324" opacity="0"/></g><text class="pin-number sch-pin-number" x="447.49255782001995" y="410.643462331138" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="41.218227616214996px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="502.45019464164" y1="484.836272040325" x2="392.53492099839997" y2="484.836272040325" stroke-width="5.495763682162px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="387.03915731623795" y="479.340508358163" width="10.991527364324" height="10.991527364324" opacity="0"/></g><text class="pin-number sch-pin-number" x="447.49255782001995" y="479.340508358163" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="41.218227616214996px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="502.45019464164" y1="553.53331806735" x2="392.53492099839997" y2="553.53331806735" stroke-width="5.495763682162px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="387.03915731623795" y="548.0375543851881" width="10.991527364324" height="10.991527364324" opacity="0"/></g><text class="pin-number sch-pin-number" x="447.49255782001995" y="548.0375543851881" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="41.218227616214996px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="832.1960155713599" y1="278.74513395925" x2="936.6155255324379" y2="278.74513395925" stroke-width="5.495763682162px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="942.1112892146" cy="278.74513395925" r="5.495763682162" stroke-width="5.495763682162px"/><rect x="936.615525532438" y="273.24937027708796" width="10.991527364324" height="10.991527364324" opacity="0"/></g><text class="pin-number sch-pin-number" x="887.1536523929799" y="273.249370277088" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="41.218227616214996px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="832.1960155713599" y1="347.442179986275" x2="936.6155255324379" y2="347.442179986275" stroke-width="5.495763682162px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="942.1112892146" cy="347.442179986275" r="5.495763682162" stroke-width="5.495763682162px"/><rect x="936.615525532438" y="341.946416304113" width="10.991527364324" height="10.991527364324" opacity="0"/></g><text class="pin-number sch-pin-number" x="887.1536523929799" y="341.946416304113" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="41.218227616214996px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="832.1960155713599" y1="416.1392260133" x2="936.6155255324379" y2="416.1392260133" stroke-width="5.495763682162px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="942.1112892146" cy="416.1392260133" r="5.495763682162" stroke-width="5.495763682162px"/><rect x="936.615525532438" y="410.643462331138" width="10.991527364324" height="10.991527364324" opacity="0"/></g><text class="pin-number sch-pin-number" x="887.1536523929799" y="410.643462331138" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="41.218227616214996px" transform="">8</text><line class="component-pin sch-component-pin sch-port-line" x1="832.1960155713599" y1="484.836272040325" x2="936.6155255324379" y2="484.836272040325" stroke-width="5.495763682162px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="942.1112892146" cy="484.836272040325" r="5.495763682162" stroke-width="5.495763682162px"/><rect x="936.615525532438" y="479.340508358163" width="10.991527364324" height="10.991527364324" opacity="0"/></g><text class="pin-number sch-pin-number" x="887.1536523929799" y="479.340508358163" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="41.218227616214996px" transform="">9</text><line class="component-pin sch-component-pin sch-port-line" x1="832.1960155713599" y1="553.53331806735" x2="936.6155255324379" y2="553.53331806735" stroke-width="5.495763682162px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="942.1112892146" cy="553.53331806735" r="5.495763682162" stroke-width="5.495763682162px"/><rect x="936.615525532438" y="548.0375543851881" width="10.991527364324" height="10.991527364324" opacity="0"/></g><text class="pin-number sch-pin-number" x="887.1536523929799" y="548.0375543851881" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="41.218227616214996px" transform="">10</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="392.53492099839997" cy="278.74513395925" r="10.991527364324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="392.53492099839997" cy="347.442179986275" r="10.991527364324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="392.53492099839997" cy="416.1392260133" r="10.991527364324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="392.53492099839997" cy="484.836272040325" r="10.991527364324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="392.53492099839997" cy="553.53331806735" r="10.991527364324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="942.1112892146" cy="278.74513395925" r="10.991527364324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="942.1112892146" cy="347.442179986275" r="10.991527364324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="942.1112892146" cy="416.1392260133" r="10.991527364324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="942.1112892146" cy="484.836272040325" r="10.991527364324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="942.1112892146" cy="553.53331806735" r="10.991527364324" 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="
74
+ </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 392.53492099839997 347.442179986275 L 337.57728417678 347.442179986275 L 337.57728417678 278.74513395925 L 392.53492099839997 278.74513395925" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="43.966109457296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 392.53492099839997 347.442179986275 L 337.57728417678 347.442179986275 L 337.57728417678 278.74513395925 L 392.53492099839997 278.74513395925" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.495763682162px" 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 392.53492099839997 416.1392260133 L 337.57728417678 416.1392260133 L 337.57728417678 347.442179986275" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="43.966109457296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 392.53492099839997 416.1392260133 L 337.57728417678 416.1392260133 L 337.57728417678 347.442179986275" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.495763682162px" 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 392.53492099839997 484.836272040325 L 337.57728417678 484.836272040325 L 337.57728417678 553.53331806735 L 392.53492099839997 553.53331806735" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="43.966109457296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 392.53492099839997 484.836272040325 L 337.57728417678 484.836272040325 L 337.57728417678 553.53331806735 L 392.53492099839997 553.53331806735" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.495763682162px" 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 337.57728417678 278.74513395925 L 257.888710785431 278.74513395925" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="43.966109457296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 337.57728417678 278.74513395925 L 257.888710785431 278.74513395925" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.495763682162px" 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 337.57728417678 553.53331806735 L 257.888710785431 553.53331806735" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="43.966109457296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 337.57728417678 553.53331806735 L 257.888710785431 553.53331806735" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.495763682162px" 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="337.57728417678" cy="347.442179986275" r="8.243645523243" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="337.57728417678" cy="278.74513395925" r="8.243645523243" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="337.57728417678" cy="553.53331806735" r="8.243645523243" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="502.45019464164" y="223.78749713763003" width="329.7458209297199" height="384.70345775134" stroke-width="5.495763682162px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="502.45019464164" y="223.78749713763003" width="329.7458209297199" height="384.70345775134" fill="transparent"/><text class="sch-text" x="667.3231051065" y="416.1392260133" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="49.46187313945799px" transform="rotate(0, 667.3231051065, 416.1392260133)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="502.45019464164" y1="278.74513395925" x2="392.53492099839997" y2="278.74513395925" stroke-width="5.495763682162px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="387.03915731623795" y="273.24937027708796" width="10.991527364324" height="10.991527364324" opacity="0"/></g><text class="pin-number sch-pin-number" x="447.49255782001995" y="273.249370277088" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="41.218227616214996px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="502.45019464164" y1="347.442179986275" x2="392.53492099839997" y2="347.442179986275" stroke-width="5.495763682162px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="387.03915731623795" y="341.946416304113" width="10.991527364324" height="10.991527364324" opacity="0"/></g><text class="pin-number sch-pin-number" x="447.49255782001995" y="341.946416304113" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="41.218227616214996px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="502.45019464164" y1="416.1392260133" x2="392.53492099839997" y2="416.1392260133" stroke-width="5.495763682162px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="387.03915731623795" y="410.643462331138" width="10.991527364324" height="10.991527364324" opacity="0"/></g><text class="pin-number sch-pin-number" x="447.49255782001995" y="410.643462331138" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="41.218227616214996px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="502.45019464164" y1="484.836272040325" x2="392.53492099839997" y2="484.836272040325" stroke-width="5.495763682162px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="387.03915731623795" y="479.340508358163" width="10.991527364324" height="10.991527364324" opacity="0"/></g><text class="pin-number sch-pin-number" x="447.49255782001995" y="479.340508358163" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="41.218227616214996px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="502.45019464164" y1="553.53331806735" x2="392.53492099839997" y2="553.53331806735" stroke-width="5.495763682162px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="387.03915731623795" y="548.0375543851881" width="10.991527364324" height="10.991527364324" opacity="0"/></g><text class="pin-number sch-pin-number" x="447.49255782001995" y="548.0375543851881" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="41.218227616214996px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="832.1960155713599" y1="278.74513395925" x2="936.6155255324379" y2="278.74513395925" stroke-width="5.495763682162px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="942.1112892146" cy="278.74513395925" r="5.495763682162" stroke-width="5.495763682162px"/><rect x="936.615525532438" y="273.24937027708796" width="10.991527364324" height="10.991527364324" opacity="0"/></g><text class="pin-number sch-pin-number" x="887.1536523929799" y="273.249370277088" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="41.218227616214996px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="832.1960155713599" y1="347.442179986275" x2="936.6155255324379" y2="347.442179986275" stroke-width="5.495763682162px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="942.1112892146" cy="347.442179986275" r="5.495763682162" stroke-width="5.495763682162px"/><rect x="936.615525532438" y="341.946416304113" width="10.991527364324" height="10.991527364324" opacity="0"/></g><text class="pin-number sch-pin-number" x="887.1536523929799" y="341.946416304113" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="41.218227616214996px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="832.1960155713599" y1="416.1392260133" x2="936.6155255324379" y2="416.1392260133" stroke-width="5.495763682162px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="942.1112892146" cy="416.1392260133" r="5.495763682162" stroke-width="5.495763682162px"/><rect x="936.615525532438" y="410.643462331138" width="10.991527364324" height="10.991527364324" opacity="0"/></g><text class="pin-number sch-pin-number" x="887.1536523929799" y="410.643462331138" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="41.218227616214996px" transform="">8</text><line class="component-pin sch-component-pin sch-port-line" x1="832.1960155713599" y1="484.836272040325" x2="936.6155255324379" y2="484.836272040325" stroke-width="5.495763682162px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="942.1112892146" cy="484.836272040325" r="5.495763682162" stroke-width="5.495763682162px"/><rect x="936.615525532438" y="479.340508358163" width="10.991527364324" height="10.991527364324" opacity="0"/></g><text class="pin-number sch-pin-number" x="887.1536523929799" y="479.340508358163" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="41.218227616214996px" transform="">9</text><line class="component-pin sch-component-pin sch-port-line" x1="832.1960155713599" y1="553.53331806735" x2="936.6155255324379" y2="553.53331806735" stroke-width="5.495763682162px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="942.1112892146" cy="553.53331806735" r="5.495763682162" stroke-width="5.495763682162px"/><rect x="936.615525532438" y="548.0375543851881" width="10.991527364324" height="10.991527364324" opacity="0"/></g><text class="pin-number sch-pin-number" x="887.1536523929799" y="548.0375543851881" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="41.218227616214996px" transform="">10</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="392.53492099839997" cy="278.74513395925" r="10.991527364324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="392.53492099839997" cy="347.442179986275" r="10.991527364324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="392.53492099839997" cy="416.1392260133" r="10.991527364324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="392.53492099839997" cy="484.836272040325" r="10.991527364324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="392.53492099839997" cy="553.53331806735" r="10.991527364324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="942.1112892146" cy="278.74513395925" r="10.991527364324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="942.1112892146" cy="347.442179986275" r="10.991527364324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="942.1112892146" cy="416.1392260133" r="10.991527364324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="942.1112892146" cy="484.836272040325" r="10.991527364324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="942.1112892146" cy="553.53331806735" r="10.991527364324" 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="
75
75
  M 257.888710785431,278.74513395925
76
76
  L 230.409892374621,263.9065720174126
77
77
  L 230.409892374621,137.39409205404337